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

    Feature Embedded proxy in your server.

    How about this proxyList.patch (https://gist.github.com/Mkalo/a3b419f092ab394d7d226308f066ae5e#file-proxylist-patch-L23) ? And it's not possible that you have error protocollogin.cpp:70:40: error: ‘account’ was not declared in this scope if account is defined here otland/forgottenserver...
  2. kor

    [8.60] Latest forgottenserver 1.3/1.4. Clean downport.

    Yeah, that's really stupid question. Have you checked the sources at least once? https://github.com/nekiro/forgottenserver-1.3-8.6/blob/master/src/luascript.cpp#L4160
  3. kor

    new client, old system - is it possible?

    Yes, it is.
  4. kor

    Feature Embedded proxy in your server.

    @theduck Have you read proxy.patch attached to first post? NO! Go back and add all changes you will find there.
  5. kor

    [Hex-Edit] Change 8.6 client ports.

    Hello. Try our client generator while you are waiting for small fix in MyOTClient - Rookgaard.pl (https://www.rookgaard.pl/client)
  6. kor

    Tibia Client 8.6, how can i change the directory tibia/automap?

    I'm using Freeware Hex Editor XVI32 (http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm)
  7. kor

    Tibia Client 8.6, how can i change the directory tibia/automap?

    Open Hex editor you like, goto address 1B8858 and change Tibia to other, max 7-letter word (you can overwrite extra 2 00 bytes). To change Automap directory, goto address 1CD8A0 and change it to other 7-letter word. After both changes it will look like...
  8. kor

    [Poland][10.98 + Android] Rookgaard - Xyla

    Hello. The time has come to sum up things that have been appearing on Xyla for some time now. Because we announced minor fixes on a regular basis in the game or on the Discord (including the newly created #announcements channel), below is a list of the larger and most important ones. 1...
  9. kor

    [Poland] [8.60] Rookgaard

    Hello. The time has come to sum up things that have been appearing on Fixera for some time now. Because we announced minor fixes on a regular basis in the game or on the Discord (including the newly created #announcements channel), below is a list of the larger and most important ones. 1...
  10. kor

    TFS 0.4 3777 to TFS 1.3 [8.60]

    There are no increaseItemId and decreaseItemId in 1.X. Having <!-- Increase/Decrease ItemId --> <action itemid="1873" event="function" value="increaseItemId"/> <action itemid="1874" event="function" value="decreaseItemId"/> <action itemid="1875" event="function"...
  11. kor

    TFS 0.4 3777 to TFS 1.3 [8.60]

    If you really want to have a total bug-free datapack - do it all by yourself. It's the best and only solution.
  12. kor

    TFS 1.X+ Quest log help

    https://github.com/otland/forgottenserver/pull/1973
  13. kor

    TFS 0.4 3777 to TFS 1.3 [8.60]

    You don't have to change anything. You have to simply move your datapack to TFS 1.3 directory, then make corrections in XML files (like <action actionid="123" event="script" value="test.lua"/> in 0.4 vs <action actionid="123" script="test.lua"/> in 1.3, <event type="death" name="TestDeath"...
  14. kor

    TFS 0.4 3777 to TFS 1.3 [8.60]

    TFS 1.3 have that file in it's repo otland/forgottenserver (https://github.com/otland/forgottenserver/blob/master/data/lib/compat/compat.lua) so you don't need to rewrite every script replacing "old" methods. In most cases it's enough and the rest could be also added there.
  15. kor

    TFS 1.X+ Quest log help

    Create other storage just for Quest Log, for example 95. Your code will look like <quest name="Amazon Camp Quest" startstorageid="95" startstoragevalue="1"> <mission name="Skull of Ratha" storageid="96" startvalue="1" endvalue="1"> <missionstate id="1"...
  16. kor

    How to cancel a started event?

    You are setting kickOutEvent to nil every time you use an item. Move kickOutEvent out of that function and try to remove local before it. So something like that: kickOutEvent = nil function kickPlayerOut(cid) local player = Player(cid) if player then...
  17. kor

    Anni bug

    @Krzkru I didn't tested whole script, but answering your question why it change into mossy wall. You have if item.itemid == 1945 then and then inside if failed == TRUE then doTransformItem(item.uid, item.itemid - 1) return TRUE end 1945 -...
  18. kor

    Show name of who casted on field TFS 1.3

    Community of you and @MartK ? ;)
  19. kor

    TFS 1.2 Tibia Store

    https://github.com/otland/forgottenserver/pull/2143
  20. kor

    Show name of who casted on field TFS 1.3

    @MartK So? I don't see connection between being good programmer and creating script when someone asked to do.
Back
Top