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

    how i can add cast system? tfs 1.2

    If you don't know how to add it, you should first learn how to program c++, look at cast systems available in the rewources -> c++ section
  2. Milice

    Ip changer for mac?

    Compile what really? And i'm pretty sure with some modifications u can use OTClient.
  3. Milice

    Ip changer for mac?

    There aren't any mac version of tibia? So if ur running wine just use a windows ipchanger
  4. Milice

    Tfs 1.1 - Items Decaying problem

    Do you have a movement added for the item(s)?
  5. Milice

    Lua Interactive party OT (bonus exp)

    Ah, my mistake. I do more c++ than LUA these days.. Thx for the correction :p
  6. Milice

    Lua Interactive party OT (bonus exp)

    Simple example, psudo code written via phone: function onKill(player, target) If(player:isInParty()) then player:addExperience(target:getExpWorth() * (player:getParty():getMemberCount() - 1 <= 5 ? player:getParty():getMemberCount() - 1 : 5)) End end May even be a bad example to...
  7. Milice

    Login with OTclient

    Have you edited your protocolold? If the client is i think <= 760 it will use the old protocol, you will have to edit that in your sources. Something like if(version <= 760 && version < CLIENT_VERSION_MIN && version > CLIENT_VERSION_MAX) Or If(version <= 760 && version != CLIENT_VERSION_STATIC)
  8. Milice

    Tibianus.org - discussion thread - DATE RELEASED!

    Tibi anus, top kek m9.
  9. Milice

    Compiling Force talkaction

    Do you mean kind of like the old makeSay fuction?
  10. Milice

    The forgotten login server [10.8 supported]

    pull request to where?
  11. Milice

    What is your best ot all the time?? or now

    Exodus was my first ever ot experience so i'd have to go with that
  12. Milice

    [TFS 1.1] Unjustified points window?

    It's disabled, or not coded.
  13. Milice

    Protecting Against Paypal Chargebacks

    Add a line to your paypal ipn so that if anyone do charge back it will remove their account and ban the latest ip of the same account?
  14. Milice

    Scripter Looking for a scripter that can make us a few systems, will be paid!

    Vouch for Tarjei, i was one of the main developers for necronia in the beginning, he definatly knows his shit
  15. Milice

    The forgotten login server [10.8 supported]

    This is probably because the master branch of TFS doesn't support 10.8x yet, you'll have to update your server or wait for the release.
  16. Milice

    The forgotten login server [10.8 supported]

    If you're gonna host on the same computer i would recommend to remove the bind of protocolLogin completely from your TFS. alternativly if you just want to try it out, just change the port on protocolLogin and protocolStatus to some other port in config.lua
  17. Milice

    [SHOW OFF] Otclient Flash Edition (Graphics Only)

    Looks awesome! Got a github or something? And what's left to do?
  18. Milice

    How to add "non pvp in party" TFS 1.0 ?

    You probably want to change the canDoCombat function. Also you should consider using TFS 1.2 instead of 1.0
  19. Milice

    Compiling Visual studio 2015 (community)

    http://sourceforge.net/projects/boost/files/boost-binaries/1.59.0/ works for VS14 ( visual studio 2015 ) https://dl.dropboxusercontent.com/u/18256936/TFSvs14/tfs-sdk-2.14.7z (updated mpir lib cause it threw errors.) 32-bit untested. Also a new sulution updated to VS14, with linker warning...
  20. Milice

    Using Flash Client in Ots

    Because it's a really heavy project and about 98% of everyone in the OT community are leechers who never gives anything useful back. Why would we sit here and give all of our hard work away for free? Let's say you have a full time job, would you just give away half your salary for no good...
Back
Top