Results: 3Comments by: waldra
File: Clique [Classic]08-30-19
There is a bug/problem. With defau...
Posted By: waldra
There is a bug/problem. With default Left button action, if you Left click a spell in the spellbook you get a secure API error in Clique. Can you give me steps to reproduce this? I thought I did. Use the default Clique setting for left mouse button Open Spellbook Left Click on a Spell icon in the spell book window to cast...
File: Clique [Classic]08-11-19
There is a bug/problem. With defau...
Posted By: waldra
There is a bug/problem. With default Left button action, if you Left click a spell in the spellbook you get a secure API error in Clique.
File: Classic Spell Ranks07-10-19
Still a problem with calling GetSpellInfo
Posted By: waldra
Your implementation of GetSpellInfo has two issues one - parameters GetSpellInfo can be called with three different formats GetSpellInfo(spellID) GetSpellInfo(spellname) GetSpellInfo(spellname,spellrank) Since you only have one parameter, you do not support the third format. Attempting to call your GetSpellInfo with a spel...