2 quick question

Play Now

twigletuk

Golden Oldie
Golden Oldie
Oct 17, 2005
589
8
155
Crewe Cheshire
ive deleted all my start points n made it to a cave u start in etc but when u do the quest and go to the main town but when u use the npc to go to the 2nd cave n tt from there u end up in the 1st map u start in

2nd q

when u start a new char i wnt it so u start with lvl 3 fencing (warrior)
lvl 3 healing (tao) and same with wiz i no its to do with qmanager n the newhumen command

thnx
 

Shank

The_Mafia
VIP
Dec 4, 2008
2,083
17
165
ive deleted all my start points n made it to a cave u start in etc but when u do the quest and go to the main town but when u use the npc to go to the 2nd cave n tt from there u end up in the 1st map u start in

2nd q

when u start a new char i wnt it so u start with lvl 3 fencing (warrior)
lvl 3 healing (tao) and same with wiz i no its to do with qmanager n the newhumen command

thnx

is the main town a sz map aswell?

#IF
ISNEWHUMAN
checkjob warrior
#ACT
ADDSKILL Fencing 3
break

#IF
ISNEWHUMAN
checkjob wizard
#ACT
ADDSKILL Fireball 3
break

#IF
ISNEWHUMAN
checkjob taoist
#ACT
ADDSKILL Healing 3
break

this works in Qmanage
 
Last edited:
Upvote 0