Jump to content

kickazz08

Members
  • Posts

    61
  • Joined

  • Last visited

Posts posted by kickazz08

  1. sorry im new at rathena..

    i have seen scripts on emp breaker ladder...

    like this one..

    prontera,148,188,5 script Breaker Ladder 790,{

    query_sql "SELECT `char`.char_id,`char`.`name`,global_reg_value.`value` FROM global_reg_value LEFT JOIN `char` ON global_reg_value.char_id=`char`.char_id WHERE global_reg_value.str='brokeemp' ORDER BY CAST(`global_reg_value`.`value` AS UNSIGNED) DESC LIMIT 10", .@char_id, .@name$, .@count;

    mes "[ ^00FF00 Kaspersky ^000000 ]";

    mes "Hello there "+strcharinfo(0)+", what do you want to do?";

    menu "Check Emperium Break Points",-,"View Breaker Ladder",Llad,"Exchange Points",Lex,"Nothing",Lno;

    next;

    next;

    mes "[ ^00FF00 Kaspersky ^000000 ]";

    mes "Hmm, wait a second, i'll go check my records..";

    next;

    mes strcharinfo(0)+"'s Emperium Break Points is ^FF0000"+brokeemp+"^000000 Point(s)";

    close;

    Lno:

    next;

    mes "[ ^00FF00 Kaspersky ^000000 ]";

    mes "Suit yourself..";

    close;

    so i just leave it out like this?

    thnx euphy..... can the records of the break oints be modified ?

  2. How to add this in your database?

    query_sql "SELECT `char`.char_id,`char`.`name`,global_reg_value.`value` FROM global_reg_value LEFT JOIN `char` ON global_reg_value.char_id=`char`.char_id WHERE global_reg_value.str='brokeemp' ORDER BY CAST(`global_reg_value`.`value` AS UNSIGNED) DESC LIMIT 10", .@char_id, .@name$, .@count;

×
×
  • Create New...