Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

anyone can help me with it

Newbie Spellweaver
Joined
Aug 20, 2016
Messages
97
Reaction score
4
anyone can help me i did added a lot of recipes in game so i have a little issue with them !!

do not display the class for recipes !!

how to fix it? idid added everything correctly so it do not show the class


celialima - anyone can help me with it - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Aug 20, 2016
Messages
97
Reaction score
4
It's are the recipes for all class in game so I did added everything correctly it do not appears in the items. Required class. How to fix it ?
 
Newbie Spellweaver
Joined
Aug 20, 2016
Messages
97
Reaction score
4
i did not found it (

see same number both to ItemInfo ActiveSkill and ClassName
celialima - anyone can help me with it - RaGEZONE Forums
 
Joined
Sep 20, 2012
Messages
420
Reaction score
47
Class name isnt used in Fiesta much Ah yes the UseClassTypeInfo.shn you need to review that file to make sure it is correct the ClassName is used primarily to make sure that you have the right name in the client

For example look in there and see if you can equip it that way UseClassTypeInfo.shn is the file you need.
 
Joined
Sep 20, 2012
Messages
420
Reaction score
47
I actually spent a little bit of time on this one and i have all the class numbers written down. These are as follows:

Code:
0 = None
1 = Common (every class can use it)

2= Fighter (or above)
3 = CleverFighter (or above)
4 = Warrior (or above)
5 = Glad/Knight
6 = Glad Only
7 = Knight Only

8 = Cleric (or above)
9 = HighCleric (or above)
10 = Paladin  (or above)
11 = Guard Only
12 = HolyKnight only
13 = Guard/HK

14 = Archer (or above)
15 = Hawkarcher  (or above)
16 = Scout (or above)
17 = Ranger Only
18 = SharpShooter Only
19 = Sharop/Ranger

20 = Mage (or above)
21 = Wizmage (or above)
22 = Enchanter (or above) *mage lvl 60*
23 = Wizard
24 = Warlock
25 = Wizard/Warlock

26 = All but Crusaders (dunno what items use that)

27 = Trickster (or above)
28 = Gambit (or above)
29 = Renegade (or above)
30 = Reaper Only
31 = Spectre Only
32 = Reaper/Spectre

33 = Crusader (Or Above)
34 = Templar Only

35 = Warrior/Scout
36 = Warrior/Paladin

37 = Glad/Knight/Wizard/Warlock/Reaper/Spectre/Guard/HK/Sharp/Ranger (basically all but Templar)

38 = Warrior/Knight/Paladin/HolyKnight/Guardian

You can find this in the UseClassTypeInfo.shn - i do know this its odd how its configured but i've got it written down because i thought it was important myself.
 
Back
Top