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

    TFS 0.X wyvern wrong poison

    <attack name="melee" interval="2000" skill="50" attack="40" poison="600"/> player will get 30 poison
  2. Elgenady

    TFS 0.X wyvern wrong poison

    30 = 600 20 = 400 15 = 300 any number you want * 20
  3. Elgenady

    [Germany] [Custom] OxygenOT | RPG/PVP | NEW EVO

    You did a great job so you deserve more than this, very nice server I expect you have more than that and I expect a lot from you gogo and we all support you
  4. Elgenady

    TFS 0.X Add 3 skills

    / getConfigInfo('rateMagic') function doPlayerAddMagLevels(cid, amount) local amount = amount or 1 for i = 1, amount do doPlayerAddSpentMana(cid,math.ceil((getPlayerRequiredMana(cid, getPlayerMagLevel(cid, true) + 1) - getPlayerSpentMana(cid)) / getConfigInfo('rateMagic'))) end...
  5. Elgenady

    TFS 0.X Add 3 skills

    you can use this one function doPlayerAddSkills(cid, skill, amount, round) local str = "Doing doPlayerAddSkill(cid, "..skill..", "..amount..")/n" local amount = amount or 1 if(skill == SKILL__LEVEL) then return doPlayerAddLevel(cid, amount, round) elseif(skill ==...
  6. Elgenady

    [FRANCE] [CUSTOM] SpiderOT | Remastered Fresh Era | June 15th 2021

    Not Found The requested URL /SpiderOT.zip was not found on this server. when download ur client
  7. Elgenady

    nothing to do :D

    i can help you np
  8. Elgenady

    TFS 0.X Limit 3 players for IP on Training Monks?

    with this code player must have 3 mc not more
  9. Elgenady

    TFS 0.X Limit 3 players for IP on Training Monks?

    that easy way if #getPlayersByIp(getPlayerIp(cid)) > 3 then return doPlayerSendTextMessage(cid, 22, "Sorry,to train this character you must have 3 character online not more.") , doTeleportThing(cid, getTownTemplePosition(getPlayerTown(cid)), true) end but with this code if player have...
  10. Elgenady

    nothing to do :D

    bump
  11. Elgenady

    AAC website don't work

    when start to open website get this page i don't know what happen and when ask my friend he told me he was try to add spoof system to source but he fail anyone know how i can fix this i'm use 0.4 and gesior for websit use debian 10
  12. Elgenady

    TFS 0.X addon bonus, not equiped outfit

    u can add all you want but need source edit i use this script in my server for this bouns
  13. Elgenady

    how i can kill screen debian 10

    anyone can help me ? because when use killall -9 theforgottenserver vps get freeze and must restart to work again killall -9 theforgottenserver was work before in debian 7 but don't work with 10
  14. Elgenady

    TFS 0.X SetMaxHealth / Addlevel bug.

    maybe some thing like this local id = getPlayerGUID(cid) doRemoveCreature(cid) db.executeQuery("UPDATE `players` SET `level` = 8, `experience` = 0, `healthmax` = " .. ResetHp .. ", `health` = " .. ResetHp .. ", `manamax` = " .. ResetMana .. ", `mana` = " .. ResetMana .. " WHERE `id` =...
  15. Elgenady

    Ascalon fun Server ?

    i'm with u :D
  16. Elgenady

    Ascalon fun Server ?

    ascalon fare?
  17. Elgenady

    Solved [0.4] getThingPos with direction

    more explain please i don't understand well what u want
  18. Elgenady

    Lua Check if player is idle

    open idle.lua in creaturescript and u will understand how its work getPlayerIdleTime(cid)
  19. Elgenady

    TFS 0.X addon bonus, not equiped outfit

    function onThink(interval, lastExecution) local outfits = {-- 136 number of female outfit its work for female and male np , Storage for check outfit with canPlayerWearOutfit , if u set enable true will add the bouns example if u set maxHealth true will add 100 health to player when get outfit...
Back
Top