Beiträge von adriielito123

    I solved everything but one problem remains. If you enter the game with a GM everything works and no error. If I enter with a normal character I get the error mentioned before. Where is the problem?


    Also the file "board_onlineplayer.tga" is missing is it possible to have it? Thanks

    There you have. You can just edit the preview image to get it. Anyways, i would like to get some help because things are not working for me.

    First, i had to change the GetGMLevel function to show the button because it wasn't working for me. Now when i open the admin panel, things get weird. I had no buttonsto change in startpage from commands to events, and get some errors about GetChild in aslan create item. if i can get some help to solve these problems, i would be pleased...

    Thanks so much for your response. Just in case someone like me could need it, if you are not getting the correct order in print, just change to tuples (it works for me):

    Ey


    I was implementing the ToolTip antiflag renewal system Bitte melden Sie sich an, um diesen Link zu sehen.
    and i was wondering if i can do the same for characters so there is the part of the code im using from the system for this:

    Code
    1. antiFlagNames = [name for name, flag in antiFlagDict.iteritems() if item.IsAntiFlag(flag)]
    2. if antiFlagNames:
    3.       self.AppendSpace(5)
    4.       textLine1 = self.AppendTextLine('{}'.format(' '.join(antiFlagNames)), self.DISABLE_COLOR)
    5.       textLine1.SetFeather()

    But what i get with this piece of code, if all the antiflags that cannot wear the item. I want to get the wereable one to not get this:

    Bitte melden Sie sich an, um diesen Anhang zu sehen.



    So the question is, how i can modify this piece of code to get the wereable antiflag and not the rest?

    Code
    1. antiFlagNames = [name for name, flag in antiFlagDict.iteritems() if item.IsAntiFlag(flag)]

    Im not good at python so i think the answer is easy for you better than me, ty in advance

    All works but when i try to buy something, nothing happens then this is what im getting from server sysrr


    RunState: LUA_ERROR: [string "anyshop"]:49: attempt to compare string with number

    WriteRunningStateToSyserr: LUA_ERROR: quest anyshop.start click


    any solution?

    Ey, i was adding this system in my client Bitte melden Sie sich an, um diesen Link zu sehen. and i get a little problem.


    I just implemented the whole system but now im getting this error from sysrr:

    0108 00:08:13739 :: Traceback (most recent call last):


    0108 00:08:13739 :: File "networkModule.py", line 239, in SetGamePhase


    0108 00:08:13739 :: File "game.py", line 124, in __init__


    0108 00:08:13740 :: File "interfaceModule.py", line 304, in MakeInterface


    0108 00:08:13740 :: File "interfaceModule.py", line 176, in __MakeWindows


    0108 00:08:13740 :: File "uiInventory.py", line 265, in __init__


    0108 00:08:13740 :: File "uiInventory.py", line 503, in __LoadWindow


    0108 00:08:13740 :: File "uiInventory.py", line 602, in SetInventoryPage


    0108 00:08:13740 :: File "uiInventory.py", line 786, in RefreshBagSlotWindow


    0108 00:08:13740 :: AttributeError

    0108 00:08:13740 :: :

    0108 00:08:13740 :: 'GridSlotWindow' object has no attribute 'SetValueInfoItem'

    0108 00:08:13740 ::


    I know there is an easy solution but i cant solve it, idk what im doing wrong... :/