What's new

Professions issues

Ryotucker

Veteran Member
44
2014
0
I have set up the worldserver to allow 10 professions, yet it won't let me learn more than 2. is there a way around this in-game?
 
OK, so now I realize I did not think that through. How do I access the different professions? it only shows me the two still. I know I do have them though.
 
I tried this, and it jut tells me that no spell is found. I put .cast 2108 for leatherworking, it did nothing.
 
/cast Leatherworking

/cast Engineering

/Cast tailoring

if anyone else is wondering.
 
Change your worldserver config, line 1207.
Code:
#
#    MaxPrimaryTradeSkill
#        Description: Maximum number of primary professions a character can learn.
#        Range:       0-10
#        Default:     2

MaxPrimaryTradeSkill = 2
 
Back
Top