Jump to content

CarlitoInigo

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by CarlitoInigo

  1. Nice script ! Im using it now. I do have a problem tho, the SQL Query is showing errors, idk how to add the needed data for myphpadmin, do i have to make a new table for it ? or do i plug it in char in the database? prontera,164,164,4 script Reborn Ladder 625,{ set .@count, query_sql ("SELECT char_id,value FROM `global_reg_value` WHERE str='reborncount' ORDER BY value DESC",.@charid,.@reborncount); mes "[Reborn Ladder]"; for( set .@i, 0; .@i < .@count; set .@i, .@i+1) { query_sql "SELECT `name` FROM `char` WHERE char_id="+.@charid[.@i]+"",.@charname$; mes .@charname$+" "+.@reborncount[.@i]; } close; } so in this pic, do I add new table as char_id, or do i go into char and add a column that has reborncount as int?
  2. Hello, Question about the script.. i got it to work, but the SQL query is giving out bugs and i have no idea as to where I should add the needed data in my SQL. using myphpadmin on debian. Also, is there an updated version of the script ?
×
×
  • Create New...