Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/04/13 in all areas

  1. //////////////////////////////////////////////////////////////////////// //--------------------------------------------------------------------// // BULLETIN NPC // // AUTHOR: LIL TROLL//COLDFIRE // //--------------------------------------------------------------------// // RATHENA SCRIPT // //--------------------------------------------------------------------// // Version 1 // //--------------------------------------------------------------------// // CREDITS TO : Phantom Of Rouge-Gon for requesting the script. // // FEATURES : Market Bulletin NPC for Buying&&Selling Items. // // - Full SQL SUPPORT with one GlobalVar used "$BulletinCount" // // - Auto/Manual Installation of SQL_Query. // // - Very easy to config and very customizable. (See OnInit) // // GM MENU : // // - Can Delete any post. // // - Can View Account ID && Ban/Unban any, who abuses the Bulletin. // // PLAYER MENU: // // - Create any post per category. // // - Delete his/her own post. // // - Built in search for online character of the poster Account-Id // // when he/she want to buy or sell an item to the post maker. // //--------------------------------------------------------------------// //////////////////////////////////////////////////////////////////////// If someone found any error or bug, please report it directly to this topic. Suggestions are welcome! Have fun using the script! bulletin_npc_v1.txt
    1 point
  2. Maybe like that copyarray .@tmp_points, .points, .size;// points in temp array .@tmp = .size; while( .@tmp ) { .@max = .@tmp_points[0]; .@index = 0; for ( .@i = 0; .@i < .@tmp; .@i++ ) if ( .@max < .@tmp_points[.@i] ) { .points[ ( .size - .@tmp ) ] = .@tmp_points[.@i]; .@index = .@i; } deletearray .@tmp_points[.@index], 1; .@tmp--; }
    1 point
  3. Ok im editing the scripts now. Can I know what emulator and its version do you use? Because I see some of your scripts are really outdated.
    1 point
×
×
  • Create New...