Page 1 of 1

Community Board get buffs

Posted: Fri Aug 05, 2016 1:17 am
by typec
Hello,
i'm trying get some buffs from community board but i have no idea how to set the actual buff on my character

Code: Select all

			int skillMaxLvl = SkillData.getInstance().getMaxLevel(1040);
				skill.getSkill(1040, skillMaxLvl); 
I'm stuck here and always getting exception errors
Any suggestions?

Re: Community Board get buffs

Posted: Fri Aug 05, 2016 4:17 pm
by typec
Lock it.

Code: Select all

	Skill thatBuff = SkillData.getInstance().getSkill(1040, 3);
		thatBuff.applyEffects(activeChar, activeChar);
		activeChar.sendMessage("WOW you finaly got a buff");