Jump to content

KeiKun

Members
  • Posts

    967
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by KeiKun

  1. i already gave you the answer

    the diff patch

    the problem is your using eAthena

    ~____~

    EDIT:

    Here~

    http://pyro-ro.com/keikun/codes/SRCs/remove_hp_penalty_SG_FUSION_eathena15091.patch

    Index: src/map/battle.c
    ===================================================================
    --- src/map/battle.c	(revision 15091)
    +++ src/map/battle.c	(working copy)
    @@ -2294,19 +2294,6 @@
    		wd.damage += md.damage;
    	}
    
    -	//SG_FUSION hp penalty [Komurka]
    -	if (sc && sc->data[sC_FUSION])
    -	{
    -		int hp= sstatus->max_hp;
    -		if (sd && tsd) {
    -			hp = 8*hp/100;
    -			if (100*sstatus->hp <= 20*sstatus->max_hp)
    -				hp = sstatus->hp;
    -		} else
    -			hp = 2*hp/100; //2% hp loss per hit
    -		status_zap(src, hp, 0);
    -	}
    -
    	return wd;
    }
    
    

  2. I like break the rules KeiKun. I only want to know how to apply the Skip Header Obfuscation in all the clients, because the weediff do not has that option for all the clients.

    Vali~

    okay break the rules

    to apply SHO

    of course via hexing

    if you know things about client

    its possible for you to patch the SHO to your client

  3. i suggest you guys just stick to what rAthena can Support

    thats why you gain tons of Errors

    actually some clients that rAthena already can support

    like 2011 09 20 gets some unknown packet issues too

    due to packet's not implemented right

    but still

    goto what rAthena can support

  4. svn/conf/battle/status.conf

    // Will certain skill status-changes be removed on logout?
    // This mimics official servers, where Extremity Fist's no SP regen,
    // Strip Equipment, and some other buffs are removed when you logout. Setting is:
    // 0 = remove nothing.
    // 1 = remove negative buffs (stripping, EF)
    // 2 = remove positive buffs (maximize power, steel body...)
    // 3 = remove both negative and positive buffs.
    debuff_on_logout: 3

  5. Good day, does anyone have a lua files for 2010-11-16aRagexeRE client? I've tried to use the latest lua from https://subversion.a...ct/lua%20files/ but when I log in I cannot type and use alt keys. please help me thanks

    just use lub

    ~__________~

    https://subversion.assembla.com/svn/ClientSide/Lua_Project/lubs/Lub%20Files%205.0.2/2011-11-16%20Lub%20Files%20%5bTranslated%5d.rar

    instead of lua

    if you don't know how to use lua

  6. hi

    to fix your problem

    reinstall miruku or whatever kRO client is that.. then patch it

    next

    update rathena emulator to latest revision

    recompile and done

    PS. Mounting system works around November 2010.. so if your using below nov 2010 client.. mount will not work

    don't forget to get matching lub to your client..

  7. under my Google Chrome

    Idle @ rAthena board = 60,000k

    Loading Page @ rAthena Board = 70,000 to 90,000k

    Chrome = 43,000k

    ___________ Around 103,00k to 133,000k with Google Chrome

    with Firefox

    its stupid total of 230,000k

  8. - Added confirmation window when buying items through player vends.

    at last they added this one

    several times im stupid on buying things at vends

    i love the White Lady hat

    [Psychic Power]: Transformation lasts 2 seconds, +1 second for every 3 refinement on the headgear. Increases MATK while in this state by 30 * refinement. Decreases Fixed Cast time of skills depending on the refinement on the headgear.

    Yeah!

×
×
  • Create New...