Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions GUI/AzzyAIConfig/H_Config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ AutoSkillDelay = 400
AoEMaximizeTargets = 0
CastTimeRatio = .80
UseEiraXenoSlasher =0
EiraXenoSlasherLevel =4
EiraXenoSlasherLevel =10
UseEiraEraseCutter =1
EiraEraseCutterLevel =4
EiraEraseCutterLevel =10
UseBayeriStahlHorn =1
BayeriStahlHornLevel =5
UseBayeriHailegeStar =1
BayeriHailegeStarLevel =5
UseSeraParalyze =1
SeraParalyzeLevel =5
SeraParalyzeLevel =10
UseSeraPoisonMist =1
SeraPoisonMistLevel =5
UseEleanorSonicClaw =0
Expand Down
24 changes: 12 additions & 12 deletions GUI/AzzyAIConfig/HomConf.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1509,13 +1509,13 @@ public bool UseEiraSilentBreeze
set { _UseEiraSilentBreeze = value; }
}

int _EiraXenoSlasherLevel = 4;
int _EiraXenoSlasherLevel = 10;
[Category("AutoSkill Options"),
Description(
"Use this level of Xeno Slasher. Overridden by skill tactics " +
"unless MobSkillFixedLevel is enabled"
),
DefaultValue(4)]
DefaultValue(10)]
public int EiraXenoSlasherLevel
{
get { return _EiraXenoSlasherLevel; }
Expand All @@ -1525,9 +1525,9 @@ public int EiraXenoSlasherLevel
{
_EiraXenoSlasherLevel = 1;
}
else if (value > 5)
else if (value > 10)
{
_EiraXenoSlasherLevel = 5;
_EiraXenoSlasherLevel = 10;
}
else
{
Expand Down Expand Up @@ -1574,13 +1574,13 @@ public bool UseEiraEraseCutter
set { _UseEiraEraseCutter = value; }
}

int _EiraEraseCutterLevel = 4;
int _EiraEraseCutterLevel = 10;
[Category("AutoSkill Options"),
Description(
"Use this level of Erase Cutter. Overridden by skill tactics" +
"Try level 2, it's more practical than 4 in many cases"
),
DefaultValue(4)]
DefaultValue(10)]
public int EiraEraseCutterLevel
{
get { return _EiraEraseCutterLevel; }
Expand All @@ -1590,9 +1590,9 @@ public int EiraEraseCutterLevel
{
_EiraEraseCutterLevel = 1;
}
else if (value > 5)
else if (value > 10)
{
_EiraEraseCutterLevel = 5;
_EiraEraseCutterLevel = 10;
}
else
{
Expand Down Expand Up @@ -1695,13 +1695,13 @@ public bool UseSeraParalyze
set { _UseSeraParalyze = value; }
}

int _SeraParalyzeLevel = 5;
int _SeraParalyzeLevel = 10;
[Category("AutoSkill Options"),
Description(
"Use this level of Needle of Paralyze. Overridden by skill tactics" +
" "
),
DefaultValue(5)]
DefaultValue(10)]
public int SeraParalyzeLevel
{
get { return _SeraParalyzeLevel; }
Expand All @@ -1711,9 +1711,9 @@ public int SeraParalyzeLevel
{
_SeraParalyzeLevel = 1;
}
else if (value > 5)
else if (value > 10)
{
_SeraParalyzeLevel = 5;
_SeraParalyzeLevel = 10;
}
else
{
Expand Down
Binary file modified GUI/AzzyAIConfig/bin/Debug/AzzyAIConfig.exe
Binary file not shown.
Binary file modified GUI/AzzyAIConfig/bin/Debug/AzzyAIConfig.pdb
Binary file not shown.
6 changes: 3 additions & 3 deletions GUI/AzzyAIConfig/bin/Debug/H_Config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ AutoSkillDelay = 400
AoEMaximizeTargets = 0
CastTimeRatio = .80
UseEiraXenoSlasher =0
EiraXenoSlasherLevel =4
EiraXenoSlasherLevel =10
UseEiraEraseCutter =1
EiraEraseCutterLevel =4
EiraEraseCutterLevel =10
UseBayeriStahlHorn =1
BayeriStahlHornLevel =5
UseBayeriHailegeStar =1
BayeriHailegeStarLevel =5
UseSeraParalyze =1
SeraParalyzeLevel =5
SeraParalyzeLevel =10
UseSeraPoisonMist =1
SeraPoisonMistLevel =5
UseEleanorSonicClaw =0
Expand Down
Binary file modified GUI/AzzyAIConfig/bin/Release/AzzyAIConfig.exe
Binary file not shown.
Binary file modified GUI/AzzyAIConfig/bin/Release/AzzyAIConfig.pdb
Binary file not shown.
6 changes: 3 additions & 3 deletions GUI/AzzyAIConfig/bin/Release/H_Config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ AutoSkillDelay = 400
AoEMaximizeTargets = 0
CastTimeRatio = .80
UseEiraXenoSlasher =0
EiraXenoSlasherLevel =4
EiraXenoSlasherLevel =10
UseEiraEraseCutter =1
EiraEraseCutterLevel =4
EiraEraseCutterLevel =10
UseBayeriStahlHorn =1
BayeriStahlHornLevel =5
UseBayeriHailegeStar =1
BayeriHailegeStarLevel =5
UseSeraParalyze =1
SeraParalyzeLevel =5
SeraParalyzeLevel =10
UseSeraPoisonMist =1
SeraPoisonMistLevel =5
UseEleanorSonicClaw =0
Expand Down
Binary file modified GUI/AzzyAIConfig/obj/x86/Debug/AzzyAIConfig.exe
Binary file not shown.
Binary file modified GUI/AzzyAIConfig/obj/x86/Debug/AzzyAIConfig.pdb
Binary file not shown.
Binary file modified GUI/AzzyAIConfig/obj/x86/Release/AzzyAIConfig.exe
Binary file not shown.
Binary file modified GUI/AzzyAIConfig/obj/x86/Release/AzzyAIConfig.pdb
Binary file not shown.
Binary file modified USER_AI/AzzyAIConfig.exe
Binary file not shown.
8 changes: 4 additions & 4 deletions USER_AI/AzzyUtil.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1777,7 +1777,7 @@ function GetSAtkSkill(myid)
if htype==EIRA and UseEiraEraseCutter==1 then
skill=MH_ERASER_CUTTER
if EiraEraseCutterLevel==nil then
level=4
level=10
else
level=EiraEraseCutterLevel
end
Expand All @@ -1791,7 +1791,7 @@ function GetSAtkSkill(myid)
elseif htype==SERA and UseSeraParalyze==1 then
skill=MH_NEEDLE_OF_PARALYZE
if SeraParalyzeLevel==nil then
level=5
level=10
else
level=SeraParalyzeLevel
end
Expand Down Expand Up @@ -2045,7 +2045,7 @@ function GetMobSkill(myid)
if htype==EIRA and UseEiraXenoSlasher==1 then
skill=MH_XENO_SLASHER
if EiraXenoSlasherLevel==nil then
level=4
level=10
else
level=EiraXenoSlasherLevel
end
Expand Down Expand Up @@ -2315,7 +2315,7 @@ function GetDefensiveOwnerSkill(myid)
local skillopt = 0
if (IsHomun(myid)==1) then
if GetV(V_HOMUNTYPE,MyID)==SERA and UseSeraPainkiller~=0 then
level=5
level=10
return MH_PAIN_KILLER,level,UseSeraPainkiller
else
return 0,0,0
Expand Down
6 changes: 3 additions & 3 deletions USER_AI/Defaults.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ AutoSkillDelay = 400
AoEMaximizeTargets = 0
CastTimeRatio = .5
UseEiraXenoSlasher =0
EiraXenoSlasherLevel =4
EiraXenoSlasherLevel =10
UseEiraEraseCutter =1
EiraEraseCutterLevel =4
EiraEraseCutterLevel =10
UseEiraSilentBreeze = 0
EiraSilentBreezeLevel =5
UseBayeriStahlHorn =1
Expand All @@ -79,7 +79,7 @@ UseSteinWandOwnerMob =2
UseSteinWandTele =0
StienWandTelePause =3000
UseSeraParalyze =1
SeraParalyzeLevel =5
SeraParalyzeLevel =10
UseSeraPoisonMist =0
SeraPoisonMistLevel =5
UseSeraCallLegion =1
Expand Down
6 changes: 3 additions & 3 deletions USER_AI/H_Config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ BayeriStahlHornLevel = 5
UseBayeriHailegeStar = 1
BayeriHailegeStarLevel = 5
UseSeraParalyze = 0
SeraParalyzeLevel = 5
SeraParalyzeLevel = 10
UseSeraPoisonMist = 0
SeraPoisonMistLevel = 5
UseEleanorSonicClaw = 1
Expand Down Expand Up @@ -134,6 +134,6 @@ UseEiraEraseCutter = 0
EiraEraseCutterLevel = 0
LagReduction = 0
HealOwnerBreeze = 0
SteinWandTelePause = 0
DoNotAttackMoving = 0
SteinWandTelePause = 0
DoNotAttackMoving = 0
UseSmartBulwark = 0
20 changes: 10 additions & 10 deletions USER_AI/H_SkillList.lua
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,14 @@ SkillList[VANILMIRTH][HVAN_CHAOTIC]=5
SkillList[VANILMIRTH][HVAN_SELFDESTRUCT]=3
SkillList[SERA]={}
SkillList[SERA][MH_SUMMON_LEGION ]=5
SkillList[SERA][MH_NEEDLE_OF_PARALYZE ]=5
SkillList[SERA][MH_NEEDLE_OF_PARALYZE ]=10
SkillList[SERA][MH_POISON_MIST ]=5
SkillList[SERA][MH_PAIN_KILLER ]=5
SkillList[SERA][MH_PAIN_KILLER ]=10
SkillList[EIRA]={}
SkillList[EIRA][MH_LIGHT_OF_REGENE ]=5
SkillList[EIRA][MH_OVERED_BOOST]=5
SkillList[EIRA][MH_ERASER_CUTTER ]=5
SkillList[EIRA][MH_XENO_SLASHER ]=5
SkillList[EIRA][MH_ERASER_CUTTER ]=10
SkillList[EIRA][MH_XENO_SLASHER ]=10
SkillList[EIRA][MH_SILENT_BREEZE ]=5
SkillList[ELEANOR]={}
SkillList[ELEANOR][MH_STYLE_CHANGE ]=1
Expand Down Expand Up @@ -163,21 +163,21 @@ SkillInfo[HLIF_CHANGE]={"Mental Charge",{0,0,0},{100,100,100},{0,0,0},{0,0,0},{2
SkillInfo[HAMI_CASTLE]={"Castling",{0,0,0,0,0},{10,10,10,10,10},{0,0,0,0,0},{0,0,0,0,0},{0,0,0,0,0},0}
SkillInfo[HAMI_DEFENCE]={"Amistr Bulwark",{0,0,0,0,0},{20,25,30,35,40},{0,0,0,0,0},{0,0,0,0,0},{1000,1000,1000,1000,1000},0,{38000,33000,30000,30000,30000}}
SkillInfo[HAMI_BLOODLUST]={"Bloodlust",{0,0,0},{120,120,120},{0,0,0},{0,0,0},{2000,2000,2000},0,{310000,615000,920000}}
SkillInfo[HFLI_MOON]={"Moonlight",{1,1,1,1,1},{4,8,12,16,20},{0,0,0,0,0},{0,0,0,0,0},{0,0,0,0,0},1,{0,0,0,0,0},{2000,2000,2000,2000,2000}}
SkillInfo[HFLI_MOON]={"Moonlight",{1,1,1,1,1},{4,8,12,16,20},{0,0,0,0,0},{0,0,0,0,0},{0,0,0,0,0},1,{0,0,0,0,0},{100,100,100,100,100}}
SkillInfo[HFLI_FLEET]={"Flitting",{0,0,0,0,0},{30,40,50,60,70},{0,0,0,0,0},{0,0,0,0,0},{1000,1000,1000,1000,1000},0,{60000,70000,80000,90000,120000}}
SkillInfo[HFLI_SPEED]={"Accellerated Flight",{0,0,0,0,0},{30,40,50,60,70},{0,0,0,0,0},{0,0,0,0,0},{1000,1000,1000,1000,1000},0,{60000,70000,80000,90000,120000}}
SkillInfo[HFLI_SBR44]={"SBR 44",{1,1,1},{1,1,1},{0,0,0},{0,0,0},{0,0,0},1}
SkillInfo[HVAN_CAPRICE]={"Caprice",{9,9,9,9,9},{22,24,26,28,30},{0,0,0,0,0},{0,0,0,0,0},{0,0,0,0,0},1,{0,0,0,0,0},{2200,2400,2600,2800,3000}}
SkillInfo[HVAN_CHAOTIC]={"Chaotic Blessing",{0,0,0,0,0},{40,40,40,40,40},{0,0,0,0,0},{0,0,0,0,0},{0,0,0,0,0},0,{0,0,0,0,0},{3500,3500,3500,3500,3500}}
SkillInfo[HVAN_SELFDESTRUCT]={"Self Destruct",{0,0,0},{15,15,15},{0,0,0},{0,0,0},{0,0,0},0}
SkillInfo[MH_SUMMON_LEGION ]={"Summon Legion",{9,9,9,9,9},{60,80,100,120,140},{400,600,800,1000,1200},{1600,1400,1200,1000,800},{2000,2000,2000,2000,2000},1,{20000,30000,40000,50000,60000},{20000,30000,40000,50000,60000}}
SkillInfo[MH_NEEDLE_OF_PARALYZE ]={"Needle of Paralysis",{5,5,5,5,5},{48,60,72,84,96},{500,400,300,200,100},{1000,1100,1200,1300,1400},{2000,2000,2000,2000,2000},1}
SkillInfo[MH_NEEDLE_OF_PARALYZE ]={"Needle of Paralysis",{5,5,5,5,5,5,5,5,5,5},{42,48,54,60,66,72,78,84,90,96},{500,500,500,400,400,400,300,300,300,200},{1000,1000,1000,1100,1100,1100,1200,1200,1200,1300},{2000,2000,2000,2000,2000,2000,2000,2000,2000,2000},1,{0,0,0,0,0,0,0,0,0,0}}
SkillInfo[MH_POISON_MIST ]={"Poison Mist",{5,5,5,5,5},{65,75,85,95,105},{500,500,500,500,500},{500,700,900,1100,1300},{0,0,0,0,0},2,{12000,14000,16000,18000,20000},{12500,14500,16500,18500,20500}}
SkillInfo[MH_PAIN_KILLER ]={"Painkiller",{1,1,1,1,1},{48,52,56,60,64},{1200,1000,800,600,400},{1000,1200,1400,1600,1800},{1000,1000,1000,1000,1000},1,{59000,59000,59000,59000,59000}}
SkillInfo[MH_PAIN_KILLER ]={"Painkiller",{5,5,5,5,5,5,5,5,5,5},{48,52,56,60,64,68,72,76,80,84},{1000,900,800,700,600,500,400,300,200,100},{1000,1100,1200,1300,1400,1500,1600,1700,1800,1900},{1000,1000,1000,1000,1000,1000,1000,1000,1000,1000},1,{29000,39000,49000,59000,69000,79000,89000,99000,109000,119000}}
SkillInfo[MH_LIGHT_OF_REGENE ]={"Ray of Regeneration",{0,0,0,0,0},{50,50,60,70,80},{1600,1400,1200,1000,800},{0,0,0,0,0},{0,0,0,0,0},0,{360000,420000,480000,540000,600000}}
SkillInfo[MH_OVERED_BOOST]={"Overed Boost",{0,0,0,0,0},{70,90,110,130,150},{200,300,400,500,600},{800,700,600,500,400},{500,500,500,500,500},0,{28000,42000,57000,71000,85000}}
SkillInfo[MH_ERASER_CUTTER ]={"Erased Cutter",{7,7,7,7,7},{25,30,35,40,45},{0,0,0,0,0},{1000,1500,2000,2500,3000},{2000,2000,2000,2000,2000},1}
SkillInfo[MH_XENO_SLASHER]={"Xenoslasher",{7,7,7,7,7},{90,100,110,120,130},{500,500,500,500,500},{1500,2500,3500,4500,5500},{0,0,0,0,0},2}
SkillInfo[MH_ERASER_CUTTER ]={"Erased Cutter",{7,7,7,7,7,7,7,7,7,7},{25,30,35,40,45,50,55,60,65,70},{0,0,0,0,0,0,0,0,0,0},{1500,1500,1500,2000,2000,2000,2500,2500,2500,3000},{2000,2000,2000,2000,2000,2000,2000,2000,2000,2000},1}
SkillInfo[MH_XENO_SLASHER]={"Xenoslasher",{7,7,7,7,7,7,7,7,7,7},{85,90,95,100,105,110,115,120,125,130},{500,500,500,500,500},{1700,1900,2100,2300,2500,2700,2900,3100,3300,3500},{0,0,0,0,0,0,0,0,0,0},2}
SkillInfo[MH_SILENT_BREEZE ]={"Silent Breeze",{5,5,7,7,9},{45,54,63,72,81},{1000,800,600,400,200},{1000,1200,1400,1600,1800},{2000,2000,2000,2000,2000},1}
SkillInfo[MH_STYLE_CHANGE ]={"Style Change",{0},{35},{0},{0},{500},0}
SkillInfo[MH_SONIC_CRAW ]={"Sonic Claw",{1,1,1,1,1},{20,25,30,35,40},{0,0,0,0,0},{0,0,0,0,0},{700,700,700,700,700},1}
Expand All @@ -203,6 +203,6 @@ SkillAOEInfo[0]={{0,0,0,0,0},0}
SkillAOEInfo[MH_VOLCANIC_ASH]={{3,3,3,3,3},0}
SkillAOEInfo[MH_POISON_MIST]={{7,7,7,7,7},0}
SkillAOEInfo[MH_LAVA_SLIDE]={{7,7,7,7,7,7,7,7,7,7},0}
SkillAOEInfo[MH_XENO_SLASHER]={{5,5,7,7,9,9},0}
SkillAOEInfo[MH_XENO_SLASHER]={{3,3,3,5,5,5,7,7,7,9},0}
SkillAOEInfo[MH_HEILIGE_STANGE]={{3,3,3,3,5},0}
SkillAOEInfo[HVAN_SELFDESTRUCT]={{9,9,9},1}