Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/13/22 in all areas

  1. Version 1.0.0

    1259 downloads

    Simple Orange Website Responsive One-Page Ko-fi = Motivation. By: Mihael About: Website is made in php / html responsive one page. Demo:
    Free
    1 point
  2. You need to edit the signboard lub file. https://github.com/TheDerpySupport/Untold-RO/blob/master/data/luafiles514/lua files/signboardlist.lub You can download this file and place it in the appropriate location to remove them all
    1 point
  3. https://github.com/rathena/rathena/blob/master/src/map/skill.c#L1170 After "//On third hit, there is a 150% to freeze the target" Add: sc_start(src,bl, SC_DECREASEAGI, 1000, 10, 5000);
    1 point
  4. Version 1.0

    855 downloads

    Master sword of zelda for: white smith thief swordman peco paladin paladin merchant lord knigth gm creator cheaser assassinx and their 3r jobs enjoy.
    Free
    1 point
  5. Can someone fix this script? there's only 2 problem in this script. 1st. it keep charging me after i used @warp. 2nd. @warp is not working. - script atcmd_sample_inject -1,{ OnInit: bindatcmd("warp", "atcmd_sample_inject::OnAtCmd"); end; OnAtCmd: if(Zeny >= 1000) { set Zeny, Zeny - 1000; useatcmd "@warp " + .@atcmd_parameters$[0] + " " + .@atcmd_parameters$[1] + " " + .@atcmd_parameters$[2]; } else { dispbottom "Sorry... you need at least 1000z to use this service"; } end; }
    1 point
  6. useatcmd "@warp " + .@atcmd_parameters$[0] + " " + .@atcmd_parameters$[1] + " " + .@atcmd_parameters$[2]; change to warp .@atcmd_parameters$[0],atoi( .@atcmd_parameters$[1] ),atoi( .@atcmd_parameters$[2] );
    1 point
  7. why don't you try to add this script i don't know if it would work but do give me a feedback! if(getrefine(.@part)>0)
    1 point
×
×
  • Create New...