Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/11/23 in all areas

  1. function script ZENYLADDER { query_sql("SELECT `c`.`name`, `c`.`class`, `c`.`base_level`, `c`.`job_level`, `c`.`zeny`, `g`.`name` FROM `char` c LEFT JOIN (`guild` g) ON (`c`.`guild_id` = `g`.`guild_id`) ORDER BY `c`.`zeny` DESC LIMIT 100", .@names$, .@classes, .@blvls, .@jlvls, .@zeny, .@guilds$); mes "[ INFORMATION ]"; for(.@i = 0; .@i < 100; .@i++) mes "^0000FF" + (.@i + 1) + ".^000000 " + .@names$[.@i] + " - ^FF0000" + callfunc("F_InsertComma", .@zeny[.@i]) + "^000000z"; close; }
    1 point
  2. Noted, thank you very much for your help!. also many thanks for @Akbare-2nd & @hendra814 for helping me solving this issue
    1 point
×
×
  • Create New...