• 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!

Magic LVL ring.

chaosb

www.originaltibia.com
Joined
Sep 14, 2008
Messages
267
Reaction score
0
Location
Poland
Hi.

I have try to make ring add magic level but its won't work.

here is my items.xml

Code:
<item id="2357" article="a" name="ring of wishes">
		<attribute key="weight" value="90"/>
		<attribute key="slotType" value="ring"/>
		<attribute key="skillMagic" value="4"/>
	</item>


I got error in console can't load something like "skillMagic"


help please? :D:)
 
Wow, that's an old distro, if i remember correct 7.6 had some attribute that increased magic damage/healing by percent. Maybe I can find that one.
 
Well, I just found out that it's only possible to edit that in sources (game.cpp) and then re-compile the server. If you don't understand or don't know how to re-compile, then ask some-one who knows. I don't really know how to edit that thing in 7.6. In game.cpp line 241 you will see how they did so blue robe gives additional damage.
 

Similar threads

Replies
0
Views
197
Back
Top