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

Search results

  1. Tegardee

    CreatureEvent Kills and Deaths on Look

    this is nice system Vodkart. could you edit my rank system? instead of "!rank frags", could be "!rank kd" ? this is my following Rank System. local config = { MaxPlayer = 20, fight_skills = { ['fist'] = 0, ['club'] = 1, ['sword'] = 2, ['axe'] = 3, ['distance'] = 4, ['shielding'] = 5...
  2. Tegardee

    Lua A Little help with double conditions

    Bring Up My Topic
  3. Tegardee

    Lua A Little help with double conditions

    so guys, I already solved my problem, but I configured the script to add two conditions on the target, but only add one condition in the target. How I do this? this is the currently script. local damageTypes = {COMBAT_FIREDAMAGE, COMBAT_POISONDAMAGE} local condTypes = {CONDITION_FIRE...
  4. Tegardee

    Lua little help with onTalk script

    hello guys, I installed the function "onTalk" in my sources, it works ok. but I tried to create with this function. I want when the player with access high than 3 talk, says in RED COLOR, and when a player with access == 3 talk, says in ORANGE COLOR, but when I try to talk with this script...
  5. Tegardee

    Compiling Problem Compiling OTX 8.6 with Code::Blocks

    nah my includes is complete. the error when I compiling it, was because I missing the "__USE_MYSQL__ and __USE_SQLITE__" on the Linker.
  6. Tegardee

    Compiling Problem Compiling OTX 8.6 with Code::Blocks

    hello guys I have a problem when compiling OTX 8.6 with Code::Blocks. the problem is on database.cpp. IMG: http://prntscr.com/9ps9py how to fix this?
  7. Tegardee

    Owner System for Equips

    refresh.
  8. Tegardee

    Owner System for Equips

    hello guys, I'm trying to do a Shop System like a quest, player click on the chest and buy the item. I need when the player buy that item, that item can be only equipped by that player. Someone can create this mod for me? I'm use TFS 0.4 r3777 (8.6). thx guys.
  9. Tegardee

    Lua Auto Heal Script

    hm ... it works.
  10. Tegardee

    Lua Auto Heal Script

    but if I need more items? I should do item = {2121, 1125, 3131}, or item = 2121, 1125, 3131, ?
  11. Tegardee

    Lua Auto Heal Script

    I tried to change, and also don't works.
  12. Tegardee

    Lua Auto Heal Script

    I tried to do by mod using the function "onThink" but don't works. The script is the following. <?xml version="1.0" encoding="UTF-8"?> <mod name="Auto Heal" version="1.0" author="Jackss" contact="" enabled="yes"> <event type="login" name="enbAutoHeal" event="script"><![CDATA[ function...
  13. Tegardee

    Lua Reflect System Help

    gratz man, it works
  14. Tegardee

    Lua Auto Heal Script

    I want by lua, cuz the "faster regeneration" of the items.xml only works out of Protection Zones.
  15. Tegardee

    Lua Auto Heal Script

    hello guys, someone have the following script? if a player have a "ITEM X" equipped on the correct slot. e.g. Energy Ring in the Ring Slot (configurable id of the item in the script), this player have Auto Heal (interval of 3 seconds to each heal) until it is no longer use this item. thanks...
  16. Tegardee

    Lua Reflect System Help

    hey man, can you adjust the script? because if the attacking player have the condition of "utamo vita", the reflect hit remove of the hp, I want to remove the mp.
  17. Tegardee

    Lua Reflect System Help

    thanks man, worked awesome.
  18. Tegardee

    Lua Reflect System Help

    hello guys, I have a MOD of Reflect System in my Server. The MOD is: When a player buy an Item on the Shop, the player receive that item with some % of Reflect. The problem of the MOD is, when a player attack another player that uses this item with some % of Reflect, the Reflect don't works. I...
  19. Tegardee

    Lua Problem Reflect System

    sorry a long time the topic but. @UP now don't have problems on the script, but the system don't reflect the damage. why the problem?
  20. Tegardee

    Windows Error compiling

    Hey there, I have error when I try to compile my source 0.3.6 8.60, the error appears in Linking. Error: http://prntscr.com/8fuw3z Thanks for the help.
Back
Top