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

    Boss. Lever kick boss

    Use a function: function Player:doCheckBossRoom(bossName, fromPos, toPos) if self then for x = fromPos.x, toPos.x do for y = fromPos.y, toPos.y do for z = fromPos.z, toPos.z do local sqm = Tile(Position(x, y, z)) if...
  2. kamilcioo

    Boss. Lever kick boss

    54 line. Change spec to loop through players only. Implement deleting old mob after 63 line.
  3. kamilcioo

    RevScripts [1.3][otservBR] Script steal money

    Remove 45th line.
  4. kamilcioo

    TFS 1.X+ Problem with droploot

    Do you have monsters in lua or xml? Did you change something in sources?
  5. kamilcioo

    TFS 1.X+ Problem with droploot

    Are you using some custom scripts in creaturescripts? Are you sure you dont have prey on that creature? Does it happen on all items or just stackables?
  6. kamilcioo

    TFS 1.2 Crash

    Maybe roommate sleepwalks and clicks while you are sleeping
  7. kamilcioo

    TFS 1.2 Crash

    Nvm.
  8. kamilcioo

    Help with the server activator...

    He probably didn't send you right thing.
  9. kamilcioo

    C++ Error Compile Debian 9

    Try with full path instead of "~/vcpkg/scripts/buildsystems/vcpkg.cmake". For example "/home/debian/vcpkg/scripts/buildsystems/vcpkg.cmake
  10. kamilcioo

    RevScripts [OTBR] Reset all info/item/skill, leave only character name.

    Reset last login and add them in game on first login.
  11. kamilcioo

    Lua onStepIn to Onuse

    creature:getStorageValue(69805) to player:getStorageValue(69805)
  12. kamilcioo

    How to deal with items clone

    Load players on server startup and save on server close.
  13. kamilcioo

    Tfs 1.3 - MyAAc - !report command - Revscript

    Reports should be only for admins so people wont abuse bugs.
  14. kamilcioo

    [Web] Java+js web

    Project is still going on. Website got build-in wiki made from ots files. Normal users can also make guides (in html, js disabled) and admins have to accept it / reward (Players can check in their account panel if the guide was accepted and if tc was awarded). Tasks are imported from lua...
  15. kamilcioo

    [Web] Java+js web

    Why 2010?
  16. kamilcioo

    [Web] Java+js web

    Why the hate towards Java web dev?
  17. kamilcioo

    [Web] Java+js web

    Recently, I started working on the tibia website with Java + js. So far only basics are done. The website will scale good on phones. The Wiki is generated from server files. It reads all attributes, including lvl, wand damages from weapons and movements folder (reads requirments from rev script...
  18. kamilcioo

    WAMP server alternatives...

    WampServer
  19. kamilcioo

    Lua Auto Balanced Accounts

    This code is missing logging out and dying behaviour anyway. I think people stopped reading when they saw compiling in "dev++'
  20. kamilcioo

    Tabulators

    Out of curiosity. How many tabulators do you usually use for indents while programming? What's your tabulator length? Personally, I use 1 tab (length = 2) * n (n - depth)
Back
Top