R> Rebbelion Jobchanger

Search for :

if (Class == Job_Ninja) setarray .@exp[0],.@j1,70; 

Replace with

if (Class == Job_Ninja || Class == Job_Gunslinger) setarray .@exp[0],.@j1,70;
Then save

 
Last edited by a moderator:
Yes, but don't expect it to work smoothly since there's still lots and lots of official information missing from Rebellion (nearly all of the skills if not all), but its basics are working.

 
Search for :

if (Class == Job_Ninja) setarray .@exp[0],.@j1,70; 

Replace with

if (Class == Job_Ninja || Class == Job_Gunslinger) setarray .@exp[0],.@j1,70;
Then save
thnx works perfect
default_smile.png


 
Back
Top