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

Search results

  1. V

    TFS 1.X+ Show mana healing numbers in purple

    I did as you said and compiled it, but my mana healing is still not showing in purple. What am I doing wrong? Do I have change something in my potions.lua or in my manarune script? 1647277119 I found this in game.cpp, which seems to correspond to the color of healing HP, couldn't I copy this and...
  2. V

    TFS 1.X+ Show mana healing numbers in purple

    Yeah, I am using tfs 1.5 downgraded by Nekiro. So these changes should already be in my source code?
  3. V

    TFS 1.X+ Show mana healing numbers in purple

    Hi, I have been looking all around the forum for a script that shows my mana healing in purple. All of these scripts have resulted in either a crash or they aren't even working at all. Do I have to source edit something? I am using the downgraded version of tfs 1.5 for tibia client 8.6
  4. V

    TFS 1.X+ [TFS 1.4] Advanced Quest Script for multiple reward - problem.

    What should I be writing on the chests in map editor? 1646936208 Never mind I figured it out. You write the unique ID as 20000 and 20007 (this example) in map editor leaving action ID empty. If you want the player to only pick one of the rewards then put the same number in the "storageUnique = ".
  5. V

    Increase Spell Damage

    I have neither.. I am using the downgraded version of tfs 1.5. This is what I have in vocations.xml (sorcerer) <vocation id="1" clientid="3" name="Sorcerer" description="a sorcerer" gaincap="10" gainhp="5" gainmana="30" gainhpticks="6" gainhpamount="5" gainmanaticks="3" gainmanaamount="5"...
  6. V

    TFS 1.X+ Teleport spell

    Thank you, dude! It works perfectly! I will test it more extensively tomorrow
  7. V

    TFS 1.X+ Teleport spell

    The spell works on players(only), it doesn't enter pz anymore, but it still sometimes teleports onto a monster
  8. V

    TFS 1.X+ Teleport spell

    Yes! essentially this is what I want. However, I tested it some and it seems to sometimes tp me into PZ if it's within 1 sqm of my target and it also teleports on monsters
  9. V

    100% protection spell

    Ah! Thank you, works perfectly!
  10. V

    TFS 1.X+ Teleport spell

    Hi guys, I am trying to make a spell that teleports the user next to the target. I have this script: local config = { effect = 65, --effect } function onCastSpell(cid, var) local target = variantToNumber(var) local playerPos = getThingPos(target) local position =...
  11. V

    100% protection spell

    Yes, this is what I have in data/creaturescripts/creaturescripts.xml: <event type="healthchange" name="absorb" script="absorb.lua"/> and in data/creaturescripts/scripts/login.lua: player:registerEvent("PlayerDeath") player:registerEvent("DropLoot") player:registerEvent("absorb")...
  12. V

    100% protection spell

    I'm using a downgraded version of tfs 1.5, I get the spell buff but I don't get any protection.. Any ideas?
  13. V

    summon get masters dmg

    Thanks!
  14. V

    Need help with compiling server

    VS version 2017 and I used the second one you linked
  15. V

    Need help with compiling server

    Thanks for all the help, when I compile the server this time around I get this message: Severity Code Description Project File Line Suppression State Error C1083 Cannot open include file: 'libxml/xmlmemory.h': No such file or directory (compiling source file ..\beds.cpp)...
  16. V

    Need help with compiling server

    Okay will try with newer version! Thanks 1598479147 Do you know any good source for a website that is compatible with the server?
  17. V

    Need help with compiling server

    The server I am currently using is from here [8.60] The Forgotten Server v0.2 (based on 0.2.14) (https://otland.net/threads/8-60-the-forgotten-server-v0-2-based-on-0-2-14.169262/) I am interested in making an EVO 8.6 server if that is of any help.
  18. V

    Need help with compiling server

    Thanks for the replies, will definetly try them. Im using tfs02
  19. V

    Need help with compiling server

    Hello, I am new to creating servers and I have trouble compiling my first server. I followed all of the tutorials out there, but I keep getting this error on line 1580. Any suggestions? :) Severity Code Description Project File Line Suppression State Suppression State Error...
  20. V

    Request maps you need here!

    Hello, any1 sitting on the natala map? Tried looking for it, but cant find it :)
Back
Top