Jump to content

Recommended Posts

Posted (edited)

Pa help po adjust ng server from renewal system to pre-renewal. Im done with the server and client pero its still in Renewal system...

 

 

 

src/map/config/renewal.h

 

 

 

/// game renewal server mode
/// (disable by commenting the line)

///

/// leave this line to enable renewal specific support such as renewal formulas

//#define RENEWAL

 

Comment that

Edited by CheckMate
Posted

 

Pa help po adjust ng server from renewal system to pre-renewal. Im done with the server and client pero its still in Renewal system...

 

 

 

src/map/config/renewal.h

 

 

 

/// game renewal server mode
/// (disable by commenting the line)

///

/// leave this line to enable renewal specific support such as renewal formulas

//#define RENEWAL

 

Comment that

 

thanks pero bakit present pa rin ang 3rd jobs sa server? :|

Posted (edited)

thanks pero bakit present pa rin ang 3rd jobs sa server? :|

 

I dont understand that.. but i do use google translate...

Are you saying why 3rd job still exist?..?

Here the solution

First disable 3rd class job change quests. look into npc folder and open scripts_jobs.conf

find this line

 

// -- 3-1

npc: npc/jobs/3-1/archbishop.txt

npc

: npc/jobs/3-1/mechanic.txt

npc

: npc/jobs/3-1/ranger.txt

npc

: npc/jobs/3-1/rune_knight.txt

npc

: npc/jobs/3-1/warlock.txt

//npc: npc/jobs/3-1/guillotine.txt

// -- 3-2

npc: npc/jobs/3-2/minstrel.txt

npc: npc/jobs/3-2/wanderer.txt

npc: npc/jobs/3-2/royal_guard.txt

npc: npc/jobs/3-2/sorcerer.txt

npc: npc/jobs/3-2/sura.txt

//npc: npc/jobs/3-2/shadowchaser.txt

npc: npc/jobs/3-2/genetic.txt

 

replace them with

 

// -- 3-1

//npc: npc/jobs/3-1/archbishop.txt

//npc: npc/jobs/3-1/mechanic.txt

//npc: npc/jobs/3-1/ranger.txt

//npc: npc/jobs/3-1/rune_knight.txt

//npc: npc/jobs/3-1/warlock.txt

//npc: npc/jobs/3-1/guillotine.txt

// -- 3-2

//npc: npc/jobs/3-2/minstrel.txt

//npc: npc/jobs/3-2/wanderer.txt

//npc: npc/jobs/3-2/royal_guard.txt

//npc: npc/jobs/3-2/sorcerer.txt

//npc: npc/jobs/3-2/sura.txt

//npc: npc/jobs/3-2/shadowchaser.txt

//npc: npc/jobs/3-2/genetic.txt

Comment in these lines. 

Edited by CheckMate
Posted

 

thanks pero bakit present pa rin ang 3rd jobs sa server? :|

 

I dont understand that.. but i do use google translate...

Are you saying why 3rd job still exist?..?

Here the solution

First disable 3rd class job change quests. look into npc folder and open scripts_jobs.conf

find this line

 

// -- 3-1

npc: npc/jobs/3-1/archbishop.txt

npc: npc/jobs/3-1/mechanic.txt

npc: npc/jobs/3-1/ranger.txt

npc: npc/jobs/3-1/rune_knight.txt

npc: npc/jobs/3-1/warlock.txt

//npc: npc/jobs/3-1/guillotine.txt

// -- 3-2

npc: npc/jobs/3-2/minstrel.txt

npc: npc/jobs/3-2/wanderer.txt

npc: npc/jobs/3-2/royal_guard.txt

npc: npc/jobs/3-2/sorcerer.txt

npc: npc/jobs/3-2/sura.txt

//npc: npc/jobs/3-2/shadowchaser.txt

npc: npc/jobs/3-2/genetic.txt

 

replace them with

 

// -- 3-1

//npc: npc/jobs/3-1/archbishop.txt

//npc: npc/jobs/3-1/mechanic.txt

//npc: npc/jobs/3-1/ranger.txt

//npc: npc/jobs/3-1/rune_knight.txt

//npc: npc/jobs/3-1/warlock.txt

//npc: npc/jobs/3-1/guillotine.txt

// -- 3-2

//npc: npc/jobs/3-2/minstrel.txt

//npc: npc/jobs/3-2/wanderer.txt

//npc: npc/jobs/3-2/royal_guard.txt

//npc: npc/jobs/3-2/sorcerer.txt

//npc: npc/jobs/3-2/sura.txt

//npc: npc/jobs/3-2/shadowchaser.txt

//npc: npc/jobs/3-2/genetic.txt

Comment in these lines. 

 

sorry about the language. I was assuming you understand filipino but anyways it works! thanks very much. it really helped me a lot :) but if i want to change the server again to renewal with 3rd jobs, do i have to remove again the // ? sorry im a newbie into making servers ...

Posted
sorry about the language. I was assuming you understand filipino but anyways it works! thanks very much. it really helped me a lot  :) but if i want to change the server again to renewal with 3rd jobs, do i have to remove again the // ? sorry im a newbie into making servers ...

 

I dont understand it at all.. unless ther is a liltle english in there... hahhahaha

Well.. yap the answer is yap... Just uncomment them back... all wil be back to 3rd jobs.. ^ ^ 

Have fun and Good Luck with your server dude.. ^  ^

If you got another error or maybe idea or something just ask the rAthena.. If not me,maybe other member will occupied you... ^ ^  /no1

  • 1 month later...
Posted

 

 

Pa help po adjust ng server from renewal system to pre-renewal. Im done with the server and client pero its still in Renewal system...

 

 

 

src/map/config/renewal.h

 

 

 

/// game renewal server mode
/// (disable by commenting the line)

///

/// leave this line to enable renewal specific support such as renewal formulas

//#define RENEWAL

 

Comment that

 

thanks pero bakit present pa rin ang 3rd jobs sa server? :|

 

 

 

 

 

Oo present parin ang 3rd jobs dyan. Just make sure  na ung job changer ng server mo is hanggang trans lng :D and make sure to recompile your svn after doing this :D 

Posted
you can just use the default job changer and look for the following below the script

 

 



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
.ThirdClass = 1; // Enable third classes? (1: yes / 0: no)
.SecondExpanded = 1; // Enable new expanded second classes: Ex. Super Novice, Kagerou/Oboro, Rebellion? (1: yes / 0: no)
.SNovice = 45; // Minimum base level to turn into Super Novice
.LastJob = 1; // Enforce linear class changes? (1: yes / 0: no)
.SkillPointCheck = 1; // Force player to use up all skill points? (1: yes / 0: no)
.Platinum = 1; // Get platinum skills automatically? (1: yes / 0: no)
end;

Posted

 

you can just use the default job changer and look for the following below the script
 
 
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
	.ThirdClass = 1;			// Enable third classes? (1: yes / 0: no)
	.SecondExpanded = 1;		// Enable new expanded second classes: Ex. Super Novice, Kagerou/Oboro, Rebellion? (1: yes / 0: no)
	.SNovice = 45;				// Minimum base level to turn into Super Novice
	.LastJob = 1;				// Enforce linear class changes? (1: yes / 0: no)
	.SkillPointCheck = 1;		// Force player to use up all skill points? (1: yes / 0: no)
	.Platinum = 1;				// Get platinum skills automatically? (1: yes / 0: no)
	end;

 

 

thanks dude

  • 1 month later...

Join the conversation

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

Guest
Reply to this topic...

×   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...