• 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. domyno2837

    Feature WeaponType Fist TFS 1.0

    i saw i can't find anything about that part in item.cpp } else if (tmpStrValue == "club") { it.weaponType = WEAPON_CLUB; } else if (tmpStrValue == "axe") { it.weaponType = WEAPON_AXE; } else if (tmpStrValue == "shield") {...
  2. domyno2837

    [Solved] Can you delete

    Thanks! So that was what i mean.. when i change that style of attacking i thing server getting lags with more players online :/ Edit: Its possible to change that?
  3. domyno2837

    [Solved] Can you delete

    Im from Germany.. But BTW closed thread when Nobody wanna help me :/
  4. domyno2837

    Feature WeaponType Fist TFS 1.0

    i Got Error :(
  5. domyno2837

    [Solved] Can you delete

    isn't you tryed it with tfs 1.0? When the Player dont Move then 1 hit all 2 seconds.. thats not what i want :p i asked for edit fast attack WITH EDIT ENGINE.. so vocation.xml edit is not the engine :)
  6. domyno2837

    [Request] how to Chance damage displayed

    Hello otland :) My request are is it possible that The Hits You Deals dont jump to right? Just like on Old Times like tibia 7.6 on there jumps to Dealed Hits to Upside away. Hope anyone know what i mean :) Your domy
  7. domyno2837

    [Solved] Can you delete

    Bump
  8. domyno2837

    divinity 7.6

    there is an old xml server.. the new version of this server are the "Armonia" i thing so.. have the same map! ;)
  9. domyno2837

    Oken, Gengia, Pyre, with added houses 100%

    not found.. reupload pls
  10. domyno2837

    [Solved] Can you delete

    Fail.. Read what i wrote btw.. thanks for always the same answer.. ;)
  11. domyno2837

    [Solved] Can you delete

    Hello OTLand, :) My request are or anyone can give me a Instruction for adding a higher Fast attack as 1 per Second. I mean always then when Player stand still too. And my Second question for that is or The Engine is going Crash Maybe with fast Attacke? It would be really nice when anyone can...
  12. domyno2837

    Lua Utori [Damage Over Time] Spells

    Ima Script noob :P
  13. domyno2837

    Lua Utori [Damage Over Time] Spells

    Hm Okay Nice.. the Spell Work.. but.. lol always same dmg.. 600 hits.. no differents? :(
  14. domyno2837

    Lua Utori [Damage Over Time] Spells

    i Hope someone can help me anytime.. :)
  15. domyno2837

    Lua Utori [Damage Over Time] Spells

    its not worked.. the whole error: With that Script: function onCastSpell(cid, var) local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_DEATHDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_SMALLCLOUDS) setCombatParam(combat...
  16. domyno2837

    Solved Custom Vocation get after Promotion no Vocation!

    i thing i solved the problem.. because i use TFS 1.0 i need to add into the global.lua follow part function isWarlock(cid) local player = Player(cid) if player == nil then return false end return isInArray({9, 11}, player:getVocation():getId()) end function...
  17. domyno2837

    Solved Custom Vocation get after Promotion no Vocation!

    promotion.lua local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  18. domyno2837

    Solved Custom Vocation get after Promotion no Vocation!

    Hello OTLAND, I Have an OT with 6 Vocations and when i promote the vocation he is getting "no vocation" .. :/ Here the File: Vocation.xml <?xml version="1.0" encoding="UTF-8"?> <vocations> <vocation id="0" clientid="0" name="None" description="none" gaincap="10" gainhp="10" gainmana="5"...
  19. domyno2837

    Great Fireball as Healing Rune

    Hello OTLand, :) How the Title say it is possible to create a rune what you can shoot like the great fireball rune as healing rune? Thanks for every help! Your, Domy
Back
Top