Jump to content

Emistry

Support Leaders
  • Content Count

    526
  • Joined

  • Days Won

    21

Posts posted by Emistry


  1. prontera,155,181,5	script	Sample	757,{while( .@x < 11 ){	if( getequipisenableref( .@x ) && getequipisequiped( .@x ) )		while( getequippercentrefinery( .@x ) == 100 )			successrefitem .@x;	.@x++;}end;}

  2. ACMD(afk){	nullpo_retr(-1, sd);		if( map[sd->bl.m].flag.autotrade == battle_config.autotrade_mapflag ){		chat_createpcchat(sd, "Be Right Back", "", 1, 1);		sd->state.autotrade = 1;		if( battle_config.at_timeout ) {			int timeout = atoi(message);			status_change_start(&sd->bl, SC_AUTOTRADE, 10000, 0, 0, 0, 0, ((timeout > 0) ? min(timeout,battle_config.at_timeout) : battle_config.at_timeout) * 60000, 0);		}		clif->chsys_quit(sd);		clif->authfail_fd(sd->fd, 15);	}else{		clif->message(fd, "AFK is not allowed on this map.");	}	return 0;}

  3. It does not require any server modification

    just make an npc show the text, like

     

    mes "go to <NAVI>[Hat Maker]<INFO>izlude,131,148,</INFO></NAVI> to make hats";

     

    the [Hat Maker] will be clickable in the client and make a navigation to the npc.

     

    also it works with the browser too

     

    mes "You can <URL>Google<INFO>http://www.google.com/</INFO></URL> anything";

    clicking Google will open the browser

     

     

    ###

    A quick scan shows this <URL> and <NAVI> first appeared in 2011-10-10aRagexe.exe.

    so any clients after that should work :)

    OMG....how come you didnt tell me about this amazing tricks xD

    Yommy so bad ...


  4.  

    This feature can be employed in any files and used to store any data we like, we have intent to boost NPC parsing/reload with it in the near future, our estimates expect NPC parse time to drop by over 80%, reload time will drop just as much

    Wew..."instant reload" for everything ......xD /no1

×
×
  • Create New...

Important Information

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