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

    Lua Another way to create FIREFIELD

    you don't need else here and you missed some crucial parts in your code, namely onCastSpell: local combat, combatFire = createCombatObject(), createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_ENERGYDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, 7)...
  2. Z

    Lua Why this potion ends?

    And what potion is the first script for? It seems like it is not in use at all here. My guess is that the potion you use is associated with potions.lua, not the first script you posted.
  3. Z

    Lua Why this potion ends?

    Can you post your actions.xml? And the path to your first script (including file name)
  4. Z

    C++ [0.4] No count more then 4 players on same IP (NEW otservlist.org rulles)

    I could create one for you, if you're willing to test it - I can give you the code, but you will have to compile, run and test it yourself. Also I will publish it once it's ready and tested. PM me if interested
  5. Z

    selfhosting

    Well, then they should not host a server, for the good of players. They can of course do what they want, but if they are too lazy to READ (as in, you really don't have to learn it, you can just read stuff, make a file where you put all the important things / commands / info and work with that)...
  6. Z

    The Forgotten Server 1.2

    Thank you for such a quick response :) I will definitely have a look at it them.
  7. Z

    The Forgotten Server 1.2

    I have a question, perhaps other kind of questions you usually answer here. Is there any kind of a list that would contain "tasks" / stuff missing from TFS that are meant to be implemented or are likely to be implemented, perhaps something that you'd like to do but have other priorities? And I'm...
  8. Z

    selfhosting

    While technically you can host and this piece of hardware would probably be enough for most servers, you should know that a computer itself does not work on its own. Like it was mentioned, one DDoS and you're probably going down. This is because your network is not protected enough and has a...
  9. Z

    Hoster Dedicated server PC

    Don't get me wrong there, but if you're willing to have your PC up and running 24/7, for free (I assume), then you better buy yourself ASIC and start mining bitcoins! :) But to get back on topic, I agree with post above, whatever your intentions are, I doubt someone will consider this over VPS...
  10. Z

    Feature True dual wielding for TFS 1.x

    It's been a while, so I'm wondering if this still works on TFS 1.2/1.3? If so, assuming you haven't done this already, would you mind perhaps creating a pull request to TFS regarding NPC idling optimizations? (Once again, assuming you haven't done this already which You probably have)
  11. Z

    Paypal Automatical give points

    PM me
  12. Z

    One Click and Death

    Yeah, if you could explain it a bit better then I may be able to write this one for you. Do you want a ring that, if equipped, makes other players (hit by the one wearing the ring) to die instantly?
  13. Z

    C++ Crash server tfs 1.2 [I can pay for fix]

    Well, I wish I could help you, but I'm afraid that this is simply not enough, at least for me, since I'm not that familiar with OTserv structure, I'd need to compile it myself with no optimizations and debug. If you have source code for what version of TFS you use then great, I can give it a...
  14. Z

    C++ Crash server tfs 1.2 [I can pay for fix]

    Are you sure this comes from unchanged TFS 1.2? I did check the git repo of TFS and there's no such function anywhere there. Do you have the source code for your server app? #Edit I just found this pull request ([WIP] Store System by brunominervino · Pull Request #2143 · otland/forgottenserver...
  15. Z

    Compile Tfs 1.2 64-Bit

    Well, I would say I can do both, but I'm not really interested in mapping as for now, same would go for scripting. If at all then I only have interest in server and client development and only in case something interesting would come along. But to answer to your original question, yes, I CAN do...
  16. Z

    Compile Tfs 1.2 64-Bit

    Still looking?? Could help you still need it, pm me
  17. Z

    Javascript instead of lua?

    Great to here. I'm not really sure how big is OT community currently, so no idea how many "votes" to expect, but I will keep checking this thread for sure. I'm pretty sure JS would be great addition, but I think my question is quite limited to Javascript, while what I'd really like to do at...
  18. Z

    Javascript instead of lua?

    Well, thank you for your effort :) I am aware of the differences between these two. I wasn't thinking on how to do this much, but probably embedding V8 is one possibility. What I am looking for here is simply the feedback on whether someone would make use of it and if people think that would...
  19. Z

    Javascript instead of lua?

    Hi guys I just had a look at OTS scene after few years of inactivity! I am currently looking for some projects to work on to remind myself of C & C++ as I've spent last few years in web dev. So.. I was wondering if there would be any use of abstracting scripting layer to allow virtually any...
Back
Top