L2JLisvus

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

2 posters

    Q221 Testimony of Prosperity [MERGED]

    Karakan
    Karakan


    Posts : 756
    Join date : 2013-10-04

    Q221 Testimony of Prosperity [MERGED] Empty Q221 Testimony of Prosperity [MERGED]

    Post  Karakan 11th June 2020, 15:33

    Code:

    Index: __init__.py
    ===================================================================
    --- __init__.py (revision 727)
    +++ __init__.py (working copy)
    @@ -335,7 +335,7 @@
               st.takeItems(CRIMSON_MOSS_ID,st.getQuestItemsCount(CRIMSON_MOSS_ID))
               st.giveItems(MANDRAGORA_BOUQUET_ID,1)
               st.takeItems(BRIGHTS_LIST_ID,1)
    -   elif npcId == 7466 and inst.getInt("cond")>=1 and st.getQuestItemsCount(RING_OF_TESTIMONY1_ID) and st.getQuestItemsCount(MANDRAGORA_BOUQUET_ID) and st.getQuestItemsCount(RECIPE_OF_EMILLY_ID) == 0 and st.getQuestItemsCount(BRIGHTS_LIST_ID) == 0 :
    +   elif npcId == 7466 and st.getInt("cond")>=1 and st.getQuestItemsCount(RING_OF_TESTIMONY1_ID) and st.getQuestItemsCount(MANDRAGORA_BOUQUET_ID) and st.getQuestItemsCount(RECIPE_OF_EMILLY_ID) == 0 and st.getQuestItemsCount(BRIGHTS_LIST_ID) == 0 :
             htmltext = "7466-06.htm"
        elif npcId == 7466 and st.getInt("cond")>=1 and st.getQuestItemsCount(RING_OF_TESTIMONY1_ID) and st.getQuestItemsCount(RECIPE_OF_EMILLY_ID) :
             htmltext = "7466-07.htm"
    SCRASH0
    SCRASH0


    Posts : 203
    Join date : 2019-03-07

    Q221 Testimony of Prosperity [MERGED] Empty Re: Q221 Testimony of Prosperity [MERGED]

    Post  SCRASH0 12th June 2020, 22:39

    Karakan wrote:
    Code:

    Index: __init__.py
    ===================================================================
    --- __init__.py (revision 727)
    +++ __init__.py (working copy)
    @@ -335,7 +335,7 @@
               st.takeItems(CRIMSON_MOSS_ID,st.getQuestItemsCount(CRIMSON_MOSS_ID))
               st.giveItems(MANDRAGORA_BOUQUET_ID,1)
               st.takeItems(BRIGHTS_LIST_ID,1)
    -   elif npcId == 7466 and inst.getInt("cond")>=1 and st.getQuestItemsCount(RING_OF_TESTIMONY1_ID) and st.getQuestItemsCount(MANDRAGORA_BOUQUET_ID) and st.getQuestItemsCount(RECIPE_OF_EMILLY_ID) == 0 and st.getQuestItemsCount(BRIGHTS_LIST_ID) == 0 :
    +   elif npcId == 7466 and st.getInt("cond")>=1 and st.getQuestItemsCount(RING_OF_TESTIMONY1_ID) and st.getQuestItemsCount(MANDRAGORA_BOUQUET_ID) and st.getQuestItemsCount(RECIPE_OF_EMILLY_ID) == 0 and st.getQuestItemsCount(BRIGHTS_LIST_ID) == 0 :
             htmltext = "7466-06.htm"
        elif npcId == 7466 and st.getInt("cond")>=1 and st.getQuestItemsCount(RING_OF_TESTIMONY1_ID) and st.getQuestItemsCount(RECIPE_OF_EMILLY_ID) :
             htmltext = "7466-07.htm"

    Thanks!

      Current date/time is 19th May 2024, 11:16