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

How to attach something to items (Like skills, health)

Lopaskurwa

Active Member
Joined
Oct 6, 2017
Messages
873
Solutions
2
Reaction score
49
Hello again ;D
I changed some items looking in my server and now i want to change these items abilities like
Test Armor gives attack speed, defense +1 or e.t.c where do i need to edit these things?
 
Solution
That's devland with edited source... you can change your items attributes in items.xml check those ones which gives you hp or ki it would be something like addhealth healthtick or maybe in moveevents
Thats the client version, what server version are you using?
TFS x.x
Avesta x.x
etc etc

Most likely you don't have anything in your source code to do this unless the server was downgraded to 800
so how do i need to check server version?
 
ertertdfgdfg.png

Once again ..
Thats the client that you login with.
The server is the software you start so you can login, either a black console or a white GUI.
It says loading actions scripts .. etc
 
No i don't. So what should i do? Maybe there is other way to check server version?

Try right clicking the exe and hit properties, you might be able to get some info about the software there.
Otherwise I have no clue, I have 0 experience with the older servers like avesta etc so I don't know any major things to see if it's ex TFS 0.2 or 0.3 etc
Im guessing it's Avesta, it's the most common server for the older versions, but without a source code we can't say what you need to add to items.xml or if it's even possible without source edits.
 
Try right clicking the exe and hit properties, you might be able to get some info about the software there.
Otherwise I have no clue, I have 0 experience with the older servers like avesta etc so I don't know any major things to see if it's ex TFS 0.2 or 0.3 etc
Im guessing it's Avesta, it's the most common server for the older versions, but without a source code we can't say what you need to add to items.xml or if it's even possible without source edits.
image.png

0.8?
 
Inside items.xml. Check if already existing items have some attribute called health/extrahealth.
 
Inside items.xml. Check if already existing items have some attribute called health/extrahealth.
There's only msg but nothing like add health or somethin'. Maybe these thinks are hided somewhere.
Code:
<attribute key="description" value="Health and Mana + 5000."/>

Ideas?

Bump
 
Last edited by a moderator:
Can you post the site where you downloaded that server? Maybe if we have the files we can find when the attributes are set.
 
Yes i downloaded from here.
Como Crear Ot servers Teams Online
Link of dowload:http://www.mediafire.com/download/6y1zd3f99oxpyiy/Server+wodbo.ra
Name: Server DBKO 8.0 (Wodbo)(Have Bugs In Actions And Spells)

Are you sure you want to use this server with those bugs in actions and spells?
Btw, I'll check it later today and post here with whatever I found.

Edit ----

I had a quick view and found nothing. Can you verify that items increase your stats? If they do, I don't know where they put them. By the way, they changed lots of things in sources, so I assume they did the same with this. It's strange, but maybe they set those attributes in sources.
 
Last edited:
Back
Top