Jump to content

Help adjust server from Renewal to Pre-renewal


shididiX21

Recommended Posts


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   0
  • Joined:  08/10/14
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  96
  • Topics Per Day:  0.02
  • Content Count:  554
  • Reputation:   14
  • Joined:  09/24/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   0
  • Joined:  08/10/14
  • Last Seen:  

 

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? :|

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  96
  • Topics Per Day:  0.02
  • Content Count:  554
  • Reputation:   14
  • Joined:  09/24/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   0
  • Joined:  08/10/14
  • Last Seen:  

 

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  96
  • Topics Per Day:  0.02
  • Content Count:  554
  • Reputation:   14
  • Joined:  09/24/12
  • Last Seen:  

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

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  55
  • Reputation:   2
  • Joined:  12/29/11
  • Last Seen:  

just don't forget to recompile after making a change in the src.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  323
  • Reputation:   9
  • Joined:  11/19/11
  • Last Seen:  

Yep rathena is full renewal support meron lang option para maging pre-re ang server, If you want to disabled 3rd job you should learn how to edit SRC folder.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  974
  • Reputation:   41
  • Joined:  11/13/11
  • Last Seen:  

 

 

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 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  135
  • Reputation:   4
  • Joined:  11/23/12
  • Last Seen:  

may job changer script po ba kayo na hanggang trans job lang? thanks

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  974
  • Reputation:   41
  • Joined:  11/13/11
  • Last Seen:  

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;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  135
  • Reputation:   4
  • Joined:  11/23/12
  • Last Seen:  

 

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

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

This Topic should be marked as solved?

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

×
×
  • Create New...