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

    Scroll Bar problem

    So my problem is that the MiniWindow is not showing the scrollbar as default (it comes as default show the scrollbar), So I found a solution looking in anothers modules, here it is: -- this disables scrollbar auto hiding local scrollbar = spellsWindow:getChildById('miniwindowScrollBar')...
  2. conde2

    [Custom] Ellestia Kingdoms Project

    Amazing project, i was wondering if you plan share your edited TibiaEditor, thats such a lake in Open Tibia community, all project need such editor, i hope you finish your project, good luck
  3. conde2

    [Creatureevent] onMoveItem(cid, item, count, toContainer, fromContainer, ...)

    Yes i know, i just saw the mistake and want to confirm it =)
  4. conde2

    deleted thread

    Agree
  5. conde2

    [Kingdom Age] BETA

    Please read this: http://otland.net/f251/kingdom-age-beta-182830/index3.html#post1770055 Thats why there are two projects with some of the same content Because we do not agree with Rivers decisions, but we respect rivers for his work, thats why we are just going to release this side project as...
  6. conde2

    Problem with extended opcodes

    Ianiele update the TFS sources patched from otclient team, in otclient repository look for tools folder!
  7. conde2

    [Code-Discussion] UICallbacks

    Bumb
  8. conde2

    [9.60/9.61] The Forgotten Server v0.2.14 (Mystic Spirit)

    The SQLite is locked when the server is running, for secure reasons, so you can only edit it when you close the server. I really recommend you to use MySql, this engine works fully with it.
  9. conde2

    [Code-Discussion] UICallbacks

    So I come here to show a simple code, if the community accepts the idea, I will be continuing the project. This code will allow call some functions in the UI. An example of a function that can be called is when you release a MiniWindow in LeftPanel / RightPanel, allowing editions In...
  10. conde2

    [9.60/9.61] The Forgotten Server v0.2.14 (Mystic Spirit)

    margin = chance to event happen interval2 = time between events
  11. conde2

    Wich linux is better for host OTServers? wich is the minimal specification for run?

    Anyone can tell me what the difference in the performance between Debin and Ubunto?
  12. conde2

    [9.60/9.61] The Forgotten Server v0.2.14 (Mystic Spirit)

    I don't know why clean is taking to long: NOTE: This is in localhost !!
  13. conde2

    OpenTibia Tibia Editor 9.81

    This is that one: http://otland.net/f251/tibia-editor-9-6-discussion-thread-171429/index5.html It is not working properly, when you compile your DAT the program miss some bytes I do not recommend using this !!! - - - Updated - - - So when you use this all market stuff stop working
  14. conde2

    Tibia Editor 9.6 Discussion Thread.

    BUMP Waiting some news =p
  15. conde2

    [9.60/9.61] The Forgotten Server v0.2.14 (Mystic Spirit)

    Just a example code =) function onSay(cid, words, param) target = doSummonCreature("Amazon", getCreaturePosition(cid)) doTargetCombatCondition(cid, target, CONDITION_ENERGY, 0) return true end
  16. conde2

    [9.60/9.61] The Forgotten Server v0.2.14 (Mystic Spirit)

    Awesome news !! Good to see that the project is in the right hands. Also i want to report a bug, with the conditions, its wrong condtions Tested with: CONDITION_FIRE = 2 -- Turn to poison condition CONDITION_ENERGY = 4 -- Turn to poison condition CONDITION_BLEEDING = 8 -- Turn to drunk...
  17. conde2

    [9.60/9.61] The Forgotten Server v0.2.14 (Mystic Spirit)

    Sorry, i fixed it was my falt !! - - - Updated - - - By the way thanks Talaturen for the great job !! The only thing that the 0.2 needs is a way better to set attributes but it is a great distro
  18. conde2

    [9.60/9.61] The Forgotten Server v0.2.14 (Mystic Spirit)

    Tataturen i have found a big problem, i don't know why i can't pass itens by reference in scripting Look what I was trying to do: local uid = doCreateItemEx(1945, 1) doSetItemText(uid, " TEST ") doPlayerAddItemEx(cid, uid) also tryed this: local...
  19. conde2

    Tibia Editor 9.6 Discussion Thread.

    Something new in development?
Back
Top