• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Lopaskurwa

    TFS 1.2 attempt to compare boolean with number (anihilator)

    Hello, so im trying to edit lever so it would require item to be teleported but getting error. Its in this line if getPlayerItemCount(cid, 2160) < 5 then return player:sendCancelMessage("You do not have 5 crystals.") end
  2. Lopaskurwa

    TFS 1.X+ Give player premium points [OFFLINE]

    Now getting attempt to call global getPlayerAccount (a nil value)
  3. Lopaskurwa

    TFS 1.X+ Give player premium points [OFFLINE]

    it uses getplayerbyname already local player, balance, pid = getPlayerByName(t[1]), t[2], getPlayerByNameWildcard(t[1])
  4. Lopaskurwa

    TFS 1.X+ Give player premium points [OFFLINE]

    still looking for solution
  5. Lopaskurwa

    TFS 1.X+ Give player premium points [OFFLINE]

    So im getting this error attempt to call global 'getPlayerByNameWildcard' (a nil vlaue) i guess there is no such function in tfs 1.2? function onSay(cid, words, param) local t = param:splitTrimmed(",") if param == '' then doPlayerSendTextMessage(cid...
  6. Lopaskurwa

    TFS 1.2 Kill monster get 1 soul

    bump
  7. Lopaskurwa

    TFS 1.2 Kill monster get 1 soul

    bump
  8. Lopaskurwa

    TFS 1.2 Kill monster get 1 soul

    No im looking for every single monster so its okay to check all monsters. And to check few monsters it would be a mess in the code tbh. Note tested your script it doesnt work. No errors tho, everything is registered how it should. tested without god char
  9. Lopaskurwa

    TFS 1.2 Kill monster get 1 soul

    ? if isMonster(target) then doPlayerAddSoul(cid, 1)
  10. Lopaskurwa

    TFS 1.2 Kill monster get 1 soul

    what you talking about? Register what? and whats the point of increase max vocation soul points its by default at 100
  11. Lopaskurwa

    TFS 1.2 Kill monster get 1 soul

    How can i activate when you kill 1 monster you get 1 soul?
  12. Lopaskurwa

    Lua [TFS 1.2]If on X tile can go trough player

    So yea looking for script that allows people go trough each other if they are on tile X
  13. Lopaskurwa

    Lua Learn spells from chest

    Something isnt right. So edited the code a little bit probably fucked it up :D Nothing happens opening chest. Register in action local spellsChest = { [2555] = {spell = "aram"}, [2556] = {spell = "aram second"}, [2557] = {spell = "aram third"}, } function onUse(player, item...
  14. Lopaskurwa

    Lua Learn spells from chest

    TFS 1.2 Hello, have a 3 spells and i would like to make them as a reward in chest when you click on it but you can choose only one spell from 3 chests. So basically you can learn only one spell. Btw probably i would need to edit my spells too isnt it so it wont allow to use it until you didnt...
  15. Lopaskurwa

    MyACC cant show more then 1 message in news

    Close this thread it was my mistake didnt saw you can add news if you are in News page. You just cant do it trough admin panel
  16. Lopaskurwa

    How do you make insta push?

    TFS 1.2 So now if you push players when you stand next to him it takes some time until he get pushed but its fine i dont mind it but when you want to push player in pvp it would be great to have a function when you are away from player and you push him your character runs to him and it pushes...
Back
Top