Jump to content

Brynner

Members
  • Posts

    1979
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Brynner

  1. you just want to even share party without level gap?
  2. thanks for this.
  3. change your langtype from 0 to 1
  4. 3143
  5. 3140
  6. wow its looks like im not the only one get same issue. but i got the alternative and working solution for it. @close23 try to remove the duplicate entry on skill.c and kiel card will work again. that's the best solution since they can't produce any fix for the not working kiel card effect. http://rathena.org/board/tracker/issue-6284-duplicated-entry-in-skillc-that-cause-after-cast-delay-not-working-properly/
  7. 3111
  8. 3092
  9. ofcourse you use command prompt. just shift+right click the folder of your ro. then choose open command window here. then simple type your ragnarok.exe -replay ex. MyRO.exe -replay and it will work like magic. and also you can make a shortcut for that exe files then put -replay at the end.
  10. 3084
  11. 3082
  12. 3079
  13. before i use the rathena version 16437. and for this version. the 2 kiel card i can spam skills. like psychic wave, earth grave and vacuum extreme. but on the latest version 16448. the after cast effect is not working. i can't spam skill and it looks like no kiel card equipped. on the screenshot below. kiel is working on revision 16437 server files.
  14. problem solve. you can use the command prompt to view replay. this is only for those who use miruku. because it has no RagnarokReplay.exe
  15. 3071
  16. hmmm that's the only way that i made to my server before and it works 100%.
  17. 3069
  18. try to do this. #ifdef RENEWAL // renewal status point cost formula sp += (low < 100) ? (2 + (low - 1) / 10) : (16 + 4 * ((low - 100) / 5)); to #ifdef RENEWAL // renewal status point cost formula sp += ( 1 + (low + 9) / 10 ); then recompile.
  19. how did you change you stat formula?did you edit the source file or not?because if you only use the statpoint.txt from db\pre-re\statpoint.txt. it will not work. just try to change the renewal stats formula just like this. sp += ( 1 + (low + 9) / 10 ) and it will works now.
  20. gusto mo pwede lang gamitin ung dead branch sa map na new_1-3?
  21. im just wondering how to view that video?in 2012 client there is a record button ingame. but i don't know how to play it.
  22. 3067
  23. download the translated files here. http://svn6.assembla...on_Project/data
  24. client version you are using?
  25. 3056
×
×
  • Create New...