• 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

    Parameters of var? var.cid?

    What are the contents of var? var.cid, var.? Thanks in advance
  2. 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...
  3. 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?
  4. rockseller

    Lua Help with LUA and FRAGs, how does it work? Rep+

    How can you handle Player Skulls? On lua, how can i stop a player from getting WhiteSkull (Not PZlock) from certain player? I'm thinking on 2 creaturescripts. OnKill, OnAttack. OnAttack, each time will check storagevalue, if = to "X", then it will End WhiteSkull instantly, but how...
  5. rockseller

    Request: CreatureScripts types

    Sup. As title says, i would like to know if does someone has the creaturescripts types. I wanted to make an "onAttack" script but i don't even know if that exists. Types i know: joinchannel, receivemail, reportbug, advance, think If you have the explanation of each one of those, would be...
  6. rockseller

    Open Invitation For Programmers - All languages

    As title says, this is an open invitation for people who program in any language, C++, C#, LUA, ABAP, VB, VB.NET, C#.NET, ASP.NET, and any other language, and are interested in making a guild with other programmers. The idea is to make a guild of programmers whose jobs are centered on IT and...
  7. rockseller

    Lua DoDecay not working on a certain item, another way?

    Hello Otland. I have the following in items.xml Item 1: <item id="10504" article="a" name="tree"> <attribute key="description" value="Para poder talar este árbol, necesitas ser Leñador." /> </item> <item id="10505" article="a" name="cutted tree"> <attribute key="decayTo"...
  8. rockseller

    For people who learned C# before C++. Am i right with this LUA code?

    Original: setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_MANADRAIN) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_RED) setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -0.4, -MIN, -0.4, -MAX) Explained: -- setCombatParam(combat, COMBAT_PARAM_TYPE...
  9. rockseller

    Can setCombatCondition() with certain parameter stop a player from Logging out, or ..

    Can setCombatCondition() with certain parameter stop a player from Logging out, or just behave as the Combat System in Spells? Thanks in advance!
  10. rockseller

    A way to know Target(cid)? Or just wait untill function //TODO becomes good REP++

    By any chance does someone knows a way to know the Target CID? I'm doing spells on talkactions because i know nothing about the Combat system and the possible commands. ( Can't even find a guide to understand them all, conditions, etc) Help would be too much appreciated
  11. rockseller

    How do you detect an invalid item tile? IsMoveable not working. Rep! =)

    I'm trying to make a teleporting spell, i'm using the following: Thing = getThingFromPos(pos) which gets me Thing.uid which then i use IsMoveable(thing.uid), but this isn't returning true nor false. is there another way to detect something like a Tree? Or a brush tree, like, if there...
  12. rockseller

    Items on Map, Decat-To working, but just once

    Hail OTLand! I've been working in a project the last couple of months, but i'm facing a new problem. This consists on actions, and items.xml: I have 2 Items in Items.xml: Item A and Item B Which will decay to Item A In actions.xml, i have the item pointing to Item A. When i...
  13. rockseller

    Can distros run under windows 64b?

    i'm about to order a dedicated server, has someone ever used windows 64b OS, and noticed a downgrade in performance? or the contrary?
  14. rockseller

    Dedicated Server, Windows 32b or 64b?

    As title says, i'm about to order a dedicated server, the problem is that server's RAM is about 6GB while windows server 2003 32b does only support about 2GB~. I'm planning to use the most recent cryingdamson6pl1-gui, (3.0.6?), my question is: Will this distro run under Windows 2003 Web...
  15. rockseller

    [Project] Tibianix - Get a look, a totally new tibia concept - 80% done

    For the last months, i've been working in this new OTServer concept. For years, Tibia continent has been dominated by the ones with more power and experience, while the newer people, were forced to leave the game because of the lack of it. The concept it's pretty straight: - There are only 4...
  16. rockseller

    Is it possible to change item properties without modifying the client?

    Hello OTLAND. As title says, i would like to know if is there a way to change item's properties, IE.: A table that you can't carry. A big stone. A furniture. I've tryed changing items.xml but not carrable items seem to not be existant inside the otserver folder. Does someone know...
  17. rockseller

    How can i upgrade my map from 8.31 to 8.54?

    I have an old map in which i invested lots of time, now i want to edit it, i downloaded tibia 8.54, but when i open the map, The map editor asks for tibia client 8.31, how can i acomplish an upgrade to 8.54? Thanks in advance
  18. rockseller

    Dedicated Server & Misc Hello topic

    Good morning, i wanted to start a topic about a question i have, i want to start a dedicated server for tibia, there seems to be lots of option, but i find that most of the servers, have Windows 64 bits, will OTserver distros work on Windows 64bits? Help would be much appreciated. Also, if...
  19. rockseller

    How you doing guys? Someone knows about Freezes? Help

    I'm using TFS Mystic Spirit 0.2 the newest one. Are freezes normal?? My server has always 100+´people and there is no lag but some freezes every 5~ mins? the freezes last like 5 to 10 seconds
Back
Top