Jump to content
  • 0
Sign in to follow this  
Pandaaa

Changing Renewal into Pre-Renewal Only

Question

How can i remove the 3rd job classes and disable the 3rd job items,etc., (about 3rd jobs) I want to use the Trans Job only anyone?

Share this post


Link to post
Share on other sites

7 answers to this question

Recommended Posts

  • 0

Hello.

 

you can just disabled the menu.. on your JOB CHANGER Script.. if u have please post it here.. and .. also it is disabled automatically.. once u are using pre-renewal i think? ( on quests ) 3rd job changer quests..

Share this post


Link to post
Share on other sites
  • 0

just change your server source file src/config/renewal.h recompile your server and adjust your jobchanger

Share this post


Link to post
Share on other sites
  • 0

already change into trans only  and changed the level into 255/100 then after getting lvl 150 above my HP/SP gets (hp)50/15(sp)

 

http://imgur.com/Bm876k0

Edited by Donthedonn

Share this post


Link to post
Share on other sites
  • 0

You have to readjust your hp/sp tables in pre-re/job_db.conf

 

Use this tool to do so.

http://herc.ws/board/files/file/202-hercules-hpsp-table-generator/

i already change the job_db.conf  [1, .... 150] into [1, .... 255]

	HPTable:[1, .... 255]            (int array) // Reference table for base HP per level
	SPTable:[1, .... 255]            (int array) // Reference table for base SP per level
	// Note: If table index size is smaller than the max level the server will automatically generate the missing index based on the average increase per level.
}

still getting 2 digits HP and SP :o

------

if i must add more to next line before 141-150 like 151-160 until 255 i don't know what formula i will use  :(

	HPTable:[ 40,  45,  50,  55,  60,  65,  70,  75,  80,  85,	// 1 - 10
			  90,  95, 100, 105, 110, 115, 120, 125, 130, 135,	// 11 - 20
			 140, 145, 150, 155, 160, 165, 170, 175, 180, 185,	// 21 - 30
			 190, 195, 200, 205, 210, 215, 220, 225, 230, 235,	// 31 - 40
			 240, 245, 250, 255, 260, 265, 270, 275, 280, 285,	// 41 - 50
			 290, 295, 300, 305, 310, 315, 320, 325, 330, 335,	// 51 - 60
			 340, 345, 350, 355, 360, 365, 370, 375, 380, 385,	// 61 - 70
			 390, 395, 400, 405, 410, 415, 420, 425, 430, 435,	// 71 - 80
			 440, 445, 450, 455, 460, 465, 470, 475, 480, 485,	// 81 - 90
			 490, 495, 500, 505, 510, 515, 520, 525, 530, 535,	// 91 - 100
			 540, 545, 550, 555, 560, 565, 570, 575, 580, 585,	// 101 - 110
			 590, 595, 600, 605, 610, 615, 620, 625, 630, 635,	// 111 - 120
			 640, 645, 650, 655, 660, 665, 670, 675, 680, 685,	// 121 - 130
			 690, 695, 700, 705, 710, 715, 720, 725, 730, 735,	// 131 - 140
			 740, 745, 750, 755, 760, 765, 770, 775, 780, 785]	// 141 - 150

Share this post


Link to post
Share on other sites
  • 0

2026

Go to

src\config\renewal.h

Find

//#define DISABLE_RENEWAL

Change to

#define DISABLE_RENEWAL

 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.