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

    [C++] Monster Target

    If the target monster is one player and if the player has summons, the monster has a 100% chance of attacking the summon, else, the monster attacking player. It's possible? I've tried this in creaturescripts: function onCombat(cid, target) local summons = getCreatureSummons(target)...
  2. TaurenLess

    Lua Chance Attack Summon

    I am creating an event that the player summons a monster, and the monsters were due to have 100% chance to attack the player's monster, the monster only when the player dies, the monster will attack the player ... Does anyone know how to do? Sorry for my bad english.
  3. TaurenLess

    Linux MultWorld Same Port

    How can I put 2 "ots" with different ips on the same port(7171)?
  4. TaurenLess

    VIP Otland

    Alguém pode comprar VIP aqui na Otland, dou dinheiro no pagseguro?
  5. TaurenLess

    Lua Not Attack Guild With Spell

    function onAttack(cid, target) if isPlayer(target) and getPlayerGuildId(cid) == getPlayerGuildId(target) then if getPlayerStorageValue(cid, 57090) == 1 then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Você não pode atacar membros da própria guild. Para desativar use: !pvp...
  6. TaurenLess

    Linux phpMyAdmin forbidden Ubuntu 10.10

    When I go to access http://myotserver.com/phpmyadmin I get this bug: You don't have permission to access /phpmyadmin on this server. I've tried http.conf <Directory /usr/share/phpmyadmin> Order Allow,Deny Allow from All </Directory> and etc... and nothing... Help?!
  7. TaurenLess

    Lua Globalevents Script

    Someone creates a script to globalevents that on a certain day, and the time it is mentioned, it is activated. Example: Sunday, 19:00 hours the message in the tibia, the event will start in 3 minutes, then 3 minutes after the message, the event started! I do not know to DATE with LUA functions...
  8. TaurenLess

    Lua Exausted Casino

    Script Here: --[[ Advanced Slot Machine by Cybermaster ]]-- --REQUIRED MONEY(gp) TO PLAY SLOT MACHINE local money = 1000 --MILISECONDS TO CHANGE FRUITS local time = 200 --ITERATOR TIME TO STOP CHANGING FRUIT IF PLAYER DOESN'T (30 is like 7 seconds) local limit = 30...
  9. TaurenLess

    Restart TFS Linux

    Ae galera, uma pergunta noob aqui :O... To usando Ubuntu agora e ja ta tudo pronto do meu OT, só quero saber uma coisa, pra ele reiniciar sozim no global save, o que eu uso, tem que ter algum arquivo ou quando abri ele com algum comando ele ja se reinicia sozinho ? Abrass D:
  10. TaurenLess

    Windows Subdomain in Apache

    I tried many tutorials on google, but found one that worked. I want to create a subdomain to a folder in htdocs. Example: xampp/htdocs/index.php = www.falconiaworld.com xampp/htdocs/sv1/index.php = sv1.falconiaworld.com Somebody help me?
  11. TaurenLess

    Help Amulet Various Functions

    I tested the script Skull Amulet of SpiderOt, is working 100% for players red and black skull... function onPrepareDeath(cid, lastHitKiller, mostDamageKiller) if (getCreatureSkullType(cid) >= 4) then if (getPlayerSlotItem(cid, CONST_SLOT_NECKLACE).itemid == 2131) then...
  12. TaurenLess

    MySQL - Xampp

    Ae galera to com um problema no MySQL do xampp, do nada ele é desativado sozinho todos os dias... aí quando é desativado buga tudo por que sem MySQL não tem players neh... :X Alguém ja teve um problema parecido e poderia me ajudar ?
  13. TaurenLess

    Global Save

    Galera, quando meu servidor da muitos players e na hora do Global Save as 00:00 Horas, ele trava na parte de Preparing to shutdown.... e não reinicia-se sozinho. É a segunda vez que isso acontece, é só quando da muitos players, deu 300 players on e na hora do save ele não quis reiniciar, tenho...
  14. TaurenLess

    Ataque Shell

    Ae galera, meu OT está sofrendo ataque de uns invejosos, um grupo de pessoas, tudo RL. Aí eu conversei com 1 deles, o lider, pra parar de nukar la que eu ia dar uns itens VIPs e tals... mais aí o que eu queria mesmo era adicionar ele no MSN para que eu pudesse saber como ele estava atacando o...
  15. TaurenLess

    [Gesior] WhoisOnline Accumulating

    WhoIsOnline page is accumulating the amount of players online ... Help me .. Rep+ if help... Image: http://i53.tinypic.com/2uel7pc.png
  16. TaurenLess

    Lua Creaturescript Bless no drop

    I've tried in every way a solution to the player that has the 5 blessings drope not loot, and had no success. Then I had an idea that someone could create a CreatureScript that if the player has all the blessings didn't drop the loot. Anyone can create? Sorry for my bad English :$
  17. TaurenLess

    Blessings

    Guys, I use the talkaction !bless my OT only loot that is dropping, I tried several! bless and continues dropping loot. Could anyone help me? Thanks!
  18. TaurenLess

    Lua Lib NPC's TFS 0.4_DEV

    Hello, I want a LIB folder of NPC's, I'm in trouble, players that use Elf Bot can buy from the NPC's grace, I was told was in LIBs. Thanks =D Sorry for my english... :$
  19. TaurenLess

    Duvida, Linux ou Windows

    Ae galera, to com uma dúvida aqui, eu ja criei um servidor ficou 2 meses online, média de 150 - 200 players on, criei em windows... só que eu sofria muito com a segurança deles, sofria muitos ataques DDOS e etc... e windows é muito dificil achar algum programa com segurança de 100% gratuito e é...
  20. TaurenLess

    Lua War System TalkActions

    I bought the war system, I wonder if one existed talkaction that the guild leader cancels the war without end the number of frags ... Existing commands are: /war invite /war accept /war cancel /war reject /balance /balance donate /balance pick None of these talkactions works, as I...
Back
Top