Jump to content

forum80

Member
  • Posts

    30
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by forum80

  1. how can we make it to readable format
  2. bool CompareShopItemVnum(const SShopItemTable& lhs, const SShopItemTable& rhs) { return (lhs.vnum == rhs.vnum ? lhs.vnum + lhs.count < rhs.vnum + rhs.count : lhs.vnum < rhs.vnum); } first vnum after count compare like this
  3. i have a problem 1: buttons and textboxes pop out of the clipboard when I scroll
  4. 1.PyhonPlayerSetting.cpp look Horse skills make all like warrior horse charge, horse splash 2. problem check playerSetting.py affect count and PyhonPlayerSetting.cpp
  5. [Hidden Content] hello, thanks for sharing, when you turn off the map upload, colors appear like this when uploading
  6. Ty for answer but i solved this problem in eterlib
  7. hello friends, when I add the guild icon, both the icon on the character and the icon on the window go there. I made a few attempts to solve the problem, but I could not fix the error, what could the problem be? [Hidden Content]
  8. sura horse skill problem ? [Hidden Content] #solved
  9. bool CInstanceBase::CanPickInstance() { if (!__IsInViewFrustum()) return false; if (IsDoor()) { if (IsDead()) return false; } if (IsPC()) { if (IsAffect(AFFECT_EUNHYEONG)) { if (!__MainCanSeeHiddenThing()) return false; } if (IsAffect(AFFECT_REVIVE_INVISIBILITY)) return false; if (IsAffect(AFFECT_INVISIBILITY)) return false; } /* i was add if (IsPet() || IsMount()) return false; and i removed this code is working */ if (IsDead()) return false; return true; }
  10. hello, I have a problem. When I interact with the pet or horse with the right button, the selected effect does not appear and nothing can be done with either the left button or the right button. I wonder where is the problem? thanks and sorry for bad english
  11. Its easy add me discord ByDoqan80#1261
  12. 0127 22:41:11883 :: TypeError 0127 22:41:11883 :: : 0127 22:41:11883 :: SetUp() takes exactly 2 arguments (3 given) 0127 22:41:11883 :: 0127 22:41:11883 :: TypeError 0127 22:41:11883 :: : 0127 22:41:11883 :: Open() takes exactly 2 arguments (3 given) 0127 22:41:11883 ::
  13. hello first of all sorry for my bad english When I add an item to the offline market, item.sql appears as empty, so when I reboot, the markets do not appear. [Hidden Content] syserr.txt is empty please help me
×
×
  • 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.