Jump to content

lonely

Inactive Member
  • Posts

    4
  • Joined

  • Last visited

  • Feedback

    0%

About lonely

Informations

  • Gender
    Male
  • Country
    Egypt
  • Nationality
    Chilean

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

lonely's Achievements

Explorer

Explorer (4/16)

  • One Month Later
  • Dedicated
  • Week One Done
  • Reacting Well
  • Conversation Starter

Recent Badges

0

Reputation

  1. Sometimes when I click on a player this appears Does not appear the group and friends and whisper and feelings [Hidden Content] I suspect that the error is in this code if app.ENABLE_ELEMENT_ADD: if app.ENABLE_VIEW_TARGET_DECIMAL_HP: def SetHPTargetBoard(self, vid, hpPercentage, iMinHP, iMaxHP, element): if vid != self.targetBoard.GetTargetVID(): self.targetBoard.ResetTargetBoard() self.targetBoard.SetEnemyVID(vid) self.targetBoard.SetHP(hpPercentage, iMinHP, iMaxHP) self.targetBoard.SetElementImage(element) self.targetBoard.Show() else: def SetHPTargetBoard(self, vid, hpPercentage, element): if self.interface.IsHideUiMode == True: return if vid != self.targetBoard.GetTargetVID(): self.targetBoard.ResetTargetBoard() self.targetBoard.SetEnemyVID(vid) self.targetBoard.SetHP(hpPercentage) self.targetBoard.SetElementImage(element) self.targetBoard.Show() else: if app.ENABLE_VIEW_TARGET_DECIMAL_HP: def SetHPTargetBoard(self, vid, hpPercentage, iMinHP, iMaxHP): if vid != self.targetBoard.GetTargetVID(): self.targetBoard.ResetTargetBoard() self.targetBoard.SetEnemyVID(vid) self.targetBoard.SetHP(hpPercentage, iMinHP, iMaxHP) self.targetBoard.Show() else: def SetHPTargetBoard(self, vid, hpPercentage): if vid != self.targetBoard.GetTargetVID(): self.targetBoard.ResetTargetBoard() self.targetBoard.SetEnemyVID(vid) self.targetBoard.SetHP(hpPercentage) self.targetBoard.Show() def SetHPTargetBoard(self, vid, hpPercentage): if self.interface.IsHideUiMode == True: return if vid != self.targetBoard.GetTargetVID(): self.targetBoard.ResetTargetBoard() self.targetBoard.SetEnemyVID(vid) self.targetBoard.SetHP(hpPercentage) self.targetBoard.Show() I don't know if this is true or not I hope for a solution, thank you
  2. hello im have problem game.core this photo [Hidden Content]
  3. bug python 0125 23:39:48975 :: FAILED CPythonPlayer::GetItemTypeBySlot() Cell(14, 117) item is null 0125 23:39:49347 :: FAILED CPythonPlayer::GetItemTypeBySlot() Cell(14, 117) item is null 0125 23:39:49580 :: FAILED CPythonPlayer::GetItemTypeBySlot() Cell(14, 117) item is null this code uispecialstorage.py if app.ENABLE_SHOW_CHEST_DROP: chestSlot = self.__InventoryLocalSlotPosToGlobalSlotPos(slotIndex) itemVnum = player.GetItemIndex(self.SLOT_WINDOW_TYPE[self.categoryPageIndex]["window"], chestSlot) item.SelectItem(itemVnum) #if app.IsPressed(app.DIK_LCONTROL) and player.GetItemTypeBySlot(self.SLOT_WINDOW_TYPE[self.categoryPageIndex]["window"], chestSlot) == item.ITEM_TYPE_GIFTBOX: if player.GetItemTypeBySlot(self.SLOT_WINDOW_TYPE[self.categoryPageIndex]["window"], chestSlot) == item.ITEM_TYPE_GIFTBOX: if self.interface: self.interface.OpenChestDropInfo(self.SLOT_WINDOW_TYPE[self.categoryPageIndex]["window"], chestSlot) return
×
×
  • 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.