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

    About 7mb of totally new map.

    thanks!
  2. C

    Solved Npc Give storage when you say hi

    ok thansk im test
  3. C

    Solved Npc Give storage when you say hi

    im use otx, only want npc when you says hi he give storage...
  4. C

    Solved Npc Give storage when you say hi

    any one can help me thanks!
  5. C

    Problem with NPCs

    <?xml version="1.0" encoding="UTF-8"?> <npc name="xxx" script="xxxx.lua" walkinterval="0" floorchange="0"> <health now="1" max="1"/> <look type="129" head="114" body="0" legs="0" feet="0" addons="3"/> <voices> <voice text="Passages to {XXX} and {XXX}." interval2="100" margin="1" yell="no"/>...
  6. C

    Faster Skill increase items.

    yes, whit attack speed...
  7. C

    Solved Npcs bugged how fix?

    rune seller, promotion, bless 1 npc oO?
  8. C

    [TFS 1.0] Item Upgrade

    its dont work in tfs 1?? -- Upgrading system v.3.1 by Azi [Ersiu] -- local conf = {} conf["level"] = { -- [item_level] = {successParcent=PARCENT FOR UPGRADING SUCCESS, downrageLevel = IF UPGRADING FAIL - ITEM WAS DECRASED TO LEVEL HERE} [1] = {successParcent = 100, downrageLevel = 0}, [2] =...
  9. C

    Teleport scroll

    function onUse(cid, item, frompos, item2, topos) local telepos = {x = pos, y = poss, z = poss} ppos = getPlayerPosition(cid) if (getCreatureCondition(cid, CONDITION_INFIGHT) == FALSE) then doTeleportThing(cid, telepos, TRUE) doSendMagicEffect(ppos,13) doSendAnimatedText(frompos,'You have been...
  10. C

    Update 7.6 map to 8.0?

    tibia client is for play tibia, reme have customise the clients.....
  11. C

    Update 7.6 map to 8.0?

    http://remeresmapeditor.com/marklar.php?clients you are using the client from reme? if its dont work i cant help you :/
  12. C

    Update 7.6 map to 8.0?

    use correctly dat/spr for change it.
  13. C

    How to make Spears and Throwing stars Unlimited? Or No breaking

    config.lua/removeWeaponAmmunation/Charges true for remove -- Battle -- NOTE: showHealth/ManaChangeForMonsters inherites from showHealth/ManaChange. protectionLevel = 1 pvpTileIgnoreLevelAndVocationProtection = true allowFightback = true pzLocked = 60 * 1000...
  14. C

    Update 7.6 map to 8.0?

    open map>>map>>properties>>map version select/otserver>0.6.0>client version 8.00
Back
Top