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

    Spell Scroll

    I need help with my script that gives the character a spell. I need this item to only be usable by sorcerers. Help? TFS 0.2 Script local spell = 'Mega Vis' function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerLearnedInstantSpell(cid, spell) == FALSE then...
  2. G

    /ban command help

    Hey guys, I need some help with the command /ban in tfs 0.2.15. Could someone tell me how to use it and give an example please? Thanks
  3. G

    Player Groups

    Heyguys, I recently switched from sqlite to mysql so I could add player groups. I've added them and they work ingame however I can't use any commands no matter what group id I have. I have 5 group IDs: Player - 1 Tutor - 2 Gamemaster - 3 Community Manager - 4 Owner - 5 Here is my commands.xml...
  4. G

    Remove Item

    I need to make a command (talkaction) that removes an item on the map and then puts the item back. I need this command to only be usable by staff and I need it to broadcast a message too. I need this for 2 positions so the params will be: !barrier off (1 or 2) - Removes the item !barrier on (1...
  5. G

    Commands

    I need help with adding a command that is available only for admins. I want to add it to my commands.xml in my "xml" folder just like other admin commands. How do I do this and can you help with the scripts? I would like a /warn script, /jail script and a /teletome script. Thanks!
  6. G

    Add Charges To Weapon

    Hey guys, I need help for a script I need. I want to have the enchanted staff able to have charges added to it when an item is used on it. How do I do this? I also want the staff to change to an enchanted staff when it has charges and to change back to a staff when it doesn't. Bump
  7. G

    Solved Death Bug

    Hey Guys, There's a bug on my server. When a player dies, their mana is set to 0, health to 1 and capacity to 0. I'm using TFS Version 0.2.15 (Mystic Spirit).
  8. G

    Combat Area

    Hey guys, Can someone please reply with a full list of combat areas (e.g) createCombatArea(AREA_WAVE4, AREADIAGONAL_WAVE4) The Forgotten Server - Version 0.2.15 (Mystic Spirit). Thanks!
  9. G

    Adding Experience

    Hey guys, I'm making an item that when used it adds experience. I need to know how to do this. Any help? Thanks!
  10. G

    Windows Reflection

    Hey guys, I'm using The Forgotten Server - Version 0.2.15 (Mystic Spirit) and I want to be able to make an item that reflects some damage back to the attacker. Is there a way to do this in the items.xml file or do I have to make an LUA file? Need some help here. Thanks!
  11. G

    Skull Forever AOL

    Hey guys! I'm looking for a script for a Forever AOL that protects your items like an AOL even when you are skulled (red/black) and that never runs out. I'm using The Forgotten Server - Version 0.2.15 (Mystic Spirit). Thanks!
  12. G

    Solved Health and Mana per second

    Hey guys, I'm making donation items for my server (TFS 9.81) and I want to make it so that it regenerates 100k health and mana per second and this is what I've come up with in the items.xml file: <attribute key="healthGain" value="1000000" /> <attribute key="healthTicks"...
  13. G

    Solved Equipment Requirements

    Hello OTLand, I'm using TFS for Tibia 9.81 and I'd like some help on how to remove the requirements for an item. I'm making items for donators and the items I'm using (12642, 12643, 12644, 12645) have requirements (E.G the armour (12642) is for level 100+ knights) So how do I remove these...
Back
Top