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

    Lua Getting the ID of a rune. TFS 1.3

    local cooldownID = 199029 local cooldownTime = 900 local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_HEALING) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) combat:setParameter(COMBAT_PARAM_AGGRESSIVE, 0) combat:setParameter(COMBAT_PARAM_TARGETCASTERORTOPMOST...
  2. spyk3z

    Bird of Freedom.

    I haven't played tibia in years, so I figured I should test it again. Get some ideas and find things to improve on my project. So here he is, Bane of ISIS, Lord of Candy Land, Pickle Stealer... Bird of Freedom. Current EQ and stats:
  3. spyk3z

    Programmer [Scripter] Theos Undying.

    I'm looking for another programmer and scripter, Pay is decent. You can find my skype on my profile page.
  4. spyk3z

    Compiling Most likely the wrong section. OTclient.

    I've compiled it a million times but for some reason I'm getting this now? build failed.
  5. spyk3z

    Theos:Undying

    Well, I'm finally ready to start showing off my project. Information is going to be at a minimum until the alpha is ready, because it might change etc. Also I'm going to be posting weekly updates. Keep in mind everything can and will change.
  6. spyk3z

    Hoster Dedicated hosting in germany.

    CPU: Intel Xeon 2x E5-2670v2 Ram: 256 GB DDR3 ECC 1600MHz Storage: 12x 2 TB SATA3 Connectivity: 10gb/s up and down. I'm offering hosting to anyone with a project they want the world to see. Server is going to be used for my project, But at this time it's just sitting there. Please no real...
  7. spyk3z

    Skull system/PZ removal.

    So I totally removed skull system, and PZ only applies to temples. Server has an honor system that allows you access to areas and vocational promotions depending on how high/low your rating is. Thoughts?
  8. spyk3z

    Mapper Serious project.

    Only apply if you're a decent mapper. From the US, CA, or EU. Over the age of 20.
  9. spyk3z

    Lua TFS 1.0 No errors.

    local cfg = { minDamageToDodge = 21, -- players will be unable to dodge for example firefield or poison damage dodgeMeleePhysical = true, dodgeRangedPhysical = true, dodgeSpells = true, values = { -- vocId = vocationId, melee = chance in % to dodge melee physical...
  10. spyk3z

    New slot type.

    So I've added my slot type on my server. Added it to player.lua in the gamelib folder. InventorySlotOther = 0 InventorySlotHead = 1 InventorySlotNeck = 2 InventorySlotBack = 3 InventorySlotBody = 4 InventorySlotRight = 5 InventorySlotLeft = 6 InventorySlotLeg = 7 InventorySlotFeet = 8...
  11. spyk3z

    Lua TFS 1.0 New Slot types.

    I've added the new slot types to my sources. Build started 1/4/2015 5:04:57 PM. 1>Project "D:\rpgtest\vc12\theforgottenserver.vcxproj" on node 2 (Build target(s)). 1>ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c...
  12. spyk3z

    Scripter [Writers] Serious RPG.

    I'm looking for at least one talented scripter, or at least one the that can debug scripts I write. I also need a writer to add a little flare to my story line. Bi lingual would be preferred. If you need info about the game, Just pm me.
  13. spyk3z

    I need some advice, Totally custom server.

    Basically what would keep you involved with a true rpg server? It's going to be based on greek/roman mythology. Here's a few samples.
  14. spyk3z

    [0.4] creating a spell with an offset effect.

    My spell effect is screwed up and is moved one sqm to the east, is it possible to center the effect over the target?
  15. spyk3z

    Graphic Designer [Paid] Simple task. Sprite sheet.

    I need someone to slice up some sprites my spriter made. I'm very busy atm and I don't have the time.
  16. spyk3z

    [USA] GhostOT.Rocks [8.6][Custom]

    I use to love playing Ghost OT, and I couldn't find one so here we go. A few things about the server. http://ghostot.rocks/ -Real tibia guild war system! -A lot of Custom Quests -Balanced vocations -Cheap donation -Custom ITEMS AND MONSTERS - 24/7/365.242 Experience stages: 1 - 100 =...
  17. spyk3z

    [TFS 1.0] Bleeding damage.

    Is it possible to make bleeding skill based? I tried using this code local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_LIFEDRAIN) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_BLACKSMOKE) local area = createCombatArea(AREA_CIRCLE3X3) combat:setArea(area) function...
  18. spyk3z

    Solved TFS 1.0 Spell

    local CircleArea = { createCombatArea({ {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 1, 1...
  19. spyk3z

    Lua [TFS 1.0] New spell crashing server.

    I'm not sure whats going on, but it will randomly crash the server when people are pvping. local holyDeathArea = { createCombatArea({ {0, 1, 0}, {1, 3, 1}, {0, 1, 0} }), createCombatArea({ {0, 1, 1, 1, 0}, {1, 1, 0, 1, 1}, {1, 0, 3, 0, 1}, {1, 1, 0, 1, 1}, {0, 1, 1, 1, 0} })...
  20. spyk3z

    Solved [TFS 1.0] Driving me crazy.

    function onCastSpell(cid, var) local creatures, targets = getSpectators(getThingPos(variantToNumber(var)), 3, 3), {} if creatures ~= nil then while #targets < (#creatures > 3 and 3 or #creatures - 1) do local target = creatures[math.random(#creatures)] if not isInArray(targets, target)...
Back
Top