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

    Solved Error with ModernAAC

    SOLVED: chmod -R 777 /directory/ I just installed Modern AAC on Debian and when I try to access the index.php I got 2 warnings: I dont know what files/dirs I should give permission. Any idea?
  2. ruda

    How to load .spr file?

    Hello, I'm making a little app and I'd like to know if there is any tutorial about loading .spr files. My app includes a player editor and I'd like to show the item sprite instead of it's name. I didn't found any open-source .spr editor here. If someone could tell me at least what lib should I...
  3. ruda

    Compiling compiler error

    I'm trying to compile TFS 0.4 revs 3777 and 3896 (Win 7 32bits) with Dev-Cpp by Stian and this error appears every time: I'm posting here because the error is related to the boost lib and not to the TFS 0.4
  4. ruda

    [8.7] The Forgotten Server v0.2.9 edited (r1)

    I got Talaturen's permission to post this. last update: r1 (26/01/2011) This is my TFS 0.2.9 edited, with some features: -Black skull system -Orange skull system -Guild wars system -Bless system fixed IMPORTANT: This is only the .exe file. You will need the files from the original...
  5. ruda

    Action [8.7] Taming monsters (mount system)

    Tested only in TFS 0.2.9. Scripted by me This is like real Tibia, but not 100% (I guess in tibia global the chances increase according to the health of the monster. I'll provide it) How it works? Use an item in the monster and you have chances to: tame the monster, have your item broke...
  6. ruda

    Fix/Patch 'Global like' bless system

    Well, this is the first time i tried something with C++. Since I was asking to Talaturen to add this since 0.2.7 and he didn't, I decided to do it by myself. I tested on 0.2.7, but works fine on every 0.2+, since the function is the same. replace all the void Player::dropLoot(Container*...
  7. ruda

    Spell that absorbs damage

    Hello is there any condition that makes you absorb certain kind of hit (like 'death' as an example) for certain time? thanks
  8. ruda

    Remove the 'finish step to cast spell'

    Is it hard to remove from the sources the part of spells system where you must finish the step to cast a spell? If not, can someone tell me what to replace in sources and I try compile it by myself? Thanks.
  9. ruda

    Noob question

    That's ridiculous, sorry. How do I ban a player (TFS 0.2)? There's not /ban, and /b only ban the ip.
  10. ruda

    onPrepareDeath problem

    Hi. I'm using TFS 0.3 beta 1 reward.luafunction onPrepareDeath(cid, lastHitKiller, mostDamageKiller) if isPlayer(lastHitKiller) == TRUE then lvl = getPlayerLevel(cid) if lvl > 0 and lvl < 100 then loot = 5807 elseif lvl > 99 and lvl < 200 then loot = 5806 elseif lvl...
  11. ruda

    2 bugs

    1º: promotion not being saved when the player dies 2º: dunno if its a bug, cos i dont play tibia global anymore, but the only way to buy stuff from npcs is saying 'trade' and buying from the menu. if you say the name item, nothing happens. so you cant buy the 'addBuyableItemContainer' items...
  12. ruda

    Blue robe not working

    Using TFS 0.2.13 <item id="2656" article="a" name="blue robe"> <attribute key="description" value="It is a magic robe."/> <attribute key="weight" value="2200"/> <attribute key="armor" value="11"/> <attribute key="slotType" value="body"/> <attribute key="magicPointsPercent"...
  13. ruda

    Error with TFS

    Suddenly my TFS 0.2.13 isnt loading the char list anymore. The error on console is: [05/07/2008 15:07:00] > MySQL ERROR mysql_real_query: SELECT `id`, `password`, `type`, `premdays`, `lastday`, `key`, `warnings` FROM accounts WHERE id = You have an error in your SQL syntax; check the manual...
Back
Top