Beiträge von Kasano

    Hallo,


    wie ihr hier sieht ich sehe nicht die Zeit dauert also wie lange Shop online bleibt weiß einer wieso ?


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


    und wenn ich einfach so mal shop öffnen will kommt dieser fehler eventuell damit zu tun aber ich glaube nicht.


    1231 13:02:41976 :: Traceback (most recent call last):


    1231 13:02:41976 :: File "ui.py", line 1387, in CallEvent


    1231 13:02:41977 :: File "ui.py", line 87, in __call__


    1231 13:02:41977 :: File "ui.py", line 69, in __call__


    1231 13:02:41977 :: File "uiNewShop.py", line 122, in CreateShop


    1231 13:02:41977 :: IndexError
    1231 13:02:41977 :: :
    1231 13:02:41977 :: list index out of range
    1231 13:02:41977 ::


    und im uinewshop ist diese zeile


    item = constInfo.shop_cost[id-1]



    Und habe im constinfo nach geschaut und habs drinnen eingebaut.


    # OFFLINE_SHOPS
    shop_cost=[]
    gift_items={}
    MyShops=[]
    SHOPNAMES_RANGE = 5000

    Habe grade denn Offline Shop von Great eingefügt und habe diesen Client Fehler.


    1231 00:33:20022 :: Traceback (most recent call last):


    1231 00:33:20022 :: File "game.py", line 1057, in StartShop


    1231 00:33:20022 :: File "interfaceModule.py", line 729, in OpenShopDialog


    1231 00:33:20022 :: File "uiShop.py", line 167, in Open


    1231 00:33:20023 :: AttributeError
    1231 00:33:20023 :: :
    1231 00:33:20023 :: 'builtin_function_or_method' object has no attribute 'SelectInstance'
    1231 00:33:20023 ::


    1231 00:34:32010 :: TypeError
    1231 00:34:32010 :: :
    1231 00:34:32010 :: OnOverInItem() takes exactly 2 arguments (4 given)
    1231 00:34:32010 ::