• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Recent content by Ernstjan

  1. Ernstjan

    Mapper [Paid] Looking for Mapper

    henkiie on discord, hit me up
  2. Ernstjan

    I'm looking for Mappers and Programmers interested in working on a server project.

    I dont know what the status on this is, but i have alot of experience mapping. I did work for evolunia and gunzodus these are still online to this day, I got alot more experience, we can chat on discord if ur still looking for this! henkiie is my discord, reach me there. edit: Also the ideas ur...
  3. Ernstjan

    Looking for a mapper

    henkiie is my discord, we can discuss there. more details woulda been nice :) @eufonia
  4. Ernstjan

    [8.6] - TFS 0.4 GhostOt datapack

    I deserve credits too! this datapack has some of my (VERRY OLD) maps too haha Gyazo (https://gyazo.com/3d3317af44e9fed38def3c475093147f?token=ee2866ddaf120368ca4c0139f6582290) Found 2 old quests i made and also I did alot of edits on this ghostot, long time ago! I believe I also released this...
  5. Ernstjan

    I am looking for someone who will add some functions to my client

    Henkiie#5951, I'll see if i can help.. :P
  6. Ernstjan

    Programmer tibia 860 Secure / update Mapper job too

    I can help with that... sounds pretty easy but I dont like to waste my time so do ask for an payment :) Discord: Henkiie#5951
  7. Ernstjan

    Scripter Taking scripting jobs

    Super nice and fast. Really friendly and helpful guy has helped me alot with stuff i didnt understand! Definatly recommend him as an scripter. and overal a verry nice and friendly guy, he doesnt rip you off too :) alot of love from me <3
  8. Ernstjan

    Potion that adds magic points

    A friend of mine has fixed it just as how i wanted: All credits goto grekftw! local potions = { [26201] = {skill = 7, storage = 30018, flask = 7636}, } function onUse(cid, item) if not cid:isPlayer() then return false end local player = Player(cid) local...
  9. Ernstjan

    Potion that adds magic points

    bump
  10. Ernstjan

    TFS 1.X+ Spell IDs cause exhaust on wrong spells

    Thats the problem im facing, when i use the same Spellid the spellids original spell cant be cast till the custom spells exhaust is over.
  11. Ernstjan

    Potion that adds magic points

    This script doesnt do anything when i replace it with my script. So hopefully you can fix it :p Also I'll be more specific as to what i was trying: function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerStorageValue(cid,6319) == 2 then doCreatureSay(cid...
  12. Ernstjan

    Potion that adds magic points

    function onUse(player, item, fromPosition, target, toPosition, isHotkey) player:addManaSpent(1000000) return true end I have this script wich works perfect, but I tried to make it so you can use it up to 5 times and dissapears on use, but I keep getting errors in console. I'm using TFS...
  13. Ernstjan

    TFS 1.X+ Spell IDs cause exhaust on wrong spells

    I still need help. Can somebody please help me figure this out! ?:)
  14. Ernstjan

    TFS 1.X+ Spell IDs cause exhaust on wrong spells

    Hmm yea, but how would i make my own? I couldnt find this anywhere. And does it require the use of a custom client?
Back
Top