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

    Cam System 10.98 (TFS 1.3)

    Hey @Lyu do you do anything else in this topic? Your github isn't working. If you left the topic, maybe give the nicknames of people you know and work on the topic of Cams Regards :]
  2. cykor119

    Lua magic doesn't damage the element

    events.cpp /* Only EK with dealing physical damage will get elemental damage on skill */ if (damage.origin == ORIGIN_SPELL) { if (player->getVocationId() != 4 && player->getVocationId() != 8) { damage.primary.value =...
  3. cykor119

    OTClient for 11.49?

    Hey karudotpl, you found that client? I am search too Regard
  4. cykor119

    Citrus Raid: Advanced Raid Maker

    Can reupload?
  5. cykor119

    Kompilacja TFS 1.0

    Dzięki Gołąb za podpowiedź z usunięciem 3ch linijek... zaoszczędziło mi to wiele czasu ;)
  6. cykor119

    Solved Something sparkling problem

    @Xeraphus Its great idea... but its avaiable to bugged. Why? Becouse if you use twice or more "browsing field" and old browsing still take open... then Your fieldPos table have new positions. Then allowing move items from all browsing fields with you have actually open (with sparkling too)...
  7. cykor119

    Solved Something sparkling problem

    Tile(fromPosition):getTopDownItem():getId() its wrong, becouse fromPosition have always (x65535,y76,z0) when want put out "browse field". Items ID can't be check from "getTopDownItems" with this x,y,z.
  8. cykor119

    Solved Something sparkling problem

    @Summ It too doesn't work @Xeraphus When i pick items from "browse field", then fromPosition is (x65535,y76,z0) so that is why your script doesn't work :E
  9. cykor119

    Solved Something sparkling problem

    @Xeraphus It isn't work :E
  10. cykor119

    Compiling Why sources not compile?

    Reinstall system with use Debian 7
  11. cykor119

    Solved Something sparkling problem

    Hello I got problem in 10.9+, when want use item with ActionID. When I'm have item set actionId and on him have "something sparkling" (8047 and next 8046), the TFS smack the set actions (lack of reaction in the script). https://imgur.com/a/h2xfw Is the same code... green - react, red - no...
  12. cykor119

    Help with some normal buggs !

    Try "house_list" not `house_list` example ... WHERE `name` = "Urban" (When you have String you need write in " ")
  13. cykor119

    [11:34:07.618] [Error - MoveEvent::executeStep] Call stack overflow. what is this?

    Look: You have error with Transform Item To... example: <item id="7697" article="an" name="ring"> <attribute key="weight" value="80"/> <attribute key="slotType" value="ring"/> <attribute key="transformEquipTo" value="7708"/> <attribute key="stopduration"...
  14. cykor119

    effect advance level

    That great. Thanks
  15. cykor119

    [How to fix] TFS msvcp120.dll Error! [Video]

    just use right .dll for x64 the same folder as forgottenserver.exe and download this file and paste to windows/system32/ just that
  16. cykor119

    Stumbled upon best restarter ever :)

    could someone reup?
  17. cykor119

    Linux Need help Ubuntu 12 compile

    aff :/
  18. cykor119

    Compiling Linux Compiling Problem HELP

    In file included from /usr/include/boost/filesystem/v3/config.hpp:29:0, from /usr/include/boost/filesystem.hpp:34, from luascript.cpp:21: /usr/include/boost/system/api_config.hpp:28:5: error: #error user defined BOOST_POSIX_API or BOOST_WINDOWS_API not supported...
  19. cykor119

    Compiling [Linux] Ultimate compile guide for Debian (Ubuntu included)

    In file included from /usr/include/boost/filesystem/v3/config.hpp:29:0, from /usr/include/boost/filesystem.hpp:34, from luascript.cpp:21: /usr/include/boost/system/api_config.hpp:28:5: error: #error user defined BOOST_POSIX_API or BOOST_WINDOWS_API not supported...
Back
Top