You are not logged in.

ISS

Applications: [GameMaster: OPEN] | [Volunteer Testers: OPEN]


This forum will be permanently shut down on Friday 13.07.2018
Please copy or save all important information from old forum before they will be deactivated
We have moved to new board. https://forum.runesofmagic.gameforge.com/Come join us.

1

Monday, January 20th 2014, 12:26am

ISS

Does anyone know how to check what set skill is equipped? Tired of going to siege on rogue and going to use Escape only to find I forgot to replace Yawaka's Blessing with it >.< I mad this so far

Source code

1
/run SWAP = false; if SKILLINDEX=2 then SWAP = true end; if (SWAP) then JOBINDEX=3 SKILLINDEX=6 SkillSuitFrame_GetSkill_OnClick() else JOBINDEX=3 SKILLINDEX=2 SkillSuitFrame_GetSkill_OnClick() end


But SKILLINDEX=2 is not what im after anyway, I need to be able to check current equipped Set Skills but have no idea how. If anyone could help me that would be great.

Edit: Never mind, figured it out.

Source code

1
/run SWAP = false; if SkillPlateUpdate(3) == "Unknown Choice" then SWAP = true end; if (SWAP) then JOBINDEX=3 SKILLINDEX=6 SkillSuitFrame_GetSkill_OnClick() else JOBINDEX=3 SKILLINDEX=2 SkillSuitFrame_GetSkill_OnClick() end
Cammo (82 M/82 W/82 R) 116,147 unbuffed Matk :D (95k pa - r/m)
Livia (82 P/77 K/75 S) wisdom O.o wtf is that...
~~ retired - Thanks to gameforge for that. ~~

This post has been edited 1 times, last edit by "CammoXD" (Jan 20th 2014, 1:17am)