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

    Is possible to use custom sprites with OTClient?

    Hi, i been out of this for years. Like 5 or 6 years ago i used to host some OT servers and i'm now beginning to update myself with current advances. I saw there's an open source tibia client, aimed to be used in OTs. I would like to know reviews from users, is it good? do you recommend it? why...
  2. D

    Light for "CONST_ME_WHATEVER" effects?

    Well, i'm doing a small server project where it's always dark (like inside of a cave), and some of the effects in spells do not display any light (like the energy ones). Others looks pretty good with their lights (fire ones)... What can i do to set light values for each hit effect, projectile...
  3. D

    A question about math.random

    Well... I'm learning scripting, and some time ago i saw a script where it was used the math.random to select an ID from an array... That's the question: How to use the math.random to select ONLY ONE of the different IDs inside of an array? Example: local array = {1234, 4321, 5544, 9966}...
  4. D

    A question about manage of inventory slots.

    Well, i was playing during a few days with the code and scripts of tfs0.22... And i noticed something in the manage of items... An example: I have a weapon (let's say, a sword) in my left hand, and a shield (or whatever) in my right hand or ammunition slot (in fact the slot doesn't matter...
  5. D

    Linux Skills won't go up of 37

    My skills work fine now, but i can't raise any skill above 37; neither with /addskill (appears the green bar up to 97% then decreases to 0% every time i try to rise it and gets stuck on 37 again...). I'm sure is another database problem, but i've checked the code and looks fine (besides i...
Back
Top