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

    Help with addevent error

    Hi Otlanders I have this code: DOUBLE EXP POTION local tempo = 600 local storage = 770546 function onUse(cid, item, fromPosition, itemEx, toPosition) local player = Player(cid) if player:getStorageValue(storage) >= os.time() then player:sendTextMessage(MESSAGE_INFO_DESCR...
  2. Grillo1995

    Reward level system [creaturescripts]

    Thank work fine.
  3. Grillo1995

    Reward level system [creaturescripts]

    Hi, I have this level reward script. local crystal = 2160 local storage = 6095789 local storage2 = 6095790 local storage3 = 6095791 function onAdvance(player, skill, oldlevel, newlevel) if newlevel >= 30 and player:getStorageValue(storage) ~= 10 then...
  4. Grillo1995

    Problem with events/player.lua EXP Bonus

    It has already been solved, this was not the problem, nor do I know what change I made ... but it worked! 1583439782 It is a function that verifies who is dominating the castle, made by me. But the problem has already been solved.
  5. Grillo1995

    Problem with events/player.lua EXP Bonus

    Hello everyone. :p I have a small problem with my EXP BONUS script. When the player has a guild, the system works 100% without errors and problems. However, when he has no guild, the error in the log and the exp stages does not work. events/player.lua local guild = self:getGuild() if...
  6. Grillo1995

    Help with Guild War System (FRAG LIMIT TFS 1.3)

    Ok i added, but i dont speak english.. i speak portuguese PTBR xD
  7. Grillo1995

    Help with Guild War System (FRAG LIMIT TFS 1.3)

    Good morning josejunior23, thanks for your reply! In case these functions will I add to ondeath? in creatuarescripts?
  8. Grillo1995

    Help with Guild War System (FRAG LIMIT TFS 1.3)

    Hello everyone. :) I have a problem with my War System, I will try to explain. See this image: After making the declaration of war on the website, everything is fine. On the website the player types the number of frags that is stored in the 3rd column as you can see in the image. And after...
  9. Grillo1995

    Page guild error Gesior

    Next I managed to fix the error on the site, but when the guild war ends it is not updating the STATUS and ENDED in database, which is finished and frags count! Do I have this on TFS or Em globalevents? where is ? I sent my playerdeath.lua local deathListEnabled = true local maxDeathRecords =...
  10. Grillo1995

    Page guild error Gesior

    Hello, when I try to ask for a guild in war the screen goes white with the error 500 in nginx! This page is not working. Motor.com is unable to meet this request at this time. HTTP ERROR 500 I think there must be some table missing from the database, could you help me? I'll leave here the...
  11. Grillo1995

    Bug with script regen stamina in Protect Zone TFS 1.3

    Lua Script Error: [Event Interface] data/events/scripts/player.lua:player@onChangeZone data/events/scripts/player.lua:138: attempt to call field 'print' (a nil value) stack traceback: [C]: in function 'print' data/events/scripts/player.lua:138: in function...
  12. Grillo1995

    Bug with script regen stamina in Protect Zone TFS 1.3

    Hello, I need help with this script. I made the changes in the source to add onChangeZone and so far so good. However these scripts are bug, he add more stamina after leaving the protect zone does not stop adding! It does not end the event of adding stamina! There is no mistake, only the...
  13. Grillo1995

    Help me with Lua Functions TFS 1.3

    There were no errors, I just wanted to know how to transform all the functions to TFS 1.3, but I got it! Thanks
  14. Grillo1995

    Help me with Lua Functions TFS 1.3

    BUMP
  15. Grillo1995

    Help me with Lua Functions TFS 1.3

    Hello, I am new to TFS 1.3, I have always worked with TFS 0.4 and I am facing some difficulties until I adapt. I have a 24Hours Castle system that works perfectly on TFS0.4. However I need to update it to my TFS 1.3 now, The function of this script below is as follows: guildOwner (): It has...
  16. Grillo1995

    Bug Summon drop loot and xp

    Hi man, for fix this bug go to in your source : /src/creature.h And edit void setDropLoot(bool lootDrop) { lootDrop = lootDrop; } void setSkillLoss(bool skillLoss) { skillLoss = skillLoss; } Change to: void setDropLoot(bool...
  17. Grillo1995

    Summon Monsters GIVE EXP and LOOT TFS 1.3

    I have a very annoying problem, when a player summons a waste on the server, when killing the summom he gains EXP and Loot, the summon's body does not SOME !!! I have already reviewed data / lib / core / creature.lua Magic script Here is the source code C++: Dont work POFF :/ bool...
  18. Grillo1995

    Solved Summon with corpse

    People are funny, they solve problems with the help of others but don't put here what the solution was more than SHIT!
  19. Grillo1995

    Bug Summon drop loot and xp

    BUMP ????
  20. Grillo1995

    OTClient Cant Login In Game

    BUMP ?
Back
Top