subclass spells

Mu online season 21 - grand opening

Lucafer

LOMCN Veteran
Veteran
May 15, 2008
419
1
45
Newbury,Berks
how would i set certian spells for certian subclasses so that other classes cant use that particular spell?


thanx in advance
 

Lucafer

LOMCN Veteran
Veteran
May 15, 2008
419
1
45
Newbury,Berks
no i ment like if i want a subclass to have say rage but dnt want another warrior subclass to be able to use it how would i do it, i no its done in qfunction but not 100% sure how i wud script it
 
Upvote 0

transporter

LOMCN Veteran
Veteran
Jul 12, 2008
608
8
105
Darlington
You would have to make the spells you choose in SQL STDMODE 31 not whats posted above.

Then each spell needs it`s own STDMODEFUNC this goes in FLD_ANICOUNT 1-50

If you choose blizzard for instance, chance its stdmode from 2 to 31 in fld anicount add 10

Then in q-function

[@STDMODEFUNC10]
#IF
CHECK [flag] 1 [set to whatever class blah]
#ACT
ADDSKILL Blizzard 3
#SAY
congratz
#ELSESAY
You are not the correct sub-class

This should give you the basic idea.

If you want two classes to have one spell and one not o you will have to edit the script in q-function so that it works.
 
Last edited:
Upvote 0

littletommy

Banned
Banned
Veteran
Dec 10, 2006
370
2
44
much easyer way... why dont ya just

#ACT
ADDSKILL WarriorShield 0
ADDSKILL WarriorVamp 0

lot easayer
 
Upvote 0