Jump to content

Necro

Premium
  • Posts

    236
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Posts posted by Necro

  1. 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, "ŔÎşĄŔĚ Č°ĽşČ­ µÇÁö ľĘŔ˝.");
                    }

  2. On 11/29/2015 at 5:27 PM, AlexxD said:

    Search:
    PyModule_AddIntConstant(poModule, "COSTUME_TYPE_HAIR", CItemData::COSTUME_HAIR);

    in PythonItemModule.cpp from UserInterface and add after it:
    PyModule_AddIntConstant(poModule, "COSTUME_TYPE_WEAPON", CItemData::COSTUME_WEAPON);

    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

    On 11/29/2015 at 4:11 PM, Smack'Yin said:

    1129 16:03:35230 :: AttributeError
    1129 16:03:35230 :: : 
    1129 16:03:35230 :: 'module' object has no attribute 'COSTUME_TYPE_WEAPON'
    1129 16:03:35230 ::

    https://metin2.download/picture/85l6wc6PHVCp8TE7OKrtSyuYcahZudmS/.png

    I added uitooltip.py with:

    isCostumeWeapon = 0  

    isCostumeWeapon = item.COSTUME_TYPE_WEAPON == itemSubType  

    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

     

    • Love 1
  3. 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.

  4. 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.