i like to request npc change suit example like this script
but i just want make 2nd class to baby job example
proffessor can change to baby sage
high wizard can change to baby wizard
paladin can change to baby crusader
for ninja,taekwondo,star gladiator,soulinker and gunslinger they can change to super baby
please help
// Settings
set .mode, 1; // Set it as following: 0 - Transcendent 2nd to 3rd class suits ; 1 - Transcendent 2nd to normal and baby 3rd class, also 3rd to baby 3rd; 2 - Transcendent 2nd to 3rd class suits and xmas, summer suits; 3 - 2nd to normal and baby 3rd class, also normal 3rd to baby 3rd plus xmas,summer.
if (.mode == 0) goto normal;
if (.mode == 1) goto babies;
if (.mode == 2) goto misc;
if (.mode == 3) goto babymisc;
normal:
mes "[suit Provider]";
mes "So, wanna change your appearance?";
menu "Change to 3rd class suit",thirdclass,"Reset appearance",reset;
babies:
mes "[suit Provider]";
mes "So, wanna change your appearance?";
menu "Change to 3rd class suit",thirdclass,"Change to 3rd class baby suit",babythirdclass,"Reset appearance",reset;
misc:
mes "[suit Provider]";
mes "So, wanna change your appearance?";
menu "Change to class suit",thirdclass,"Extra suits",miscsuits,"Reset appearance",reset;
babymisc:
mes "[suit Provider]";
mes "So, wanna change your appearance?";
menu "Change to class suit",thirdclass,"Change to 3rd class baby suit",babythirdclass,"Extra suits",miscsuits,"Reset appearance",reset;
hello hercules
i like to request npc change suit example like this script
but i just want make 2nd class to baby job example
proffessor can change to baby sage
high wizard can change to baby wizard
paladin can change to baby crusader
for ninja,taekwondo,star gladiator,soulinker and gunslinger they can change to super baby
please help
Edited by syedbamShare this post
Link to post
Share on other sites