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

    Items on map editor unmoveable ?

    It's possible, duplicate uid's... luascript.cpp "This is basic function on tfs." if(m_globalMap[item->getUniqueId()]) { if(item->getUniqueId() != 1000 ) // nomoved items { std::clog << "Duplicate UId " << item->getUniqueId() << std::endl...
  2. Chev

    How to make your server client 8.61 Tutorial

    Nice, Cyko. For TfS 0.4: *luascript.cpp Replace: int32_t LuaScriptInterface::luaGetItemParent(lua_State* L) to int32_t LuaInterface::luaGetItemParent(lua_State* L)
  3. Chev

    break max skill

    So Breadmaker use 16-bit operating system?:D Ohhh... Maybe i know what is going on... You are do it on gamemaster... sure? ...so, you have limit... Check GMaster privilages (flags)...
  4. Chev

    Invisible outfit

    config.lua ghostModeInvisibleEffect = false protocolgame.cpp void ProtocolGame::parseFightModes(NetworkMessage& msg) { uint8_t rawFightMode = msg.get<char>(); //1 - offensive, 2 - balanced, 3 - defensive uint8_t rawChaseMode = msg.get<char>(); //0 - stand while fightning, 1 - chase opponent...
  5. Chev

    Items on map editor unmoveable ?

    Change in map editor, item atribute to "uid > 0" or add on item invisible tile = "nothing special" (but now, top item is a nothing special, not item).
  6. Chev

    How to create tiles?

    Huh, i don't know, what do you want to do... Say me it...
  7. Chev

    Feature Critical hit animation

    m_confString[DISPLAY_CRITICAL_HIT] = getGlobalString("displayCriticalHitNotify", "no"); Check...
  8. Chev

    How to create tiles?

    It must be possible but if map size is 10x10 and you create item on black tile[pos x>10 or y>10] you maybe have crash or somethig... I don't know, this is dependent on your way to do that...
  9. Chev

    Potions...

    You can't reading? WTF!?
  10. Chev

    Potions...

    You can't use "isPlayerPzLocked(cid)" ?? //this function return true or false
  11. Chev

    break max skill

    uint_64 = 0 - 18446744073709551615 (-/+/=) This is probably impossible, gain 18446744073709551615 "skill tries point"!!! :blink:
  12. Chev

    How to create tiles?

    I'm talk about "doCrateItem" function... void setTile(uint16_t _x, uint16_t _y, uint16_t _z, Tile* newTile); This must work :)
  13. Chev

    turn off STAMINA ?

    config.lua rateStaminaLoss = 0 --??? i'm not sure...
  14. Chev

    How to make your server client 8.61 Tutorial

    tfs have {doAddContainerItem(uid, itemid[, count/subtype])}, but tfs don't have function which check container ;(
  15. Chev

    How to make your server client 8.61 Tutorial

    So why work with me?
  16. Chev

    Need help COMPILING TFS PLEASE!

    Heh dzisiaj ide juz spac, jutro pogadamy jak cos :)
  17. Chev

    Need help COMPILING TFS PLEASE!

    Heh juz myslalem... dobra i po zmianie oryginalnego source masz bledy z postu 1?
  18. Chev

    Need help COMPILING TFS PLEASE!

    a gdzie to dodajesz? ;D
  19. Chev

    How to make your server client 8.61 Tutorial

    Haha :D ... you can add here any proof:blink:
  20. Chev

    Need help COMPILING TFS PLEASE!

    Masz oryginalne source?? zmieniales cos? czy dostals od kogos/sciagnoles.
Back
Top