Jump to content

LatSo

Members
  • Posts

    296
  • Joined

  • Last visited

Community Answers

  1. LatSo's post in PVP ladder for novice was marked as the answer   
    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",[email protected]$,[email protected];                     mes "[Novice Ladder]";                 for (set [email protected],0; [email protected]<getarraysize([email protected]$); set [email protected],[email protected]+1) {                     mes ([email protected]+1) +". ^0000FF"+ [email protected]$[[email protected]]           +"^000000 ["+ [email protected][[email protected]] +"]";                 }                 close;   OnPCKillEvent: if ( BaseClass == Job_Novice ) { set pknov,pknov+1; end; } end; }  
    test it first.
  2. LatSo's post in CASH SHOP was marked as the answer   
    This is how it works, type 0 will decide how many items can be seen with no error on other types ( 1 -7 ).
     
    For example , I put 5 items on type 0 then i put 7 items on type 1. only first 5 items will be seen with no error.
    This is a common bug because cash shop support in rAthena is not that high compared to hercules, well atleast i got this info credits to Brynner. But he's pretty much correct
  3. LatSo's post in Client stop working after log in was marked as the answer   
    Tried it nothing happen. I dont think that I have missing palettes because my old client isworking before and I can change clothes now I cant.

    FIXED:
     
    I disabled Shared Body Palettes and Shared Head Palettes when diffing
  4. LatSo's post in compiling error plz help im stuck with this for almost 2 months was marked as the answer   
    it will work xD!
     
    if it work, make this topic solve
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.