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

    Max item on one title TFS1.2

    If the topic is already there, I just hook it up and put it into a logical whole. We enter the directory: data/events/script/player.lua then we look for a function: Player:onMoveItem It might look like this: function Player:onMoveItem(item, count, fromPosition, toPosition, fromCylinder...
  2. Ichito123

    SNOWBALL WARR TFS 1.2

    Hello everyone i have problem with that ;/ function onSay(player, words, param) if not isInArena(player) then return false end if param == "shoot" then if player:getExhaustion(8002) > 1 then return true end if not...
  3. Ichito123

    SNOWBALL WARR EVENT

    Hello i have error and i dont know how i fix it ... ;/ Little help ? And there is my code: function startGame(rounds) if rounds == 0 then if #CACHE_GAMEPLAYERS < SnowBall_Configurations.Event_MinPlayers then for _, players in ipairs(CACHE_GAMEPLAYERS) do...
  4. Ichito123

    CEMAKE COMPILE OTCLIENT

    Hello All i use tutorial by site: https://github.com/edubart/otclient/wiki/Compiling-on-Windows and in cmake 3.18.3 i have this error: CMake Error at C:/Program Files/CMake/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:165 (message): Could NOT find Boost (missing: system thread...
  5. Ichito123

    STORAGE BY KILL MONSTER [TFS 1.2]

    Hello i have this script: data\creaturescripts\scripts function onDeath(cid, corpse, deathList) if getCreatureName(cid):lower() == 'pradawny demon' then for i = 1, #deathList do if isPlayer(deathList[i]) then setPlayerStorageValue(deathList[i], 5840, 2)...
  6. Ichito123

    otclient-master 0.6.6 10.99 COMPILING

    Hello All, I have problem with compiling this version Ot Clinet. I use this tutorial : https://otland.net/threads/compiling-otclients-latest-source-with-microsoft-visual-studio-2013.204849/ And nothing ;/ I'm using virtual studio 2019. Maybe can you sent my god tutorials ? I need libs, god libs...
  7. Ichito123

    ERROR CONSOLE ARENA SVARGROND # ARENATHROPY

    Hello I Have problem error with my scr. And i have question, how i fixed ? THanks for help. and my arenaThropy. function onStepIn(cid, item, position, fromPosition) local player = Player(cid) if not player then return true end --trophy tile actionid should be 23201...
  8. Ichito123

    TFS 1.X+ Error spell console

    Hello Everyone i have problem i use this spell: And i have this error. Any Ideas how i can repair this script ? Lua Script Eror: [Spell Interface] data/spells/script/my/ue/mort.lua:onCastSpell LuaSctiptInterface::luaAddEvent<>. Argument #4 in unsafe stack trackback: [C]: in funcion 'addEvent'...
  9. Ichito123

    TFS 1.0 NEW MONEY / NOWA WALUTA

    Witam chociaż znalazłem inny poradnik bardzo podobny do tego który Ja Tworzę jest pewna różnica. Temat gdzie został poruszony ten problem https://otland.net/threads/tfs-1-2-crystal-coin-gold-nugget.253866/#post-2462745 A teraz Ja uzupełnie troche informację: 1. Wchodzimy do źródeł szukamy...
  10. Ichito123

    Money does't worked

    I have problem this same like in there theread: Currency Issues: Source Edit? I added two new custom currencies to my server, scarab coin and skull. Once you have 100cc you can change it to a scarab coin, once you have 100 scarab coins you can change it to a skull. It seems that the currency...
  11. Ichito123

    TFS 0.4 PROBLEM WITH MONEY

    Hello Everyone I have big problem with money. I creative custom money 100CC=100SZM=100R. When i buy something ang i have with my in my backpack the most big money 100R i gived back only 14R ;/ 100R = 10000000000 GP I buy for example bow worth 100gp. Where i find files responsible converter money?
  12. Ichito123

    KOMPILACJA TFS TRUNK r.3884 na 64bity

    Witam wszystkich mam prośbę próbuję skompilować te source na wersje 64 bitową ale w Devcpp z paczkami wyskakuje mi że 64bit incomatible czy jakoś tak no nie da rady ściągnąłem ponoć wersje Deva na 64 bity ale dalej ten sam błąd. Dodam że robie to pierwszy raz prosiłbym kogoś kto umie to zrobić o...
Back
Top