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

    OpenTibia Assets Editor

    Item: Animation Count: If item is Animated ( how many pictures has the item..) Moving Group: Nothing for an item Layers , Pattern X, Pattern Y, pattern Z = 1. Outfit: Animation Count: Not Moving monster it has animation? How many ? Moving Group: Yes, Animation of Movement from a monster ( How...
  2. alejandro762

    OpenTibia Assets Editor

    Save > then > top left > scroll down > Compile
  3. alejandro762

    [OTCv8] Auras and wings

    I figure out and it works. Is there a save:wings() or something else to add to login /logout ? Because when logout aura/wings are not saved
  4. alejandro762

    Compilation Otcv8 - OpenAL32

    I'm facing an error that I tried to resolve, but as soon as I resolve one, a new one appears. I'm trying to Compile Otcv8 Under Visual studio 2019, https://github.com/OTCv8/otcv8-dev Easy until here, vcpkg folder is linked, extract, boostrap, integrate, then install all dependencies. But when...
  5. alejandro762

    [OTCv8] Auras and wings

    I Dont understand, i try compile Otcv8 from repo, with: https://otland.net/resources/repositioning-otcv8-wings.6/ But i see now, without adding reposition of wings got same error. Maybe otcv8 has something failing. just because East/South wings are watching like weird, using offset on object...
  6. alejandro762

    [OTCv8] Auras and wings

    Same here, You need at least "2 or 3 animation frames": I got like 1 Animation frame without the wing, but i got every animation full 1695650485 Ah yay, with this it will fix the problem of 1 missing animation, thanks mate! 1695653776 When you followed, if you do it, the reposition of the...
  7. alejandro762

    [OTCv8] Auras and wings

    Everything perfectly working, until showing on the Otcv8, it shows correctly but choosing the wings and pressing "ok" nothing happens. What i missed ?
  8. alejandro762

    storage outfit

    Yep, i just add a ) that you forget on the script, pressing buy on mount, nothing happens.
  9. alejandro762

    storage outfit

    Reviving the post, It works for deliver female or male, but what about addons ? 1/2/3, no number it works and doesnt deliver any addon. About mounts ? mount = 850, type = 850, looktype, tried 0, 0, 850, 850, It doesnt deliver the mount.
  10. alejandro762

    AAC outfits images znoteacc

    Hello Did you try Http://myserver.com/anim…. (Http or https) Or 91.100…./anim….
  11. alejandro762

    tooltip OTC V8

    Your code is correct, you just need add more if data.protection_all then , description = description .. 'Protection All:' ..data.protection_all.. '.' The same way for reflect, drop_chance, etc. Then for people who doesnt know, create a folder inside of data, called items, paste items.xml and...
  12. alejandro762

    [12.x] - ORTS | Real Map Data Pack for latest TFS

    There is an Orts working with 1.4 Tfs ? I mean, full data and not only the map.
  13. alejandro762

    Znote AAC 1.4 - [TFS 0.2.13+] & [TFS 0.3.6+/0.4]

    Now try, if you are using xampp, try with uniserver, or vice versa.
  14. alejandro762

    Lua Item upgrading by jewels

    Hi with Time i already fix it. Just before downgrade if player wear item 1111, then do not downgrade if not , then downgrade.
  15. alejandro762

    OpenTibia SpellCreator: A graphical spell creation enviroment

    Latest versions , you mean something 12 or 13x , TFS or Canary ? It works, just it's needed to do some modifications on the outside script. For example, only this won't work, you get an error about dirEmitPos for sure: if (dirList ~= nil) then Because the function says...
  16. alejandro762

    servers that come with wiki's

    Well wiki is a good system for server that have plenty custom systems, if you just open an eco with tps or another real map of course it’s not needed a wiki. Take examples of some customs like , arcani, zezenia, hellgrave, eagle , and more, for some people will be good understand things, for...
  17. alejandro762

    [TFS 1.3] - Extra/Better loot based on source:getLevel

    The system is really cool , and yes is possible , in my case I rework the system to work on a 13.20 and works perfectly with loot , if better level , I create the getMonsterLevel function on source code in order to know the level , as it random, then depending on level I just increase loot on...
  18. alejandro762

    RevScripts More exp onKill

    Ec , Means that otbr doesn’t have eventcallback , so the part to register on eventcallback I think is the loot about monster (ondroop ) this part it’s needed to add it manually to monster.Lua on the loot part. Then the ec.onKill is a CreatureEvent onKill, register it as normal revscript will...
  19. alejandro762

    [TOOL] Convert any map between ServerID and ClientID

    Directly convert from any map downloaded, doesnt work ( for me ) only if map is 12x and not clientID. I fix it like this: You need before open the map, change map from 8 - 9 - 10x, and save it as 12x. Use your tool, then it will convert correctly the map. But directly using your tool for a map...
  20. alejandro762

    [TOOL] Convert any map between ServerID and ClientID

    Good Tool. gitbook Otbr, has many maps, and much from here. Take one, convert it, open it on RME using for example 13x spr/dat extracted and result: Example for Emerald Map: Another one, Atreyu:
Back
Top