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

    Lua Stop Attacking

    Lua - [GLOBALEVENTS] Antibot system (change target) (https://otland.net/threads/globalevents-antibot-system-change-target.283136/#post-2710601) Look bro!
  2. Dibis

    Lua STOP WALK (CID) - how do this?

    Where I can must add this? In moveevents or creaturescripts?
  3. Dibis

    Lua STOP WALK (CID) - how do this?

    I add this but I can walking ... I find this, but function working only with TFS 1.x, who can change this for 0.3.7 ? function doCreatureSetNoMove(cid,allow) if allow then local speed = Player(cid):getSpeed() Player(cid):changeSpeed(-speed) else doChangeSpeed(cid, getSpeed(cid...
  4. Dibis

    Lua STOP WALK (CID) - how do this?

    Hello Otlanders! I need functions or other way to stop walking for players who have storage < 1? This is possible on TFS 0.3.7 ?
  5. Dibis

    Lua [GLOBALEVENTS] Antibot system (change target)

    Working perfect! Thank you. I try add this, to your disable_combat: doPlayerSetNoMove(cid, TRUE), but i can move and walk. How i can add function - cannot attack and cannot walking ? Please help :(
  6. Dibis

    Lua [ACTION] DECAY ITEM if AID=?

    Ok, but when I add this: <item id="2968" article="a" name="tree"> <attribute key="decayTo" value="TREE'S_ID" /> <attribute key="duration" value="1800" /> <!-- 1800 = 30 min --> </item> My all trees ID2968 on map not decay to new ID?
  7. Dibis

    Lua [GLOBALEVENTS] Antibot system (change target)

    I try check this and I'll let you know if it works ! Thank you !
  8. Dibis

    High-Exp?

    Only kids play on high exp OT ...
  9. Dibis

    Lua [GLOBALEVENTS] Antibot system (change target)

    [TFS 0.3.7] 1 / 2 - not needed if step 3 is successful. 3 - Yes, that best option for me. 1.) Safe from monsters and can't attack monsters. 2.) Only can't attack monsters. This is my globalevents script: local tp = { {x =xxxx , y = xxxx, z = x}, {x = xxxx, y = xxxx, z =...
  10. Dibis

    Tibia in 3D - How would you design it?

    Tibia can't be 3D. Everything related to tibia is 2D.
  11. Dibis

    High-Exp?

    H_EXP = shit game.
  12. Dibis

    Lua [GLOBALEVENTS] Antibot system (change target)

    Hello. I need function when my antibot waiting for answer i need : 1.) target change looktype to ... 2.) target change max HP to ... 3.) target (monster) not attack others players only this one. -[SORRY FOR MY BAD ENG]-
  13. Dibis

    Lua [ACTION] DECAY ITEM if AID=?

    Hello Otland! I need decay script for tree. I can't change in items.xml "decay to" and time. I need full action script etc: If itemEx.action.id == 2700 and getPlayerStorageValue(cid,2700) < 1 then Item ID 2700 decay to ID2968 (But decay time = 30 second. When time end i need in this...
Back
Top