• 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. Big M

    Compiling A hacker problem, need help quick - Rep ++

    There must be an item/several items that helps him do it, or talkactions or levers or something hidden, it can be anything... he coult have put a tile in mapeditor and make an onStepIn script that gives him group id. If you really think he is hacking, try to IP ban him, if he manages to get in...
  2. Big M

    Login Help.. REP+

    Write your global IP in config.lua and set IP-changer on your global IP. As someone @up said, try using 7171 instead of 7172, people usually use 7171. also, see if you have portforwarded correctly, with some routers you have to portforward again after some time. Some routers lets you input...
  3. Big M

    Action>Spell

    <rune name="Mixed Rune" id="ITEMID" allowfaruse="1" charges="1" lvl="24" maglv="3" exhaustion="2000" aggressive="0" needtarget="1" blocktype="solid" event="script" value="healing/FILENAME.lua"/> <vocation id="VOCID"/> <vocation id="VOCID" showInDescription="0"/> </rune> local combat =...
  4. Big M

    Action>Spell

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HEALING) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false) setCombatParam(combat, COMBAT_PARAM_DISPEL, CONDITION_PARALYZE) function...
  5. Big M

    Vocation changes

    Thanks! :) Answered my question as i expected.
  6. Big M

    Vocation changes

    Hello! I have a simple question: How can i do so that different vocation get magic level faster or slower than eachother, for example i have made a vocation similar to Sorcerers, i want it to gain magic level slower. Do i then just change the "magDamage="1.0"" or are there other ways? in...
  7. Big M

    Solved [Solved]problem with creaturescripts

    Could you please post the creaturescript? it seems like a "onKill" script... Its hard to help you if we dont see the script.
  8. Big M

    Solved [Solved]problem with creaturescripts

    Could you please post the creaturescript? it seems like a "onKill" script... Its hard to help you if we dont see the script.
  9. Big M

    Script error

    What do you mean?
  10. Big M

    Scripter Lua scripter

    Hello! They call me Big M and i've been around for a while, mainly on OTfans.net, moved to OTland.net not so long a go. I've been into LUA scripting as long as i've been into OTs. I can script almost anything from spells to talkactions and creaturescripts. My goal at this moment is to get...
  11. Big M

    Windows Trying to run compilated TFS. -- (0xc000007b)

    what exactly did you try to do?
  12. Big M

    website ip

    127.0.0.1 is your local ip, it is the IP of your local host so to say. Whatever you host, thats the IP you use to reach your own hosted material. As they said, try going to No-IP - Dynamic DNS, Static DNS for Your Dynamic IP. What i mean is that you cant separate your websites IP from your...
  13. Big M

    Zaypay - Error

    Otherwise, try using other solutions than sms payment, or alternate... The sms company takes more of your money per pay than paypal and so on.
Back
Top