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

    Windows Error when loading tfs 0.4

    try to remove ALL the lines started by --, like: "-- The Forgotten Server Config"
  2. Vesgo

    How to add new item?

    You need to create the png file (32x32 pixels), import it to .spr and creat a new item into .dat After that you should edit your items.otb and items.xml. for the first part you could use objectbuilder, for the second part, otitemeditor. this is a very good video tutorial: Got it from here...
  3. Vesgo

    Open socure code

    Do you want an otb editor is that it? What version is your ot server? You may search google for otitemeditor.
  4. Vesgo

    Error in database

    Maybe you should try this, but backup it up first:
  5. Vesgo

    CreatureEvent Show Item Price onLook

    Nicely done my friend!!! I dont know how to rep you!
  6. Vesgo

    CreatureEvent Show Item Price onLook

    oh man, not again! kkkkkk
  7. Vesgo

    CreatureEvent Show Item Price onLook

    thank you Joe, but now im getting this error:
  8. Vesgo

    Exhaustion spell

    Version? deppending on your version, this spells is inside the same group of other spells, so the cooldown (exhaustion) is the same for the group... You may try to change the spell group
  9. Vesgo

    Solved Problem about lvl starting znote

    Are you using a site to create accounts? If so, just edit the Sample Players inside your Database
  10. Vesgo

    CreatureEvent Show Item Price onLook

    Worth is for money itens. If worth value is 1, then its 1 gp, if its 10, its the same as 10 gp... it works for coins
  11. Vesgo

    Windows [FIX] Blessings to protect from losing level 100%

    I think theres some info about lessloss inside the vocations.xml, check that. I found something about including this script into the login.lua: local loss = getConfigValue('deathLostPercent') if(loss ~= nil) then doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, loss * 10)...
  12. Vesgo

    Lua Alavanca Help

    This is not the script to activate the lever, its just the system to give prizes to the winning guild.
  13. Vesgo

    Windows [FIX] Blessings to protect from losing level 100%

    Try to turn blessing = false in config.lua. Have you registered the event blessing in login.lua too?
  14. Vesgo

    Bigger object

    You need to create all 32x32 pixels sprites, insert then into your .dar and .spr, and items.otb, and then connect then using your map editor. Or you can make a single item with 64x64 size, but you need to insert the 32x32 pieces into .spr and then connect then when creating a new item...
  15. Vesgo

    CreatureEvent Show Item Price onLook

    Thats what i was looking for too, maybe insert into the sources another attribute key like description?
  16. Vesgo

    CreatureEvent Show Item Price onLook

    Well Joe, thank you very much! I will learn how exactly the code works, find the other functions i need and will try to include then. Hope i can help you someday!!!
  17. Vesgo

    CreatureEvent Show Item Price onLook

    But is there any way to include some other attributes from the itens? 1:54 You see a fire rod (Atk:1, protection fire +50%). It weighs 23.00 oz. Durability: 200/200. It can absorb fire attacks by 50 percent. ItemID: [2191]. Position: [X: 1096] [Y: 1210] [Z: 7]. 21:55 You see a fire rod...
  18. Vesgo

    Solved onLook new attibute for itens.

    Thank you very much, i reported the error there!
  19. Vesgo

    CreatureEvent Show Item Price onLook

    Thank you very much for your effort! Edit: MY BAD! SORRY! Its working pretty well, you are amazing!
  20. Vesgo

    Solved onLook new attibute for itens.

    Yes i am mate!
Back
Top