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

    Lua PVP Enforced With Skull an min level

    That will mean they need to be exactly the same level to gain experience. I think you should use something like 0.8 or 0.75 to 1.0
  2. Optus

    Request: Talkaction Command "/debless"

    I tired but i doubt this is going to work. <instant name="xxxx" words="xxx" lvl="18" mana="x" prem="1" aggressive="0" needtarget="1" params="1" exhaustion="2000" needlearn="0" event="script" value="xxxx.lua"> <vocation id="x"/> <vocation id="x"/> </instant> local combat =...
  3. Optus

    [tfs 0.3.6][summing items]

    I think you will need to edit sources.
  4. Optus

    [Tibia 7.10 -> 9.00+] SharpLoader - Yet another stupid IP-changer

    I use this IP changer today its great. ;)
  5. Optus

    Spell Execution Spell (Paralyze+flame,frigo, and mort strikes)

    Name it whatever you put in spells.xml <instant name="Execution" words="exori Fuck" lvl="445" mana="2150" prem="1" range="5" needtarget="1" blockwalls="1" exhaustion="1500" needlearn="1" event="script" value="attack/Execution.lua"> <vocation id="6"/> </instant> Means you'll name it...
  6. Optus

    Action Create monster with exhtaush

    Nice script, very old though, hopefully one day i can script like you cyko :p
  7. Optus

    [C++]how to make monsters can Walk Through over players?

    @up You request so much and give so little? Nice bro.
  8. Optus

    Battlefield 3 Beta - Your impressions and thoughts!

    Lol CoD....This is CoD; same engine for every game they release. Just update guns and map. Run and gun, no skill required (its why everybody loves it) Bf3: defining realistic warfare. I will buy both, but imho bf3 is better.
  9. Optus

    []Colonia - The sandbox mmo [Tibia + Minecraft][Scripters needed]

    This would be interesting, if it goes through ill follow this project. I'd love to help but im not that advanced at scripting yet.
  10. Optus

    CreatureEvent deleted thread

    Can you target them? or just UE them?
  11. Optus

    Real Map 8.0 or 7.6 (for Avesta or TFS 7.6)

    Yes because 1. Someone is going to spoon feed you. 2. Because we already dont got 200 real map servers up. Yes im trolling. God, nobody does shit these days.
  12. Optus

    Scripter Need a scripter to script some scripts ;)

    This made me laugh! More information on your server please.
  13. Optus

    [Creaturescripts] Players dont Die.

    It should work then. is this Mysql or SQLite
  14. Optus

    Open door if item in backpack?

    MUCH more user friendly. function onUse(cid, item, fromPosition, itemEx, toPosition) local item = 2160 local amount = 1 local position = {x=1000, y=1000, z=7} if getPlayerItemCount(cid, item) >= 1 then doPlayerRemoveItem(cid, item, amount) doPlayerSendTextMessage(cid, "Welcome!")...
  15. Optus

    Temple & TP room by iSanto

    Nice to see the first post being a release. :D
  16. Optus

    [USA] Chaos OT [Custom]

    Used to play this, although 7.6 isnt my thing anymore, Ill just wait till you update it if anything.
  17. Optus

    auto teleport to temple

    doTeleportThing(cid, pos) to doTeleportThing(cid, c.pos)
  18. Optus

    [Request] Addon doll

    Very old bump.
  19. Optus

    [8.50] Rookgaard map (real or custom)

    You can get a 8.4 and update it to 8.5
  20. Optus

    5 in 1 Custom Requests ;)

    2) for a new currency: in items.xml <attribute key="worth" value="10000" />
Back
Top