• 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

    Thanks
  5. 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
  6. 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 =...
  7. K

    2 Functions

    ayy its done! thanks. (nice avi and mkalo) I just need to fix the death issue. @edit fixed - firstly I had to set vocations.xml to correct values :D
  8. K

    2 Functions

    I have removed return true from each line but now cannot log out even with the script
  9. K

    2 Functions

    *removing huge code*
  10. K

    2 Functions

    1. I have tried adding onPrepareDeath but I got an error [10/10/2016 19:37:39] [Warning - Actions::registerEvent] Duplicate registered item id: 7477 [10/10/2016 19:37:39] [Warning - Event::loadScript] Event onDeath not found (data/creaturescripts/scripts/playerdeath.lua) Apparently, it has to...
  11. K

    2 Functions

    Yes the first code does work when you log out but it does not when you die and I have added another function called onDeath, even in playerdeath.lua
  12. K

    What happens to my tfs?

    I believe you can change the map size in map editor, and I would not recommend directly downloading other maps because you never know whether they are compatible with the server. If you think it's the map then create a bit of your own (with the correct tibia version), change your pos x/y/z in...
  13. K

    What happens to my tfs?

    did you open necessary ports - on your router - on pc - on your antivirus? also, download and check with other server to see if the issue persists
  14. 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...
  15. K

    Transform - Logging out Issue

    @Xeraphus @andu thaanks guys, solved/ had to change the vocation from to the same from the beginning (ID)
  16. K

    Transform - Logging out Issue

    Thanks for all your help guys. I have one more question with regards to vocations.xml. Whenever I log off, my character seems to be going -1 with vocation so for instance, if I have transform4, it will revert back to transform 3 after logging out and logging back in. Is there anything I can do...
  17. K

    Transform - Logging out Issue

    doPlayerSetStorageId(cid, 12345, voc[2]) in transform.lua seems to be causing some trouble since when I type 'transform' in game, the character says it twice and does not react at all, meaning: no outfit changes or effects but the vocation has changed once. + there were some other issues...
  18. K

    Transform - Logging out Issue

    The same error with new code. Just so you know, I removed my edits from post 3, not sure if that was necessary [09/10/2016 21:51:09] [Error - CreatureScript Interface] [09/10/2016 21:51:09] data/creaturescripts/scripts/TransformEvent.lua:onLogin [09/10/2016 21:51:09] Description: [09/10/2016...
  19. K

    Transform - Logging out Issue

    I was planning to add this later but if you say so, I will try to edit that right now edit: unfortunately, it did not help. something must be wrong with TransformEvent.lua with this code I think but it's all good, if you ask me function onLogin(cid) local voc =...
  20. K

    Transform - Logging out Issue

    it's just a transformation system known from games such as dragon ball or naruto servers
Back
Top