Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/10/22 in Posts

  1. Maybe you can take a look on this file: For pre-re: https://github.com/rathena/rathena/blob/master/db/pre-re/job_basepoints.yml For re: https://github.com/rathena/rathena/blob/master/db/re/job_basepoints.yml or if your server level more than 99 to 1000: https://raw.githubusercontent.com/rathena/rathena/master/db/import-tmpl/job_stats.yml
    1 point
  2. You can see on this link, this patch is not applicable on your executable.
    1 point
  3. As error said it not enable in that client date.
    1 point
  4. - script sample -1,{ OnInit: setarray .map$, "prontera", "izlude"; .map_size = getarraysize(.map$); end; OnHour00: for (.@i = 0; .@i < .map_size; .@i++) { .@size = instance_list(.map$[.@i]); for (.@x = 0; .@x < .@size; .@x++) { instance_announce .@instance_list[.@x], "<SYSTEM> Instance are destroyed upon reached 12AM everyday.", bc_map; instance_destroy .@instance_list[.@x]); } } end; } required the Pull: 5112 mentioned above.
    1 point
  5. Thanks for this guys! Will check this out.
    1 point
  6. Or if your server is high/super high rate and card is low rate, you can just simply change on this line: https://github.com/rathena/rathena/blob/df65d5ddfc5d10e1834875cc7a1c1f543e404c74/conf/battle/drops.conf#L150 Others you can check on each topic replied and suggest by @Mihael ?
    1 point
  7. Mine is working. Try to disable this... src/config/core.h /// Uncomment to enable the job base HP/SP table (job_basehpsp_db.txt) #define HP_SP_TABLES and recompile then try to change the HPFactor and HPMultiplicator again.
    1 point
×
×
  • Create New...