• 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. Marcelo Druida

    Shirako ~Mapping Thread~

    Man!! Make a video!
  2. Marcelo Druida

    Feature RTree structure, can be used to search for MILLIONS of sound zones.

    What do I need to code to use RTree in TFS?
  3. Marcelo Druida

    Lua Function Monster onSelectTarget(self, target)

    using a script you can set in the monster' behaviour to not target a Elite Knight but a mage or the weaker player in the screen
  4. Marcelo Druida

    Lua Function Monster onSelectTarget(self, target)

    You got the point. Tbh I did not take advantage of this function. On the release I've just wrote some stupid code. Would make sense if it only attacks <= 100 If any of you can suggest a better example I'd alter
  5. Marcelo Druida

    Castro AAC

    this look awesome
  6. Marcelo Druida

    Solved Sharing Lua States

    I did a workarround before I was not interested in making a shared lua state so I just had caught the lua_state that I wanted and I used it
  7. Marcelo Druida

    Graphic Designer Otc edition Job

    Video Unavailable This video may no longer exist, or you don't have permission to view it.
  8. Marcelo Druida

    Useful Links

    CandyBot Waypoints Single Server and Protocol Adding more tiles to game window ShovelKnight OTClient Files Protector How to encrypt client files (just tips, not full working code) OTClient on Browser Sound System Enhanced Sound System Advanced Sound System (external link) Tibia Theme...
  9. Marcelo Druida

    Scripting on the RME

    I've already done something like that but I used tile flags (and on server startup I seek for these flags on the tiles) also I did not placed items but colors like spawn/house/pz despite of this I'm very interested in improving this to work similar as you intend
  10. Marcelo Druida

    math.random() on startUp - The seed is bugged, here how to fix

    yea but my point is just that this thread is in the wrong subforum it would be useful for who is willing to learn scripts using OTLand content "How to change randomseed"
  11. Marcelo Druida

    math.random() on startUp - The seed is bugged, here how to fix

    Not a bug nor a discussion just a tutorial tbh its a very basic thing that everyone who studied a little knows
  12. Marcelo Druida

    Lua Function creature:moveTo(position)

    i couldnt and wont
  13. Marcelo Druida

    Lua Function creature:moveTo(position)

    function onCreatureDisappear(self, creature) if self == creature then return false end for k, v in pairs(self:getTargetList()) do if v ~= creature then return false end end local monster = self:getMonster() local spawn =...
  14. Marcelo Druida

    Lua Function creature:moveTo(position)

    I still dont get what is the addEvent for. alright, maybe it wont work but the problem is in the source. The creature is set to IDLE while it doesnt have any targets. What can be done is removing this idle thing or creating a diff script
  15. Marcelo Druida

    Lua Function creature:moveTo(position)

    I did not get what is the point of the addEvent function onThink(creature) local monster = creature:getMonster() local spawn = monster:getSpawnPosition() if not spawn then return true end if not monster:isInSpawnRange(monster:getPosition()) then if...
  16. Marcelo Druida

    Scripting on the RME

    cool i'm willing to add a system called route waypoint i was about to start coding it entirely in C++ but i'd for sure utilize the scripting interface
  17. Marcelo Druida

    Otservlist

    plus everyone knows that if you contribute you will never get banished
  18. Marcelo Druida

    [7.4] Melindria - is comming

    if the question is in english wont you answer it in english? hehehe would you share some sprites? I'd share some of course
  19. Marcelo Druida

    [7.4] Melindria - is comming

    good job! who made those sprites? tmj parceiro worst than not to use the official lang is not add relevant posts to the thread (and committing perjury)
Back
Top