Jerzy Skalski
Jerzy Skalski
Someone complained about magic `-1` value in storages: https://otland.net/threads/whats-the-reason-you-cant-set-storage-to-1.279950/ It looks like we still use storage system made 15 years ago. ### Explanation of what you want to do that...
### Priority Medium ### Area - [ ] Datapack - [X] Source - [ ] Map - [ ] Other ### What happened? I get this from some OTBR server....
From manual page: https://php.net/function.filter-var --- There is no example with `if` and I saw a lot of implementations like: ``` if (!filter_var($value, $type)) { echo 'error'; } ``` and it...
Tested on TFS 1.4 ### Steps to reproduce You will need: - 2 players - mailbox within 1 SQM from depot [as it's in Kazordoon on 13+], so player can...
I've got permission from kondra ([email protected]) to release this code. He only requested to leave information about author `kondra ([email protected])` in commit message. It's well known 'OTS stats' system. It...
Auto close parcel, when it's send to other player thru mail system.
When I load 2 PNGs with transparent backgrounds, it changes to black. I use small code change from (PNG to GIF converter - https://gist.github.com/gesior/6f5f7d15cb50f59a88fd) and now it works fine for...
```ts const client = new Client(); client.setClientVersion(860); const datManager = new DatManager(client); await datManager.loadDatFromUrl('http://127.0.0.1/Tibia.dat').then(datLoaded => { console.log('load dat status', datLoaded) }); const datFile = datManager.saveDat(); ``` Saves file that is...
I made useful tool using OTBM2JSON. Replaces item IDs on map. For people who want to convert map from one .otb to another. ```js const otbm2json = require("./otbm2json"); // FROM_ID:...
Current version first read whole map into RAM **(UP TO FEW GB RAM).** **Then let me do some advanced operations on map.** Then I can save my modified map. There...