• 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!

Recent content by zajacmp3

  1. Z

    [Modern Aac] WoW Style (recoded)

    How to get rid of this?:
  2. Z

    Linux Some protecion against DDOS

    The best way to protect yourself is: hakin9 ddos - Szukaj w Google Really... There is no other way. Just log this sons of bitches and report them to police. It is illegal and you can even get money from them for your "loss".
  3. Z

    [Compiling]Error in make

    Okay, but this is error in source. Linux is an operating system that will tell you whats wrong. Learn to read it :) otserv.cpp:(.text._ZN5boost11this_thread5sleepINS_10posix_time7secondsEEEvRKT_[void boost::this_thread::sleep<boost::posix_time::seconds>(boost::posix_time::seconds...
  4. Z

    [Compiling]Error in make

    To make sure install the necesary tools used to compile in debian systems. apt-get install build-essential This is package that includes all compilers and most of popular lib's used in making things from source.
  5. Z

    [Compiling]Error in make

    @up cut the crap ;) "Everything should be as simple as possible, but not simpler." @topic apt-get remove --purge libboost* apt-get install libboost1.40-dev libboost-system1.40-dev libboost-filesystem1.40-dev libboost-date-time1.40-dev libboost-regex1.40-dev libboost-thread1.40-dev @home...
  6. Z

    [Compiling]Error in make

    lib boost thread package for your OS is not good. You are running linux? What exactly?
  7. Z

    Lua TFS 0.3.6pl1 - doTeleportThing - Do not work.

    Hello! I want to introduce you a part of my test NPC script. On what I am testing some functions. I noticed that doTeleportThing does not work. I think the issue is in how I am writing position. Any ideas what I am doing wrong? function onCreatureSay(cid, type, msg) local pos = {x=1050...
  8. Z

    Solved TFS 0.3.6pl1 is lacking function getCreatureCondition - How can I get it?

    Okay thx every one I mark this solved. I checked by test NPC it and it works Here is the code I used to check: function onCreatureSay(cid, type, msg) msg = string.lower(msg) if (msgcontains(msg, 'hi') and (focus == 0)) and getDistanceToCreature(cid) < 4 and (getCreatureCondition(cid...
  9. Z

    Solved TFS 0.3.6pl1 is lacking function getCreatureCondition - How can I get it?

    Hello! If you are willing to help I will be grateful for... some time ;) My engine is lacking this very needed function getCreatureCondition It is marked as TODO but it was never done. How can I get it? I can't find any c++ code for it? Any... And now I just say - ANY help will be...
  10. Z

    [8.54] The Forgotten Server 0.3.6pl1 (Crying Damson)

    @up Normal version? not pl1? So here it is... Subversion It is source. You will need to compile it. I can do it only for linux. My question now... This version is lacking lua function getCreatureCondition It is marked as TODO, but I don't think there are any patches to this anymore so how can...
  11. Z

    Lua Error in setting actionID for an item

    Hello! I am running TFS 0.3.6pl1 and trying to modify quest system to read another variable. I made some progress on my own but there must be some error in my thinking. I added ['prize_actionid'] = {XXX} to my script with NPC's for quest but I can't get it to set actionID. Instead it is giving...
  12. Z

    [Gesior ACC]Aeron Layout: Future

    Shop module seems not to work at all. There is no option to add items to store and even if manualy added to database items do not show
  13. Z

    Lua NPC quest - getting actionID from item and set actionID for item.

    Hello, I am running a pokemond server based on TFS 3.6.pl1 My problem is with npc system. I wish to add a quest to it that will check item ID (that is already implemented) and action ID of a quest item. For bringing the right object NPC will give a item with specified ID and Action ID...
  14. Z

    LeaseWeb / ServerLoft / eUKHost

    I pay 10 Euro (After conversion of currency) And i get internet with record in signature (Not that fun :/ Normaly i get onlu 8mbits upload, but i hope so that it will be fixed cause i have problems with ping) And really I advice to buy a dedic in ovh -german if your players are mostly from...
Back
Top