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

    Compiling If i compile with dev-c++ i got this error.

    I try compile the tfs 9.60 but i got a error on this line: #include <openssl/rsa.h> OBS* Windows
  2. russogracie

    Linux Compilling in Linux Debian 6.x

    In the step of build.sh or make i gave this error: I believe the error is incompatible libs. O.S: Linux Debian 6 - 32bits I installed this libs: apt-get install subversion autoconf build-essential pkg-config libboost-dev libgmp3-dev libxml2-dev liblua5.1-0-dev libmysqlclient-dev...
  3. russogracie

    Linux Compiling in Ubunto 12.04

    I compile all normaly, but in the step to ./build.sh He gave errors don't compile. I installed this libs: apt-get install subversion autoconf build-essential pkg-config libboost-dev libgmp3-dev libxml2-dev liblua5.1-0-dev libmysqlclient-dev libcrypto++-dev ccache libboost-filesystem-dev...
  4. russogracie

    Promoted Players Problem

    My config vocations is this: 1- Master Sorcerer 2- Elder Druid 3- Royal Paladin 4- Elite Knight 5- Wizard 6- Shaman 7- Supreme Archer 8- Gladiator Script: <?xml version="1.0" encoding="UTF-8"?> <vocations> <vocation id="0" name="None" description="none" needpremium="0"...
  5. russogracie

    Linux Dont install Crypto++ Lib

    I use CentOS but i installed all libs, but the Crypto++ dont have installed. Look the error if send a comando ./configure: configure: error: "Required Crypto++ headers not found." HELP PLX
  6. russogracie

    Compiling Resolved

    What i do to make a modify in my sources to have a max items per tile? Help plx.
  7. russogracie

    Lua Modify Script

    This is a script of war of emperium, this is a creaturescripts ondeath: dofile("./_woe.lua") local config = woe_config function onDeath(cid, corpse, deathList) local killer = deathList[1] Woe.getInfo() if Woe.isTime() then if isPlayer(killer) == true then if...
  8. russogracie

    Attack DDoS

    Anyone have any really good ip tables are nukando my server. Help me porfavor do not want ot see my fail because of jealous.
  9. russogracie

    Compiling Fallow Attack

    Which part of the sources responsible for the attack fallow?
  10. russogracie

    Lua Fallow Attack

    Where would be the setting for the rate of speed that is acquired in fallow attack? For in my server to activate the fallow attack speed is very high right he would not be so fast. To my knowledge this would be sources in this setting but someone tell me where?
  11. russogracie

    Lua Count Kill Problem

    The scoring system is wrong because you have two people attacking a demon, the second will earn points not only of death and the person who has gained more exp. There's no fix? local monsters = { ["demon"] = 9545, } function onKill(cid, target) if(isPlayer(target) ~= true and...
  12. russogracie

    Lua Function in a script

    I wanted to add a function to my capture the flag, so when the player would acquire the flag he would suffer a loss of speed like a paralyze wanted him to be slower when you were with the flag and so I give the flag again normal speed. local t = { redStorage = 15000, blueStorage = 15001...
  13. russogracie

    Lua NPC Help

    How do I modify the script to a normal npc that sells items for money to an NPC to sell items for another alternative currency?
  14. russogracie

    Lua Clean Unused Houses

    My script is bugged: local config = { days = 1, log = false, file = getDataDir() .. "/logs/cleanhouses.txt" } local ns_query =[[ SELECT houses.owner,houses.id,players.name FROM houses LEFT JOIN players ON players.id=houses.owner WHERE...
  15. russogracie

    Lua [Movement] Remove Wall

    I have this script to remove wall on stepin: function onStepIn(cid, item, pos, fromPos) if isPlayer(cid) then doRemoveItem(getTileItemById({x=988, y=805, z=14}, 1049).uid) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, 'You have removed the wall.') doTransformItem(item.uid, 425)...
  16. russogracie

    Linux PHPMyadmin on Linux

    How do I properly install phpmyadmin? on linux of course I tried: apt-get install phpmyadmin Only a few blue screens aparecerer began asking for some information and I think this part was I wrong.
  17. russogracie

    Skill Formula

    I wanted someone who could modify this formula because I have a star atk: 85, and i want to hit it 400 to 600. Anyone can modify the formula?
  18. russogracie

    Linux Haste-Kick

    My server, it is linux based, in a semi-dedicated 2 gb. The question is, the server itself, is not Lag, but the high level players, has difficulty running. Chares are giving their Haste-Kick, that is, they will jump a lot, without having that perfection and sliding. That's a big problem in the...
  19. russogracie

    Linux Moving Problem

    I had my server Windowns players moving normally now I put the server on Linux to move the char is much slower it seems that three walks and hangs sqm WHAT is that?
  20. russogracie

    Windows Limestone Semi-Dedicated

    I have a semi-dedicated in Limestone Networks, bought the semi-dedicated by a company intermediate course. But am I getting DDoS attacks make it impossible to access the semi-dedicated WHAT could be done? Will contacting Limestone they can blockier attacks because the owner is paying for...
Back
Top