Jump to content

Thundernatsu

Inactive Member
  • Posts

    39
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Thundernatsu

  1.  

    hi I have implemented the reborn system but I have a problem the system works you back to the beginning but the degree of reborn is not displayed (R I, R II, R III difianco to the name) as in this photo

    proxy.php?image=https%3A%2F%2Fi.resimyukle.xyz%2Fz0Vd0H.png&hash=660e5e39f1afe3aa020bed97787b96c6

    as you can see in the picture above, copy the level of the reborn up to the level but to me it doesn't appear and I don't know the reason someone knows how to solve I leave you under the photo of my problem

    wZRuiJh.png?1

  2. tested the letter of the tutorial but when I try to buy the item I get both the requested item and the yang (only if there are in the pg) if they are lower than the price of the item type the item costs 50kk and I keep 40kk or less gives me this error

     

    1020 16:12:17618 :: CPythonNetworkStream::RecvShopPacket: Unknown subheader

  3. expected primary-expression before '['token on shop manager line 534

    line 534


    std::sort(shopItems.begin(), shopItems.end(), [stSort](const TShopItemTable& i1, const TShopItemTable& i2)


    full line


    #ifdef ENABLE_RENEWAL_SHOPEX
    else {
    std::sort(shopItems.begin(), shopItems.end(), [stSort](const TShopItemTable& i1, const TShopItemTable& i2)
    {
    TItemTable* lItem = ITEM_MANAGER::instance().GetTable(i1.vnum);
    TItemTable* rItem = ITEM_MANAGER::instance().GetTable(i2.vnum);
    if (stSort == "Vnum")
    return i1.vnum > i2.vnum;
    else if (stSort == "Price")
    return i1.price > i2.price;
    else if (stSort == "Name" && lItem && rItem)
    return strcmp(lItem->szLocaleName, rItem->szLocaleName) < 0;
    else if (stSort == "Type" && lItem && rItem)
    return lItem->bType > rItem->bType;
    });
    }
    #endif

     

    @VegaS™  do you know how to solve?

  4. 22 minutes ago, V0lvox said:

    Scrivi un errore, basato su RenderTarget e non sull'intero file di registro.

     

    CPythonTextTail::DeleteCharacterTextTail - Find VID[0] Error
    CPythonTextTail::DeleteCharacterTextTail - Find VID[0] Error

    when I go to the armor hair weapon etc ...

  5. On 7/29/2019 at 9:25 AM, V0lvox said:

    Hi,

     

    Here i publish my edit of the public Render Target System.

    I hate it, when people earn money with public systems.

    This is the hidden content, please

     

    Original Thread

    https://metin2.dev/board/index.php?/topic/20550-rlsrendertarget/&tab=comments#comment-111384

     

    https://metin2.download/picture/bDvo4v1U37XjLdgsJMLMdX9vm838N9LT/.gif

     

    have a look at my comments at UiToolTip.py

     

    Bug Fix:

    UiToolTip-Fix.txt

    @V0lvox

    i have this error

    Spoiler

    • Metin2 Dev 1
    • Love 6
  6. hello

     

    when I add a drop from a mob and reboot the new drop is added but when I take a drop or it doesn't just rise from the target info drop or I have to close the client to make it update

    does anyone know how to get the target info drop updated every few minutes or through a reload drop the one that directly updates the mob_Drop_item.txt file

    thank you all

  7. 1 hour ago, VegaS™ said:

    Your children item from dictionary is a tuple, not a list.

    
    #1.1) Replace:
    window["children"][0]["children"] = window["children"][0]["children"] + [
    #1.2) With:
    window["children"][0]["children"] += (
      
    #2.1) Replace:
    		},]
    #2.2) With:
    		},)

    now it shows but it doesn't work it hides nothing

     

    Spoiler

    0512_170803.thumb.jpg.9614601e6d6c329bcbb2068db38ba6c2.jpg

     

  8. help 

    Spoiler
    Spoiler

    0512 14:23:53297 :: 
    ui.py(line:3196) LoadScriptFile
    system.py(line:197) execfile
    system.py(line:168) Run
    uiscript/systemoptiondialog.py(line:316) <module>

    LoadScriptFile!!!!!!!!!!!!!! - <type 'exceptions.TypeError'>:tuple indices must be integers, not str

    0512 14:23:53297 :: ============================================================================================================
    0512 14:23:53297 :: Abort!!!!


    0512 14:23:53299 :: 
    uiSystemOption.py(line:76) __Load_LoadScript
    ui.py(line:3213) LoadScriptFile
    exception.py(line:36) Abort

    System.OptionDialog.__Load_LoadScript - <type 'exceptions.SystemExit'>:

    0512 14:23:53299 :: ============================================================================================================
    0512 14:23:53299 :: Abort!!!!

     

     

    • Metin2 Dev 1
×
×
  • 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.