• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Crevasse

    Solved Berserk spell help

    ...version? Board rules man, remember them so we don't have to ask Dx
  2. Crevasse

    Solved Is there a function to increase max hp/mana

    Simply add this attribute to an item to increase the max hp or max mp of the wearer by X%: <attribute key="maxhitpointspercent" value="150"/> <attribute key="maxmanapointspercent" value="150"/> If you want to increase max mana/hp, your numerical value needs to be >100. If you want to decrease...
  3. Crevasse

    I NEED 8.60 Real Life Map??

    Seriously though. There are literally hundreds of existing threads that explain every question you've asked so far lol
  4. Crevasse

    I NEED 8.60 Real Life Map??

    Well the Pros...I mean it's free if you host it yourself on your PC and it will run fine to test things with you and like 5~10 other people. Cons, you can't have a lot of people online, and if it's on your own PC then it's not very secure. There are ways for people to access all your info, hack...
  5. Crevasse

    I NEED 8.60 Real Life Map??

    You need to download the newest version from OTLand. Completely new download. You can't update your existing one. Just search. https://otland.net/threads/remeres-map-editor-3-1.241096/ I doubt it. My computer sucks and it loads it just fine.
  6. Crevasse

    Heroes of the Storm

    I play all the time :) I'm at work don't remember my # but I'll add you.
  7. Crevasse

    item editor

    Hey sorry I'm at work, can't always respond fast. Anyways, open up items.xml with notepad++, then use control+f to find the weapon you want (example below, fire sword): <item id="2392" article="a" name="fire sword"> <attribute key="description" value="The blade is a magic flame."/>...
  8. Crevasse

    Paralyze Rune Ultra Buged?

    ....you need to post your script if you expect any help...
  9. Crevasse

    item editor

    YW. If you can't figure out how to change the desired attributes let us know.
  10. Crevasse

    I NEED 8.60 Real Life Map??

    Thoroughly appreciated xD
  11. Crevasse

    item editor

    Notepad++ is the the best way to edit xml files.
  12. Crevasse

    I NEED 8.60 Real Life Map??

    Ok well that isnt the latest version, I'm using RME 3.1 "lol." I'm using 3.1 and it opens for me with 0 errors, 0 problems. Let me know when you try using that version of RME and we will go from there.
  13. Crevasse

    direction to instant attack spells ?

    Hey sorry man I was asleep before you replied last night then had class this morning. Try using my LUA script still, but in your xml change direction="1" to casterTargetOrDirection="1" yours is set as "direction" meaning that it will only cast in front of the player, no matter what you do (just...
  14. Crevasse

    I NEED 8.60 Real Life Map??

    Have you tried using the latest version of RME?
  15. Crevasse

    direction to instant attack spells ?

    Ahh ok well now I know what rev you are using. One last thing to check, do me a favor and post the .xml for energy strike, and the LUA script you are using.
  16. Crevasse

    direction to instant attack spells ?

    Is there an error? Cuz I have a 7.72 distro based on TFS 1.2 and this is the exact script I use.
  17. Crevasse

    direction to instant attack spells ?

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_ENERGYDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_TELEPORT) setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -0.4, 0, -0.5, 0) local distanceCombat = createCombatObject()...
  18. Crevasse

    direction to instant attack spells ?

    How do you mean? Like the spell casts in the direction your character is facing? Also what type of server? OTHire? Avesta? TFS?
  19. Crevasse

    I NEED 8.60 Real Life Map??

    https://otland.net/threads/8-60-tracked-tibia-map-rme-2-1.154179/
Back
Top