Results 1 to 5 of 5
  1. #1
    Kumoko's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    175
    Reputation
    10
    Thanks
    321

    Help on finding unlim mana amber

    So, im goign to try looking for a way to make mana amber unlimted, so if u wanna help post the hfs. youve looked in and thanks well be received
    Im back.

  2. #2
    veulix's Avatar
    Join Date
    Feb 2011
    Gender
    female
    Posts
    214
    Reputation
    16
    Thanks
    27
    My Mood
    Angelic
    Last edited by veulix; 05-09-2011 at 07:25 PM.

  3. #3
    Sid's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    New York
    Posts
    10,712
    Reputation
    927
    Thanks
    1,265
    Moved to help

  4. #4
    Kumoko's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    175
    Reputation
    10
    Thanks
    321
    Quote Originally Posted by veulix View Post
    I dont want to use Ezbossx. I just unlimited (stay in forever) mana amber.
    Im back.

  5. #5
    DanK's Avatar
    Join Date
    Aug 2006
    Gender
    male
    Location
    Arizona
    Posts
    2,892
    Reputation
    100
    Thanks
    3,632
    My Mood
    Devilish
    Quote Originally Posted by Kumoko View Post
    I dont want to use Ezbossx. I just unlimited (stay in forever) mana amber.
    He linked that post because I have that feature in the EzBossX mod.

    You can mod that in this hfs 564E36A29E02897F48E11F46315ADB840C268E3E.hfs

    The file you need to mod is:
    expression_table_evy_common.tx*****mp

    The code you are looking for is:
    Code:
    		"BubbleBall"
    		{
    			// Áö¼Ó ½Ã°£
    			"DurationTime"
    			{
    				"eval"	"3000"
    			}
    			// HP µ¥¹ÌÁö¸¦ ¹Þ¾Æ 0ÀÌÇÏ°¡µÇ¸é ±úÁü
    			"MaxHP"
    			{
    				"load"		"hp_bonus	$skill_evy_mana_amber.hp_bonus"
    				"load"		"matk	#MATK"
    				"eval"		"999999 * hp_bonus + matk * 0.1"
    			}
    		}
    As you can see, this is a copy paste from my file after I modded it.
    Last edited by DanK; 05-10-2011 at 04:53 AM.