• 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!

Search results

  1. vitorbertolucci

    Linux GDB constantly printing 121212211112

    ~ Not sure if I should use Linux or C++ tag ~ My GDB keeps printing tons of numbers 1 and 2 whenever something else is printed, here is an example: Does anyone have any idea of what can it be?
  2. vitorbertolucci

    Lua Transfer information between environments (folders)

    Hello, as everyone that codes in lua must know, each datapack folder has it's own lua enviroment (or at least seems like). The lib folder is the only one that's able to declare global variables that will be known to all other folders, but the thing I'm dealing with right now is that I need to...
  3. vitorbertolucci

    C++ Check if a kill is unjustified

    Hello I need to know how to check wether a kill was justified or not in the callback onKill. Could someone help?
  4. vitorbertolucci

    Negative experience per hour counting

    So I have this bug in my server that when you place your mouse cursor over your experience bar it shows like: "You need 1921212 exp to next level. Currently making -12192192 exp per hour. You will reach next level in 0 hours and 0 minutes" Here's a print: I tested it running a character...
  5. vitorbertolucci

    Lua Copy item attributes

    I need to clone an item and it must be in a way that all these item's attributes get copied. Is there any way to do so? (even if its done with c++) thanks
  6. vitorbertolucci

    Gesior's menus are always open

    Im having the problem that my gesior's menus always open when I load my website. I have alredy edited the line at initialize.js that says which ones should open so I think I have something wrong in my layout. I have debugged the website wih mozilla and I got this error message: TypeError...
  7. vitorbertolucci

    Graphic Designer Need a good spriter - Paying

    Hello, we are looking for a talented and responsible spriter to work with us. Contact me via skype so you can show us some of your works and discuss payment. Skype: vitorbertolucci
  8. vitorbertolucci

    Super High Skill Level Crash

    Hello, Im having a really odd issue with my server... For some unknown reason, some players are suddenly leveling to a skill level higher than 10.000, like sword fighting or magic level, and when they hit a monster or cast a spell, the server crashes. I had to opportunity to talk to one of the...
  9. vitorbertolucci

    Programmer PHP Gesior programming

    Im looking fot someone with PHP experience to develop a few things for my gesior website, it is not too complex. If you are interested contact me on skype so we can discuss payment and I can explain in details what I need.
  10. vitorbertolucci

    Unsuported client version (8)

    I'm having a big problem with my 8.60 map using remere's map editor. I believe I know exactly what caused the problem but have no idea on how to solve it. I created a few new items using otb editor. All those items work fine on my server but today I placed one of those items on my map and saved...
  11. vitorbertolucci

    House only for vip players

    I'm trying to make it so only vip players are able to buy houses. I tryied to change the !buyhouse command into a script that calls another talkaction, like this: talkactions.xml: <talkaction words="!buyhouse" filter="word-spaced" event="script" value="buyhouse.lua"/> <talkaction...
  12. vitorbertolucci

    database invasion (protection)

    Hello there, a friend of mine is suffering with someone accessing his database by some way... What I am looking for is someon able to access his database, teach me how you did and most importantly, teach/help us protect his server against it. Im not giving it's IP in here, but I can send it to...
  13. vitorbertolucci

    [France] otPokémon - Now in English! [CUSTOM]

    I am glad to announce that our servers now have a Multi-Language system, which means it's now possible to play otPokémon entirely in english! One of Brasilian's biggest pokétibia server is waiting for you! Come join us to this epic journey! Information: Website: www.otPokemon.com Client...
  14. vitorbertolucci

    Killua's Lib - Some handy functions

    In my time as a scripter I have created some handy functions to help me out in some codes. Today I decided to put some of them together and post it in order to contribute with the open tibia comunity :) All those functions were made by me and can be very handy. Functions list: Instalation...
  15. vitorbertolucci

    Storing Tables in Storages (setGlobalTableStorage)

    Introduction: Some days ago I was creating a system and felt the need of storing several information (player by player) in only one place. However, we all know its not possible to store a table inside a storage. For this reason, I decided to make this storing possible. I'm sure this library...
  16. vitorbertolucci

    Action Plantation System by Killua

    Plantation System This vide shows the system working. The video were filmed explaining it all in Portuguese, but it's usefull for you to see it working anyway. Create plantation.lua inside data/actions/scripts and paste -- Plantation System created by Vítor Bertolucci - Killua --...
  17. vitorbertolucci

    Killua Cart System

    Hello folks I'm a LUA scripter and I'm very active in a brazilian forum... Now I decided to be the same in here. Well, here is a code I did just today. What does it do? It simply makes you character walk trhough a path you choose... While doing so, you cannot battle, walk or logout and you're...
Back
Top