garoboldy
Member
- Joined
- Jan 15, 2010
- Messages
- 518
- Reaction score
- 5
Hell I'll even repost but dude, i gave the fix for a 3rd time literally 3 posts above yours, on the this very page
Try to look for answers before asking..
So here's what I changed in Plugins\TaegukSpammer\TaegukSpammer.cs to work with latest DB (non beta) :
line 166 find :
replace by :Code:ZetaDia.Me.UsePower(skill, ZetaDia.Me.Position, ZetaDia.CurrentWorldDynamicId);
Code:ZetaDia.Me.UsePower(skill, ZetaDia.Me.Position, ZetaDia.[COLOR=#FF0000][B]WorldId[/B][/COLOR]);
line 188 find :
replace by :Code:DiaActiveSkill activeSkillByIndex = ZetaDia.CPlayer.GetActiveSkillByIndex(i, ZetaDia.Me.SkillOverrideActive);
Code:DiaActiveSkill activeSkillByIndex = ZetaDia.[COLOR=#FF0000][B]PlayerData[/B][/COLOR].GetActiveSkillByIndex(i, ZetaDia.Me.SkillOverrideActive);
The red color is just here for whoever cares to understand what changes I made..
Just copy & replace both lines with what I wrote
This change is actually not working as of now, there was a patch and an update so things broke apparently.