Jump to content

Brynner

Members
  • Posts

    1942
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Brynner

  1. 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.
  2. 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
  3. hmmm that's the only way that i made to my server before and it works 100%.
  4. 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.
  5. 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.
  6. gusto mo pwede lang gamitin ung dead branch sa map na new_1-3?
  7. 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.
  8. download the translated files here. http://svn6.assembla...on_Project/data
  9. replace the 127.0.0.1 to your ip. 192.168.1.88 char_athena.conf login_athena.conf map_athena.conf subnet_athena.conf
  10. if you are hosting a server to your computer. youll need to set your ip that your are using. for example. 192.168.x.x it is ip problem only. on your screenshot there is no problem regarding on packet. and also on client version you are using. does your server is already open to the public?
  11. please don't spam. just wait for the other to see your post. try to check your ip on your conf\char_athena.conf conf\login_athena.conf conf\map_athena.conf conf\subnet_athena.conf or follow the instruction here http://rathena.org/wiki/Connecting
  12. problem solve. thanks for the reply. i got a alternative solution for this. just like putting a delay on @afk commands.
  13. nope sir. if i use @pvpon the script will works. then i will turn it off the @pvpoff will works. then i try to make it on again. but i want to turn it off now. then the display message will now appear. there is a 15mins delay is using @pvpoff commands. just like this sir. the current source is you can't use @pvpoff after you use @pvpon. you need to character select to bypass that delay.
  14. hmm ????? what mean just like this sir. "You cannot use @pvpoff twice within just 15 minutes"
×
×
  • Create New...