Jump to content

rakuu

Inactive Member
  • Posts

    2
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by rakuu

  1. Hello, today I will show you how to add questboard for quests displaying in game.

    It's looking like this

     

    Spoiler

    145753Capture1dbce.png

     

    Ok, let's start the tutorial.

    1. Unpack uiscript.eix/epk from your client.

    2. Open questdialog.py and replace the hole code with this:

    Spoiler
    
    
    ROOT = "d:/ymir work/ui/public/"
    
    window = {
        "name" : "QuestDialog",
        "style" : ("float",),#"movable",
    
        "x" : 0,
        "y" : 0,
    
        "width" : 800,
        "height" : 450,
    
        "children" :
        (
            {
                "name" : "board",
                "type" : "image",
                "style" : ("attach", "ignore_size",),
    
                "x" : 0,
                "y" : 0,
    
                "horizontal_align" : "center",
                "vertical_align" : "center",
    
                "image" : "locale/ro/ui/clowd_work/quest.tga",
              
                "width" : 350,
                "height" : 300,
            },
        ),
    }

    We have ther "locale/ro/ui/clowd_work/quest.tga", this is the location of the .tga file and you have to change it with yours.

    3. Repack uiscript.eix/epk and that's it.

    Hope you enjoy this tut :)

    • Metin2 Dev 1
    • kekw 1
    • Good 1
    • Love 2
×
×
  • 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.