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

    C++ Show Item slot

    hey, how i can achieve to display armor,legs,helmet etc i arleady trying this if (it.slotPosition) { if (begin) { begin = false; s << " ("; } else { s << ", "; } s <<...
  2. D

    Attributtes doesnt work!!! why?!

    hey, why this <item id="2470" name="golden legs"> <attribute key="weight" value="5600" /> <attribute key="armor" value="9" /> <attribute key="skillSword" value="2" /> <attribute key="slotType" value="body" /> </item> doesn't work? but this <item...
  3. D

    tfs max limit items

    hey i can add item with id 60000? or here is somelimit 32k? i used tfs 1.1
  4. D

    Spell only Healing Party

    hey, i dont know someone made something like this? look down. if not, its possible to do this? if yes can someone made it for me? thanks Healing only Party Members, skill working by 12 second all party members got every second 50 health points before spell end tfs 1.x bump
  5. D

    check vocation on grass

    hey, i need scripts for tfs 1.x to if someone move to grass id xxxx, on position 32,32 31,32 30,32 etc and vocation == 0 then got message please come back when you chose vocation. if vocation > 0 then can go
  6. D

    Otclient Tfs 1.0 + bar Attributtes like intelect strenght vitality

    Hey, i need a bar in otclient where i can give attributes like 1 strenght or intelect or vitality. Every level i got 3 free points. I know here must edit Client c++/lua and otui And on gameside C++ store points to database mysql Maybe someone can do this for me? Or just little help? I waiting
  7. D

    TFS 1.x Visual Studio 2017 Compatible?

    hey, TFS 1.x is compatible with vs 2017? can compile with vs 2017 or not?
  8. D

    tfs 1.x close taling with npc without use Good Bye.

    hey how i can achieve end talking with npc like with abcdefghj1? not Good Bye
  9. D

    tfs Achievements

    hey, can someone share working achievements system for tfs
  10. D

    tfs bug direction npc?

    hey, its bug on rme or serverside? when i save map doesnt save direction if = north anyone have idea? i use rme 3.3 and tfs 1.0
  11. D

    stone position with quest done and without quest

    hey, here is possible create stone like quest = not done stone x,y = 5,5 quest = done stone x,y = 6,6 so players without quest have stone at place 5,5 players with quest have stone at 7,7 how i can achieve this?
  12. D

    you cannot trade, drop item from backpack from quest

    hey, here is possible create itemid np = 55555 (you cannot drop this item, you cannot sell this item, you cannot trade this item) tfs 1.0,1.1,1.2,1.3 bump bump bump
  13. D

    How i can check item.id count?

    hello, how i can check item.id count from players? like this if item.itemid(cid, 2000,10) then do something end in npc scripts
  14. D

    /g.lua:44: `=' expected near `end'

    hey, i have error on this script can someone help? thanks function onUse(cid, item, frompos, item2, topos) local tabela = { -- Zajebista nie? [1] = {90, 1, 2147}, -- Arm/atk + 1, szansa 90%,ID przedmiotu [2] = {70, 2, 2149}, -- Arm/atk +2, szansa 70%,ID...
  15. D

    [PHP]Uptime

    hey, can someone share how i can get uptime hours minutes second from server online?
  16. D

    Multiple Server login

    how i can do this?
  17. D

    Problem Transparenty don't show ground from flor-1

    hey i have problems with transparenty here is screen don't show tiles from floor 7 here is my protocolgame.cpp from serverside bool ProtocolGame::CanSee(int x, int y, int z) const { #ifdef __DEBUG__ if(z < 0 || z >= MAP_MAX_LAYERS) { std::cout << "WARNING! ProtocolGame::CanSee()...
  18. D

    [OTCLIENT]How to active Transparency?

    hey, how i can active transparenty like ground id 444 is transparenty how to?
  19. D

    [OTCLIENT][SERVER SIDE ERROR]

    hello, how i can fix this error on server side? could not get creature at: [C++]: ?parseCreatureLight@ProtocolGame@@AAEXABV?$shared_object_ptr@VInputMessage@@@stdext@@@Z
  20. D

    Clicking on tree tries fisting and get sometimes apple tfs 1.0

    Clicking on tree tries fisting and get sometimes apple #tfs 1.0
Back
Top