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

  1. sebas182

    Need help with a spell!

    Err... I am blind, some one may help me?
  2. sebas182

    Lua Help fixing this script

    GMs and GODs may move Uniqueid! Keep this in mind!
  3. sebas182

    Need help with a spell!

    I need to get the storage value of my target in a spell to use it in the formula! How to do it?
  4. sebas182

    worldType = "pvp" TO Enforced

    pvpe
  5. sebas182

    Lua Spell not working!

    I want to get the exhaust amount of one storage, if it are true (> 0) then the "local test" becomes = 1, else, becomes = 100. but the exhaust is get from the target, not cid. if I use: function onGetFormulaValues(cid, level, skill, attack, factor) if exhaustion.check(variantToNumber(var)...
  6. sebas182

    Lua Bleed effect

    So, bump?
  7. sebas182

    Lua Npc script

    Looks that you have an NPC that sells x items if you dont made a quest and y items if you made, right? I will give you my npc script! works fine to me, have fun and rep++! local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler)...
  8. sebas182

    Windows Which 8.60 server is most stable?

    You really need it on 8.6? Use the 8.5 version, it's very stable.
  9. sebas182

    Max Frigo double damage

    Post the Script (.lua) so we can help!
  10. sebas182

    Lua Bleed effect

    Hello, Question 1: the bleed icon exists only on version 9.31? Or it exists on version 8.50~8.54 too? I am using [8.54] The Forgotten Server 0.3.6pl1 (Crying Damson) and I want to make the bleed status! Question 2: If it does not exists, I will sacrifies the "paralyze" to makes the bleed...
  11. sebas182

    Lua sceptre bug?

    <item id="2977" name="remains of a ghost"> <attribute key="weight" value="1000" /> <attribute key="containerSize" value="10" /> <attribute key="decayTo" value="2978" /> <attribute key="duration" value="600" /> <attribute key="corpseType" value="undead" /> just change the names to /\...
  12. sebas182

    TFS Update 9.31

    You will have more work re-programming the C++ part to use the old scripts than re-making all scripts, sorry xD
  13. sebas182

    Starting Items?

    On TFS 0.3.6pl1, there is a file named "mods" near "data", inside mods you can see a file named "firstitems.xml" inside it, just modify in a way like: if getplayervocation == 2 then give x item. Easy scripting, but I am without time to make it all.
  14. sebas182

    Lua Blessing problem.

    Go at PHPMYADMIN > YOURSERVERDB > PLAYERS > EDITAPLAYER > so: search for "blessings" and put the value: 31. Then go in the edited character and DIE. REPORT THE RESULTS HERE.
Back
Top