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

    Add items inside player's bp

    it gives me the message player has received but i don't receive anything , tried with different items? is it possible to send broadcast message to player who received items telling him that had received items from admin name? EDIT:i guess it works only with items name not id Another edit: it...
  2. D

    Add items inside player's bp

    not working no errors
  3. D

    Add items inside player's bp

    not working , no errors sure it's working for 1.3? just tell me the command i tried all commands like /additem , admin , 12512 /additem , 12512 , admin /additem ,admin,demon helmet
  4. D

    How to make monsters use spells

    <?xml version="1.0" encoding="UTF-8"?> <monster name="Thundergiant" nameDescription="a Thundergiant" race="undead" speed="500" manacost="3000"> <health now="20000" max="20000" /> <look type="994" corpse="0" /> <targetchange interval="4000" chance="20" /> <flags> <flag...
  5. D

    How to make monsters use spells

    Added to thundergiant but still not using it without erors also added it to spells xm
  6. D

    Custom client with localhost ip?

    how this site works ? :( am confused Edit:eek:k am trying it Thanks
  7. D

    Custom client with localhost ip?

    Can i make a testing custom client for my ot just to try few things , server still has localhost as i didn't release it yet while the custom client requires 17-19 ip letters
  8. D

    If item with action id set a timer?

    onUse function or OnStepIn , require entering or using the tp, maybe it 'll be a tp for an event or a reward room smth like that
  9. D

    If item with action id set a timer?

    what u mean?
  10. D

    If item with action id set a timer?

    not when server starts , when i add this aid to tp
  11. D

    If item with action id set a timer?

    i mean if i changed a tp action aid for example to 2302 it will get a countdown timer , if i attempt to change this aid the timer will be removed tfs 1.3
  12. D

    If item with action id set a timer?

    without stepping in/out? just if i changed the aid? how it will look
  13. D

    If item with action id set a timer?

    is it possible to set a count down time if itemx with action id? tfs 1.3
  14. D

    How to make monsters use spells

    i just created this spell with spell creator software and wondering how can i add this script to a monster? to attack with it tfs 1.3 -- SpellCreator generated. -- =============== COMBAT VARS =============== -- Areas/Combat for 0ms local combat0_Brush = createCombatObject()...
  15. D

    Add items inside player's bp

    Is there a talkaction script for gods to add items inside player's bp ? tfs 1.3
  16. D

    RME empty items

    I am using RME 3.61 , tibia versions 1100,1000 and there tons of empty items wondering if there is something wrong with that rme?
  17. D

    Rune doesn't heal

    Worked , but i get this error Lua Script Error: [Spell Interface] (Unknown scriptfile) attempt to call a nil value Lua Script Error: [Spell Interface] (Unknown scriptfile) attempt to call a nil value
  18. D

    Rune doesn't heal

    Thanks It's working with these errors Lua Script Error: [Spell Interface] (Unknown scriptfile) attempt to call a nil value Lua Script Error: [Spell Interface] (Unknown scriptfile) attempt to call a nil value Lua Script Error: [Spell Interface]...
  19. D

    Rune doesn't heal

    Not working , no errors i just generated this one and replaced on cast function with this one function onCastSpell(creature, var) local cid = creature:getId() and also fixed mana problem by adding this doPlayerAddMana(cid, 7000) i need it to say the healed amount or even say the name of...
  20. D

    Rune doesn't heal

    [Warning - CallBack::loadCallBack] Event onRavioliRavioli not found. [Warning - CallBack::loadCallBack] Event onRavioliRavioli2 not found. [Warning - Event::checkScript] Event onCastSpell not found. scripts/energyballs.lua [Warning - CallBack::loadCallBack] Event onRavioliRavioli not found...
Back
Top