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

    All tibia sprites in GIF format, properly sized and formatted

    Thank you very much - - - Updated - - - Thank you very much
  2. rockseller

    Lua Talkaction spell, not getting experience from monsters

    after lots of reading and research on TFS documentation i found this, doTargetCombatHealth, lol
  3. rockseller

    Parameters of var? var.cid?

    What are the contents of var? var.cid, var.? Thanks in advance
  4. rockseller

    Problem with debug|Need help:)

    copy paste items.otb from your otserver distro to your C:\ProgramFiles\RME~\datawhatever\854\items.otb if you are using 8.54, if not, search your otserv tibia protocol version. if you open the map you will recieve a warning ".OTB Corrupted" Just ignore it! Thats it
  5. rockseller

    Lua Talkaction spell, not getting experience from monsters

    With add combat you mean doCombat object?
  6. rockseller

    Hyzteria - Official Project Thread :)

    "I have added secret underground trainers that you have to find on your own" Sorry but that's epic-wanna-be.
  7. rockseller

    How to add a link in my signiture? :(

    [url="http://www.google.com"]display text, this goes to google[/ url]
  8. rockseller

    How to add a link in my signiture? :(

    display text, this goes to google This link can be done by the code above. Just change [/ url] to [/url]
  9. rockseller

    Z_forum

    z_forum table doesn't exist, you need to create them with the proper Schema / .SQL which should be included in the package you are trying to use
  10. rockseller

    Lua Talkaction spell, not getting experience from monsters

    I'm using spells as talkactions, i have the following talkaction: function onSay(cid, words, param, channel) playerVocation = getPlayerVocation(cid) RequiredVocation = 2 TargetCid = getCreatureTarget(cid) if playerVocation ~= RequiredVocation then doPlayerSendTextMessage(cid...
  11. rockseller

    Open Invitation For Programmers - All languages

    It's a start though, you begin by learning basic stuff, LUA syntax, once the moment when you require C++ knowledge for example, to know defined functions on source, etc... Attitude is the best way to start. By the way Lua is indeed a programming language, on OTserver is mainly used for...
  12. rockseller

    050 lib Function

    download the latest crymson distro
  13. rockseller

    Open Invitation For Programmers - All languages

    Great, didn't know about that, im inside IRC now, thanks for the advice. Its not about getting bored but getting help from other programmers. And no, programming skills would not be required but interest to learn
  14. rockseller

    Neon's latest mapping works!

    I love it, looks like very detailed and creative without the need of much stuff. Looks clean and creative (y).
  15. rockseller

    Lua Question about setItemExtraAttack(uid, extraattack)

    If i make a talkaction, with: setItemExtraAttack(uid, extraattack) and then an event after X seconds, with the same setItemExtraAttack(uid, extraattack), if the player log out, once the event is fired, while he is offline, will the setItemExtraAttack be ignored?
  16. rockseller

    Windows Help fast ! +repp

    There are 2 possibilities, a map bug, or a player bug. Post your data/actions/actions.xml. Also post your config.lua
  17. rockseller

    Windows Help fast ! +repp

    post screen shot of the first server lines, when it loads actions, etc
  18. rockseller

    Math.random spell

    Where are you calling this formula from? I don't know if its possible to return more than 2 values, but the logic for what you say is the following: function onGetFormulaValues(cid, level, maglevel) local min = (level * 1 + maglevel * 2) * 2.2 local max = (level * 1 + maglevel * 2) *...
  19. rockseller

    A guy keep hacking my website

    Does the server goes down aswell or just the website?
  20. rockseller

    Support please!

    Do you mean, how to make a potion to never end? Like infinite? data/actions/scripts/liquids/potions.lua local config = { removeOnUse = "no", usableOnTarget = "yes", -- can be used on target? (fe. healing friend) splashable = "no", realAnimation = "no", -- make text effect...
Back
Top