SVN 1896 basic classes are being disallowed

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Mushroomhermit
Thalore
Posts: 159
Joined: Wed Jul 07, 2010 4:11 pm
Location: The Intardnet

SVN 1896 basic classes are being disallowed

#1 Post by Mushroomhermit »

in tome/data/birth/worlds.lua

Code: Select all

class =
		{
			__ALL__ = "disallow",
			Mage = "allow",
			Divine = function() return profile.mod.allow_build.divine and "allow" or "disallow" end,
			Wilder = function() return (
				profile.mod.allow_build.wilder_summoner or
				profile.mod.allow_build.wilder_wyrmic
				) and "allow" or "disallow"
			end,
			Corrupter = function() return profile.mod.allow_build.corrupter and "allow" or "disallow" end,
			Afflicted = function() return profile.mod.allow_build.afflicted and "allow" or "disallow" end,
			Chronomancer = function() return profile.mod.allow_build.chronomancer and "allow" or "disallow" end,
		},
Is preventing warriors, rogues and archers from being created.
darkgod wrote:dixed

Vee
Thalore
Posts: 127
Joined: Tue Nov 02, 2010 10:27 pm

Re: SVN 1896 basic classes are being disallowed

#2 Post by Vee »

How do I unlock Warriors? :P

Just realized the same. Only unlocked classes are playable. (and those where other subclasses were unlocked. Alchemist is playable if you got Archmage)
This was introduced in SVN 1894 with the cronomancer stuff.
greycat wrote:An intervention was required (kill -9)

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: SVN 1896 basic classes are being disallowed

#3 Post by darkgod »

fixed :)
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Post Reply