Jump to content

Damaso

Members
  • Posts

    20
  • Joined

  • Last visited

Posts posted by Damaso

  1. charserver-sql says : "[Warning]: s aid=2000000 has an incorect version=20100616 in clientinfo. Server compiled for 25"

    Notes:

    • I already had changed clientinfo version to 25;
    • Im using rAthena latest version (17700)
    • Im trying to make pre-renewal server

    Requests:

     

  2.  

    Here's how I would do it.

     

    1. Apply this: http://upaste.me/raw/d4055407f84041e0 (I based the diff from rev 17088)

     

    2. Then put up a npc with something like this event(depending on how your ranking works, in this case i use fame)

     

    OnPCLoginEvent:
    query_sql("select char_id from `char` ORDER BY fame DESC LIMIT 3", @fame);
    for(set .@i,0; .@i<3; set .@i,.@i+1){
    	if(getcharid(0) == @fame[.@i]){
    		atcommand "@auraset "+(.@i+16);
    		end;
    	}
    }
    atcommand "@auraset 0";
    end;
    

    edit: problem fix. thanks for this clydelion

     

     

    still doesn't fix the cloaking/hiding bug...  /oops

×
×
  • Create New...