Jump to content

Dimitar

Member
  • Posts

    5
  • Joined

  • Last visited

  • Feedback

    0%

About Dimitar

Informations

  • Gender
    Not Telling

Recent Profile Visitors

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

Dimitar's Achievements

Newbie

Newbie (1/16)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Hi, please, everything is Ok but i cant see tooltip at top of item in new drop dialog. I use unedited nevisor's class, can anyone help me? I think problem is there: for i in xrange(min(3, ySlotCount)): self.slotList[i].SetPosition(0, 30 + ySlotCount*32 - i*32) if vnum != 1: self.slotList[i].OnMouseOverIn = lambda arg = slot: self.OverInItem(arg) ####HEREEEEE self.slotList[i].OnMouseOverOut = lambda arg = self.tooltipItem: self.OverOutItem(arg) else: self.slotList[i].OnMouseOverIn = lambda arg = localeInfo.MONETARY_UNIT0: self.OverInToolTip(arg) self.slotList[i].OnMouseOverOut = lambda: self.OverOutToolTip() self.slotList[i].Show() I tried edit it to: self.slotList[i].OnMouseOverIn = lambda arg = slot: self.OverInItem(vnum) But it still dont work, sysser is clear and tooltip works with yangs. Thanks
  2. How did you mean it? I just did these steps: [Hidden Content] , nothing else.
  3. Thanks, i added it under: HEADER_GG_CHECK_AWAKENESS = 29, but now client crashed in loading and in sysser is Unknown packet header: 176, last: 255 255 Here is my packet.h [Hidden Content] i added it at line 333. I tried: HEADER_GG_MESSENGER_BLOCK_ADD = 31, HEADER_GG_MESSENGER_BLOCK_REMOVE = 32, but some problem. Thanks.
  4. Hi, please, i havent got HEADER_GG_BIG_NOTICE = 30, in my packet.h . Here is my packet.h [Hidden Content] What can i do now? Thanks.
×
×
  • 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.