Hi im haveing a prob woth QFunction i had HolyDeva working as a summon but i lost Skely i dont wont to lose a skill so iv tryed geting Qfunction to summon a deva for me & i carnt get it working theis is what's in my QFunction-0.text
[@StdModeFunc1]
#CALL [\\QFunction\SummonDeva.txt] @summondeva
;--------------------------------------------------------------
[@summondeva]
{
#IF
CHECKJOB Taos
#ACT
goto @deva
#ELSEACT
give SummonDeva 1
Sendmsg 5 Only.taoist.can.use.this.orb
[@deva]
#IF
CheckLevelEx < 38
#ACT
give SummonDeva 1
Sendmsg 5 You.need.level.38.to.use.this.orb
#ELSEACT
goto @summon
[@summon]
#IF
CHECKSLAVECOUNT > 0
#ACT
give SummonDeva 1
#ELSEACT
RECALLMOB HolyDeva
give SummonDeva 1
}
& in my item DB info for DevaOrb is
STDMode 31 & Anicount 1 & all th rest is 0 do you know whats wroung?
[@StdModeFunc1]
#CALL [\\QFunction\SummonDeva.txt] @summondeva
;--------------------------------------------------------------
[@summondeva]
{
#IF
CHECKJOB Taos
#ACT
goto @deva
#ELSEACT
give SummonDeva 1
Sendmsg 5 Only.taoist.can.use.this.orb
[@deva]
#IF
CheckLevelEx < 38
#ACT
give SummonDeva 1
Sendmsg 5 You.need.level.38.to.use.this.orb
#ELSEACT
goto @summon
[@summon]
#IF
CHECKSLAVECOUNT > 0
#ACT
give SummonDeva 1
#ELSEACT
RECALLMOB HolyDeva
give SummonDeva 1
}
& in my item DB info for DevaOrb is
STDMode 31 & Anicount 1 & all th rest is 0 do you know whats wroung?
