Jump to content

Fatalis

Members
  • Content Count

    90
  • Joined

  • Last visited

Posts posted by Fatalis


  1.  

    Suggest no. 2: Can you add also a time interval on every messages to preventing spamming?

    it makes use of the existent config on chat delay
    	if (battle_config.min_chat_delay) {		if (DIFF_TICK(sd->cantalk_tick, gettick()) > 0) {			return;		}		sd->cantalk_tick = gettick() + battle_config.min_chat_delay;	}
    as for your other suggestion im not sure the benefits, can you elaborate o-o?

    where i gonna add this?


  2. you mean like allies?

     

    yup like allies but using a variable example

     

    im on a map

     

    then there will be a monster there [ my variable is ron value 1 ] if the monster have the same value i can't attack or can't attack me

     

    then if the monster there is Value is 2 then my value is 1 i can attack or attack me

     

    like a faction monster


  3.  

    Hi, yes, hercules support pre-renewal. ;)

     

    -> https://github.com/HerculesWS/Hercules/blob/master/src/config/renewal.h, comment lines:

     

    #define RENEWAL#define RENEWAL_CAST#define RENEWAL_DROP#define RENEWAL_EXP#define RENEWAL_LVDMG#define RENEWAL_EDP#define RENEWAL_ASPD

     

    And your emulator will become fully pre-renewal. 

    On https://github.com/HerculesWS/Hercules/tree/master/db/pre-re, you configure the database pre-re. ;)

     

    oh thanks it's just like ra :D


  4.  

     

    i think that's a md5 hash check right?..

    ayay I'm wrong..hahaha..yup your right...weediffs plugin is only for client side features manipulation..for getting the mac address you need an external dll or program..

     

    :meow:

    i have found some source but i don't know how to apply this.

     

    Here

     

    credits: eikasia [author]

×
×
  • Create New...

Important Information

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