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

    House only for vip players

    @Colors Yes I could edit the sources but I'm not familiar to C. My vip system uses the column vip_time on the accounts table, where I store the time in seconds with os.time() @Techrlz I use the OTX modified version of TFS 0.4 This function in my sources: int32_t...
  2. 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...
  3. vitorbertolucci

    database invasion (protection)

    He uses a custom website, and he does host it on windows (I know its bad) and uses XAMPP. Where I said access his database, I meant geting data from it by doing SQL Injection or some other technic.
  4. vitorbertolucci

    database invasion (protection)

    Well its already done. Im talking about SQL Injection
  5. 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...
  6. vitorbertolucci

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

    Hello there, we have changed dollar donations' retribution. Take a look :) About the world transfer: we do not have such a system yet, it is a good ideal though. Maybe in a near future.
  7. vitorbertolucci

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

    Just letting you guys know we are now receiving paypal donations :)
  8. vitorbertolucci

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

    Yeah, that's true. We're looking for other payment methods... But sms donation should be working for everyone.
  9. vitorbertolucci

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

    Yep we are still on beta but working to finish it asap. But it is pretty much playable already, theres only small things in game that are not translated yet. The web site pages will be our top priority now
  10. vitorbertolucci

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

    As I said, we're just starting with the system. We'll start announcing abroad as soon as the website is completely translated.
  11. vitorbertolucci

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

    Well since we are just starting with the multi-language system there are only few. Last time I checked there were about 900 characters using English version. Anyway we'll start announcing abroad soon so we expect lots of English speakers joining soon :)
  12. 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...
  13. 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...
  14. vitorbertolucci

    Storing Tables in Storages (setGlobalTableStorage)

    Well, the good thing about my lib is it transforms the string into table and vice versa 'manually'. So you won't have any problems with your indexes and variables relations as they will stay exactly the way you wrote them.
  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 --...
Back
Top