Jump to content
  • 0

L2 Off - Remove Restriction Of Subclass In Elves


dandiarena

Question

First, sorry my english...

 

Some have thought that some editing to remove the restriction of sub class in elves.

 

I explain:

 

If start human do  subsclass as bp-ps-sk-sps ,no problems

 

But if start elf either white / dark as sps-bp-sk-is, wanting to pull the sub sk, does not leave you by telling you not be bla bla bla, thar the issue is by no elf skin sub class lets you do some kind of other elf.

 

Thanks

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Seems like it's made just in AI - just search for something like this:

	push_event	//  talker
	push_const 40			//talker
	add
	fetch_i			//race
	push_const 152			//race
	add
	fetch_i4
	push_const 2			//unary->INTEGER_CONST
	equal
	branch_false L3894

in AI classes derived from guild_master_lv3 - the example above is for (light) elf so there's compare against value '2' (dark elf), for dark elves there will be push_const 1 (to compare if talker isn't light elf)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...