Jump to content
  • 0

hmm how i can add to class manager nobless ?


Question

Posted

how i can make it that when ppl make on class manager 3rd class that they then click on class manager and they can be nobless for free?

 

 

or how i can do it ?

 

plz i want it rly becuase some players say they need it suggestions :D so im admin i need do it so i ask u :D

 

 

ty.

1 answer to this question

Recommended Posts

  • 0
Posted

you can add to the class changer to give them the caradine letter on the 3rd class change otherwise you must edit the java files

 

i figured out sometin but i am not sure if it works. you can try it. use the following patch:

 

Index: L2ClassMasterInstance.java
===================================================================
--- L2ClassMasterInstance.java	(revision 5187)
+++ L2ClassMasterInstance.java	(working copy)
@@ -244,7 +244,7 @@
			player.rewardSkills();

			if (newJobLevel == 3)
-				// System sound 3rd occupation
+				player.setNoble(True);
				player.sendPacket(SystemMessageId.THIRD_CLASS_TRANSFER);
			else
				// System sound for 1st and 2nd occupation

 

NOT TESTED

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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.



×
×
  • Create New...