Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/15/14 in Posts

  1. Asphodel - Demon Faction Map Download Links rAthena MediaFire Asphodel - A Dead/Demon themed free request map I took up. Unfortunately, this map is in my eyes, a bit lack luster compared to it's Angel Faction counterpart, but it functions largely the same with a similar layout. I took this map as a free request, with the understanding that it would be a free release. Images may be seen in the spoiler tag linked below or on the rAthena download page. Enjoy, ~Azura Skyy
    1 point
  2. something like this. prontera,155,181,5 script Sample#array 757,{ // loop + check item for( .@i = 0; .@i < .item_size; .@i++ ) if( countitem( .item[.@i] ) < .amount[.@i] ){ mes "You need "+.amount[.@i]+"x "+getitemname( .item[.@i] ); close; } // loop again to delete item for( .@i = 0; .@i < .item_size; .@i++ ) delitem .item[.@i],.amount[.@i]; // done, get item getitem 607; mes "Done."; close; OnInit: // initialize items setarray .item,501,502,503,504,505; setarray .amount,1,2,3,4,5; .item_size = getarraysize( .item ); end; }
    1 point
  3. do u mean this commit list https://github.com/rathena/rathena/commits/master ?
    1 point
  4. query( "SELECT `my_column` FROM `char` WHERE `name` = '"+escape_sql( strcharinfo(0) )+"'",.@my_column_data$ );
    1 point
  5. You can Modify this script Maybe I have not free time for realise it, sorry.
    1 point
  6. Yes I have one suggestion: make your own textures instead of taking my own: http://rathena.org/board/topic/91745-showcase-kiragakure-the-land-of-mist-from-naruto/
    1 point
×
×
  • Create New...