From c25549f53df5f412bd4ebebf6ef7bdab83ea3ee7 Mon Sep 17 00:00:00 2001 From: Jonas Karlsson Date: Sun, 27 Mar 2016 17:12:08 +0200 Subject: [PATCH 1/5] Support for en5ider 34, some scripting remains. --- COM_Source_110 - Third Party Publishing.1st | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/COM_Source_110 - Third Party Publishing.1st b/COM_Source_110 - Third Party Publishing.1st index 1fe78c0c..58e56398 100644 --- a/COM_Source_110 - Third Party Publishing.1st +++ b/COM_Source_110 - Third Party Publishing.1st @@ -200,6 +200,15 @@ description="King and Country II. Use is allowed for gaming groups only."> + + + Date: Sun, 27 Mar 2016 17:20:20 +0200 Subject: [PATCH 2/5] En5ider 34, some scripting to be done --- ...ck_EN5_34_Chessmasters_and_Commanders.user | 280 ++++++++++++++++++ 1 file changed, 280 insertions(+) create mode 100644 COM_5ePack_EN5_34_Chessmasters_and_Commanders.user diff --git a/COM_5ePack_EN5_34_Chessmasters_and_Commanders.user b/COM_5ePack_EN5_34_Chessmasters_and_Commanders.user new file mode 100644 index 00000000..112d11ce --- /dev/null +++ b/COM_5ePack_EN5_34_Chessmasters_and_Commanders.user @@ -0,0 +1,280 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ~TODO remove all weapon and armor proficiencies + + + + + + + + + + + + + var NumOfSkill as number + var NumOfTool as number + + NumOfTool = 1 + NumOfSkill = 2 + call 5CAddProf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0) + + hero.childfound[trk5CNHCri].field[trkMax].value += field[xAllLev].value]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0) + + hero.child[ArmorClass].field[Bonus].value += #attrmod[aCHA]]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 1d4a98e28eb9eab2b6b0b4f8f4e947066adc9d36 Mon Sep 17 00:00:00 2001 From: Jonas Karlsson Date: Sun, 27 Mar 2016 17:30:36 +0200 Subject: [PATCH 3/5] Added file_info --- COM_5ePack_EN5_34_Chessmasters_and_Commanders.user | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/COM_5ePack_EN5_34_Chessmasters_and_Commanders.user b/COM_5ePack_EN5_34_Chessmasters_and_Commanders.user index 112d11ce..7bd6d502 100644 --- a/COM_5ePack_EN5_34_Chessmasters_and_Commanders.user +++ b/COM_5ePack_EN5_34_Chessmasters_and_Commanders.user @@ -1,5 +1,9 @@ + + Version 1 + Only one Path of the Heart is implemented (still needs some scripting), the other two paths are just empty placeholders. + From ca92c965b3e2f5f2cb541f999cf6f1cb67149ee8 Mon Sep 17 00:00:00 2001 From: Jonas Karlsson Date: Sun, 27 Mar 2016 17:33:04 +0200 Subject: [PATCH 4/5] Spelling fix --- COM_5ePack_EN5_34_Chessmasters_and_Commanders.user | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COM_5ePack_EN5_34_Chessmasters_and_Commanders.user b/COM_5ePack_EN5_34_Chessmasters_and_Commanders.user index 7bd6d502..7cbf5bd4 100644 --- a/COM_5ePack_EN5_34_Chessmasters_and_Commanders.user +++ b/COM_5ePack_EN5_34_Chessmasters_and_Commanders.user @@ -107,7 +107,7 @@ - + ~TODO remove all weapon and armor proficiencies From 9e375aa9bbc4bccf79942271236a1f9a41145619 Mon Sep 17 00:00:00 2001 From: Jonas Karlsson Date: Wed, 30 Mar 2016 19:36:32 +0200 Subject: [PATCH 5/5] Handled a few more things. --- ...ck_EN5_34_Chessmasters_and_Commanders.user | 25 +++++++++++-------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/COM_5ePack_EN5_34_Chessmasters_and_Commanders.user b/COM_5ePack_EN5_34_Chessmasters_and_Commanders.user index 7cbf5bd4..c2986246 100644 --- a/COM_5ePack_EN5_34_Chessmasters_and_Commanders.user +++ b/COM_5ePack_EN5_34_Chessmasters_and_Commanders.user @@ -49,7 +49,6 @@ - @@ -107,10 +106,11 @@ - + - ~TODO remove all weapon and armor proficiencies + ~remove all weapon and armor proficiencies +perform hero.delete[ArmProfGrp.?] @@ -158,14 +158,13 @@ - + - @@ -180,17 +179,23 @@ ~ If we're disabled, do nothing doneif (tagis[Helper.Disable] <> 0) - hero.childfound[trk5CNHCri].field[trkMax].value += field[xAllLev].value]]> + hero.childfound[trk5CNHCri].field[trkMax].value += round(field[xAllLev].value/14,0,-1)]]> - + + - + + - + + var NumOfSkill as number + + NumOfSkill = 1 + call 5CAddProf @@ -245,7 +250,7 @@ hero.child[ArmorClass].field[Bonus].value += #attrmod[aCHA]]]> - +