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

    Problem RME

    Maybe ctrl+e or ctrl+m?
  2. P

    TFS 1.X+ Effect Only for 1 player

    https://github.com/otland/forgottenserver/blob/caf195f609fb878585ddca7a75586af2037e4e43/src/luascript.cpp#L5192 position:sendMagicEffect(magicEffect[, player = nullptr]) player:getPosition():sendMagicEffect(2, player)
  3. P

    Can I somehow unlock entire bestiary, and bosstiary? on my own server?

    https://otland.net/threads/static-data-editor-client-12-add-bestiary.280017/
  4. P

    OTClient Use extended Opcode to get voca, oufit,... TFS 1.3

    https://otland.net/threads/learning.273475/#post-2634136 Tfs OTC https://github.com/otland/forgottenserver/blob/be83f2b6caabca2eef201d80e93df83cca8dba5d/src/luascript.cpp#L758
  5. P

    Tibia on VPS

    U can try vncserver, virtualbox and windows (best choice will be xp but if u have enough ram go with 7) U will be able to run cipsoft client and elfbot but on 2-8fps For only botting it is enough
  6. P

    TFS 1.X+ How is this slot called

    https://github.com/otland/forgottenserver/blob/0e20d54eebc6be8ea7ed50d0fd3d31d5d43df1f9/src/items.cpp#L814 "ammo"
  7. P

    Lua if getCreatureName(target) = --[[List of monsters]]-- then

    local monsters = {"Hero", "Dragon", "Banshee"} if isInArray(monsters, getCreatureName(target)) then
  8. P

    C++ Map 8.6

    https://github.com/hampusborgos/rme/releases
  9. P

    TFS 1.X+ How to have attack speed scalling with skill level?

    getSkill(SKILL_FIST, SKILL_LEVEL) to getSkillLevel(SKILL_FIST)
  10. P

    [Poland] [8.54] DaWinBi (23th April 2022)

    What about guild points? We have a actually 7 members? Can we get somehow points or guild Bonus Skill levels?
  11. P

    [Poland] [8.54] DaWinBi (23th April 2022)

    On last edition there was a quest for 'legendary fist' (700lvl?) Pet's was obtainable from quests too
  12. P

    [Poland] [8.54] DaWinBi (23th April 2022)

    Soo... Every server has to survive somehow - nobody runs servers without willing earning money. Welcome in 2022 ^^ @ server Looks interesting. I will definitely play with my guild.
  13. P

    Lua DAMAGE FIX

    local function reflect(cid, target, toPosi) local player = Player(cid) local _target = Creature(target) local hit_min = player:getLevel()*0.1 + 100 local hit_max = player:getLevel()*0.2 + 800 if _target ~= nil then if _target:isPlayer() or...
  14. P

    Lua DAMAGE FIX

    Any Errors in console? Which version of tfs? if specs[i]:isPlayer() == true then to if specs[i]:isPlayer() or specs[i]:isMonster() then
  15. P

    Looking programmer

    https://github.com/mattyx14/otxserver/search?q=MAX_PACKETS_PER_SECOND&type= 1645768914 https://github.com/mattyx14/otxserver/blob/cb94e2361252b381dc615cab763125313deb0931/src/server/network/connection/connection.cpp#L151
  16. P

    Somebody to write Referral system for myaac

    @slaw ?
  17. P

    AAC auction system for gesior?

    https://github.com/gesior/Gesior2012/commit/f8e725bcd75c3f0476a86137fed6450725244662
  18. P

    Linux compiling RME on debian 11

    Gui.cpp catch(std::bad_cast) to catch(std::bad_cast const&)
  19. P

    Programmer 8.54 DLL

    @Madzix @Qbazzz @fabian766 @Cjaker @LordCompi @jo3bingham A few familiar with this topic - but are they willing? Good luck
Back
Top