Jump to content
  • 0

[Request] Same race sub npc


Question

Posted

Is it possible to someone tell me where can i find npc that giving sub, but only for same race classes.

For exemple, if u are dark elf to can take sub only from dark elf race classes...

please..

1 answer to this question

Recommended Posts

  • 0
Posted

Its a java edit.. And you better use [Dev] Help section ,not this.

Interpid made a share to edit the subclass system.. You need only the check like :

				switch (_race)
			{
				case Elf:
					subclasses.removeAll(getSet(DarkElf, Third));
					break;
				case DarkElf:
					subclasses.removeAll(getSet(Elf, Third));
					break;
			}

See this? :

subclasses.removeAll(getSet(DarkElf, Third));

So make it like

Human,DarkElf,Orc,Dwarf and so on and it should limit it .. GL!

 

 

Post merged by Raule

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