• 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

    Tibia 11 Webservice

    If you use Jo3binghams IPChanger ) which is linked in the thread ) you set the path yourself. The reason i made it so that you can put it in the index.php (it checks for Mozilla/5.0 useragent which is used by Tibia11) is because then you will simply set your path to "http://example.ot" and it...
  2. Milice

    Tibia 11 Webservice

    Make sure you properly configured the MySQL options
  3. Milice

    Tibia 11 Webservice

    Due to the fact that a bunch of people seem to want to get their Tibia 11 client to work, i am now releasing a fully functioning login webservice. http://pastebin.com/uf2frXMf This script is made to be put at the very top of your index.php, before EVERYTHING else. This is to make it a lot...
  4. Milice

    OpenTibia Tibia 11 IP Changer

    Awesome work Jo3 \o/ Due to the fact that the official repository is now updated with the latest release, i have removed my pre-compiled file, please use the official repository. (Couldn't edit my post)
  5. Milice

    Compiling @TFS 1.3

    try using std::static_pointer_cast instead of normal static_cast and see if it makes a difference
  6. Milice

    Port

    port forward, also check for a DMZ setting in your router. set it to your local PCs IP.
  7. Milice

    Open 2 Worlds With World Transfer!

    I'll update the loginserver within the next couple of days seeing how people want/need it. I'll PM you when the next release is ready.
  8. Milice

    OpenTibia Tibia 11 IP Changer

    As much as i agree that this is a cool idea, i still believe it's up to each server owner if they want the Tibia 11 service or not. I will release a functioning webservice and any possible source changes needed soon™ as soon as i'm done with what i'm curently doing.
  9. Milice

    OpenTibia Tibia 11 IP Changer

    Since Jo3 haven't updated his release yet i'm posting a temporary link for those who can not compile the source themselves. This is compiled by me, straight from the source and pullrequest i made to the official repository. If @Jo3Bingham would wish me to remove the temporary link, i will...
  10. Milice

    OpenTibia Tibia 11 IP Changer

    Firstly, i'm not sure if joe compiled the new release yet? so if you're running your server somewhere else than on local host you may want to compile the ipchanger yourself. Secondly, in case you were not aware, Tibia 11 no longer uses a login server. Instead it uses a webservice for the login...
  11. Milice

    OpenTibia Tibia 11 IP Changer

    The reason why it works perfectly fine for you is because you probably have your webservice logally, check the github page of your ip changer project, i posted a pull request to fix this issue.
  12. Milice

    Lua correct duplicate names

    Change your accountcreator code to not allow creation of X if [VIP] X exists
  13. Milice

    So what is gonna be the new Shadowcores alternative?

    Every ot that resets from time to time can go shove a truck somewhere the sun don't shine, the players have often invested a great amount of their time and in the end, all for nothing. Any OT that need resets more than a couple of serverssves due to perhaps a small bug that got abused is a...
  14. Milice

    Compiling Help Compiling VS

    Have u installef boost for vc12 and added the system path variable? Should be a bat file in tfs-sdk for that if u don't know how to do it manually
  15. Milice

    Lua addon click all

    local outfits = { [0] = {136, 137, ...}, [1] = {128, 129, ...} } function onUse(cid, item, fromPosition, itemEx, toPosition) local outfit = outfits[getPlayerSex(cid)] for i = 1, #outfit do doPlayerAddOutfit(cid, outfit[i], 3) end doSendMagicEffect(getPlayerPosition(cid), 37)...
  16. Milice

    Solved Attempt to index local 'player' problem [TFS 1.2]

    If i were you i wouldn't even bother with this, improve ur script or people would just put so they would say !antibot every like 2.5 minutes
  17. Milice

    Windows How to compile TFS 0.4 r3884 for 64bit on Windows

    "I can't compile my server - stop noob posts"
  18. Milice

    Expand effects limit (client side, 254+) [PAY]

    Why not use OTC? Just curious as to why, considering it would be as easy as changing a few uint8 to uint16 or even uint64 if you for some reason would need it
  19. Milice

    Help With this FAST PLEASE

    You could always do something like local bonusTime = math.ceil((player:getStorageValue(1234) - os.time())/60) >= 0 and math.ceil((player:getStorageValue(1234) - os.time())/60) or 0
  20. Milice

    Htaccess Apache Ubuntu

    a2enmod rewrite
Back
Top