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

    TFS 0.X Help With a Exhaustion "lever"

    Also didn't work @Edit So i managed to fix it. I just changed exhaustion.check and exhaustion.set for getPlayerStorageValue and setPlayerStorageValue. function onUse(cid, item, fromPosition, itemEx, toPosition) local from, to = {x = 608, y = 172, z = 8}, {x = 621, y = 181, z = 8} local...
  2. juansanchez

    TFS 0.X Help With a Exhaustion "lever"

    Didn't work :/
  3. juansanchez

    TFS 0.X Help With a Exhaustion "lever"

    Hey everyone, i'm trying to learn how to script myself so i don't have to always ask for a new script when i need one. So today i was working on this script that is supposed to: -Check player level or reset. -Check if the player has used the "lever" before the time. -Check if there's a player...
  4. juansanchez

    TFS 0.X [Creaturescripts] Player don't actually die in the area.

    So from what i tested, apparently changing the lines you said fixed it. I killed the player multiple times and it worked ok. I'm going to test it a bit more, but maybe that was it. Thanks
  5. juansanchez

    TFS 0.X [Creaturescripts] Player don't actually die in the area.

    Hi guys, i'm having a problem with a script i'm using. function onPrepareDeath(cid, lastHitKiller, mostDamageKiller) local from, to = {x = 1051, y = 592, z = 7},{x = 1056, y = 596, z = 7} local pos = {x = 543, y = 525, z = 7} if isPlayer(cid) and...
  6. juansanchez

    Sanchez |Mapping thread|

    It's been a while since i've posted anything, but here is something for Christmas i'm currently working on: "Krampus is back to destroy Christmas, who will be brave enough to stop him?"
  7. juansanchez

    What can I do to improve this map?

    Maybe some torches on the walls? Some statues maybe, or pillars. Try adding skulls on the wall, axes, arrows, maybe some blood even?
  8. juansanchez

    Sanchez |Mapping thread|

    New map i did for a community member: What you guys think?
  9. juansanchez

    Sanchez |Mapping thread|

    "Those who step foot on Mount Olympus shall face the wrath of Zeus! God of gods." Now a picture of it all, what you guys think?
  10. juansanchez

    Sanchez |Mapping thread|

    "Peacefull Warlocks used to live in this area... They were studying dark magic... I wonder what happend to them?"
  11. juansanchez

    Sanchez |Mapping thread|

    Better? Some more tombs. My very first hunt that i did from scratch:
  12. juansanchez

    Sanchez |Mapping thread|

    I'm creating this thread because i want some feedback on my maps. Hope you guys like it. Had a lot of old pics. Sorry for the big images, back then i didn't know how to save them smaller.
  13. juansanchez

    TFS 0.X Quest gives skills not working

    This function doesn't exist: "attempt to call global 'getPlayerSkillValue' (a nil value)" At least not on my 0.3.6.
  14. juansanchez

    TFS 0.X Quest gives skills not working

    Query is better, because if i add that many skills to a player, the server freezes while adding the skills. Tried your way, knights still don't recieve any skill.
  15. juansanchez

    TFS 0.X Quest gives skills not working

    Sorry, i didn't think of that. I fixed it now. @Update I fixed parts of it. Now the player logs out and gets the right amount of skills. However, it still glitches when they use any spells that buffs skills or itens. And now knights don't recieve any skills. function onUse(cid, item...
  16. juansanchez

    TFS 0.X Quest gives skills not working

    It gives Magic Level to all vocations. I did manage to force the logout and addskill using: doRemoveCreature(cid) db.executeQuery("UPDATE `player_skills` SET `value` = " .. (sword + 12) .. ", `count` = 0 WHERE `skillid` = 2 and `player_id` = " .. pid .. ";") However, if i use utito tempo...
  17. juansanchez

    TFS 0.X Quest gives skills not working

    I remember that thread. That guy helped me with the first script i have. But at the time i didn't know about the glitches.
  18. juansanchez

    TFS 0.X Quest gives skills not working

    Hey guys, i have this quest on my server that is supossed to give skills to players. Mages get Magic Level, Knights and Paladins Skills. I have a working script but it is way too glitchy.. Whenever a player does the quest, it does not give the right amount of skills, if someone is using some...
  19. juansanchez

    New serwer 10.100 TP Custom

    Nice TP Area. Really Liked the quests.
Back
Top