Jump to content

WeedHex

Premium
  • Posts

    1544
  • Joined

  • Last visited

  • Days Won

    33
  • Feedback

    0%

Everything posted by WeedHex

  1. The first solution is less heavy.
  2. The death is meant for the dungeon instance. It will trigger void CDungeonManager::Destroy(CDungeon::IdType dungeon_id) so SECTREE_MANAGER::instance().DestroyPrivateMap(lMapIndex); that with struct FDestroyPrivateMapEntity will if (ch->GetDesc()) DESC_MANAGER::instance().DestroyDesc(ch->GetDesc()); else M2_DESTROY_CHARACTER(ch); Very strange stack, you surely mess up something in the source or dungeon's quest.
  3. Without any armor equipped happens the same?
  4. Can someone update the post with: -Lycan Missing -Size errors with large names
  5. def OverInMaterialSlot(self, slot_index): if not self.tooltipitem: return if self.MaterialSlotIndex == -1: return if self.SupportSlotIndex == -1: return self.tooltipitem.AddItemData(self.MaterialSlotIndex, 0, 0)
  6. Add a new condition using GetUsedSkillMasterType(pkSk->dwVnum) >= SKILL_GRAND_MASTER
  7. For free or you're selling? Or it was just a show.
  8. Is the same, just avoid CWhisper::New() without checking.
  9. Are you having an asshole contest? You can also make constant the iterator Joking apart, very thanks Mali!
  10. Do not update the packages if the FreeBSD version is deprecated. pkg install python2 python2 --version Is better to use a supported version of freebsd.
  11. All good! Love his reversed systems. He also has a great way of relating.
  12. VirtualBox is ok. They shared also a recent version. Be sure u are configuring all good.
  13. Hello guys I've a question. Does anybody is signing his own exe file before to send it in release? Windows if you don't sign it will thrown the warning "Unknown author". Do you have any suggestion to buy or make for free a signature?
  14. It just return a default value, no "undefined behavior".
  15. GetDesc()->Packet(&) Probably the DESC was a nullptr
  16. It's different from official
  17. What about those who have recently bought on your site? Thanks anyway!
  18. Shitty code to make the simple SungMa bonus, I was trying to follow to help but it destroys my patience.
  19. I'm not sure about the enum you used. Maybe is better: if (m_wcurMotionMode == CRaceMotionData::MODE_HORSE) 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.