Jump to content

m2Ciaran

Active+ Member
  • Posts

    48
  • Joined

  • Last visited

  • Feedback

    0%

About m2Ciaran

Recent Profile Visitors

309 profile views

m2Ciaran's Achievements

Community Regular

Community Regular (8/16)

  • Very Popular Rare
  • Collaborator
  • One Year In
  • Dedicated
  • Reacting Well

Recent Badges

278

Reputation

  1. The purpose is to use it on your test server before you introduce drop changes on your main server
  2. ! I've only used it on my test server ! Download Set item id under "high_item" event flag to highlight the item name with different color (/e high_item IDOFITEM) Usage: /drop_simul IDOFMOB AMOUNT Result:
  3. for (int i = 0; i < ITEM_LIMIT_MAX_NUM; ++i) { long limitValue = item->GetProto()->aLimits[i].lValue; switch (item->GetProto()->aLimits[i].bType) { case LIMIT_LEVEL: if (GetLevel() < limitValue) { ChatPacket(CHAT_TYPE_INFO, LC_TEXT("아이템의 레벨 제한보다 레벨이 낮습니다.")); return false; } break; } } I suggest everyone to add this piece of code to avoid players opening (Apprentice) level chest below required level
  4. Visually far better than the currently used by gf
  5. Still looking around for someone with freetime to work on flyingmanager
  6. I've tried to reach you through discord, invited once again
  7. Still looking around, the problem is flying manager - shooting invisible instance
  8. Hello. Im looking for someone who can code ninja with bow shooting 3 targets at once. (obv paid) PM
×
×
  • 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.