Page 1 of 1

clicky bug

PostPosted: 17 Jan 2016, 15:16
by litewave
clickable charms with a hypen dont give a error but do no work either and log show it spamming the attempts to click.

example item: Ooze-Covered Spiderling,

i am assuming its not escaped and does a math expression instead...?

Re: clicky bug

PostPosted: 17 Jan 2016, 15:26
by Kannkor
litewave wrote:clickable charms with a hypen dont give a error but do no work either and log show it spamming the attempts to click.

example item: Ooze-Covered Spiderling,

i am assuming its not escaped and does a math expression instead...?


Unlikely doing a math expression.

Where do you get an item with a hypen in it?

Also how are you trying to use said item? Caststack? MCP?

Re: clicky bug

PostPosted: 17 Jan 2016, 15:31
by uiyice
If trying to use it from the cast stack, did you properly add it to the itemeffectpairs list?

Otherwise, it will spam-cast eternally since the buff name doesn't match the item name.

(Mine works just fine from the cast stack)

http://u.eq2wire.com/item/index/2390292010
\aITEM -1904675286 959795106:Ooze-Covered Spiderling\/a
Acinox Stygian Threshold: The Toxic Pools [Event Heroic]

ItemEffectPairs.xml:
<Setting Name="Ooze-Covered Spiderling">Vigor</Setting>

Re: clicky bug

PostPosted: 17 Jan 2016, 15:34
by litewave
The item drops in The Toxic Pools event.

in the cast stack i add the item, in the cast for CA with item needs to be equiped checked. i tend to put items near the top. I only noticed it because it tries to cast it every2-3 casts

Re: clicky bug

PostPosted: 17 Jan 2016, 15:36
by litewave
ah no i dont have it paired :< will check what needs done for that as have never needed to do it before :>

Re: clicky bug

PostPosted: 17 Jan 2016, 15:42
by Kannkor
viewtopic.php?f=13&t=155

That link will give you that exact example :)

Re: clicky bug

PostPosted: 17 Jan 2016, 15:45
by litewave
cool, thanks. I will add that to my notes :>