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

New Item Attributes for my Server

domyno2837

Member
Joined
Oct 28, 2013
Messages
168
Reaction score
5
Hello OTLand, :)

Can anyone help me. I wanna can use the following item attributes

Code:
<attribute key="elementphysical" value=""/>
<attribute key="elementEnergy" value=""/>
<attribute key="elementEarth" value=""/>
<attribute key="elementFire" value=""/>
<attribute key="elementIce" value=""/>
<attribute key="elementholy" value=""/>
<attribute key="elementdeath" value=""/>
<attribute key="increasemagicvalue" value=""/>
<attribute key="increasemagicpercent" value=""/>
<attribute key="increasehealingvalue" value=""/>
<attribute key="increasehealingpercent" value=""/>

Im Using TFS 1.0
(When need Source edit its NP, i use the Mircosoft Visual Studio 2013)
And because i want it. I Have a Death or a Holy Vocation.. and wanna create Armor and more what increase the dmg for that vocation! Its very useful for my OT :)

Thanks for every help and sorry when my english is too bad ;(

Your Domy
 
Dude its just a Request thread here.. lol
so what you want? Its the Thread for asking help!

Btw im 23 years and i have much other problem too as to learn how to learn c++
Its need much time and privat you need to study that..

at next my english how you can read isn't really good.. so i got more problems as other to learn c++ over that website..
And the next are i edit much of my server alone.. scripts, map, website etc.. but for c++ i have no idea.. so i ask here!

Its easy to say:
Check items.cpp for the type of attributes you can add to an item.

for someone who learn the c++ programming..! So Take considerate to those who can't c++
I will be making more and more evil in this forum
sorry that i haven't time to learn all that what is needed for an OTServ... its just a hobby for me!

Your Domy
 
If its just a hobby for you then you shouldn't try to make new additions to your server if you are not able to do it yourself.
Its fine to use the request board from time to time, but to spam it because you can't do anything yourself but yet you want to do so much with your server, and YET not interested in paying anyone for it, is just lame.
 
Don't want to do source edit?

onHealthChange()
Check primary type for holy, check attacker vocation.
Modify primary damage depending on previous statement.
 
Back
Top