Hello Guys n Galls,
New to the forums so be gentle with me
I have spent the past few hours trying but failing miserably to create a mod which will let Barbs give 60 XP vs 30 and to tweak XP gains for different unit types. but regardless of what I try nothing seems to work.
I understand this is mostly due to me lack of knowledge of programming but I'm hoping someone may be able to advise me of where i am going wrong please...
Just 1 part where I wanted to begin testing, with melee attack XP down from 5 to 4 as a quick testing board.
I'm pretty sure my errors are the tags used but without having a much firmer grasp on programming its my first stumbling block.
I would love to keep at this so I can eventually move onto bigger and better things.
Thanks for reading
Rikki
New to the forums so be gentle with me

I have spent the past few hours trying but failing miserably to create a mod which will let Barbs give 60 XP vs 30 and to tweak XP gains for different unit types. but regardless of what I try nothing seems to work.
I understand this is mostly due to me lack of knowledge of programming but I'm hoping someone may be able to advise me of where i am going wrong please...
Spoiler :
PHP:
<GameData>
<Defines>
<Update>
<Set Value="4"/>
<Where Defines="EXPERIENCE_ATTACKING_UNIT_MELEE"/>
</Update>
</Defines>
</GameData>
Just 1 part where I wanted to begin testing, with melee attack XP down from 5 to 4 as a quick testing board.
I'm pretty sure my errors are the tags used but without having a much firmer grasp on programming its my first stumbling block.
I would love to keep at this so I can eventually move onto bigger and better things.
Thanks for reading
Rikki