Mud Prog Problem

Posted by Gorock on Wed 05 Sep 2007 11:30 AM — 4 posts, 21,780 views.

#0
ok i have a slight problem i am trying to make the mob at the end of my start area set the character to pkill and in the empire clan before being transfer to the academy its here is one of the progs i've tried

>act_prog p nods solemnly.
say Good work you will now be transfered to the academy for training.
mpset p pkill
mpset p clan empire
mptransfer $n 10300

any help would be greatly appreciated
#1
ok i got the mppkset to work properly how what would i add to this to set the users clan to empire

>speech_prog p shadowy path
if level($n) == 1
mpforce 0.$n config -nice
mpforce 0.$n config -flee
mppkset $n yes
mpechoat $n You are now a Deadly Character... you will be listed under
mpechoat $n 'who deadly' once you reach level 5 and 18 years of age.
mpechoat $n You will now be transferred to your chosen path...
mpechoaround $n $n choses the path of shadows, disappearing into the darkness.
mptransfer 0.$n 107
mpat 107 mpforce 0.$n look
mpat 107 mpforce 0.$n config +autoloot
mpat 107 mpforce 0.$n config +autogold
else
mpechoat $n You have already chosen your path...
mptransfer $n 21001
endif
USA #2
There's no mpinduct, so perhaps you could try mpmset clan?
#3
i got it thanks :)