Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/04/14 in all areas

  1. If you mean via phpmyadmin.. UPDATE `inventory` SET `nameid`=4444 WHERE `nameid`=8888; UPDATE `cart_inventory` SET `nameid`=4444 WHERE `nameid`=8888; UPDATE `storage` SET `nameid`=4444 WHERE `nameid`=8888; UPDATE `guild_storage` SET `nameid`=4444 WHERE `nameid`=8888; If you want it via npc script, just add enclose them in query_sql()' Make sure your server is turned off.. And you have a backup.
    1 point
  2. - script Broadcaster -1,{ OnInit: bindatcmd "broad",strnpcinfo( 3 )+"::OnBroadCastMessage"; end; OnBroadCastMessage: if ( timer > gettimetick( 2 ) ) { dispbottom "You can use the broadcast command after " + ( timer - gettimetick( 2 ) ) + " second" + ( ( timer - gettimetick( 2 ) ) > 1 ? "s" : "" ) + "."; end; } if ( Zeny < 1000000 ) { dispbottom "You don't have zeny to do broadcasting"; end; } if ( .@atcmd_parameters$[ 0 ] != "" ) { Zeny -= 1000000; announce "[" + strcharinfo( 0 ) + "] : " +implode(.@atcmd_parameters$, " "), 0, 0xFF0000; timer = gettimetick( 2 ) + 10; } end; }
    1 point
  3. Hi I have extracted the jRO data.grf (16.03.2012) and have uploaded the npc cutins from the illust folder, so everyone can use them. I haven't really searched for more so here is every illust file beginning with "jpn_": Examples: Download: http://files.bahmut.de/illust.zip The NPC Sprites for this Cutins by Aerie: http://rathena.org/b...ro-npc-sprites/
    1 point
×
×
  • Create New...