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

    Create teleport while killing monterS - How to do?

    I want but unfortunately nothing is happening. XML: <?xml version="1.0" encoding="UTF-8"?> <creaturescripts> <event type="login" name="PlayerLogin" event="script" value="login.lua"/> <event type="joinchannel" name="GuildMotd" event="script" value="guildmotd.lua"/> <event...
  2. Vivelo

    Create teleport while killing monterS - How to do?

    haha yeah i found it! But unfortunately not working :/
  3. Vivelo

    Create teleport while killing monterS - How to do?

    Where i must put this? <event type="kill" name="onKillGlobalTeleportCreation" event="script" value="onKillGlobalTeleportCreation.lua"/> - I dont have Event.xml only global events. (OK THIS LINE IN Creaturescripts.XML - found it) registerCreatureEvent(cid, "onKillGlobalTeleportCreation") - this...
  4. Vivelo

    [OtClient] How to display outfit on inventory window?

    It works! Wow Thanks! 😍
  5. Vivelo

    [OtClient] How to display outfit on inventory window?

    If this is the code that was supposed to work, unfortunately it doesn't work :/
  6. Vivelo

    [OtClient] How to display outfit on inventory window?

    Sure, but the first inventory.lua was from 2018, now I have (I think) the basic one. The only thing that changed is the *Otui file where I changed the slot order a bit and added a window to display the outfit. INVENTORY.LUA InventorySlotStyles = { [InventorySlotHead] = "HeadSlot"...
  7. Vivelo

    [OtClient] How to display outfit on inventory window?

    I guess I'm tired because I still can't do it. I don't know where what should be. But I'm jealous that you did something in a moment that I couldn't do for two years :D JUST WOW ... Edit: I think I need tutorial for NOOB :D
  8. Vivelo

    [OtClient] How to display outfit on inventory window?

    Thanks, but im not too good in LUA :( Well dont understand a half of this functions. Can you explain to me a little easier? Thanks!
  9. Vivelo

    Create teleport while killing monterS - How to do?

    Hello, I don't know how to write a script that will open a portal after killing a few monsters, not just one type of "Boss". I have "standard" .lua without any options/commands of this. local config = { useCountdown = true } local t = { ["dog"] = { toPos = {x = 1275, y = 1053...
  10. Vivelo

    OnEquip/DeEquip - (put item on eq a changing outfit)

    Hi there! According to title of the post, my problem is an issue with changing outfit after equip eq on it. Im attachnig a video here: Animated GIF - Find & Share on GIPHY However everyting is fine, but outfit getting white, and looks like hunter(as the same as settings looktype) - Im working...
  11. Vivelo

    OnEquip/DeEquip - (item equpied and changing outfit)

    Hi there! According to title of the post, my problem is an issue with changing outfit after equip eq on it. Im attachnig a video here: Hoever evryting is fine, but outfit getting white, and looks like hunter(as the same as settings looktype) - Im working on include wings system as a new...
  12. Vivelo

    [MOD] Emoticon in Tibia, more & more

    I have problem with this code: This part is ok... but don't see my emoticon on game (only chat) So I writes another line like in the tutorial And i have a error... Whos know why? EDIT: Ok I found the problem - by accident, I did not replace the new file "verdana-11px-rounded_cp1252"
  13. Vivelo

    [OtClient] How to display outfit on inventory window?

    Hello everybody! I have a question, maybe do you know, how i can display "outfit window" in my "inventory window"? (I just want the outfit to be displayed - not that it can be edited/change) I tried editing inventory.lua form outfit.lua (scritps) and OTClient doesnt display anything im add...
Back
Top