Jump to content

Yommy

Community Contributors
  • Content Count

    290
  • Joined

  • Last visited

  • Days Won

    29

Everything posted by Yommy

  1. disable anti-alias in the image editor
  2. there is special items to be used in these slots
  3. it still does not change the fact, update your msgstringtable https://subversion.assembla.com/svn/client-side-translation/Data/msgstringtable.txt
  4. Yommy

    Help on script

    off topic though arrays are 128, but a small hack is that it can use negative values too -127 to 127. but i think there is some secret plans to make the arrays unlimited, shhh, secret
  5. Yommy

    Help on script

    i was about to answer, but your answer was perfect
  6. getmapxy( .@map$,.@x,.@y,1 ); that 1 at the end is to get the location on the npc (which yours does not have a location) look at the documentation for this script function http://ea.dj-yhn.com/index.php?c=getmapxy
  7. you are failing to understand, poring catcher is not every 15 minutes, its hourly at 15 minutes past the hour. they are all hourly... i need to activate the event every 30 mins with a gapped of 30mins so, every 60 minutes then ? at 30 minutes past the hour. you need to use OnMinute like i said before
  8. http://herc.ws/wiki/OnClock#Label_Timers your first post states every 30 minutes, but your example code is every hour. so, instead of listing every possible time, you can just use like -<tab>script<tab>Annoying Announcer<tab>-1,{OnMinute00:OnMinute30: announce "I'm very annoying.",bc_all; end;} will announce every 30 minutes
  9. It does not require any server modification just make an npc show the text, like mes "go to <NAVI>[Hat Maker]<INFO>izlude,131,148,</INFO></NAVI> to make hats"; the [Hat Maker] will be clickable in the client and make a navigation to the npc. also it works with the browser too mes "You can <URL>Google<INFO>http://www.google.com/</INFO></URL> anything"; clicking Google will open the browser ### A quick scan shows this <URL> and <NAVI> first appeared in 2011-10-10aRagexe.exe. so any clients after that should work
  10. yes, RGZ is supported too
  11. you really allow players to warp to any map freely ? even like direct to emp room? etc
  12. oooo My RSU plugin does this feature too and also some others -- has a login window to start the client with correct params. -t<md5 of pass> <username> 1rag1 -- has a browser control to show some php page -- has a "replay" button to start the client with -replay RE support is not that interesting, its only a few weeks ahead of main server. i have been trying to ween Hercules away from the RE clients the last year
  13. Because that ragnarokreplay.exe is launching official ragexe.exe. Instead of your patched client. So its not loading any customs and will crash Make a bat file to start your hexed client like Myclient.exe -replay
  14. Yes, eAthena died when paradox294x gained control and left a few weeks after. bad mistake i liked eAthena
  15. %d/%02d/%02d/%s %02d: %02d: %02d %s25642F253032642F253032642F25732020253032643A20253032643A20253032642020202020257300^^^^2000 %d/%02d/%02d/%s %02d: %02d: %02d25642F253032642F253032642F25732020253032643A20253032643A202530326400^^^^2000 because your screenshot has the char_id code, only the first one is required. basically the patch just edits the first few bytes of the string format to a space(20) and null(00) to end the string, the remaining left will be ignored.
  16. yup, just a data/time stamp, so you can see when the screenshot was taken. The other letters are just the char_id in a letter form. 0 => R 1 => O 2 => H 3 => U 4 => T 5 => N 6 => A 7 => S 8 => E 9 => W you could use this to verify who took the screenshot. but now i have published the mega complex algorithm used, you should no longer trust this information. and Gravity Korea will be manhunting me for telling you all this, i doubt i will last a few days /sadface
  17. that system fails to use instances, which would make it much more efficient instead of adding multiple of the same map, it could work with just one
  18. Yommy was just awesome this month (as usual) <3
  19. Yommy

    Character Based Sex

    this requires a large client modification. here is a new version. and i doubt it will be made public http://www.ragnarok-online.org/charcreate.html
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.