Greetings Dr Azzy/SpenceKonde
Probably the most random of messages you have gotten on here in over a decade, and it's possible you can't help.
I have picked up where you left off, tinkering with AzzyAI to work with Ragnarok Online Europe as a small side project.
This was born from playing Alchemist on the EU and people commenting on things not working, so I "fixed them", I use this term loosely as I am learning as I go.
I am doing the edits and releasing them for free, the latest one I am working on even updates your configuration exe.
I should say, thank you for the hard work you did back then, and I hope my trying to fix it for the small community who still use it on EU is not a problem.
But I have hit a couple of snags, and maybe it's just me not understanding the logic, or I am not looking in the right place.
Namely:
"Chaotic Blessing" initially stopped working, but I have now fixed it to cast with a cooldown. BUT it only seems to cast when right next to them and it takes a moment to work it out.
The code previously would try and cast it on the Homunculus itself, but now the skill has to be cast on the player so I need it to factor in the range of the spell, my work around for the time being is for the homunc to run back to the player when health is low, but this can create other issues. This leads me to believe that I need to edit the code to factor in "Range" as a variable.
I also wanted to find tune the way that Painkiller is cast. I have already fixed it to have 10 potential casting levels, but, unlike most other spells, I am not sure where the casting code is for it, as far as I can see, it only ever casts at max level. (Initially 5, but I added the 10 levels)
Doubly awkward as if I can find it, I think this would help me understand the problem with Chaotic Blessing.
I want to setup a variable for casting the skill at lower levels if the person chooses to, potentially even down casting it if SP is low but I need to know what to play with.
So my two questions are these, really, and if the answer is not a clue, I 100% understand.
**Do you know what else I need to change to have a skill cast but use the range part of the skill?
Where is the code kept for the casting and recasting of painkiller?**
Greetings Dr Azzy/SpenceKonde
Probably the most random of messages you have gotten on here in over a decade, and it's possible you can't help.
I have picked up where you left off, tinkering with AzzyAI to work with Ragnarok Online Europe as a small side project.
This was born from playing Alchemist on the EU and people commenting on things not working, so I "fixed them", I use this term loosely as I am learning as I go.
I am doing the edits and releasing them for free, the latest one I am working on even updates your configuration exe.
I should say, thank you for the hard work you did back then, and I hope my trying to fix it for the small community who still use it on EU is not a problem.
But I have hit a couple of snags, and maybe it's just me not understanding the logic, or I am not looking in the right place.
Namely:
"Chaotic Blessing" initially stopped working, but I have now fixed it to cast with a cooldown. BUT it only seems to cast when right next to them and it takes a moment to work it out.
The code previously would try and cast it on the Homunculus itself, but now the skill has to be cast on the player so I need it to factor in the range of the spell, my work around for the time being is for the homunc to run back to the player when health is low, but this can create other issues. This leads me to believe that I need to edit the code to factor in "Range" as a variable.
I also wanted to find tune the way that Painkiller is cast. I have already fixed it to have 10 potential casting levels, but, unlike most other spells, I am not sure where the casting code is for it, as far as I can see, it only ever casts at max level. (Initially 5, but I added the 10 levels)
Doubly awkward as if I can find it, I think this would help me understand the problem with Chaotic Blessing.
I want to setup a variable for casting the skill at lower levels if the person chooses to, potentially even down casting it if SP is low but I need to know what to play with.
So my two questions are these, really, and if the answer is not a clue, I 100% understand.
**Do you know what else I need to change to have a skill cast but use the range part of the skill?
Where is the code kept for the casting and recasting of painkiller?**