• 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

    rune and potion error.

    Found it by searching of course... Use the search bar next time: http://otland.net/f16/my-forgotten-server-8-6-hotkey-message-bug-105060/
  2. WarOfTheTitans

    [NPC]: Task

    This is exactly what you want: http://otland.net/f82/1-task-npc-rare-129453/
  3. WarOfTheTitans

    <<Bedzin~Thread>>

    Holy crap It's great!
  4. WarOfTheTitans

    Do add storage to player.

    He want to change the player's storage while he's offline. - - - Updated - - - dunno, may work: function onSay(cid, words, param) local t = string.explode(param, ",") if(not t[2]) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Invalid param specified.") return true end...
  5. WarOfTheTitans

    [SWEDEN] [8.6] War Of The Titans the unique war server| FULL VERSION!

    Bump! At 9.07.2012 there were 21 players online at the same time. :)
  6. WarOfTheTitans

    Lua Problem with tabble

    Hmm, this: tabble = { ["minotaur"] = {exp = 1000}, ["globin"] = {exp = 2000}, ["rotworm"] = {exp = 4000} } for k,v ipairs(tabble) do ... btw... your last example was the way to solve it.
  7. WarOfTheTitans

    First items priority

    rep ? xd
  8. WarOfTheTitans

    First items priority

    begin with head, and down. The bag should be last. So: 1. Head 2. Armor 3. Legs 4. Boots 5. Hand Left 6. Hand Right 7. Arrows 8. Ring 9. Bag And now what ever you put in, it will appear in the bag.
  9. WarOfTheTitans

    Tile what teleporting monster to his spawn [TFS 0.3.6pl1](Movements)

    Is there any function to get the creatures spawn? else you can choose the position in the script.
  10. WarOfTheTitans

    Monsters do not drop anything

    You need to kill the monster with a normal character. It don't work with Gm char.
  11. WarOfTheTitans

    all my stackables is removed after using them once

    Lawl... This is so old.. Go to your .../actions/scripts/liquids/potions.lua and find this line: doRemoveItem(item.uid) Change it to: doRemoveItem(item.uid, 1) :)
  12. WarOfTheTitans

    Put items on graveyard and recieve key

    I am done with the script. Just the door left. Will be done tomorrow. Hopefully today!
  13. WarOfTheTitans

    Mapper vs Mapper

    Neon Peroxide vs. Neon
  14. WarOfTheTitans

    [GESIOR AAC] Show if you died with either AOL or BLESS.

    I let someone else do it because I don't know how to do it. Oh, should edit it. But: elseif(getPlayerBlessing(cid) < 6) then works too
  15. WarOfTheTitans

    [GESIOR AAC] Show if you died with either AOL or BLESS.

    What? The columb 'id' is not in use in the onDeath script... -.- Only 'player_id'...
  16. WarOfTheTitans

    [GESIOR AAC] Show if you died with either AOL or BLESS.

    I could help you with the scripts ingame and the queries but I don't know how to call the queries on php (gesior). deathcheck.lua function onDeath(cid, corpse, deathList) local id = getPlayerGUID(cid) if(getPlayerSlotItem(cid, 2) == 2173) then db.executeQuery("INSERT INTO `deathcheck`...
  17. WarOfTheTitans

    Website Question

    I had already mentioned it... why do you post it again lolz...
Back
Top