Jump to content
  • 0

script check


caspa

Question


  • Group:  Members
  • Topic Count:  194
  • Topics Per Day:  0.04
  • Content Count:  499
  • Reputation:   3
  • Joined:  03/11/12
  • Last Seen:  

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 caspa
Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   219
  • Joined:  11/22/11
  • Last Seen:  

is this correct?

no

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  194
  • Topics Per Day:  0.04
  • Content Count:  499
  • Reputation:   3
  • Joined:  03/11/12
  • Last Seen:  

can you help me correct it please?

@Bump : Anyone?

Edited by caspa
Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

/bo

//------- 1st Script

Clown ->> male ->> all characters in your account will be male

Gypsy ->> female ->> all characters in your account will be female

Use *changesex;

*changesex;

This command will change the gender for the attached character's account. If it

was male, it will become female, if it was female, it will become male. The

change will be written to the character server, the player will receive the

message: "Need disconnection to perform change-sex request..." and the player

will be immediately kicked to the login screen. When they log back in, they will

be the opposite sex.

If there are any Dancer/Gypsy or Bard/Clown characters on the account,

they will also have their skills reset upon 'changesex'.

//---------2nd Script

set .@eac, eaclass();
if( Zeny < 3000000 || BaseLevel < 99 || ( Class < 4008 && Class != 23 && Class != 24 && Class != 25 ) || .@eac&EAJL_BABY ) goto switchrequired;

Edited by Capuche
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...