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

Compiling Compiling favor..

  • Thread starter Thread starter varhlak
  • Start date Start date
V

varhlak

Guest
Hi OTlanders willing to help,
I'm currently using Windows 7 x64, and I've got a distro that is fully working, etc. I was wondering few things though, it would be great if you could answer these questions.

1. If I want a dual-wielding system on my otserv, what do I have to do?

2. When an admin logs on the server, it displays a command that admin has logged in, how/where do I find that to turn it off?

3. I also have several issues with random commands being displayed over the screen (broadcast), where do I find all the other broadcasts that the server does AUTOMATICALLY, without anybody sending commands?

4. I also wanted the following:
- life-steal attribute (for weapons) - allowing to drain health from hits,
- mana-steal attribute (for weapons) - allowing to drain mana from hits,
- critical chance attribute (for weapons) - allowing more critical chance from hits,
- amount of ARMOR on items/shields to work as % protection against PHYSICAL damage, is that possible?
- magic resistance attribute on items that would allow % lower magic damage, is that possible?
- block attribute (for items excluding weapons) - allowing to miss physical damage
- avoid attribute (for items excluding weapons) - allowing to miss magic damage

5. Is there a way, to make a STATUS or an item that when you're wearing it you gain let's say 10% more experience rate?

6. Exactly the same as 5. therefore is this possible with skill gain? Lets say +10% speed for skill gain as PASSIVE (not mlvls)

7. Addons and outfits giving bonuses.. That'd be great!


If anybody would take time, to actually write all those down, I'd just be happy. Thanks eitherway. Peace.
 
1. I'd imagine this would be source edits
2. What does it actually say when you login?
3. Global folder
4. You can find all these in items.xml just search strings such as "armor" etc and it'll come up. A good one for magic resistance would be to copy koshei amulet and add other attributes as well. Since Koshei only resists death by a certain %.
5. Yes, there is a few scripts in the LUA section if you wish to take a look. I can't check right now, but I might be able to get for you later.
6. Yes, look for "Earthborn Titan Armor" this gives axe skill +3 in items.xml copy the attribute and paste under the item you wish to have it.
7. This is also possible, though I don't know if it is released for free on Otland, you can request it at LUA section since it'd be faster.
 
1. I'd imagine this would be source edits

-- What sources, and how do I do that?




2. What does it actually say when you login?

-- It says "One of staff members has logged in, name: ***, position: administrator".




4. You can find all these in items.xml just search strings such as "armor" etc and it'll come up. A good one for magic resistance would be to copy koshei amulet and add other attributes as well. Since Koshei only resists death by a certain %.

-- What I actually meant was, I wanted to create an automatic function that would could the ARMOR amount in the particular item and then transform it automatically to physical resist. For example - If I have a random armor let's say: SomeRandomEpicArmor (arm 50) - where could I change it that it would display ARMOR and it would change every 5 points of ARM to 1 physical %?
-- You also did not answer any of the other attributes I asked of how-to implement.. but thanks!




6. Yes, look for "Earthborn Titan Armor" this gives axe skill +3 in items.xml copy the attribute and paste under the item you wish to have it.

-- I actually meant 10% rate for the skill gain, not FLAT +3, but you would have 10% faster skill gain (could be 10% attack speed in a particular area if that's implement-able actually) by HITTING the monk/monster.



ALSO
Is there a way, to make FLOOR take 1 soul point per MINUTE? When it ends, you would be teleported to depot? (1000,1000,7)?

Thanks!
 
Back
Top