Demon Skill Trigger

smoochy boys on tour

Sanity

Legend
Legendary
Nov 7, 2007
3,809
115
300
Some people may have problems learning demon skills and this is a quick fix.

Will be using the new update "Trigger" which is used to learn the special demon skills, this is only way i have managed to do it, you cannot do this by StdModeFunc, it won't work.

Trigger/Useofthegoods.txt

Add
[@4Useofthegoods54]
#IF
EQUAL $ItemExN.$VARIABLE(0).NAME Slam
#ACT
goto @Slam
break


[@Slam]
#IF
checkjob Goblin
CHECKLEVELEX \ 7
!CHECKSKILL Slam > -1
#ELSESAY
Sorry you cannot learn this skill.
#ACT
ADDSKILL Slam 1
TAKE Slam 1
SENDMSG 20 "You have learned Slam!"
break

It's messy i know but it's best i can do at the moment, hoping they fix this soon.