Jump to content

crazyarashi

Developer
  • Posts

    776
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by crazyarashi

  1. Item Shower Same Concept
  2. Warp Portal Topic
  3. For Max JobLvl db/re/job_exp.db statpoint calculation. src/map/pc.c /// Renewal status point cost formula #define PC_STATUS_POINT_COST(low) (((low) < 100) ? (2 + ((low) - 1) / 10) : (16 + 4 * (((low) - 100) / 5))) for drop rate src/config/renewal.h comment out renewal_drop #define RENEWAL_DROP to //#define RENEWAL_DROP
  4. No Script = No Effect :))
  5. you just need to remove the party member aid in the rewarding :)) getitem .Reward[.@a],.Reward[.@a+1], $@partymemberaid[.@i]; // getitem .Reward[.@a],.Reward[.@a+1];
  6. Your rewarding is for the whole party
  7. you should extract the doram files from kRO data.grf and insert it into your current RO grf. extract the folder µµ¶÷Á (contains all basic doram sprites) data/sprite/µµ¶÷Á·
  8. The cause is lack of sprites of the summoner(doram) class. an updated kRO data.grf should do the trick :))
  9. I really like the multiple language support keep up the good work :))
  10. Actually they provide DDOS Protection in other Locations except Asia Region Only :))
  11. 2015-11-04a No you don't need to edit any packets or add anything since rA's default client support is 2015-11-04 :))
  12. I Believe Both VPS hosting doesnt provide DDOS for Asia Region.
  13. Currently the stable one is 2015-11-04a Client
  14. OVH or Vultr // If you're planning to run in SEA Server/Japan Server it's very hard to find a VPS with DDOS Protection. Vultr OVH
  15. you can just remove the bodystyle from the menu. :)) menu "All Dyes And Styles",Lalldyestyle,"Hair Dye Only",Lhairdye,"Hair Style Only",Lhairstyle,"Body Dye Only",Lbodydye,"Body Style Only",Lbodystyle,"Im done.",Lbye; // Old Menu menu "All Dyes And Styles",Lalldyestyle,"Hair Dye Only",Lhairdye,"Hair Style Only",Lhairstyle,"Body Dye Only",Lbodydye,"Im done.",Lbye; // Bodystyle Menu Removed.
  16. query_sql should do the trick :))
  17. May I Ask if is this running on an instance? :))
  18. you shouldn't use the id 1 for logging in to your character XD That's for server login// you should create another account in your my sql db login starting in the id 2000000 // GM Account
  19. ehh i mean for the character
  20. May i ask what id are you trying to use for loggin in? :)) and have you set up the conf files all into local ip(127.0.0.1 )
  21. Can you provide the map server error when you are trying to login? :))
  22. Have you recompile your server after changing the values? :))
  23. Poring Catcher // You can try using this one :)) PS: Dont Try The Event Using an Admin Account :))
  24. I will test the instance and see if i will be able to duplicate the results :))
×
×
  • Create New...