Jump to content

Brynner

Members
  • Posts

    1979
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Brynner

  1. just run the rsu-kro-renewal-lite not the Ragnarok_RE
  2. update your kro client first.
  3. you can diff it. or you can use the http://rathena.org/board/topic/54190-release-basic-rathena-client/
  4. Link # 4 is not working Invalid or Deleted File. http://www.mediafire.com/?ekgrbn08ac7i9yc
  5. client version?
  6. which 1 files is the latest monster lua files?? what do you mean? because i summon Kraken monster, i will get error=_= so i think that my monster lua files is not the latest 1 isnt? maybe. try to put all the lua files from http://svn6.assembla...ject/lua files/ to your client files.
  7. which 1 files is the latest monster lua files?? what do you mean?
  8. thanks for your reply, Judas. but still not work. still korean T__T. (but if i use 2011-11-22, it's normal aka not korean. if i use 2011-11-22+ the language is korean @_@) are you using multiple client online at the same time?with diff version?
  9. thanks for this info. anyone else who know how to implement my issue?
  10. i implement this config. // Will tuxedo and wedding dresses be shown when worn? (Note 1) wedding_modifydisplay: yes how to enable attacking and using skill for those who already worn those clothes. for example. my character is ranger. and i worn this tuxedo then i became a poring job. and i got the wedding display effect. but i can't use any skill and do a normal attack to the monster and player. is this possible to implement?you can use skill or do a normal attack while wearing this item? this is also a issue for summer and xmas class. then cannot use or make a normal attack.
  11. the patch is now outdated to the latest revision. how to implement this on the latest revision? bump for this. is there anyone knows how to implement this on the latest version?
  12. is that a custom item>?
  13. if you are using latest revision. the renewal aspd cause the - effect for the aspd.
  14. You mean bonus bAspdRate,10; to bonus bAspdRate,100; ? My renewal.h I have disable all because my server need to pre-renew is that got any problem? My custom item add this script bonus bonus bAspdRate,100; it only bonus 5 ASPD and i trying change to bonus bAspdRate,200; but it still bonus 5 ASPD why ? anyone help? if you set it to 100. you will get max attack speed. the default of doppelganger card is 10. if you want to implement the fast attack speed effect of that card you must set the bAspdRate of your choice.
  15. check the bonus bAspdRate 100
  16. still not working. [Error]: script error on npc\custom\AleconRO\Monsterinvasion-en.txt line 127 need '(' 122 : mes "[ ^0C66C0Event Helper^00000 0 ]"; 123 : mes "Please choose your desired map!"; 124 : mes "Obviously, the map has to b e valid."; 125 : next; 126 : do{ //Loop to ensure valid map * 127 : input $@Map$;}while(mobcount'''( $@Map$) == -1 ); 128 : break; 129 : Case 3: 130 : 131 : mes "[ ^0C66C0Event Helper^00000 0 ]"; 132 : mes "Which monster do you want t o spawn?";
  17. check your guild skill
  18. oh ok. thanks for that info.
  19. You'd have to delete 2 of the current castles, add the novice castles to the arrays, and change all the constants accordingly... it would be very complicated, lol (you'd have to know how to read pretty much my entire script, so I'd stick with Toasty's controller in that case). is it possible to use your script and Toasty's controller?i will use your script for all major woe map. but for novice castle i will use Toasty's controller. i tried it but i got some error. but the woe still working as of now.
  20. oh i see. how can i put a woe schedule for a novice castle?
  21. [Error]: script error on npc\custom\AleconRO\Monsterinvasion-en.txt line 127 parse_simpleexpr: unmatch ')' 122 : mes "[ ^0C66C0Event Helper^00000 0 ]"; 123 : mes "Please choose your desired map!"; 124 : mes "Obviously, the map has to b e valid."; 125 : next; 126 : do{ //Loop to ensure valid map * 127 : input $@Map$;}while(getmapmobs'( '$@Map$) == -1 ); 128 : break; 129 : Case 3: 130 : 131 : mes "[ ^0C66C0Event Helper^00000 0 ]"; 132 : mes "Which monster do you want t o spawn?"; what is this problem?
  22. Euphy can i make a reuqest?please include the Novice Castle WoE for our latest woe_controller. and also please include the Real-time updated time display of how much longer till WoE starts/end. thanks
  23. please include the Novice Castle WoE for our latest woe_controller. and also please include the Real-time updated time display of how much longer till WoE starts/end.
  24. it can be fix at src\map\config\renewal.h put // at the #define RENEWAL_CAST //#define RENEWAL_CAST
  25. you miss the ". D:\>luac.exe -o "jobname.lua" "jobname.lub" and also you must put the jobname.lua and jobname.lub in the same place for you have a convertion for it.
×
×
  • Create New...