Jump to content

forum80

Inactive Member
  • Posts

    30
  • Joined

  • Last visited

  • Feedback

    0%

1 Follower

About forum80

Informations

  • Gender
    Male

Recent Profile Visitors

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

forum80's Achievements

Community Regular

Community Regular (8/16)

  • Collaborator
  • Reacting Well
  • Dedicated
  • First Post
  • Conversation Starter

Recent Badges

18

Reputation

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