The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades.
×
- 0
script check
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
caspa
is this correct?
//------- 1st Script
set @Change$,( Sex )?"4020":"4021";
mes "[ Auto Job Changer ]";
mes "You are switching into a "+( Sex ? "Clown":"Gypsy" )+",";
mes " ";
mes " ";
mes "Proceed?";
next;
menu "Proceed",Proceed6,"I've Change My Mind",Another6;
Another6:
goto startswitch;
end;
Proceed6:
jobchange @Change$;
set BaseLevel,99;
set JobLevel,70;
ResetSkill;
ResetStatus;
set SkillPoint,127;
mes "[ Auto Job Changer ]";
mes "You have successfully changed into a ^ff0000"+( Sex ? "Clown":"Gypsy" )+"^000000 class.";
mes " ";
mes "Thank you for using this service, Have fun playing.";
//---------2nd Script
if( Zeny < 3000000 || BaseLevel < 99 || Class != 4008 || Class != 4009 || Class != 4010 || Class != 4011 || Class != 4012 || Class !=
4013 || Class != 4015 || Class != 4016 || Class != 4017 || Class != 4018 || Class != 4019 || Class != 4020 || Class != 4021 || Class
!= 23 || Class != 24 || Class != 25 || Class != 4049 || Class != 4047 ) goto switchrequired;
- im trying to make a script whereas all the job mention above is the only one who can access the npc the other job like 1st class, 2nd class, high 1st class and baby characters will not be able to access the npc, please help!! thanks in advanced
Edited by caspaLink to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.