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

    Compiling for DX problem

    Does it even support DX?
  2. tarjei

    Lua Talkaction with 2 param.

    I would preferto use something like class to make talkactions lets say something like this. TalkactionHandler = {} function TalkactionHandler:new(command) local obj = {} self.__index = self obj.command = command obj.params = {} setmetatable(obj,self) return obj end...
  3. tarjei

    A boss automatic loot distribution?

    it is Totaly able to make. Basicly you use onDeath event. (I guess its most comfortable) Then you parse items that are in monster container and send it to all players from deathList of this kind of monster, maybe I will write it for you, but no promises.
  4. tarjei

    Tibia Editor 9.6 Discussion Thread.

    its in tibiafile or something like that, you could also check in otclietn sources if you cant find it (thingmanager.cpp I guess.) - - - Updated - - - It has essential features like loading compiling data files, importing exporting and so on.. Problem with 9.6 support is that it has a little...
  5. tarjei

    Tibia Editor 9.6 Discussion Thread.

    Originally it suports older versions, I guess you can find it somewhere in net. ^^
  6. tarjei

    Tibia Editor 9.6 Discussion Thread.

    I dont know what do you mean, I can release Executable of Tibia Editor but you wont be able to compile new dat yet (I need to make Market protocol) There are already dat stuctures in net. If you need that, check tpforums. Also you gotta imagive those files as a streams of binary numbers read...
  7. tarjei

    Tibia Editor 9.6 Discussion Thread.

    You need a signature of dat, im too lazy to obtain it now, but dont use this Editor yet.. I completely failed and it is not compiling dat nor sprites.
  8. tarjei

    Random Map Generator

    Seems nice, anyways you could try of using neural networks for this purpose feeding it with some examples it give nice outpus.. No idea if some algorithm will be better. Anyway have fun :D
  9. tarjei

    Tibia Editor 9.6 Discussion Thread.

    Ehh thanks for posting error, this reminded me that I just converted 8.54 dat structure to 9.6 one, but I forgot 9.6 contains also market structure. Fixing atm - - - Updated - - - Epic fail XD - - - Updated - - - Reuploaded, But I have doubts if it will compile items properly now >.< I doubt...
  10. tarjei

    Tibia Editor 9.6 Discussion Thread.

    Ok guys let me download fresh dats then, beacouse it smells with something bad to me. But we are already using this in our project beacouse limit of sprites has been exceeded, and I must say it works preety well. - - - Updated - - - Ok I see Its proly beacosue there are some headers I missed...
  11. tarjei

    Tibia Editor 9.6 Discussion Thread.

    Its working then.. just press ok and it loads lol xD
  12. tarjei

    Tibia Editor 9.6 Discussion Thread.

    Idk what you do with that all works for me.. Maybe just simple window with message tittle (So far~~) it was for me I didnt remove it. Rly I have no idea why it could crash since it works here - - - Updated - - - If it looks like that its fine.
  13. tarjei

    Tibia Editor 9.6 Discussion Thread.

    First post dude.
  14. tarjei

    Tibia Editor 9.6 Discussion Thread.

    You used sources or binaries that I posted?
  15. tarjei

    Tibia Editor 9.6 Discussion Thread.

    @Xenios I guess it is beaocuse I made just 9.6 support (or higher) This should allow you to load dat and sprites, compile em.. Also I know its preety laggy but I have no time to get along with source code to optimise it. The option of saving items properties isnt working (saving sigle item like...
  16. tarjei

    Necronia NW Revamp ♦ Mapping Thread

    @Ghost; You better are :D
  17. tarjei

    Tibia Editor 9.6 Discussion Thread.

    Sources on google source are.. Yea w8 a minute.. Incomplete :ninja: Thats why I said Fallen released it beacouse he was in a possition and he was the only person that helped me when I was loking for complete one.. Anyway what difrence does it make since none of us made it.. To compile sources...
  18. tarjei

    Tibia Editor 9.6 Discussion Thread.

    @up You are right. But that means you didnt try to compile it man. - - - Updated - - - Fallen I guess was last user that had full sources and he released it.. >.<
  19. tarjei

    Threat Gauge.

    Hello Im here again with concept. Its not my idea to be clear. I had a chat with my friend about mechanincs in MMO in general. Once he started to talk about WoW (LOL I didnt play it) and I was interested in somethign special there = threat gauge. I dont need to introduce this prolly to WoW...
Back
Top