What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Plugin] TaegukSpammer

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 :
Code:
ZetaDia.Me.UsePower(skill, ZetaDia.Me.Position, ZetaDia.CurrentWorldDynamicId);
replace by :
Code:
ZetaDia.Me.UsePower(skill, ZetaDia.Me.Position, ZetaDia.[COLOR=#FF0000][B]WorldId[/B][/COLOR]);


line 188 find :
Code:
DiaActiveSkill activeSkillByIndex = ZetaDia.CPlayer.GetActiveSkillByIndex(i, ZetaDia.Me.SkillOverrideActive);
replace by :
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.
 
Thanks again!
Commented with // lines 143, 167 plus added line 131 "OutOfCombat Delay elapsed" . But when changed 170 plugin no longer appear on plugins list. Maybe cause of if/else there.

How can I edit it for the "skill not ready:" to not appear either?
 
Back
Top