L2JMobius

Free Users => General Discussion => Topic started by: Gimlix on July 12, 2020, 02:06:58 AM

Title: Custom NPC Class transfer help
Post by: Gimlix on July 12, 2020, 02:06:58 AM
I'd like to know how I would approach making an NPC class transfer a player without a quest requirement but other prerequisites like min lvl + firstclass only? Would I have to create a "NPC.Java" type file and work from there?

would like something like:
Talk to NPC > Class Transfer > (goes through a tree of IFs to check level, ClassID etc bringing up different HTMLs if they don't meet a requirement) >
List of Second Class transfers as separate buttons > Congrats message

Thank you for your help.

Gimlix
Title: Re: Custom NPC Class transfer help
Post by: Mobius on July 12, 2020, 04:40:57 AM
It already exists.
See ClassMaster.xml
Title: Re: Custom NPC Class transfer help
Post by: Gimlix on July 12, 2020, 10:32:41 PM
Ah I see that, thank you so much!

Thanks for your time,

Gimlix