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

    Feature Simple anti-push system

    Tested on TFS 0.4 game.cpp after if(!canThrowObjectTo(mapFromPos, mapToPos) && !player->hasCustomFlag(PlayerCustomFlag_CanThrowAnywhere)) { player->sendCancelMessage(RET_CANNOTTHROW); return false; } add uint8_t items[] = {2148, 2152, 2160, 3976, 2599, 7636...
  2. F

    Runescape.

    You will only be hacked if you use a bot...
  3. F

    Compiling Compiling tfs 9.31 on windows 7x64 / lastest stian's repack

    openssl installed by dev cpp? and stian repack compile only servers x32 but work on x64 OS
  4. F

    Compiling How i can compile a TSF in 64 bits?

    MSVC 2010 Pro/Ultimate or Code::Blocks + x64 libs laatido is not the best solution not is the same result as the one compiled in x64
  5. F

    Crash Inexplicavel.

    se fosse donator seria mais facíl ;s tem várias coisas que podem derrubar um ot, milhares de coisas o mais comum é custom scripts, da uma checada nas talkactions, etc
  6. F

    Lua

    só lua acho q n ganha nd msm n mas juntando com outras linguagens, c, c++ deve ganhar bem
  7. F

    TalkAction Reborn System - w/ stages and look

    @up Only remove this line. doTeleportThing(cid, getTownTemplePosition(getPlayerTown(cid))) Added vip system.
  8. F

    Algum br ai sabe ?

    acho q eh isso creaturescripts/creaturescripts.xml <event type="login" name="vocationVip" event="script" value="script.lua"/> creaturescripts/scripts/script.lua c = { [9] = 5, [10] = 6, [11] = 7, [12] = 8 } function onLogin(cid) if getPlayerVocation(cid) >= 9 and not...
  9. F

    Lua

    Acho que o preço é meio complexo de dizer pois tem scripts gigantes que valem bastante. Valeu.
  10. F

    Lua

    Quanto um programador Lua ganha hoje em dia?
  11. F

    Lua doPlayerAddItem

    doPlayerAddItem(uid, itemid[, count/subtype[, canDropOnMap]]) my func doPlayerAddItem(cid, xxxx, 1, false) I tested false and 0 but doesn't work canDropOnMap alternative =/?
  12. F

    TalkAction Reborn System - w/ stages and look

    Based: http://otland.net/f81/reset-system-82456/ I added stages and look. Thanks for fix conde2. stage = { {level = 350, reborn = 4}, {level = 355, reborn = 9}, {level = 360, reborn = 14} } 1-4 reborns, level 350 5-9 reborns, level 355 10-14 reborns, level...
  13. F

    Lua Attempt to compare number with boolean

    Error: [17/11/2011 18:53:23] GOD has logged in. [17/11/2011 18:53:26] GOD has logged out. [17/11/2011 18:53:26] sqlite3_step(): SQLITE ERROR: cannot commit transaction - SQL statements in progress [17/11/2011 18:53:26] sqlite3_step(): SQLITE ERROR: cannot start a transaction within a...
  14. F

    Lua Blessing problem.

    /mods/bless-system.xml <?xml version="1.0" encoding="UTF-8"?> <mod name="bless-system" version="1.0" author="slawkens" contact="[email protected]" enabled="yes"> <description><![CDATA[ This modification adds two new commands: !bless and !blesscheck...
  15. F

    Fix/Patch Clone items on NPC

    on NPC? if yes: npc/scripts/script.lua example shopModule:addBuyableItem({'spellbook'}, 2175, 150, 'spellbook') shopModule:addBuyableItem({'spellbook'}, 2175, 150, 1, 'spellbook') I think that's it...
  16. F

    Fix/Patch Clone items on NPC

    work 0.2, 0.3, 0.4, SVN... is possible with the ElfBot buy items with amount = 0
  17. F

    Roachost = CALOTEIROS

    site saiu fora do ar ^^
  18. F

    Fix/Patch Clone items on NPC

    Some servers 8.6 are just 0.3.6pl1 modified, I think this fix is for them. for countable items --- hmm I understand...
Back
Top