• 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

    [USA] – OldSchool Ots 7.7 – Full Global Map - Launched 26/08/2012

    Why do you all flamin', It's his decision, and he can do whatever he want. Also, this server looks like it will grow. It has only 13 players online right now. The most 7.x server have under 10 players lol...
  2. WarOfTheTitans

    Hey Guys!

    Congratizz :D
  3. WarOfTheTitans

    Hey Guys!

    Your text was about, "everthing, lol, everything lol, haha, everything?"
  4. WarOfTheTitans

    How popular are you?

    10/10
  5. WarOfTheTitans

    Windows server online make for me with TeamViewer

    The port, 3306 is apache and it's a "must open port" if you are using MySQL database. Topic: If you haven't any clue how to start up your server then you shouldd'nt even ask before you have learnt any OTS experience. If we help you now and successfully gets your server started, then what do...
  6. WarOfTheTitans

    Linux Tables from evolutions to real map

    Lol noobs, make a room with one teleport with an actionid on it. Change everyones position to the room and make the teleport to the players town with a script. Example: doTeleportThing(cid, getTownTemplePosition(getPlayerTown(cid))
  7. WarOfTheTitans

    :: Can you help in this? :: If a item is on floor the player can't use it :: THanks!

    You jst do like this: if(getPlayerItemCount(cid, 2190) >= 1) then
  8. WarOfTheTitans

    Level to Open Chest

    Hmm, remove the items in the chest from mapeditor and just use the script. Just an ordinary chest with actionid 8030.
  9. WarOfTheTitans

    Level to Open Chest

    Then, you just have to put every item in that chest on mapeditor and then set actionid as 2000 and an empty uniqueid. Or you can use this script: customchest.lua: function onUse(cid, item, fromPosition, itemEx, toPosition) local ThisIsWarOfTheTitansScript = true local level = 100 local str...
  10. WarOfTheTitans

    Item Description

    [Xml]<attribute key="absorbPercentAll" value="1" />[/code] That will absorb all
  11. WarOfTheTitans

    Shop Images

    No it's not '.$item['itemid'].' it's '.$item['item_id'].'
  12. WarOfTheTitans

    What do you think about?

    It's so cool!
  13. WarOfTheTitans

    Cool aol commands

    Amiroslo is right. This is useless and he shouldn't publish it.
  14. WarOfTheTitans

    Working machete/growth rune?

    Lol, you removed rep lolz
  15. WarOfTheTitans

    Working machete/growth rune?

    function onUse(cid, item, fromPosition, itemEx, toPosition) if(isInArray(JUNGLE_GRASS, itemEx.itemid)) then doTransformItem(itemEx.uid, itemEx.itemid - 1) doDecayItem(itemEx.uid) return true end if(isInArray(SPIDER_WEB, itemEx.itemid)) then doTransformItem(itemEx.uid, (itemEx.itemid...
  16. WarOfTheTitans

    Change premium days 10? :)

    config.lua: freePremium = false
  17. WarOfTheTitans

    Scripts

    scripts for modern aac, wtf? you maybe mean the distro version? 0.3.6 [8.6]?
  18. WarOfTheTitans

    Spells turn

    try to explain it better.. uh
  19. WarOfTheTitans

    Spells turn

    wat?
  20. WarOfTheTitans

    [Gesior AAC] FunOT layout

    Nice and simple :)
Back
Top