Jump to content

ilovegreendays

Inactive Member
  • Posts

    51
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by ilovegreendays

  1. Thx Martysama for that fix!

    When u release teleport memory leak fix?

    On some servers when teleport memory increase with no limit and dont reset. I saw a few of you talked about in 2016 post but no one gave a fix...

    • Love 4
  2. My client in login phase dont have exit button, i added the button but dont know how to put the function for exit game on it. I tryed taking code of intrologin.py of exit button function of another client but give me error...

     

    Code of button i created

                    {
                        "name" : "LoginExitButton",
                        "type" : "button",

                        "x": 27,
                        "y": SCREEN_HEIGHT-90,

                        "default_image": kiro_interface.PATCH + "buttons/btn_normal.png",
                        "over_image": kiro_interface.PATCH + "buttons/btn_active.png",
                        "down_image": kiro_interface.PATCH + "buttons/btn_hover.png",
                        "disable_image": kiro_interface.PATCH + "buttons/btn_disabled.png",
                        "children" :
                        (
                            {
                                "name": "fontButton",
                                "type": "text",

                                "x": -25,
                                "y": 7,
                        
                                "fontname" : "Tahoma Bold:16.5",
                                "horizontal_align": "center",
                                "text" : localeInfo.SIGN_OFF,
                                "color" : 0xffa3c7c1,

                            },
                        ),
                    },

     

    Spoiler

  3. Any one know a easy way to disable wolfman from source? 

    i have in makefile of game and db: WOLF_ENABLE=lycan i changed that line to WOLF_ENABLE=0 and nothing, i tryed with comment the line like this #WOLF_ENABLE=lycan and nothing, i still can create wolf character... i know how to disable from client in constinfo but i need to disable from source...

  4.  

    1 hour ago, ilgryu said:

    ah yes  {
                "name" : "buttonboard",
                "type" : "board",
                "style" : ("attach",),
                "x" : 0,
                "y" : 50,
                "width" : 50,
                "height" : 261+35,##menu yukseklik
                "children" :
                [

    :)

    X for left right

    Y for down up :)

    https://pastebin.com/mCFnRpjC here is full one.

    THX MAN!! Solved!

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