Jump to content

tristano98

Member
  • Posts

    112
  • Joined

  • Last visited

  • Feedback

    0%

About tristano98

Informations

  • Gender
    Male

Recent Profile Visitors

1605 profile views

tristano98's Achievements

Collaborator

Collaborator (7/16)

  • Conversation Starter
  • First Post
  • Collaborator
  • Week One Done
  • One Month Later

Recent Badges

6

Reputation

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