Jump to content

Necro

Premium
  • Posts

    236
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Everything posted by Necro

  1. Download python and use code to the console...
  2. Hi guys, do you have new GF effect for bravery cape? Thank you
  3. Maybe check your dds file in ETC where are image for numbers
  4. In source you have code which doesnt allow to put marble to shop, so remove it or you can create same item but different vnum
  5. Yes i have already set opacity but this black line is still there..
  6. Yes Yes SF: MarcoCC V3 has problem with it. you must change game core ..
  7. Hello guys, i would like to know, is there any option to improved the alpha channel in metin? This is how it looks now. Thank you.
  8. Its not bug if you want solve the symbols in chat you should edited your locale_string.txt. Otherwise you dont acces the basic dragon soul quest yet, so you cant give yourself dragon stone if (!ch->DragonSoul_IsQualified()) { ch->ChatPacket(CHAT_TYPE_INFO, "ŔÎşĄŔĚ Č°ĽşČ­ µÇÁö ľĘŔ˝."); }
  9. I am not sure but most of people have a new released COSTUME_WEAPON from elite and that is not have declared COSTUME_WEAPON so probably won´t work Try to like this isCostumeWeapon = item.COSTUME_TYPE_WEAPON_SWORD == itemSubType or item.COSTUME_TYPE_WEAPON_DAGGER == itemSubType or item.COSTUME_TYPE_WEAPON_BOW == itemSubType or item.COSTUME_TYPE_WEAPON_TWOHAND == itemSubType or item.COSTUME_TYPE_WEAPON_BELL == itemSubType or item.COSTUME_TYPE_WEAPON_FAN == itemSubType
  10. I think in acce is write that you must have in item_proto (value2 maybe, write ID next acce)
  11. In GameType.h -> find: const DWORD c_New_Equipment_Start = c_Equipment_Start + 21; change to: const DWORD c_New_Equipment_Start = c_Equipment_Start + 23;
  12. Can you please share your GameType.h i would like to help you
  13. In ui tooltip you have probably multiple levels value for SASH.
  14. Maybe because one of these function: elseif pc.getf("deviltower_zone","9_done") == 0 then say(gameforge.devilcatacomb_zone._120_say) elseif ((get_global_time() - pc.getf("devilcatacomb_zone","last_exit_time")) < 1800) then say(gameforge.devilcatacomb_zone._130_say) I dont understand your language so i cant say which of these it is.
  15. You haven´t this text translated in locale_string propably.
  16. Hi guys, i would like create log for compiling game/db but i have no idea how to do. Can you help me? Thank you
  17. Hi guys, i have little problem with create character. When i press create everything is OK, but when i want to change the shape (Button [1,2]) When i PRESS 2, klient crash. syserr is clean log: 1031 18:54:06534 :: CRaceManager::CreateRace(dwRaceIndex=0) 1031 18:54:06563 :: CRaceManager::CreateRace(dwRaceIndex=4) 1031 18:54:06596 :: CRaceManager::CreateRace(dwRaceIndex=1) 1031 18:54:06625 :: CRaceManager::CreateRace(dwRaceIndex=5) 1031 18:54:06660 :: CRaceManager::CreateRace(dwRaceIndex=2) 1031 18:54:06698 :: CRaceManager::CreateRace(dwRaceIndex=6) 1031 18:54:06738 :: CRaceManager::CreateRace(dwRaceIndex=3) 1031 18:54:06776 :: CRaceManager::CreateRace(dwRaceIndex=7) 1031 18:54:06809 :: SelectCharacterInstance: no vid by 0 1031 18:54:06809 :: SelectCharacterInstance: no vid by 0 1031 18:54:06810 :: ---------------------------------------------------------------------------- DELETE LOGIN WINDOW1031 18:54:06810 :: 1031 18:54:08907 :: importing from pack introEmpire 1031 18:54:08911 :: NEW EMPIRE WINDOW ----------------------------------------------------------------------------1031 18:54:08911 :: 1031 18:54:09054 :: DeleteCharacterInstance: no vid by 0 1031 18:54:09054 :: DeleteCharacterInstance: no vid by 1 1031 18:54:09054 :: DeleteCharacterInstance: no vid by 2 1031 18:54:09054 :: DeleteCharacterInstance: no vid by 3 1031 18:54:09054 :: OPEN EMPIRE WINDOW ----------------------------------------------------------------------------1031 18:54:09054 :: 1031 18:54:09054 :: ===== Load Script File : locale/de/ui/SelectEmpireWindow.py1031 18:54:09054 :: 1031 18:54:13212 :: importing from pack introCreate 1031 18:54:13225 :: NEW CREATE WINDOW ----------------------------------------------------------------------------1031 18:54:13225 :: 1031 18:54:13361 :: ---------------------------------------------------------------------------- CLOSE EMPIRE WINDOW1031 18:54:13361 :: 1031 18:54:13362 :: OPEN CREATE WINDOW ----------------------------------------------------------------------------1031 18:54:13362 :: 1031 18:54:13362 :: ===== Load Script File : locale/de/ui/createcharacterwindow.py1031 18:54:13362 :: 1031 18:54:13378 :: SelectCharacterInstance: no vid by 3 1031 18:54:13378 :: SelectCharacterInstance: no vid by 4 1031 18:54:13378 :: SelectCharacterInstance: no vid by 5 1031 18:54:13378 :: SelectCharacterInstance: no vid by 6 1031 18:54:13378 :: SelectCharacterInstance: no vid by 7 1031 18:54:13378 :: SelectCharacterInstance: no vid by 8 1031 18:54:13378 :: SelectCharacterInstance: no vid by 9 1031 18:54:13378 :: SelectCharacterInstance: no vid by 10 Half of day a try fix it but i dont have idea, does anyone had same problem or know, how to fix it, thanks.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.