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

    [8.60] OTServ (0.6.3) r.6052

    Have any acc websites you could recommend for this server? Regards Anteyz
  2. Anteyz

    CreatureEvent Exp gain from lower levels

    Tested on Otswe version of tfs 0.3.6
  3. Anteyz

    CreatureEvent Exp gain from lower levels

    The number 120 is how many times the level of the killed player would multiple into exp, example you kill a level 10 and you choose 120 the exp will be 10 * 120 which is 1200, change this depending on the exp from killing players on the server. And add this on login.lua then on creaturescripts...
  4. Anteyz

    Werewolves VS Vampires

    Get orcs werewolfs elves and vampires? different spieces will make the game more intresting. Regards ...........Anteyz..........
  5. Anteyz

    Elves VS. Orcs

    Looks good! Keep the good work up guys! Regards AnteyZ
  6. Anteyz

    Adding Sprites Into Your Server

    When i try this its comes error, Trying with 8.6 iwth the dat editor and the error is unknow option byte :88 previous option byte :1 Adress :21 ABORTING..... please could you help?` Regards Anteyz
  7. Anteyz

    Spell Scroll, You need to use the scroll for learn a spell. Rep++

    function onUse(cid, item, fromPosition, itemEx, toPosition) local spell = Divine Caldera if getPlayerLearnedInstantSpell(cid, spell) == FALSE then playerLearnInstantSpell(cid,"spell") doCreatureSay(cid, "You Just Divine Caldera", TALKTYPE_ORANGE_1) doRemoveItem(cid, item.uid, 1) else...
  8. Anteyz

    Spell Scroll, You need to use the scroll for learn a spell. Rep++

    someone posted the script just before me haha!
  9. Anteyz

    A Request!

    Hi, i need a script that will check if there is any creatures in the area, then if there is they wont be able to walk in to the teleport, if there isn't any they will be able! I hope somebody could help me with this, I'll rep ++. Regards Anteyz
  10. Anteyz

    Help

    Bump
  11. Anteyz

    Help

    bump,
  12. Anteyz

    Help

    Delete
  13. Anteyz

    Lever and 2 places

    function onUse(cid, item, fromPosition, itemEx, toPosition) local lpos = {x=1072, y=1009, z=7} ---- pos of the left item local rpos = {x=1074, y=1009, z=7} --- pos of the right item, local mon = {x=1074, y=1013, z=7} --- pos of the summoning monster local saken = 2160 ---- the item id of the...
  14. Anteyz

    Free Vip to 300lvl

    That is what he wrote, I need script for free VIP only to 300lvl
  15. Anteyz

    Free Vip to 300lvl

    the script Here's the scripts if you need help how put them in just tell me!
  16. Anteyz

    Buy item with a lever [not normal cash]

    No problem ;)
  17. Anteyz

    Buy item with a lever [not normal cash]

    function onUse(cid, item, fromPosition, itemEx, toPosition) local pos = {x=971, y=961, z=8} -- if you want effect that says thanks! if item.itemid == 1945 and (doPlayerRemoveItem(cid, 6527, 3) == TRUE) and getPlayerFreeCap(cid) >= 100 then doPlayerAddItem(cid, 10503...
  18. Anteyz

    Help

    Bump-
  19. Anteyz

    special request :D

    function onThink(cid, interval) if getPlayerLevel(cid) >= 25000 and getPlayerStorageValue(cid,1234) == -1 then doPlayerAddItem(cid, 10503, 1) ---- id of medal doPlayerSendTextMessage(cid,21,"Congratulations to your level! Here's a vip medal as a present!") broadcastMessage("" ...
Back
Top