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

    Complaint Thread with FIX for TFS removed without any information or warning.

    Greets. I got question for the OTLand Staff. Few days ago I found a bug (memory lack) with TFS 0.4 and mysql++connector. I know that amount of peoples using mysql++connector is not much, but it can be useful for somebody. I have created a thread with fix for this memory lack. And yesterday or...
  2. Gandh1

    Solved Lua Error

    Maybe you have just make mistake with second function name? Try changing doTransformItem({x = toPosition.x, y = toPosition.y + 1, z = toPosition.z}, itemEx.uid, 7523) with doTransformBack({x = toPosition.x, y = toPosition.y + 1, z = toPosition.z}, 7522, 7523) But I don't see sense of making...
  3. Gandh1

    How to: Tree bridge (Floating)

    How To: Get few likes with old known trick : D
  4. Gandh1

    [Need a fix] (internalGetPlayerInfo) Player not found when requesting player info #18

    Try of changing this line: addEvent(setSkullColor, 1, cid) just with it: setSkullColor(target) If this will not work - you don't need to use onKill, you can use onDeath. This script is changed to use onDeath instead of onKill (not tested - remember to change correspond line on...
  5. Gandh1

    doSummonMonster

    lua_pushnumber(L, g_game.placeSummon(creature, name)); Because you're not still using position variable in your code (even function g_game.placeSummon can not use it as parameter). Use this function (not tested) Take care about result's verification of this function, before my changes it was...
  6. Gandh1

    Fix/Patch Mysql++Connector - RAM lack

    Hi. Sorry for not best english. Today I got problem with logging into new created project based on TFS 0.4, compiled with mysql++. When I was entering into game as Account Manager, I had memory lack - RAM increased to almost full limit, and I got message on console like "Allocation error"...
  7. Gandh1

    [8.6] Encoria - base of Xenoria.pl, derivative of Tiberia.pl

    Hello. I'm uploading today this server - orginally was started about one year ago, but has been "hacked" in the "top secret military logistics operation". Now it will be really public, not only for one team. Server is based on Tiberia.pl, but almost tuned, now team of Xenoria is basing on this...
  8. Gandh1

    Action [7.x][8.x] One more simple annihilator quest with useful options

    If this script is not work in some version, say in this thread. Can you comment this script? All constructive comments are welcome. Sorry for bad grammar if somethere i wrote wrong. : D
  9. Gandh1

    Action [7.x][8.x] One more simple annihilator quest with useful options

    Hello. I have fresh annihilator quest, with some useful options like: • you can set how many players are required to start quest • players haven't to come with whole team, even one player can do quest • players have to kill all monsters before exit room • you can set whether monsters are...
  10. Gandh1

    Offline Messages :)

    #up for 99% wrong path to folder, where messages are saved. Edit in config, messageSavingDirectory. Folder must exsist, so you have to create it before using script. Hmm soon I'll create version with saving messages in database.
  11. Gandh1

    Offline Messages :)

    Only by this command. In lua isn't possible now, because tfs don't have any event when speak to channel. But isn't problem to write it in C++.
  12. Gandh1

    Offline Messages :)

    Hi. I do this script for few Polish forums, but why do not I put it here too. Little screen: Go to mods/ and create offline_msg.xml and paste there it: Paste Code: http://wklej.to/Pt7WF <?xml version="1.0" encoding="UTF-8"?> <mod name="Offline Messages" version="1.0" author="Gandhi...
  13. Gandh1

    Error during getDataInt (auction_balance)

    Refresh. I searching answer for it too. Someone know why getDataInt sometimes normally works and sometimes shows an error? I can't find nothing interesting in the source code.
  14. Gandh1

    TalkAction [8.x]Saying System!

    Ok, i wrote new script specifically for TFS. Now, there are no errors. Enjoy.
  15. Gandh1

    TalkAction [8.x]Saying System!

    Hi. Sorry for my bad english xd. This is a my new noob scirpt. I'm write it to my server (aries 8.1) but it must work on a newest engines. Later I plan to edit this script for the latest version of the TFS. How it works? Script gives us a four useful commands (two for normal players and two for...
Back
Top