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

    Bitcoin users?

    This useless statement I had, was towards @Arashel As for your question. Let's agree on few things so we know we understand each other. On the previuos post, you talking about 2 things. Investment value(speculation of how much it could be worth in future) and general value(how much majority of...
  2. whitevo

    Bitcoin users?

    Well, I'm not in a mood for arguing, but god damn it annoys how much you just spout false facts..
  3. whitevo

    Bitcoin users?

    To me, it feels @Arashel doesn't get the fact that all those revolutionary failures we have lived through have increased the quality of humans. But he is right about government in a sense that may stop the innovation if it will harm their political control over how the city operates or state or...
  4. whitevo

    Bitcoin users?

    But you can buy food with crypto where the user interface is created. Of course it wont be mainstream because most countries are under bank control.
  5. whitevo

    Bitcoin users?

    Ugh, guys, just watch few tutorials how to make cryptocurrencies and what is the difference between decentralized network, centralized network and distributed network. After that, you pretty much get the idea why we will move towards crypto and why it's going to be more reliable than paper...
  6. whitevo

    OTServ in other programming languages.

    Javascript and webGL, in my opion would bring the coolest OTServ Very high performance + in the web.
  7. whitevo

    Whi World - Open Source Server with Configurable Features

    Happy Holidays It's been almost 3 years when I started creating Whi World. Has been an interesting journey and learned a ton of new skills because of this. The first year I mainly learned Lua and programming in general. The second year I adopted clean code ideas and started making my code more...
  8. whitevo

    Whi World - Open Source Server with Configurable Features

    Changes in performance? No Changes in the number of work developers spend on registering and creating onUse functions? Not really. The main reason is for improving maintenance and modular development. I'm sort of creating the game engine, not just a server to play on, Whi World itself is just...
  9. whitevo

    Bitcoin users?

    bitcoin valuation takes 10minutes, but Etherium takes few seconds. If you talking about cryptocurrency to hard cash, that's a separate story, it depends on the bank who is controlling the exchange. Bitcoin is limited but infinite. As you see it already stretched out into 0,0000000 something...
  10. whitevo

    Whi World - Open Source Server with Configurable Features

    Web development: That small complication seems to be rather problematic. Still not solved. If by next week web developer can't create an object class, which I could attach method on to (animation effects, parameter changes, etc) I will start looking for another web developer, who has some WebGL...
  11. whitevo

    Bitcoin users?

    Humans regulate Visa. Usage regulates Cryptocurrency. I made my choice.
  12. whitevo

    Bitcoin users?

    Not just few weeks, if you just thinking for the future and have money to spare, spend it on etherium. My personal opinion, it reaches 50k before Bitcoin.
  13. whitevo

    Bitcoin users?

    what part of cryptocurrency you missunderstood?
  14. whitevo

    Bitcoin users?

    coinbase fucked me over xD Bought litecoinsfew days ago. Now it increased 3x, but my buy was refunded... sad face. oh well doesnt matter. gona buy again.
  15. whitevo

    Lua onMoveItem - players can hold only ONE item

    function ownerIsPlayer(player, fromPos) if not player then return end if fromPos.x ~= CONTAINER_POSITION then return end if bit.band(fromPos.y, BIT_CONTAINER) ~= 64 then return end local container = player:getContainerById(bit.band(fromPos.y, BIT_CONTAINER_ID)) return...
  16. whitevo

    Job to make webpage custom...

    Gl. Not sure what custom means for you, but if you are not looking for AAC edits then i suggest to find web developer on freelancer pages. Here is only very few ppl who are skilled enough to do a custom website and usually they don't have time for such big tasks. Even on freelancer sites it's...
  17. whitevo

    Lua onMoveItem - players can hold only ONE item

    Tfs version?
  18. whitevo

    Whi World - Open Source Server with Configurable Features

    Web development: Few complications came up, perhaps next weekend the first testing version is ready. Story progression: All good left side of the forest is now and things what are there are now described and improved greatly. Moving towards general forest and cyclops cave/mountain Game Engine...
  19. whitevo

    (TFS 0.4)Monster behavior problems

    Change line 675 in creature.cpp from this isUpdatingPath = true; to this isUpdatingPath = false; If that doesn't help, problem is more complex and requires few hours to solve.
  20. whitevo

    (TFS 0.4)Monster behavior problems

    This issue seems similar to the TFS 1.x problem: Solved - Weird monster behaviour in TFS 1.1? However, without seeing your source it will be hard to tell where exactly your problem could be. I suggest to somehow link us the creature.cpp files or entire repo if it's not a secret (highest chance...
Back
Top