• 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

    Need help COMPILING TFS PLEASE!

    Are you using forgotten-dev-cpp-v2-6-a ?? _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ If you don't know programing, don't do that....
  2. Chev

    Client help!

    How you change clien version to 1.60 ? :joker:
  3. Chev

    How to make your server client 8.61 Tutorial

    doRemoveItem(item.uid, 1) can shorten your script... SORRY... spam ;/
  4. Chev

    How to make your server client 8.61 Tutorial

    If you have tfs 0.4 in potions.lua find doTransformItem(item.uid, potion.empty, 1, 1) and replace with: if(fromPosition.x == CONTAINER_POSITION) then --doPlayerAddItem(cid, potion.empty, 1) --fix me!!! doRemoveItem(item.uid, 1) else doCreateItem(potion.empty...
  5. Chev

    [Spell] Cid in conditons?

    I'm not so sure.
  6. Chev

    [HELP]Additional effects

    magiceffect.lua (in talkactions) doPlayerSendCancel(cid, "Numeric param may not be lower than 0 and higher than " .. CONST_ME_LAST .. ".") So... lib/00-constant.lua (or like this file) you must edit like this: ... CONST_ME_INSECTS = 68 CONST_ME_DRAGONHEAD = 69 // <-last m-effect...
  7. Chev

    [Spell] Cid in conditons?

    huh you cant use: variable = getPlayerLevel(cid) setConditionParam(condition, CONDITION_PARAM_SKILL_MELEE, variable) ??
  8. Chev

    TFS 0.3.5pl1 unknowns commands in console

    So try use oryginal protocolgame.cpp from tfs source ;)
  9. Chev

    How to create tiles?

    Ahhh... Sure this function can olny update tile or add item on tile... I'm found it void setTile(uint16_t _x, uint16_t _y, uint16_t _z, Tile* newTile);
  10. Chev

    How to create tiles?

    doCreateItem() don't create tile? What do you mind, saying "create tile"... #add to empty, black, tile grass or something? Say, what you want to do...
  11. Chev

    TFS 0.3.5pl1 unknowns commands in console

    You change anything in protocolgame.cpp?
  12. Chev

    Monster [8.54] Monster Package With Booses & Loot & Item [Get It Fast]!!

    monsterpack including 8.54 items tibia like lootchanges Hmm... Fail?? And stop spaming...
  13. Chev

    TFS 0.3.5pl1 unknowns commands in console

    Try run your server with default tfs scripts, maybe some script have bug...
  14. Chev

    TFS 0.3.5pl1 unknowns commands in console

    *only if you logged on god, gm? *serv name?
  15. Chev

    How to add new effects

    Huh it's only for this : items.cpp You can use: else if(Items::dwMinorVersion != 19) or else if(Items::dwMinorVersion != CLIENT_VERSION_860_OT) ... So i don't know why i add this -.- in previous post... So use "CLIENT_VERSION_860_OT" isn't my bad or something...
  16. Chev

    How to make your server client 8.61 Tutorial

    "Nice" (not) your work (-.-)...
  17. Chev

    How to add new effects

    itemloader.h enum clientVersion_t { CLIENT_VERSION_750 = 1, CLIENT_VERSION_755 = 2, CLIENT_VERSION_760 = 3, CLIENT_VERSION_770 = 3, CLIENT_VERSION_780 = 4, CLIENT_VERSION_790 = 5, CLIENT_VERSION_792 = 6, CLIENT_VERSION_800 = 7, CLIENT_VERSION_810 = 8, CLIENT_VERSION_811 = 9...
  18. Chev

    How to make your server client 8.61 Tutorial

    huh so you must edit more source... i don't have time to help you ;/ sry
  19. Chev

    How to make your server client 8.61 Tutorial

    No, it's post to Venn... Rev 3684 <- name version?
  20. Chev

    How to make your server client 8.61 Tutorial

    Here you are -.-
Back
Top