• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua [C++]Source?/Element

MaXwEllD

New Member
Joined
Sep 10, 2009
Messages
28
Reaction score
1
Location
Brazil
Well guys, I think that is the source, I put this in my monster:
XML:
		<element firePercent="100"/> />
		<element physicalPercent="25"/> />
		<element earthpercent="20"/> />
		<element energyPercent="20"/> />
		<element deathPercent="20"/> />
		<element icePercent="-25"/> />
		<element holyPercent="-10"/> />

How do I add a new type <element rockPercent="-10"/> />
 
This is not such a difficult task, just few files have to be modified including monsters.cpp and others that rely on the "elementMap" array.

BTW. What is rockPercent? Does it exist on cipbia?
 
Back
Top