Jump to content

iBeast

Banned
  • Posts

    83
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Everything posted by iBeast

  1. From my item_proto, it is: "USE_SPECIAL". Hope I helped. iBeast
  2. In protos. (item_proto/mob_proto) - You need to dump it. iBeast
  3. Why don't you download official server? Just unpack it. iBeast
  4. Hi. It does not recognize weapon... There is null value for weapon. Hope I helped. iBeast
  5. Replace last 0 number to 1 and add LL... So 9000000001LL. Hope I helped. iBeast
  6. You can not offer higher value or any? Can you offer e.x.: 10000 experience points?
  7. Do you mean "Target range"? It is in skill_proto. (0 = does not matter, another value is limitation) Hope I helped. iBeast
  8. Try to add in constants.cpp after level 99 exp values and higher "u". (In all consts.) Like that way: [...] 743730000, // 90 1041222000, 1145344200, 1259878620, 1385866482, 1524453130, 1676898443, 1844588288, 2029047116, 2050000000, // 99레벨 일 때 필요경험치 (100레벨이 되기 위한) 2150000000u, // 100 2210000000u, 2250000000u, 2280000000u, 2310000000u, 2330000000u, // 105 2350000000u, 2370000000u, 2390000000u, 2400000000u, 2410000000u, // 110 [...] iBeast
  9. Have you made the point with constants.cpp properly? There is also possibility that you use instead of constants.cpp "database way"... Do you have something as exp_table in your common database? Hope I helped. iBeast
  10. Maybe you should post this in "Searching" and offer some pay for it.
  11. Hi. Check out this topic. (There is some info and procedure described.) Hope It helps you. iBeast
  12. Hi. Use: xxx.use. And make item type 18 (ITEM_QUEST). Hope I helped. iBeast
  13. Yes... There is also way to do it using "dofile"... I know that. I have edited that repo.
  14. Add those packet headers to statement with other headers.
  15. Hi there. Does your packet ids match? In client source and server source? iBeast
  16. You can add that table into your server files (and then ignore it) or disable that "notice" from source. iBeast
  17. No problem... Dragon soul? Where is problem?
  18. Hi. Add that header to input_login.cpp. Try this: Find: case HEADER_CG_SYMBOL_CRC: [...] Add: case HEADER_YOUR_HEADER_NAME: break; Hope I helped. iBeast
  19. Hello, I want to introduce you my Instant equip funciton. It is mini release (easy to make and somebody maybe finds it useful) This function instantly-equips (if slot is not already equiped) items. You can use it for quests like "first login" (sample in pictures below). Link: HERE or click on Signature (Section Free Stuff) Enjoy.
×
×
  • 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.