Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/23/15 in Posts

  1. np ^^ Just attach to the player and use strcharinfo like this: set .@pid,getcharid(1); //Set Party Id getpartymember .@pid,2; //Get Party Information while(1) { //Loops until a Player gets the item detachrid; //Detach from the first player set .@pm_aid,$@partymemberaid[rand($@partymembercount)]; //Saves the Account ID of the random Member if( attachrid(.@pm_aid) ) { //Just to be sure he is in the same party and not logged with another character if( getcharid(1) != .@pid ) continue; //Online, attached and in the same party: announce strcharinfo(0)+" has got the item.",bc_all; getitem 502,1; break; } }
    1 point
  2. can I make a PR for auto-completion? https://github.com/Sehrentos/rAthena-syntax-highlight/pull/1 and currently I'm testing for parameter hints, but seems my current NPP won't show any hints from any languages. xD
    1 point
×
×
  • Create New...