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

    Protocol Version 1101

    My code seems to be working fine. However, you need to edit the first bytes to match your server name. Also add bool m_receivingWorldName to connection.h I use TFS 1.0 void Connection::parseHeader(const boost::system::error_code& error) { m_connectionLock.lock(); m_readTimer.cancel()...
  2. gunz

    Remembering good times [OPEN-TIBIA]

    I used to host many servers: YurOTS, Neverland, WorldWar, Evolutions and then RL maps came. :) The best memories are from hosting a server called bestpvp.no-ip.org which used WorldWar engine (accs 1/1 - 7/7) and became pretty successful. :) Recently I found screenshot of it showing on otservlist.
  3. gunz

    [FRANCE] Gunzodus 10.00!and11.92 Warzone 4,5,6/Falcon Castle/New Asuras/Gnome Items

    @vTune @Thexamx The promo code can be used only on accounts created after date the promo code was generated (to ensure it will only aim new players). There are still promo codes not used in the past (from november): cdguqrq3of 9qu0vfjjsf
  4. gunz

    [FRANCE] Gunzodus 10.00!and11.92 Warzone 4,5,6/Falcon Castle/New Asuras/Gnome Items

    Promo codes for 50 premium points! juor3msbyv tgpajonqbt sppswg9ayk cswyprokor p9ygnwaptb im1t6qwk0a k37ww7yitb opkwttawri lke47yyzdt brpjymrz8s Join us now!
  5. gunz

    Protocol Version 1101

    @Milice yes this seems like a reason. I successfully updated the protocol in TFS by editing connection.cpp to accept bytes till '\n' is received. However, I am still figuring out how to make it dynamic by a world name (now the first 2 chars of world name is checked with first 2 chars of...
  6. gunz

    OpenTibia Item Editor (10.98)

    What about sources ?
  7. gunz

    Protocol Version 1101

    Uhmm it seems like new protocolgame class should be implemented in TFS which would extend existing protocolgame class and replace parseFirstPacket a login methods. Have you also done some research for payloads ?
  8. gunz

    Very important - Rules change on otservlist.org

    You have to try WTFast first, it is impossible to have a lot of players from same IP. (I think you can get only 5-6 players from same IP) So this is not a problem. If you send me some cafe where I can enter and see 10 ppl playing Tibia and specially, one OT, I will definitely move to this place...
  9. gunz

    OVH LAG

    I have bad experience with OVH vpses, specially with load average. The CPU was about 1-2% but load average hit values of 3-4 which is too high. That's caused by many VPSes running on one node. You should complain that with them.
  10. gunz

    Very important - Rules change on otservlist.org

    Have you read something about limiting IP ? You can have as many players as you want on one IP, just dont send them using status protocol. I posted working solution on previous page
  11. gunz

    Very important - Rules change on otservlist.org

    I actually don't live in a modern world. I live in Slovakia which is on the tail of modern countries. (sadly) Maybe you can take a time and demonstrate the problem. Say some example of the city, upload some statistics and we can talk not just mention what bad things can happen. You can also...
  12. gunz

    Very important - Rules change on otservlist.org

    It would not be merged probably. This rule does not say you must disallow more than 4 MC, it says you just don't send them in your status protocol. Second thing is, the proxy providers are not that stupid to send 200 unique connections to one server with same IP since there are a lot more...
  13. gunz

    Very important - Rules change on otservlist.org

    I've created a working code you can implement in your server. protocolstatus.cpp (TFS 1.0/1.1/1.2) Someone can do it for 8.6 @xinn @Sir Knighter @Flatlander Change: players.append_attribute("online") = std::to_string(g_game.getPlayersOnline()).c_str(); To this: uint32_t real = 0...
  14. gunz

    Very important - Rules change on otservlist.org

    Internet cafes ? Can you count how many cafes are still open in your city ? Because in my city it is only one left and it used to be like 10 of them 8 years ago. You want to say that hundreds of people on dreamhack played some OT ? I also doubt that someone plays Open Tibia in that cafe. I...
  15. gunz

    [bitaac][Laravel 5.3] The AAC built for oldschool community

    Ive developed laravel aac for Gunzodus too but it was my first laravel project so the code is not that cool. I am interested if you use some caching mechanism there because its so easy to implement in laravel. Keep up good work! :)
  16. gunz

    [FRANCE] Gunzodus 10.00!and11.92 Warzone 4,5,6/Falcon Castle/New Asuras/Gnome Items

    Promo codes for 50 premium points. nrmdiug9bk o7q4egsfvf 4pwj9ekdip 8qz7ezwfjx ozlb73plva uxj3gyckvw tsyz3urajw cuu2plv3sj sb4imgjtqy slpsmqc100 Promo codes for newcomers. Adds 50 premium points to your account xbbdhwxtu1 pah5nrv2di bjbdprkgbo kghc7k4fgi 4sqsjj3p4q stfbc2tte7 3redarcv76...
  17. gunz

    [TFS 1.1] Outfit Bonuses

    No it's made only in sources.
  18. gunz

    [FRANCE] Gunzodus 10.00!and11.92 Warzone 4,5,6/Falcon Castle/New Asuras/Gnome Items

    Promo Codes for 100 Gunzodus Coins! Can be used only by newcomers! mqfce5xb4c nq8itvlw4l ywhrfzvdty s31fbzo1is saqpujotal tk1rikop2z lmjuqg10o6 bjgp5wlbus 3tdhnu7tqr hd4fedn3lk
  19. gunz

    [TFS 1.1] Outfit Bonuses

    This is how we did it on Gunzodus (now we use different system - bonus packs), I will post a code soon. The lua code is little bit messy because you need to define all those conditions for every skill. <outfit type="1" looktype="128" name="Citizen" premium="0" unlocked="1" speed="10"...
  20. gunz

    OpenTibia Tibia 11 IP Changer

    I agree if the IP changer connect to remote login server, start local web service and send data to 11 client. Then it would be able to use on all .98+ servers :) However I dont know it its worth to make since not manny ppl would use that because of no bot.
Back
Top