Guard of Calliav / Bulwark of Alendar
These two spells, which are from the LDoN era, don't seem to work.
Guard of Calliav is a magician spell, but there are also Bst and Nec varieties as well. I believe there is another spell in its line that is an upgrade to this. Essentially this spell places a rune on your pet that absorbs a number of hits (or spells), instead of a traditional rune that absorbs damage. Bulwark of Alendar is an enchanter spell that reduces magic damage on the target by a percentage until a total amount has been reached and it dissipates. For Guard of Calliav, the spell lands on the pet, but after multiple hits proves to do nothing. The icon doesnt wear off after the two hits, either. Bulwark of Alendar is a bit hard for me to test, but the simple fact that it gives me an error message when cast: "Unknown spell effect 161 in spell Bulwark of Alendar (id 4076)", I'm lead to believe it doesn't work. |
I would like to begin work on this issue.
If you know things that pertain to this issue, please post them here. Thanks! |
Can someone list the spells in this line that I should look at?
Thanks! |
The Calliav Code
Here's the code.
I have verified that it works by getting a monk and dueling my mage. I kicked and counted the blow only if the damage would've been > 0 (i.e. didn't block, parry, etc.). There are other mitigation types, but this handles the calliav type (the kind that blocks a certain number of melee/spell hits). For some reason, I am not able to cast a DD spell (always says that I can't see my target). For the melee part, I was only able to use special moves (i.e. kick) to do damage. The spell casting code was copied + pasted from the melee mitigation part. I expect that it would work, but don't have a way to test it now. Any ideas why I can't do regular melee and DD? Thanks! The Code: Code:
Index: zone/attack.cpp |
Those symptoms (can kick but not melee or cast spells) indicate you don't have the server side maps.
You can get them from : http://code.google.com/p/eqemumaps/ All the files ending in .map, .wtr or .path should go in the server Maps directory |
Calliav Code
Awesome, that did the trick!
This is how it works: - Calliav spell line absorbs a specific number of melee and spell damage - I verified with my wizard that each melee/damage spell decrements the counter while absorbing the blow. - When the counter gets down to 0 the spell fades. Here's the code: Code:
Index: zone/attack.cpp |
The Calliav fix is in Rev1127.
|
All times are GMT -4. The time now is 06:39 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.