Jump to content

yurisilbit

Inactive Member
  • Posts

    14
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by yurisilbit

  1. 40 minutes ago, TRBizeps said:

    if true == pet.is_summon(mobVnum) then

    Is not it.
     

    See the example below:

    Spoiler

    quest pet_follow begin

        state start begin

            when idpet.click start
                pet.is_mine () == true then
                --pet.is_follow() is the name of the new function:
                   if pet.is_follow() == false then
                   --the pet stays in place
                   elseif pet.is_follow() == true then
                   --the pet follows the player
                   end
                end
            end
        end
    end

     

  2.  

    Hello people. I am having a problem in the exchange window did not open.

    This appears in syserr whenever I try to open:

    Spoiler

    1221 19:17:27355 :: Traceback (most recent call last):

    1221 19:17:27355 ::   File "game.py", line 806, in StartExchange

    1221 19:17:27355 ::   File "interfaceModule.py", line 613, in StartExchange

    1221 19:17:27355 ::   File "uiExchange.py", line 78, in OpenDialog

    1221 19:17:27355 :: TypeError
    1221 19:17:27355 :: : 
    1221 19:17:27355 :: not enough arguments for format string
    1221 19:17:27355 :: 

    Can someone help me?

  3. Hello guys. I have a problem. whenever the client closes it appears in the
    on the client syserr.

    Spoiler

    Exception TypeError: "'NoneType' object is not callable" in <bound method CursorImage.__del__ of <mouseModule.CursorImage object at 0x04A977D0>> ignored
    Exception TypeError: "'NoneType' object is not callable" in <bound method CursorImage.__del__ of <mouseModule.CursorImage object at 0x049A04F0>> ignored
    Exception TypeError: "'NoneType' object is not callable" in <bound method CursorImage.__del__ of <mouseModule.CursorImage object at 0x049A0790>> ignored
    Exception TypeError: "'NoneType' object is not callable" in <bound method CursorImage.__del__ of <mouseModule.CursorImage object at 0x049A07D0>> ignored
    Exception TypeError: "'NoneType' object is not callable" in <bound method CursorImage.__del__ of <mouseModule.CursorImage object at 0x049A07F0>> ignored
    Exception TypeError: "'NoneType' object is not callable" in <bound method CursorImage.__del__ of <mouseModule.CursorImage object at 0x049A0810>> ignored
    Exception TypeError: "'NoneType' object is not callable" in <bound method CursorImage.__del__ of <mouseModule.CursorImage object at 0x049A0830>> ignored
    Exception TypeError: "'NoneType' object is not callable" in <bound method CursorImage.__del__ of <mouseModule.CursorImage object at 0x049A0850>> ignored
    Exception TypeError: "'NoneType' object is not callable" in <bound method CursorImage.__del__ of <mouseModule.CursorImage object at 0x049A0870>> ignored
    Exception TypeError: "'NoneType' object is not callable" in <bound method CursorImage.__del__ of <mouseModule.CursorImage object at 0x049A08F0>> ignored
    Exception TypeError: "'NoneType' object is not callable" in <bound method CursorImage.__del__ of <mouseModule.CursorImage object at 0x049A0930>> ignored
    Exception TypeError: "'NoneType' object is not callable" in <bound method CursorImage.__del__ of <mouseModule.CursorImage object at 0x049A0970>> ignored
    Exception TypeError: "'NoneType' object is not callable" in <bound method CursorImage.__del__ of <mouseModule.CursorImage object at 0x049A0A30>> ignored
    Exception TypeError: "'NoneType' object is not callable" in <bound method CursorImage.__del__ of <mouseModule.CursorImage object at 0x049A0A50>> ignored
    Exception AttributeError: "'NoneType' object has no attribute '__del__'" in <bound method NumberLine.__del__ of <ui.NumberLine object at 0x049A0A70>> ignored
    Exception TypeError: "'NoneType' object is not callable" in <bound method CursorImage.__del__ of <mouseModule.CursorImage object at 0x04A97890>> ignored
    close failed in file object destructor:
    sys.excepthook is missing
    lost sys.stderr
     

    Could anyone help me with this?

  4. 7 hours ago, Marchewa™ said:

    Comment / delete this in the uiinventory.py file

             

               if app.ENABLE_NEW_EQUIPMENT_SYSTEM:
                    self.wndBelt = BeltInventoryWindow(self)

                self.expandBtn = self.GetChild("ExpandBtn")
                self.minBtn = self.GetChild("MinimizeBtn")
                
                self.expandBtn.SetEvent(ui.__mem_func__(self.OpenInventory))
                self.minBtn.SetEvent(ui.__mem_func__(self.CloseInventory))
                
                if localeInfo.IsARABIC() :
                    self.expandBtn.SetPosition(self.expandBtn.GetWidth() - 2, 15)
                    self.wndBeltInventoryLayer.SetPosition(self.wndBeltInventoryLayer.GetWidth() - 5, 0)
                    self.minBtn.SetPosition(self.minBtn.GetWidth() + 3, 15)   

    problem solved. thank you
     

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