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

    [scripting] Help With /r

    talkactions/scripts/remove.lua
  2. WarOfTheTitans

    War Of The Titans the unique war server| BETA START 30.6.12

    Thanks for joining :D I could change the teams to orc, elf and undead but I wanted it to be simple and not too violent xd If I change their name now, many things on the homepage will show wrong xd
  3. WarOfTheTitans

    Lua Command doPlayerStorageValue - need help

    It's easy, just use the functions that TFS has already made :) function onUse(cid, item, fromPosition, itemEx, toPosition) local str = 2000 doPlayerSetStorageValue(cid, str, getPlayerStorageValue(cid, str) +1) -- See what I did here doPlayerSendTextMessage(cid, 19, "The storage ".. str .."'s...
  4. WarOfTheTitans

    [Lua] Got i suck at this.

    I don't understand what you really want. Anyways, this feature comes with the TFS.
  5. WarOfTheTitans

    War Of The Titans the unique war server| BETA START 30.6.12

    Sure! the domain name will be "wott.se". Be there 30th June :)
  6. WarOfTheTitans

    Otswe Free Scripting Service (Actions/Movements/Creaturescripts) Open Again!

    If the Avesta Distro is for Tibia 8.6 you should immediately change to the FREE TFS 8.6 that otswe has published. http://otland.net/f18/8-60-forgotten-server-0-3-6-crying-damson-v5-147913/
  7. WarOfTheTitans

    Script summon monster from item with charges

    function onUse(cid, item, frompos, item2, topos) local charges = 3 local mob = "Demon" local maxSummons = 1 local str = 111 if(getPlayerStorageValue(cid, str) < charges) then if(getTilePzInfo(getCreaturePosition(cid)) == false) then if(table.maxn(getCreatureSummons(cid)) <...
  8. WarOfTheTitans

    Script summon monster from item with charges

    instead if "item.itemid" change it to an ordinary storage.
  9. WarOfTheTitans

    Holly C**p Much?

    yea xd
  10. WarOfTheTitans

    Holly C**p Much?

    I saw it a week ago
  11. WarOfTheTitans

    Script summon monster from item with charges

    This may be the one you are looking for. function onUse(cid, item, frompos, item2, topos) local charges = 3 local mob = "Demon" local maxSummons = 1 if(getPlayerStorageValue(cid, item.itemid) < charges) then if(getTilePzInfo(getCreaturePosition(cid)) == false) then...
  12. WarOfTheTitans

    Otswe Free Scripting Service (Actions/Movements/Creaturescripts) Open Again!

    It seems like Avesta Distro don't support the getThingfromPos function.
  13. WarOfTheTitans

    War Of The Titans the unique war server| BETA START 30.6.12

    No, it isn't, It will be online 30th June for beta :) Are you joining the beta?
  14. WarOfTheTitans

    War Of The Titans the unique war server| BETA START 30.6.12

    Thanks ! :) We have one new BETA tester! View Profile: Mjmackan - OtLand Join by writing here or pm! :D
  15. WarOfTheTitans

    Add damage

    It is with the onChangeStats function in creaturescripts. The variable "value" is the total damage.
  16. WarOfTheTitans

    Otswe Free Scripting Service (Actions/Movements/Creaturescripts) Open Again!

    Thanks and lets go with the requests :) - - - Updated - - - Bump :D
Back
Top