Jump to content

crowmaster

Members
  • Posts

    53
  • Joined

  • Last visited

Everything posted by crowmaster

  1. Wah masih aktif ya, 10 tahun dah ? Ada running server ke?
  2. Lebih sedekadsetahun tak masuk web ni. Tiba2 tergerak hati nak masuk? Siapa yg masih aktif sekarang?
  3. blank page when uploading mobs contents zip. incomplete instructions. TLDR; dafuq is this shet?
  4. Hello, are there already a script can do this? Just like the autotrade restore upon restarting the server, but for older revision of rA?
  5. Unfortunately my source doesn't have battle_calc_weapon_attack battle_calc_weapon_final_atk_modifiers >:
  6. Lol. I made the topic in the wrong section, my bad. Any mods please move this to Source Support, thanks xD A champ doing asura with 0 dmg/miss/or doesn't even show anything. I already capped the damage to 500k and 6k sp, but sometimes when players stack certain cards and they went asura, miss >: Using rA revision 19xxx, can't remember lel These are the codes battle.c (battle_calc_damage) if (skill_num == MO_EXTREMITYFIST ) damage = cap_value(damage,0,500000); case MO_EXTREMITYFIST: { if(sstatus->sp <= 6000) skillratio += 100 * (7 + sstatus->sp / 10); else skillratio += 100 * (7 + 6000 / 10); status_set_sp(src, 0, 0); } break; battle.c (battle_calc_attack) if (skill_num == MO_EXTREMITYFIST && d.damage > 500000) d.damage = 500000; Please, anyone?
  7. I am not sure if you are still alive... But thank you so much lol
  8. Bump Having the same problem, anyone know the fix for it?
  9. Do note that if any of you ever want to make your servers public/online to players, do not use this.
  10. Well it's been years since I touched Ragnarok files and that was eA lol. Currently I am planning on making a 4 slotted server, therefore I am looking for a tool that will edit the whole itemdb to 4 slots, is there any or I'll need to edit them out manually?
  11. So why does rAthena board can't be accessed via chrome ? Does anyone else experiencin this ?
  12. Dulu ada rocrew.999.org, sekarang tk tau ada lagi ke tak.
  13. Plot twist: He got his router died and doesn't have the chance to get a new one
  14. You don't even have an idea how to change your flux cp theme, why bother to make custom item sprites ? So lulz
  15. You shouldn't do a server if you can't even : 1. Use your common sense to understand those item variables, bonuses and what they do 2. Read and understand the guide carefully Btw this is the most detailed guide of addin custom items imo.
  16. 99% of them are using nulled version of IPB which you can download and install it for free
  17. I have no idea about the woe problem, perhaps you could try asking in scripting section
×
×
  • Create New...