View Full Version : Is it possible to give an augment a click effect?
Bellos
08-09-2010, 07:50 PM
I was curious, i wanna make some augments for cleave accuracy ferocity ect.. that can be placed in items that allow the person to click for the effect. If not i guess a focus effect would work. Can you do either of those with augments?
I know procs work.
Drajor
11-21-2012, 03:19 PM
Going to necro this post as I was searching for an answer to this. I tried it and can say that as of rev2214 it does not work, nor am I sure if it is mean't to.
ChaosSlayerZ
11-21-2012, 07:35 PM
augments with worn effects always worked
but its impossible to give augment a click effect - i mean you can assign it, it will show in game but client won't let you click it.
Tabasco
11-22-2012, 10:00 AM
If you really want to do this, you have to extend the click effect check in client_packet.cpp:Handle_OP_ItemVerifyRequest.
I also ended up with a simple test in spells.cpp:CastedSpellFinished to keep the parent item from getting eaten.
It's possible, but non-trivial unless you're pretty comfortable in the source.
trevius
11-23-2012, 08:49 AM
Another way of making this possible would be via scripts. Though, I think it would still require some custom changes in the source. You could probably use something like EVENT_ITEM_CLICK and export it to the global_player.pl file in templates. Then, after any item is right clicked, you could iterate through each aug slot and check for click effects and cast them.
The main issue with this technique is that it would require an SoF+ client, as Titanium doesn't send packets for items being clicked that don't include a click effect.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.