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

  1. B

    Compiling Experience Stages, wondering, looking for help.

    Hello, Im using Otserv Trunk 0.6.2v How can I add experience stages to this engine? hungry for your replies, your Belciu
  2. B

    Linux TFS 0.3.5pl1 crashes, wondering, looking for help.

    Hello, Ive got the same problem as test30, My machine: -Debian lenny -3gb ram Im running rlmap (85mb) map. Server is using 1.97gb of ram so I got about ~1gb free. After some hours my tfs (0.3.5pl1) is shutting down with no reason. In console I see a message: Segmentation fault...
  3. B

    [solved][lua][actions] script building problem

    Problem solved. this structure: Local config = { level = getPlayerLevel(cid), cc = level / 10 } Should be under function :) PS sory for double post.
  4. B

    [solved][lua][actions] script building problem

    There was something worng with the array (local config) so i changed it to this, and now it works:) function onUse(cid, item, fromPosition, toPosition) level = getPlayerLevel(cid) cc = math.ceil(level / 10) doPlayerAddItem(cid, 2160 ,cc) doSendMagicEffect(getPlayerPosition(cid)...
  5. B

    [solved][lua][actions] script building problem

    Hello dear scripters :) Im beginner in lua, i started writting in this language from yesterday xD I made my second script and it's not working. Could someone explain me whats wrong and correct it? local level = 1 function onUse(cid, item, fromPosition, itemEx, toPosition) if...
  6. B

    Fixed Guild War System for Website [include all]-[will not count frags] (TFS 0.3+)

    Hello Dear users, I got following bug! Im using old frag system (only last ppl is getting frag, [max 2 players] ) war_kill.lua script is adding to many frags to my database, can any1 explain me how to fix it? my war_kill.lua script: dofile("./GuildWar.lua") local PZ =...
  7. B

    TFS 0.3.5pl1 CentOS - Error on Start

    Sality, I tryied but I can't get libboost.system.1 or 1.0.1 on the other hand: I got many bugs when trying to combile it on CentOS Could you help me on priv? :D im PL same^^
  8. B

    TFS 0.3.5pl1 CentOS - Error on Start

    Hello! help for you: you dont have liblaries, so you must install them;) cd ~ wget http://kent.dl.sourceforge.net/sourceforge/asio/boost_asio_0_3_8.tar.gz wget http://switch.dl.sourceforge.net/sourceforge/boost/boost_1_34_1.tar.gz tar -zxvf boost_asio_0_3_8.tar.gz tar -zxvf...
  9. B

    Spell Jail Rune.

    How it works?
Back
Top