ClassMaster NPC

Alexander9595

Heir
Customer
Someone can explain me how this work?

# -------------- Class master that is called from chat (NOT NPC) -------
ChatClassMasterEnabled = false
# Voice commands that will call the profession window
ChatClassMasterVoiceCommands = prof, class, classmaster
# Example of design: 1(Profession level)-57(ItemID):100000(ItemCount),(ItemID)4037:20(ItemCount)/6673(Reward):1(amount of reward)
# With a reward for the profession: ChatClassMasterId =1-57:100000,4037:10/6673:5;2-57:200000,4037:20/6673:10;3-57:300000,4037:30/6673: 15
# Without a reward: ChatClassMasterId = 1-57: 100000, 4037: 10; 2-57: 200000, 4037: 20; 3-57: 300000, 4037: 30
# In this example, the first profession costs 100000 adena, 10 Coin of Luck and the reward for taking 1 Festival Adena. According to the same example, 2,3 professions
ChatClassMasterId =
# How many times upon reaching a level the window will appear on receiving Exp
ChatClassMasterPopUpOnExp = 1

need to set all class ids or just do nothing?
 
Full explanation is present in the file you copied :

Example of design:
1(Profession level)-57(ItemID):100000(ItemCount),(ItemID)4037:20(ItemCount)/6673(Reward):1(amount of reward)
# With a reward for the profession: ChatClassMasterId =1-57:100000,4037:10/6673:5;2-57:200000,4037:20/6673:10;3-57:300000,4037:30/6673: 15
# Without a reward: ChatClassMasterId = 1-57: 100000, 4037: 10; 2-57: 200000, 4037: 20; 3-57: 300000, 4037: 30
# In this example, the first profession costs 100000 adena, 10 Coin of Luck and the reward for taking 1 Festival Adena. According to the same example, 2,3 professions
 
what ? No bro, only prof Level , look at the guide :
1(Profession level - 20 )-57( ItemID Cost ):100000( Item Count )
2(Profession level - 40 )-57( ItemID Cost ):100000( Item Count )
3(Profession level - 76 )-57( ItemID Cost ):100000( Item Count )

Final Result : 1-57:100000;2-57:100000;3-57:100000 .

No reward for completing .. if you want to give reward just add after the cost

Final Result with REWARD :1-57:100000,8732:1;2-57:100000,8732:1;3-57:100000,8732:1
 
@Coffee need to set all class ids or just do nothing?
in the configs there is NOTHING mentioned about class IDs......
it enables for all classes at once
but you can choose whether to give 1st class or 2nd class or 3rd or all classes by this system
you can even give 1st and 2nd and make the 3rd normal as you would need to make the whole quest
 
Back
Top