Friend asked me about code to keep 'auto loot lists' in storage. So player can configure few lists of items and then just switch between them, when he goes to other spawn with different loot. You can...
Read more →
There are many tutorials about writing scripts for TFS 1.x, so I decided to write short tutorial how to NOT write scripts for TFS 1.x. In this tutorial I will describe two common mistakes that result...
Read more →
Someone asked me on Discord about script that gives configurable rewards on level advance. It's onAdvance event. Rewards are easy configurable and can be limited by vocations and level.
Read more →
W językach skryptowych nie ma znanego z innych języków polecenia 'sleep', żeby poczekać np. sekundę to zatrzymało by działanie całego serwera gry. W takich językach najczęściej dostępne są funkcje do...
Read more →
What do you need to know to start scripting in Lua? ERROR?! WHAT?! YES! In Lua else if is one word elseif. As there are no oneline ifs without end, you need to write: or: Multiline formatting is...
Read more →
When you create new module, you always got problems with OTUI design. Why X element is on that position? What am I clicking? I can't solve all these problems, but my module can help you debug your UI...
Read more →
Lua code to generate backpack full of backpacks: Code to call it: Requires !lua debug: https://otland.net/threads/debugluascriptswithtalkaction.112027/...
Read more →
Someone asked me about script that will make character run to given position and after reaching it run to another. I made it for free, so I decided to publish it as it may be interesting for others....
Read more →