Jump to content

Radian

Members
  • Posts

    1546
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Radian

  1. Okay yea I can also reproduce that issue of yours lets wait for the developer if they're gonna do something about it. I created an issue at git https://github.com/rathena/rathena/issues/2133 you can follow that topic issue they might fix it soon
  2. Radian

    My Cart Weight

    @Norse I tried to produced the same issue you got but its working perfect on me. you might modified something in source or maybe what emulator are you using rA? eA? Herc? eAmod? rAmod?
  3. I think somethings wrong with your files.. while im testing this one my asura miss on pally because of auto guard. Pally did not receive any damage when asura miss. Champion did not also receive any reflect damage when it miss.
  4. As far as I remember there was a mapflag that do the same thing.. anyway I already did what you suggest and just asking if maybe they change the mapflag works. anyway thanks!
  5. Check it here https://github.com/rathena/rathena/blob/master/conf/battle/player.conf#L182
  6. Was this mapflag works if you died in the map you will automatically warped back to where you saved? Or its just my files that is are not updated? something like this? prontera mapflag noreturn
  7. Try changing it with a new one. Or you can post your char_athena.conf / map_athena.conf here
  8. You can check it here https://github.com/rathena/rathena/blob/master/src/config/secure.h its for security reason.
  9. This issue is related to the userid and password in char_athena.conf / map_athena.conf check it again it must be the same user & password.
  10. Papano ka namin matutulongan kung hindi mo pinost yung script na may issue? please next time paki lagay na rin yung script na may issue para mas madali yung reply.
  11. SVN is not supported anymore i think? you should use this one https://github.com/rathena/rathena
  12. DId you try to re compile already?
  13. For this "Clock skew detected. Your build may be incomplete" I always run this : find . -exec touch {} \; then try to re compile your files.
  14. I use the item_noequip.txt and mapflag restricted. for example in item_noequip.txt // Tao gunka card will not work on main town which is ''wicked'' 4302,4096 // 4096 is zone 8 in my restricted mapflag // Main Town wicked mapflag restricted 8
  15. You need to make your own grf or add it inside RO/data/... depends on how your client setup if it read data folder first or grf's.
  16. No. its not inside the .grf file it should be the client that will automatically translate it into english.. but now looking at it I dont think its the client issue its the mapnametable.txt
  17. Yea this is the one that Rebel released. and this might help you out but I dont think you want to make everything that is converted to costume will still have their own effect.
  18. 1 - too old for a guide. 2 - I dont know what you mean by separated txt files but it should be inside the item_db.txt but yea you can start at ID# 30000 for me i start at that ID. 3 - Im not sure if its mandatory but I think its not because the last time I added a custom weapon for a server It was ID# 30001.
  19. I might be wrong... I used that last time and its a cool system and maybe yea he might be wrong while adding the modification.
  20. You need to define which one you are using because there are 2 kinds of costumeitem the one that released by Rebel or by Secret?
  21. As you can see that modification will remove everything that is costume... and thats why the effects are not working
  22. Tell me did you do any source modifications? and what emulator are you using? Edit: its not about the case it was the bonus you stated that you are using bonus bstats,n; but that bonus is not available. well it doesn't matter anymore since if other bonuses are not working there should be something that you changed that cause this..
  23. bonus bstats,n; is not available.. but if you mean bonus bAllStats,n;
  24. You might miss something when patching your client. The Translate Client? just recheck it
  25. Maybe this 27001,Blush,Blush,5,20,,0,,1,,1,0xFFFFFFFF,63,2,1024,,0,0,125,{ bonus bonus bMaxHPrate,10; },{},{} should be like this 27001,Blush,Blush,5,20,,0,,1,,1,0xFFFFFFFF,63,2,1024,,0,0,125,{ bonus bMaxHPRate,10; },{},{}
×
×
  • Create New...