Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 11/03/20 in all areas

  1. 1 point
    Updated to 2.4.28, fixes file corruption caused by back-ports from trunk, that were added to 2.4.26. Please read follow up instructions, if you update from 2.4.26 or 2.4.27.
  2. 1 point
    AnnieRuru

    Random Time Summon

    needs to do some calculation on official repo is OnTimer7200000: means 2 hours btw OnTimer28800000: is 8 hours, not 4 hours so let's leave it at OnTimer28800000: then if you want 2 hours then setnpctimer 28800000 - 2*60*60*1000; startnpctimer; if you want 3 hours then setnpctimer 28800000 - 3*60*60*1000; startnpctimer; if you want 4 hours then setnpctimer 28800000 - 4*60*60*1000; startnpctimer; so it should look like this OnTimer36000: OnTimer37000: mapwarp "thana_boss","tha_t12",130,52; stopnpctimer; setnpctimer 28800000 - F_Rand(2,3,4)*60*60*1000; startnpctimer; end; OnTimer28800000: $@thana_summon = 0; $@thana_summon2 = 0; donpcevent "Memory Seal#tt1::OnEnable"; donpcevent "Memory Seal#tt2::OnEnable"; donpcevent "Memory Seal#tt3::OnEnable"; donpcevent "Memory Seal#tt4::OnEnable"; donpcevent "#thanatos_seal::OnEnable"; stopnpctimer; end; didn't hard to test ... hopefully you don't say its bug
  3. 1 point
    AnnieRuru

    Mob Room Cleaner

    clean prontera map after empty for 10 seconds, just for testing make sure it works - script dsfkdsjhf FAKE_NPC,{ OnTimer1000: if (!getmapusers("prontera")) { if (++.empty == 10) cleanmap "prontera"; } else .empty = 0; OnInit: initnpctimer; end; } clean prt_in map after empty for 5 minutes - script dsfkdsjhf FAKE_NPC,{ OnTimer10000: if (!getmapusers("prt_in")) { if (++.empty == 30) cleanmap "prt_in"; } else .empty = 0; OnInit: initnpctimer; end; }
  4. 1 point
    Seems .26 broke RGZ unpacking and since kRO has been resetting rdata.grf, it got corrupted. But no worries, the GRF will recover after I fix the patcher.
  5. 1 point
    Hello Ai4rei, after update to last version 2.4.27 this happen: Happens exactly after this download finish: why this happen? The rdata is in kro folder.
×
×
  • Create New...

Important Information

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