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

    GlobalEvent Capture the flag :d

    Okay, how it works, is a waiting room, just make a 4 by 4 square box room, with a TP out of it. thats what i have, and when the event starts, all players in the waiting room will be teleported it. And the TP in the waiting room, will be for players to cancel, or leave the waiting room while the...
  2. S

    Action & [TalkAction] Minigame EVENT

    Thanks for the positive comments guys! I re-did some coding today (i had found a small bug) I also made a debug talkaction (it resets all player storage values and globla storage values involved with this script) if anyone is interested, i will post it here!:D
  3. S

    GlobalEvent Capture the flag :d

    Sorry guy, im not writting you a whole brand new script from scratch lol, that would take hours. I sent you mine, be happy! I even wrote nice directions on how to set it up... - - - Updated - - - I mean, if you wanna know what the code does exactly, its best to read it yourself. You're going...
  4. S

    Action & [TalkAction] Minigame EVENT

    How it works! Players are sent to a central location, behind a maze of monsters, that are immune to EVERYTHING but drowning damage. Where they are given a special rune, that does drowning damage! (always the same amount, of 3 damage per .5 seconds for 1.5 seconds) Monsters are somewhat low hp...
  5. S

    GlobalEvent Capture the flag :d

    okay, one sec, let me give you my debug script for when errors occur, this is what i use in talkactions.xml <talkaction log="yes" words="/ctfdebug" access="5" event="script" value="ctfdebug.lua"/> in talkactions->scripts->ctfdebug.lua function onSay(cid, words, param) if...
  6. S

    [Help] [Creature Event] OnThink

    Don't know if my post was in the write place before ; but please check it out and see if you can help me ! http://otland.net/f16/event-onthink-script-errors-162994/
  7. S

    Lua An Event(onthink) Script errors

    Thats what I had before, and it wasnt working, so i tried this. - - - Updated - - - wait, maybe if instead of if getCreatureStorage(cid, playing) == 1 and getCreatureStorage(cid, winner) == 1 then doPlayerAddItem(cid,9971, 4) Does it have to be if...
  8. S

    Lua An Event(onthink) Script errors

    [Creature Event] This event should check to see if the players storage values and global event storages are met, THEN do the following commands. local startstorage = 87381 local amountofplayers = 87382 local playing = 87383 local winner = 87384 local over = 87385 local started =...
  9. S

    GlobalEvent Capture the flag :d

    its been running for months on my server, i know it works, its a matter of configurating it
  10. S

    TalkAction [Talkaction/CreatureEvent] Antibot-System

    Okay, so I re-did this code, there was once a post on here of an elfbot script to autorespond to this, not to mention an auto-login feature would easily out smart this. Check out the link in my signature for my version :3
  11. S

    GlobalEvent Capture the flag :d

    So : Tile Action ID = 6000 Will Red Team flag (pick up position) =6001 Will Blue team flag (pick up position) =6002 will be capture point for both teams =8412 will be your the square on your temple This works for 8.6 [0.4.0 too] <?xml version="1.0" encoding="UTF-8"?> <mod...
  12. S

    CreatureEvent BEST FREE Anti-Bot System !+tutorial (100% ELFBOT PROOF)

    This bot is confirmed auto-respond proof. Haven't seen a botter in days on my server.
  13. S

    Treasure Goblin

    perhaps drops gold coins or donor currency each time it loses hp? (and maybe it has 20 hp, and no matter how hard its hit for, it takes 1-2 dmg per hit?) cause i believe the treasure goblin in diablo drops gold each time it is attacked. also, i really like the idea of this!
  14. S

    [USA] KenticaRL.no-ip.org [8.6] RL MAP | FREE POINTS! SERVER START 7/7/12 MIDNIGHT

    had power failure last night :3 sorry guys! bump! - - - Updated - - - bump!
  15. S

    [MONSTER] Monster drop (math.random 5-15) gold per hit like in Diablo.

    will test it next time i restart my server! thx critico
  16. S

    CreatureEvent BEST FREE Anti-Bot System !+tutorial (100% ELFBOT PROOF)

    Thats right! Take me up on the challenge! We even have an AFK Training friendly script! (Optional) How it works: Like many other anti-bot system, its based off of a code that is randomly generated. Where mine differs though, is rather in the chat log, the code appears in a pop up window...
Back
Top