Increasing AOE Range

Results 1 to 1 of 1
  1. #1
    Owner raventh1984 is offline
    MemberRank
    May 2011 Join Date
    NetherlandsLocation
    1,499Posts

    Increasing AOE Range

    Hi ragezoners,

    I am having an question about the SRO_REGION inside PropSkill.txt

    I have made an new skill and an new SFX that goes with it.

    Now what i want is to increase the SRO_REGION for that skill.

    I have searched inside the source for SRO_REGION and i modified this line

    Code:
    if( pSkillProp->dwSpellRegion == SRO_REGION )	// REGION¼Ó¼ºÀ϶© Ÿ°Ùµµ µ¥¹ÌÁö¸¦ ¸ÔÀ½.
    //#ifdef __Bomb
    		if( pSkillProp->dwID == SI_ARTILLEUR_BOMBARDEM ) //<-- This is the new skill
    			fTargetRatio = 3.0f;
    		else
    		fTargetRatio = 1.0f;
    I have tested it in game however the region doesnt expand at all.
    Any one knows where it needs to be done.

    With kind regards




Advertisement