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

  1. dervin13

    Lua Limit object desintegrate rune

    Hello, there's a way to limit the object that clean in sqm like 10 every time that use the rune? Thanks local dead_human = { 3058, 3059, 3060, 3061, 3064, 3065, 3066 } function onCastSpell(creature, var, isHotkey) local position = Variant.getPosition(var) local tile =...
  2. dervin13

    AAC [MyAAC] [TFS 1.2] Character Auctions

    Thanks made some changes and worked, there's only the problem that others told before about points that don't add to account of the seller. Do you think it could be my version of myaac not updated or the script?
  3. dervin13

    AAC [MyAAC] [TFS 1.2] Character Auctions

    foreach($SQL->query('SELECT * FROM characters_auctions WHERE state = 0 AND finish_time <= ' . time())->fetchAll() as $finishedAuction) Sorry guys to bother, anyone know how to solve? thanks
  4. dervin13

    C++ HEALTH/MANA percent error with much life

    Hello, I use the code of health percent but after something about 23kk of life this stop to show 100 percent and shows the number 65445 if (player->getMaxHealth() > 0) { msg.add<uint16_t>(std::min<int32_t>(player->getHealth() * 100 / player->getMaxHealth()...
  5. dervin13

    Error SMTP

    Yeah, but How can I see where is the problem? For an example I was trying to configure and received email from gmail calling that was a strange activity, so I enable app and now I got this error
  6. dervin13

    Error SMTP

    An error occorred while sending email! Try again or contact with admin. Error: SMTP connect() failed. Troubleshooting · PHPMailer/PHPMailer Wiki (https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting) How can I debug it or see the specific error to fix?
  7. dervin13

    Lua How to modify to work only in specific days like sunday monday and thursday ?

    Hello, I'd like to know if someone can help me to modify this script to work only in specific days like sunday monday and thursday ? thanks function onTime(interval) if os.date("%H:%M") == woe.days[os.date("%A")] then woe.queueEvent(woe.timeDelay+1) end end
  8. dervin13

    Lua Request temporary stone tfs 1.x

    Hi, I would like to know if someone have a script or can share a way when people pass in a tile it appears 2 stones that take 10 minutes to disappear
  9. dervin13

    [France] [8.60] BudexOT Custom OT PvP-E | War & RPG & Fun | Starts 15TH MARCH 20:00

    He started to announce again on our server. We have to wait 2 months max to stop it again... No way to run
  10. dervin13

    TFS 1.X+ Player protection at log in

    Hello, I used to have tfs 0,4 and there when player log in they have some time until they can be attacked by players or to attack other players.... I tried to find it to tfs 1.2 but I can't. Someone know a script or storage that players can be only attacked after like 30 seconds after log in...
  11. dervin13

    Frags list web tfs 1.x

    Up - this is the character death list, how can i transform into a frag list of the player? thanks $mostdamage = ', `mostdamage_by`, `mostdamage_is_player`, `unjustified`, `mostdamage_unjustified`'; $deaths_db = $db->query('SELECT `player_id`, `time`...
  12. dervin13

    Lua Question about anti mc

    You're amazing! thanks
  13. dervin13

    Lua Question about anti mc

    Sorry but I think I was not clear, I'm trying something like if I try to attack a guy with my 2 characters It wouldn't be possible, just with one. I try something with your script that helps but I want something that it's not necessary to logout like this one if self and target then...
Back
Top