Jump to content

tristano98

Inactive Member
  • Posts

    112
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by tristano98

  1. Hello guys, i'm add Minigame Jigsaw but not work. i have 2 problem 1) the puzzle not work and the grid doesn't appears 2) switch the page of the guide and text moves down Can you help me? This is video Syserr interfece.py if app.ENABLE_FISH_EVENT: def MiniGameFishUse(self, shape, useCount): if self.wndEvent: self.wndEvent.MiniGameFishUse(shape, useCount) def MiniGameFishAdd(self, pos, shape): if self.wndEvent: self.wndEvent.MiniGameFishAdd(pos, shape) def MiniGameFishReward(self, vnum): if self.wndEvent: self.wndEvent.MiniGameFishReward(vnum) def MiniGameFishCount(self, count): if self.wndEvent: self.wndEvent.MiniGameFishCount(count) def SetFishEventStatus(self, isEnable): if isEnable: if not self.wndEvent: self.wndEvent = uiMiniGame.MiniGameWindow() if self.tooltipItem: if self.wndEvent: self.wndEvent.SetItemToolTip(self.tooltipItem) if app.WJ_ENABLE_TRADABLE_ICON: if self.wndEvent: self.wndEvent.BindInterface(self) if self.wndInventory: if self.wndEvent: self.wndEvent.BindInventory(self.wndInventory) self.wndEvent.IntegrationMiniGame(True) else: if self.wndEvent: self.wndEvent.IntegrationMiniGame(False) ui.py if app.ENABLE_FISH_EVENT: def SetOverInItemEvent(self, event, window = None): self.eventOverInItem = event self.eventOverInItemWindow = window else: def SetOverInItemEvent(self, event): self.eventOverInItem = event
  2. Hi guys, I have a problem with offline shops closing. When I close it, the store title remains.. Syserr: 1115 08:41:02239 :: Traceback (most recent call last): 1115 08:41:02239 :: File "uiOfflineShopBuilder.py", line 171, in OnUpdate 1115 08:41:02239 :: TypeError 1115 08:41:02239 :: : 1115 08:41:02239 :: 'NoneType' object is not iterable 1115 08:41:02239 :: 1115 08:41:02239 ::
  3. Hello guys, i have a problem with skill horse. I use the mount the skill not work but i use a horse the horse skill work. How to Fix the problem? This is a video with my problem
  4. [Hidden Content] "A differenza del veleno, lo stato di sanguinamento può provocare la morte del PG o dei mostri che ne sono affetti." = " Unlike the poison, the bleeding state can cause the death of the character or of the monsters that are affected.
  5. Hello community, i have a little bug with Bleeding PCT. The character taken bleeding not dead but remains 1 hp
  6. hello community, i have a little problem with new emotion system .. i add the new button and work only click emotion with animation but click the button with effect emotion not work Video problem
  7. i'm add #include "../../common/service.h" in packet.h and solved crahs Fix client error : the error is the tab in locale_game.txt SOLVED, special thx @riku11
  8. in locale_interface.txt is not present ... in locale game is this : TARGET_INFO_SUBRACE Subspecies : %s in packet.h (binary) is present HEADER_CG_TARGET_INFO_LOAD = 59 IN THE PACKET.H (GAME SRC) Is included
  9. 56 ? 59 ??? in my packet.h add in my packet_info.cpp add in my input_main.cpp add But not work
  10. Hello guys, i add the target system in my server but when I click the button the client returns to login and I have these syserr Syserr core ch1 : UNKNOWN HEADER: 59, LAST HEADER: 0(0), REMAIN BYTES: 6, fd: 20 Syserr client : How to fix?
×
×
  • 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.