Jump to content

gummyantifi

Inactive Member
  • Posts

    97
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by gummyantifi

  1. You need edit jump to new jump.. or not "save" actually floor :) (where new jump -> here is saved floor)

    If you have server timers + new jump  = Shutdown core with dungeon  (You need edit all server_timers and edit jump_all to new_jump_all) 
    (Not good to use if you can't use it :) )

     

    Result: You need to customize full tower quest for good functionality.

  2. First bio quest start

     

    Quote

     

    quest bio_1_start begin  

         state start begin 
            when login or levelup with pc.level >= 10 and not pc.is_gm() begin 
                set_state(information) 
            end     
        end 

        state information begin 

     

    First bio quest end

    Quote

                clear_letter() 
                set_quest_state("bio_2_start", "run")
                set_state(__complete) 

     

     

    Second Quest (and all) start

    Quote

    quest bio_2_start begin
        state start begin
        end
        state run begin
            when login or levelup with pc.level >= 20 begin
                set_state(information)
            end    
        end

        state information begin 

     

    Your welcome :) 

  3. 33 minutes ago, ridetpro said:

    What does /shutdown do ?

    Show me what's inside the close.sh

    Try to close to close the server with command

    
    killall game db

    I think that you close db core before it save the query. 

    #!/bin/sh
    killall db_projekt
    killall game_projekt

    3 minutes ago, gummyantifi said:

    #!/bin/sh
    killall db_projekt
    killall game_projekt

    I have swapped rows and the problem persists.

    Perhaps it could help resolve this:
    If I learn spells, syslog writes an error ->
    Jul 27 14:41:08 :: ExecuteEventScript ei 14 qi 20 is 0 - NO STATE
    Jun 27 14:41:08 :: ExecuteEventScript ei 13 qi 20 is 1349952704 - NO QUEST
    Jun 27 14:41:08 :: ExecuteEventScript ei 15 qi 20 is 1349952704

  4. Hello everyone,
    I have such a small problem.

    If I go to teachers, I learn spells and put spell points.
    So after restarting the server, I automatically have skill_group 0.

    When you restart the server, this problem does not occur and does not resolve, but it does not matter, even when the character is logged on when it automatically switches to 0.

    Would not someone know the solution?

    (I tried to check everything on the source code, I tried 2 quests in the server and the problem is still the same.)

    Thank you for any help or advice.

  5. 57 minutes ago, 551563 said:
      Hide contents

    1204 21:13:19020 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/world/shinsoo_select.mse) Error
    1204 21:13:19020 :: CInstanceBase::RegisterEffect(eEftType=222, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/world/shinsoo_select.mse, isCache=1) - Error
    1204 21:13:19020 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/world/shinsoo_glow_select.mse) Error
    1204 21:13:19020 :: CInstanceBase::RegisterEffect(eEftType=225, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/world/shinsoo_glow_select.mse, isCache=1) - Error
    1204 21:13:19020 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/world/chunjo_select.mse) Error
    1204 21:13:19020 :: CInstanceBase::RegisterEffect(eEftType=223, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/world/chunjo_select.mse, isCache=1) - Error
    1204 21:13:19020 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/world/chunjo_glow_select.mse) Error
    1204 21:13:19020 :: CInstanceBase::RegisterEffect(eEftType=227, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/world/chunjo_glow_select.mse, isCache=1) - Error
    1204 21:13:19020 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/world/jinnos_select.mse) Error
    1204 21:13:19020 :: CInstanceBase::RegisterEffect(eEftType=224, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/world/jinnos_select.mse, isCache=1) - Error
    1204 21:13:19020 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/world/jinnos_glow_select.mse) Error
    1204 21:13:19020 :: CInstanceBase::RegisterEffect(eEftType=226, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/world/jinnos_glow_select.mse, isCache=1) - Error
    1204 21:13:19020 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/world/mob_select.mse) Error
    1204 21:13:19020 :: CInstanceBase::RegisterEffect(eEftType=221, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/world/mob_select.mse, isCache=1) - Error
    1204 21:13:19020 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/world/mob_glow_select.mse) Error
    1204 21:13:19020 :: CInstanceBase::RegisterEffect(eEftType=228, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/world/mob_glow_select.mse, isCache=1) - Error
    1204 21:14:54793 :: CActorInstance::__RunNextCombo(wComboType=0, wComboIndex=1) - m_pkCurRaceData->GetComboDataPointer(m_wcurMotionMode=9, &pComboData) == NULL
     

    Can anyone help me?

    You add bad effect :) 

    ymir work/effect/world/XXXX 

    you dont have here file .mse 

    • Love 1
  6. Spoiler

     


    0615 01:31:30826 :: Traceback (most recent call last):
     
    0615 01:31:30826 ::   File "ui.py", line 1486, in OnOverInItem
     
    0615 01:31:30827 ::   File "ui.py", line 87, in __call__
     
    0615 01:31:30827 ::   File "ui.py", line 78, in __call__
     
    0615 01:31:30828 ::   File "igshop.py", line 2478, in OverInItemPreview
     
    0615 01:31:30828 ::   File "uiToolTip.py", line 964, in AddItemData
     
    0615 01:31:30828 ::   File "uiToolTip.py", line 1374, in __AdjustMaxWidth
     
    0615 01:31:30828 ::   File "uiToolTip.py", line 1386, in __AdjustAttrMaxWidth
     
    0615 01:31:30828 :: IndexError
    0615 01:31:30828 :: :
    0615 01:31:30828 :: list index out of range
    0615 01:31:30828 ::

     

    Hello,
    I have a tiny problem with this system.

    https://metin2dev.org/board/index.php?/topic/8244-pyluatradehouse/

    (syserr up)

    I'm normally on the server 5 basic bonuses and bonuses 6-7

    If you would need a file write soon.


    Thank you all for your help.

     

     

     

×
×
  • 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.