Jump to content

Recommended Posts

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Open root/interfacemodule.py

Check: 

def ToggleInventoryWindow(self):
        if self.State == "Kapali":
            chat.AppendChat(chat.CHAT_TYPE_INFO, "You must wait" + str(int(int(self.LastContactTimeStamp) + self.WaitTime) - int(app.GetTime())) + " to open the inventory.")

Only change function ;)

Link to comment
Share on other sites

On 14/02/2016 at 1:20 PM, Mr.Slime said:

Open root/interfacemodule.py

Check: 

def ToggleInventoryWindow(self):
        if self.State == "Kapali":
            chat.AppendChat(chat.CHAT_TYPE_INFO, "You must wait" + str(int(int(self.LastContactTimeStamp) + self.WaitTime) - int(app.GetTime())) + " to open the inventory.")

Only change function ;)

I could not, I help when I put to open warehouse have to wait 5 seconds to open?

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



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