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

    A new concept of a Tibia-like MMORPG based on web transport

    You do realize that 98% of these users come from mobile phones? On android it has over 100mln downloads.
  2. oen432

    A new concept of a Tibia-like MMORPG based on web transport

    Playing games on a browser is very old school honestly. Weird platform choice to aim for.
  3. oen432

    OTClient Error compiling OTClientV8

    https://github.com/OTAcademy/otclientv8
  4. oen432

    How to convert a large pixel image to a wall painting?

    1. Open/paste image 2. Select it either with Rectangular Marquee Tool (M) or select all with CTRL + A 3. CTRL + T to enable Transform 4. Scale it down 5. At the top bar next to R: in the second box with 0, set it to 45 (for side view 90 and -45)
  5. oen432

    How to convert a large pixel image to a wall painting?

    Hey Slikeer, that's very slick :cool:
  6. oen432

    Lua Item time left/charges

    Missing Fixed Item Duration client-server time difference · OTAcademy/otclientv8@268d973 (https://github.com/OTAcademy/otclientv8/commit/268d973e189761405f79f872a9d66da29fe8d95e) to work with #3 of the server side commits.
  7. oen432

    TFS 1.X+ Is there a better way to add combat check?

    Oh you want to edit sources then? Cause that's what you have to do otherwise... Use the events that I mentioned, check if target is player and has a skull (in area check for creatures on the tile), create temporary table where you hold last timestamp per player id and when they did such thing...
  8. oen432

    TFS 1.X+ Is there a better way to add combat check?

    Creature:onTargetCombat and Creature:onAreaCombat in events (enabled it first in events.xml)
  9. oen432

    Lua Item time left/charges

    The only thing to do is for you to check the changes, if you haven't missed anything.
  10. oen432

    Nightryczeks Gallery

    That is freaking awesome, color palette 10/10.
  11. oen432

    Question about map downloading in config.lua

    It only checks by the file name if it exists and won't download if it does. So if you change the file name then it will redownload the map but won't remove your previous one with new name.
  12. oen432

    Animation/decayTo

    Are you using v8? Not so long ago I made an update that makes every item have own animator, maybe that will help?
  13. oen432

    Crow Sprite Gallery

    This golden-blue robe is so fucking nice
  14. oen432

    Moving forward

    Who is calling everyone leechers? Putting words inside peoples mouth is meh. This is exactly what I'm talking about. Because we can code does it mean that we have to do it for free for any open source project ever? Learn how to code yourself and start contributing then. Also tell me how many...
  15. oen432

    Moving forward

    And then they shit on us for selling scripts, that in no way would help this community progress. And for what? Because they want to start their OTS with P2W item shop and make 10x than the cost of our scripts? So instead of investing they just want all the shit for free, claiming it's for the...
  16. oen432

    New weapon in OEN423 upgrade system

    Update function Item.getItemType(self), function ItemType.isUpgradable(self) and function ItemType.canHaveItemLevel(self) to include fist.
  17. oen432

    Woodcutting Profession System

    Why does it scream "Ravendawn"?
  18. oen432

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    Move that table outside the function.
Back
Top