Jump to content

crazyarashi

Developer
  • Posts

    776
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by crazyarashi

  1. Just set your notepad++ encoding -> character sets to Korean
  2. You can normally find them in your data.grf try updating yours.
  3. Found this for the solution
  4. Hi I'm kind of stuck in this, I want to do a checkquest for every quest_id in an array, I tried most stuffs. Looking for people who can enlighten me! Thank you in advance :))
  5. Did you try changing your client langtype to arabic
  6. // 07 splash/effect range // -1 - for screen-wide // 0 - no splash // all other values follow the formula: value * 2 + 1 // 1 - 3x3 // 2 - 5x5 // 3 - 7x7 skill.db
  7. You need to get an updated msg string table or update your servers msg_conf
  8. crazyarashi

    ETC Items

    I think if you put the item on the skill tab it will automatically display the amount except for equipments.
  9. crazyarashi

    Refiner

    You are not using rathena.
  10. Going to test it out in a bit.
  11. Okay good to know :))
  12. crazyarashi

    Refiner

    Make sure your custom item is set to refinable in your item database. PS. Use smaller fonts please
  13. Using 2018-05-02 so yeah should work on higher clients.
  14. You need to update your .NET framework.
  15. // Homunculues Autofeeding (Note 1) // Requires: 2017-09-20bRagexeRE or later I don't know where you heard that stuff though..
  16. you need to add the nemo patch Enforce Official Login Background
  17. pretty much so. it can also be like this if (rand(1,10) <= 2 ){
  18. if (rand(1,10) == 7){ 10% TO if (rand(1,10) >= 6){ 40% if (rand(1,10) == 1) { 10% dispbottom "[Fishing] Kraken drags your feet!!!"; if (rand(1,10) >= 5) { 50% dispbottom "[Fishing] Kraken drags your feet!!!"; Well if you apply basic math to it you can just simply increase it or reduce it.
  19. What hash are you using?.
  20. Note: The Client Above is a 2018 Client and not suggested for people who are kinda new.
  21. It's missing one part for sure better check your files
  22. You're just missing a colon
  23. I think its just from iRO Itself
  24. There are lots of interesting release lately, thanks for this :))
×
×
  • Create New...