Jump to content

LatSo

Members
  • Posts

    296
  • Joined

  • Last visited

Posts posted by LatSo

  1. brasilis,232,322,5    script    Novice Ladder    897,{
        
        query_sql "SELECT `char`.`name`,CAST(`value` AS UNSIGNED) " + 
                      "FROM global_reg_value " + 
                      "LEFT JOIN `char` ON global_reg_value.char_id=`char`.char_id " +
                   "WHERE global_reg_value.`str`='pknov' " + 
                      "ORDER BY CAST(`value` AS UNSIGNED) DESC LIMIT 8",.@aid$,.@var;
                        mes "[Novice Ladder]";
                    for (set .@i,0; .@i<getarraysize(.@aid$); set .@i,.@i+1) {
                        mes (.@i+1) +". ^0000FF"+ .@aid$[.@i]           +"^000000 ["+ .@var[.@i] +"]";
                    }
                    close;
     
    OnPCKillEvent:
    if ( BaseClass == Job_Novice ) {
    set pknov,pknov+1;
    end;
    }
    end;
    }
    

     

    test it first.

  2. Anyone has an idea on how to do this?

    First of all, I have top 6 Ranking of players having #toughppl variable

     

    I wanted to have a script that will announce ( bc_self ) on the specific players only of this ladder. ( Of course this is a live ladder, so from time to time player A may not be on the ladder any more and is replaced by player B )

     

    Announce will happen for example every 1 hour.

     

    please help!



    anyone?

  3. Sorry for the bad topic title.

     

    anyways, what script is that when a player clicks cancel button then this script will execute?

    I mean for example, if you will input a menu in the npc there will always be a cancel button. My request is that, if a player clicks that button this script will execute.

     

    I hope this explains my request.

     

    thank you!

  4. I doubt there is a working one in revision 17422.

     

    Since the release of renewal atk, this src mod does not work anymore. It is only updated on 17435 and now working copy is rev 17454 and higher.

     

    just update your server if you want to use this

×
×
  • Create New...