Jump to content

klapekniekapek

Member
  • Posts

    8
  • Joined

  • Last visited

  • Feedback

    0%

About klapekniekapek

Recent Profile Visitors

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

klapekniekapek's Achievements

Apprentice

Apprentice (3/16)

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

Recent Badges

6

Reputation

  1. Use this example: Group Caini1 { Vnum 7050 leader "Lup" 102 1 "Lup Alpha" 103 2 "Lup Albastru" 104 } But without signs: " and be sure that you have tabulators in right places. Group(TAB)Caini1 { (TAB)Vnum(TAB)7050 (TAB)Leader(TAB)Lup(TAB)102 (TAB)1(TAB)Lup(TAB)Alpha(TAB)103 (TAB)2(TAB)Lup(TAB)Albastru(TAB)104 }
  2. If you were using any tutorial, check all changes you did, you probably used SPACE instead of TAB in some space in code.
  3. If I understood correctly, you should edit value of column gold_min and gold_max for specified id in your db's mob_proto. If you set this values, then you should type /reload p on your GM account to refresh protos, if it won't work you can reboot server to make sure that changes were activated.
  4. Attach syserr file from your client, this file should contain more details of error
  5. Easy solution which you should make by yourself without any problem is quest, which should have this: if pc.count_item(73001) >= 5 then pc.remove_item(73001, 5) pc.give_item2(73002, 1)
  6. Hello guys, again small thing for beginners, if you would like to increase or decrease range of sharing EXP in party you have to find file called "party.h" in your server's source On the top of "party.h" you should find: enum // unit : minute { PARTY_ENOUGH_MINUTE_FOR_EXP_BONUS = 60, // 파티 결성 후 60분 후 부터 추가 경험치 보너스 PARTY_HEAL_COOLTIME_LONG = 60, PARTY_HEAL_COOLTIME_SHORT = 30, PARTY_MAX_MEMBER = 8, PARTY_DEFAULT_RANGE = 5000, }; If you want to increase the range of sharing experience in party you should change "PARTY_DEFAULT_RANGE", I recommend to set this to 10000, it gives us many opportunities of exping in party in any location. If you have any questions, I will try to help you.
  7. Hello, This one is for truly beginners - if you would like to deal the same dmg in every gap between your ninja archer and your target you have to find file: battle.cpp Find: int CalcArrowDamage(LPCHARACTER pkAttacker, LPCHARACTER pkVictim, LPITEM pkBow, LPITEM pkArrow, bool bIgnoreDefense) Under this you have to change "iPercent" int iPercent = 100;
  8. Hi, can we have reupload? Thank you in advance
×
×
  • 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.