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

    Changing Spell Effects TFS 1.0 HELP

    Anyone out there can help me out with the spell below would be great. I would like to know exactly how I can change each own COMBAT_PARAM_EFFECT to individual tiles (1's in area). For now it's only using effect -> 4 and that's why I would like to change that so each tile has its own effect. I...
  2. K

    Focus on Center-- Sprite

    Hi, Just want to know how you can change the 'index' or whatever you call it of the spell effect/sprite. I have this spell with the following dimensions: 32x5 (width) 32x3 (height) Whenever I try to run it, it starts to run properly but not in the right position as it starts from right-bottom...
  3. K

    Sprites disappearing after distance

    Just wondering how can you change the settings, so the client <tibia> displays the entire sprites of certain spells instead of hiding it, when they're outside the screen. Let's say the spell is larger than common 32x32 sprite, what happens is that when the player casts the spell further away...
  4. K

    max magic level help

    hi, is there any way you could possibly change the maximum magic level? it's capped on 22 and i'd like all voc to have the same cap = 100 if it's in the source, that's not a problem. I just need someone to direct me to the right place
  5. K

    exori vis/frigo

    Hi there, I need someone to help me out. Whenever I try to write exori frigo it says that it only works on creatures which is fine but not at all. I like the targetting system but I'd also like to use this spell without needing to select a creature. Here's the spell local combat =...
  6. K

    2 Functions

    Hi there, I am curious if you can actually write 2 functions in one line because it could save me huge amount of work. My current code is: function onLogout(cid) if (getPlayerVocation(cid) == 1) then doCreatureChangeOutfit(cid, {lookType=549}) return 1 end I was trying to...
  7. K

    Transform - Logging out Issue

    Hi, There's a little problem with the script I have been working on recently and I was wondering whether someone could actually help me with this as I would be really grateful. So, the problem: - When the character types in 'transform', they get X amount of HP/MANA, the outfit changes and...
  8. K

    Tibia Dat files

    Hi there, I would like to know whether it is possible to: - check what version is the tibia.dat/tibia.spr for (e.g. Tibia 8.54 or 7.60) - change the version of tibia.dat/tibia.spr to higher (custom client) + can you actually tell me how or point me in the right direction, that would be great.
  9. K

    Unusual problem - modified tibia client

    Hi, I have unpacked the client ots "wono 2.55.exe" to get spr dat and pic file types in order to paste them in original tibia 8.54. I have turned on ip changer, setted up all ips and ports correctly but whenever i try to connect to game i get a debug with error. Here is the error message...
  10. K

    Lua Transform 8.54 SQL Mana Wasting (HELP)

    Hi all, I've got a problem with script "transform" Everything works perfect, except one thing: When transform is activated I want to make this transform that it will waste your mana e.g. 50 mana per 2 second - I have this script but something is not working, PLEASE HELP because I don't know...
Back
Top