Does that command work if used in the QFunction or QManage as Im having a little trouble with it at the moment.
Killmaster
Printable View
Does that command work if used in the QFunction or QManage as Im having a little trouble with it at the moment.
Killmaster
yes it works fine
Qmanage
;==================================================
#IF
ISNEWHUMAN
#ACT
give Gold 1000000
#CALL [\Common\LoginAct.txt] @Act
;==================================================
QFunction
enter into custom commands
member2
then in qfunction add this
[@member2]
#CALL [\\MemberSystem\Mebershiplist.txt] @member
this will call the script from questdiary
Yeah i wasnt sure why i was habving problems with it. I was using a rank system that is checked by flags and it was giving me a lot of errors on my M2Server but I'm sure I will get it working.
So this should work... (in the QManage.txt)
[@Login]
#CALL [\Server\RankSystem.txt] @Rank
[@Login]
#CALL [\Server\RankSystem.txt] @Rank
use either
[@Login]
#CALL [\\Server\RankSystem.txt] @Rank
or
[@Login]
#CALL [\Common\Server\RankSystem.txt] @Rank
VirUs