Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/26/19 in Posts

  1. if you are planing to use the unique id more in the future , i would suggest using this the script would look like this prontera,0,0,0 script rewards 444,{ mes "something"; if(!gepard_int_get("freebies")){ gepard_int_set("freebies",1); mes "here is the rewards"; getitem 502,1; }else{ mes "you already got the freebies rewards"; } close; }
    2 points
  2. update this query_sql "SELECT char.char_id, char.name, char_reg_num.value FROM char_reg_num LEFT JOIN `char` ON char.char_id=char_reg_num.char_id WHERE char_reg_num.key='brokeemp' ORDER BY CAST(char_reg_num.value AS UNSIGNED) DESC LIMIT 10", .@char_id, .@name$, .@count;
    1 point
×
×
  • Create New...