Jump to content
  • 0

Some help!


Question

Posted

Can someone please help me with this!!

This is the format i want/need in my jobmaster Script!!

Novice~>Mage~>Sage~> Proffesor.

Novice~>Archer~>Hunter~>Sniper.

Novice~>Thief~>Rogue~>Stalker.

Novice~>Swordman~>Crusader~>Paladin.

ETC~>

Please.. I need this script.. not 3rd job..

6 answers to this question

Recommended Posts

Posted (edited)

We already have a job master for that. just put 0 under

set .Thirdclass,0;

the settings to disable third jobs.

it's inside your /npc/custom/

LINK to file in SVN

OnInit:
setarray .Rebirth[0],99,50; // Minimum base level, job level to rebirth OR change to third class
setarray .JobReq[0],10,40; // Minimum job level to turn into 1st class, 2nd class
set .ThirdClass,1;  // Enable third classes? (1: yes / 0: no)
set .SNovice,45;  // Minimum base level to turn into Super Novice
set .LastJob,1;   // Enforce linear class changes? (1: yes / 0: no)
set .SkillPointCheck,1;  // Force player to use up all skill points? (1: yes / 0: no)
set .Platinum,1;  // Get platinum skills automatically? (1: yes / 0: no)
end;

Edited by pandaplaygames
Posted

OnInit:

setarray .Rebirth[0],99,50; // Minimum base level, job level to rebirth OR change to third class

setarray .JobReq[0],10,40; // Minimum job level to turn into 1st class, 2nd class

set .ThirdClass,1; // Enable third classes? (1: yes / 0: no)

set .SNovice,45; // Minimum base level to turn into Super Novice

set .LastJob,1; // Enforce linear class changes? (1: yes / 0: no)

set .SkillPointCheck,1; // Force player to use up all skill points? (1: yes / 0: no)

set .Platinum,1; // Get platinum skills automatically? (1: yes / 0: no)

end;

}

There, change

set .ThirdClass,1;

to

set .ThirdClass,0;

Have a nice day!

Posted

We already have a job master for that. just put 0 under

set .Thirdclass,0;

the settings to disable third jobs.

it's inside your /npc/custom/

LINK to file in SVN

OnInit:
setarray .Rebirth[0],99,50; // Minimum base level, job level to rebirth OR change to third class
setarray .JobReq[0],10,40; // Minimum job level to turn into 1st class, 2nd class
set .ThirdClass,1;  // Enable third classes? (1: yes / 0: no)
set .SNovice,45;  // Minimum base level to turn into Super Novice
set .LastJob,1;   // Enforce linear class changes? (1: yes / 0: no)
set .SkillPointCheck,1;  // Force player to use up all skill points? (1: yes / 0: no)
set .Platinum,1;  // Get platinum skills automatically? (1: yes / 0: no)
end;

OnInit:

setarray .Rebirth[0],99,50; // Minimum base level, job level to rebirth OR change to third class

setarray .JobReq[0],10,40; // Minimum job level to turn into 1st class, 2nd class

set .ThirdClass,1; // Enable third classes? (1: yes / 0: no)

set .SNovice,45; // Minimum base level to turn into Super Novice

set .LastJob,1; // Enforce linear class changes? (1: yes / 0: no)

set .SkillPointCheck,1; // Force player to use up all skill points? (1: yes / 0: no)

set .Platinum,1; // Get platinum skills automatically? (1: yes / 0: no)

end;

}

There, change

set .ThirdClass,1;

to

set .ThirdClass,0;

Have a nice day!

Thank You guyss.. :)

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...