Itemkind2 IK2_BUFF

01/03/2015 15:41 raventh1984#1
Hi elitepvpers,

I am working on an new Buff scroll but for some reason it aint working at 100%.
Especially when it comes to the dwDestParam etc.

Now the buff shows this

[Only registered and activated users can see links. Click Here To Register...]

However it only takes the first 2 Parameters.
So dwDestParam1 dwDestParam2 with nAdjParamVal1 and nAdjParamVal2

I have looked in the source and replaced an couple of things that has to do with
dwDestParam[i] or dwDestParam[j]

I have check Skillinfluence.cpp and Buff.cpp/.h but there is nothing i can change at this point. Most things i already changed.

If i use the scroll as an SM_ITEM then its working like it should be but the only downside is that the RenderBuff icon isnt displaying all the Parameters

Has somebody any tips an where to look from here?

With kind regards.

SOLVED

Needed to add 2 for loops inside WndField.cpp and WndWorld.cpp