Jump to content

Finch

Banned
  • Posts

    131
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Finch

  1. SYSERR: Sep 6 01:30:27 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Sep 6 01:30:25 :: Process: FDWATCH: peer null in event: ident 21.
  2. try. open: uisafebox.py add: import shop and edit: in: class SafeboxWindow(ui.ScriptWindow):
  3. open: game.py search: self.interface.BUILD_OnUpdate() after add: if int(int(self.interface.LastContactTimeStamp) + self.interface.WaitTime) < int(app.GetTime()) and self.interface.State == "Kapali": self.interface.State = "Acik" self.interface.BUILD_OnUpdate() open: interfacemodule.py search: CHARACTER_SKILL_TAB = 2 after add: LastContactTimeStamp = app.GetTime() - 5 WaitTime = 12 State = "Kapali" search: def ToggleInventoryWindow(self): change with: def ToggleInventoryWindow(self): if self.State == "Kapali": chat.AppendChat(chat.CHAT_TYPE_INFO, "Envanteri acabilmek icin " + str(int(int(self.LastContactTimeStamp) + self.WaitTime) - int(app.GetTime())) + " saniye beklemelisin.") return else: if FALSE == player.IsObserverMode(): if FALSE == self.wndInventory.IsShow(): self.wndInventory.Show() self.wndInventory.SetTop() else: self.wndInventory.OverOutItem() self.wndInventory.Close()
  4. mob and metin stones hp bar problem. sorry. wrong section.
  5. syserr? ResourceManager::GetResourcePointer: NOT SUPPORT FILE d:\project\metin2\main\assets\npc\lion\lion.psd
  6. i know. but how can i fix. system is working. Except that: nonetype object has no attribute highligt_item
×
×
  • 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.