L2JLisvus

Would you like to react to this message? Create an account in a few clicks or log in to continue.

2 posters

    [BUG] Quest "3_WillTheSealBeBroken" [FIXED]

    avatar
    alshark


    Posts : 1
    Join date : 2021-10-17

    [BUG] Quest "3_WillTheSealBeBroken" [FIXED] Empty [BUG] Quest "3_WillTheSealBeBroken" [FIXED]

    Post  alshark 23rd October 2021, 21:39

    Last SVN sources.
    After having all 3 items, game not triggered into 2-nd phase.
    Python script has error, while after getting 3-d item, branch
    for trigger quest not executed, so I must kill once more quest mobs
    to execute branch that trigger quest.
    Code:

    if cond == 1 :
            if npcId == OMEN_BEAST and st.getQuestItemsCount(ONYX_BEAST_EYE) == 0 :
              st.giveItems(ONYX_BEAST_EYE,1)
              st.playSound("ItemSound.quest_itemget")
            elif npcId == TAINTED_ZOMBIE and st.getQuestItemsCount(TAINT_STONE) == 0 :
              st.giveItems(TAINT_STONE,1)
              st.playSound("ItemSound.quest_itemget")
            elif npcId == STINK_ZOMBIE and st.getQuestItemsCount(TAINT_STONE) == 0 :
              st.giveItems(TAINT_STONE,1)
              st.playSound("ItemSound.quest_itemget")
            elif npcId == LESSER_SUCCUBUS and st.getQuestItemsCount(SUCCUBUS_BLOOD) == 0 :
              st.giveItems(SUCCUBUS_BLOOD,1)
              st.playSound("ItemSound.quest_itemget")
            elif npcId == LESSER_SUCCUBUS_TUREN and st.getQuestItemsCount(SUCCUBUS_BLOOD) == 0 :
              st.giveItems(SUCCUBUS_BLOOD,1)
              st.playSound("ItemSound.quest_itemget")
            elif npcId == LESSER_SUCCUBUS_TILFO and st.getQuestItemsCount(SUCCUBUS_BLOOD) == 0 :
              st.giveItems(SUCCUBUS_BLOOD,1)
              st.playSound("ItemSound.quest_itemget")
            elif st.getQuestItemsCount(ONYX_BEAST_EYE) >= 1 and st.getQuestItemsCount(TAINT_STONE) >= 1 and st.getQuestItemsCount(SUCCUBUS_BLOOD) >= 1 :
              st.set("cond","2")
              st.set("id","2")
              st.playSound("ItemSound.quest_middle")
    DnR
    DnR
    Admin
    Admin


    Posts : 1475
    Join date : 2012-12-03
    Age : 34

    [BUG] Quest "3_WillTheSealBeBroken" [FIXED] Empty Re: [BUG] Quest "3_WillTheSealBeBroken" [FIXED]

    Post  DnR 9th January 2022, 02:17

    alshark wrote:Last SVN sources.
    After having all 3 items, game not triggered into 2-nd phase.
    Python script has error, while after getting 3-d item, branch
    for trigger quest not executed, so I must kill once more quest mobs
    to execute branch that trigger quest.
    Code:

    if cond == 1 :
            if npcId == OMEN_BEAST and st.getQuestItemsCount(ONYX_BEAST_EYE) == 0 :
              st.giveItems(ONYX_BEAST_EYE,1)
              st.playSound("ItemSound.quest_itemget")
            elif npcId == TAINTED_ZOMBIE and st.getQuestItemsCount(TAINT_STONE) == 0 :
              st.giveItems(TAINT_STONE,1)
              st.playSound("ItemSound.quest_itemget")
            elif npcId == STINK_ZOMBIE and st.getQuestItemsCount(TAINT_STONE) == 0 :
              st.giveItems(TAINT_STONE,1)
              st.playSound("ItemSound.quest_itemget")
            elif npcId == LESSER_SUCCUBUS and st.getQuestItemsCount(SUCCUBUS_BLOOD) == 0 :
              st.giveItems(SUCCUBUS_BLOOD,1)
              st.playSound("ItemSound.quest_itemget")
            elif npcId == LESSER_SUCCUBUS_TUREN and st.getQuestItemsCount(SUCCUBUS_BLOOD) == 0 :
              st.giveItems(SUCCUBUS_BLOOD,1)
              st.playSound("ItemSound.quest_itemget")
            elif npcId == LESSER_SUCCUBUS_TILFO and st.getQuestItemsCount(SUCCUBUS_BLOOD) == 0 :
              st.giveItems(SUCCUBUS_BLOOD,1)
              st.playSound("ItemSound.quest_itemget")
            elif st.getQuestItemsCount(ONYX_BEAST_EYE) >= 1 and st.getQuestItemsCount(TAINT_STONE) >= 1 and st.getQuestItemsCount(SUCCUBUS_BLOOD) >= 1 :
              st.set("cond","2")
              st.set("id","2")
              st.playSound("ItemSound.quest_middle")

    Hello. Thanks for reporting this.
    Quests are undertaking rework, in order to completely get rid of python.
    Might put a priority for this one.


    BR,
    DnR
    DnR
    DnR
    Admin
    Admin


    Posts : 1475
    Join date : 2012-12-03
    Age : 34

    [BUG] Quest "3_WillTheSealBeBroken" [FIXED] Empty Re: [BUG] Quest "3_WillTheSealBeBroken" [FIXED]

    Post  DnR 17th January 2022, 01:58

    Should be fixed in latest version. Thank you very much.

    Sponsored content


    [BUG] Quest "3_WillTheSealBeBroken" [FIXED] Empty Re: [BUG] Quest "3_WillTheSealBeBroken" [FIXED]

    Post  Sponsored content


      Current date/time is 19th May 2024, 14:24