Jump to content

iRazer

Inactive Member
  • Posts

    65
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by iRazer

  1. It's impossible. Check your refine_proto too.. If prob on it is 100% it's normal ahaah
  2. Try to reboot your system and replace your qc. Later add 0777 permission on qc's file
  3. You just need use MEMO and BDRAGON, stop.
  4. Magic Stone = MEMO_SCROLL Blessing Dragon Scroll = BDRAGON_SCROLL
  5. Check and edit here: (char_item.cpp) if (pkItemScroll->GetValue(0) == MUSIN_SCROLL) // ¹«½ÅÀÇ Ãູ¼­´Â 100% ¼º°ø (+4±îÁö¸¸) { success_prob = 100; szRefineType = "MUSIN_SCROLL"; } // END_OF_DETAIL_REFINE_LOG else if (pkItemScroll->GetValue(0) == MEMO_SCROLL) { success_prob = 100; szRefineType = "MEMO_SCROLL"; } else if (pkItemScroll->GetValue(0) == BDRAGON_SCROLL) { success_prob = 80; szRefineType = "BDRAGON_SCROLL"; }
  6. Locale_inc.h for client on UserInterface common/service.h server
  7. Nelson you are just fcking kid that doesn't know anything about scripting. Peace
  8. I've got this bug with acce: When I wear an Acce and I unequip it, acce doesn't disappear from character (I need close client and reopen it) (From slot disappear, from character not)
  9. Hi all. I've got this problem with 71052. If i put a rare bonus (6/7) in a item and i use 71052 sometimes i get two identic bonus like MAX HP +50 MAX HP+50 Where can i put check? help
  10. Hi. I've got this bug: When i'm riding a mount, my character come back and i don't know how to solve. Who can help me? I've already try to change input_main.cpp on source but if I do it , i solve the problem of mount but the regen spawn late.
  11. This page is no longer available. It has either expired, been removed by its creator, or removed by one of the Pastebin staff.
  12. Attack UserInterface/Locale.cpp of your client on pastebin
  13. I'm not understanding, sorry. What protection are you using?
  14. if (!rkApp.Create(poSelf, "Name of App", width, height, Windowed))
×
×
  • 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.