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

    2 problems

    1) Solved 2) http://otland.net/f81/antibot-system-73880/ I want to do that you can't use it when you are in a non-pvp and on players in non-pvp tiles, but when I add to this script: elseif(getTileInfo(getCreaturePosition(getPlayerByNameWildcard(param))).nopvp == true) then return...
  2. ScorpiOOn93

    Walk thru Low lvl Players

    I need a script that will allow another players to walk thru low lvl players (for example players that are in protection lvl) There is a script: http://otland.net/f82/walk-thru-non-pvp-players-73037/ And I can setplayergroup but it's not working (I think something is wrong with player flags)...
  3. ScorpiOOn93

    Vip system

    http://otland.net/f163/mock-vip-system-vip-account-51512/ Can someone fix bug in this vip system ? Because in this system accounts with account name (for example name=hehe) don't get the vip (error in console) but it's working for accounts with normal acc name (for example name=7485745), yeah I...
  4. ScorpiOOn93

    Loosing items when died

    I have a strange problem. On my OT when someone dies without an Aol or bless he will loose all of his items (even when he is not a red skull), but when he have aol or all bless he is not loosing anything. In config I have: blessingsOnlyPremium = "yes" blessingReductionBase = 30...
  5. ScorpiOOn93

    Loosing after death problem

    I have strange problem. On my OTS I have loosing percent set to 10 (like normal), in vocations.xml i have everything ok (lessloss="30" etc.), but when someone dies on my OT he is loosing normal ammount of exp (like 2 lvls) but he is loosing a lot of skills/mlvl o_O For example when someone died...
  6. ScorpiOOn93

    Sql command

    Solved :)
  7. ScorpiOOn93

    Boost Filesystem

    Hello. I can't compile TFS 0.3.5 on my Linux because i got few errors :/ I've downloades all needed packages etc. but now when i want to compile tfs it's showing me that error: scriptmanager.cpp:18:32: error: boost/filesystem.hpp: Nie ma takiego pliku ani katalogu -bash...
  8. ScorpiOOn93

    Training problem

    Hello. I have a training movement script that if player stand on some tile it will crete 2 training monks and it's working, but i think that function "DoCreateMonster()" is bugged because when some player throw a FIRE BOMB or something like that on tile when it should create a training monk it...
  9. ScorpiOOn93

    Problem with script

    Hello. I have a anty-bot script in globalevents, but I want to edit it so it will ban the players. The script: local AnswerStor = 14365 local AnswerOK = 14366 function ContinueAFKCheckAction(x) if isPlayer(x.cid) == TRUE then local AnswerOKValue = getPlayerStorageValue(x.cid...
  10. ScorpiOOn93

    Little problem with ban

    Why when i want to use "doAddBanishment" it's showing me errors in console "attempt to call global 'doAddBanishment' (a nill value)". Maybe it's because that script is in globalevents? Because the script is Ok. Using TFS 0.3.5
  11. ScorpiOOn93

    [Request] clean script :)

    Hello. I need a script in globalevents that will "clean" (remove items) from individual position. For example from position 98/114/7 to position 92/120/7 :) Maybe this threads can help: http://otland.net/f163/cleanarea-frompos-topos-works-just-like-source-clean-33837/...
  12. ScorpiOOn93

    NPC Marriage System for TFS 0.3.5

    Marriage System for TFS 0.4 Well, Godely created a Marriage system for TFS but it's a little bit old and it's not working on TFS 0.3.5 I've fixed it and now it's working on 0.3.4 & 0.3.5 & 0.4 Add to your function.lua function getPlayerMarriage(player) local rows =...
  13. ScorpiOOn93

    Lua Training System bug

    On last distro (0.3.1) it was working without any problems, but now when i've changed it to 0.3.4 PL2 it's not working in 100%. The bug is when i want to leave training room because it's showing "19:18 (TrainMod): Room is full." and i'm traped and I don't know how to fix it :) Ps: I was...
  14. ScorpiOOn93

    Bounty Hunter NPC

    Hello, I have a little request. I'm using this NPC: and I need someone who can edit this NPC to working in 100% on TFS 0.3.4, because now it have a bug. NPC is taking the item (id 1969) but he is saying "Sorry, you dont have the item" and he is not giving any reward even when player have...
  15. ScorpiOOn93

    Houses Import

    Is there any way to Import Houses with Cities from one map to another one?
  16. ScorpiOOn93

    Anty ddos attacks etc.

    Hello. On my dedicated server (Linux) I had only this http://otland.net/f138/some-protecion-against-ddos-22908/ but some f*ckin retard slows my server by "Skan of Ports" so I decided to install special Apache mods and install program called Snort. Now on my server I have Firewall and Special...
  17. ScorpiOOn93

    Database cleaning

    Hello. Does anyone have something like program or just a script to clean the database from players that are not loggin on the server for about 2 weeks? And question: I need a script that will clean not only accounts, but player items, houses etc. from players that are not loggin in 2 weeks or...
  18. ScorpiOOn93

    Npc bugs ehh

    Does any one have this problem with NPC too? They are causing big laggs/crash. I had this problem on tfs 0.3.1 and now on tfs 0.3.2 i have the same problem, players can lagg/crash server with npcs lol because when someone will say to npc trade it's causing laggs, and some players have found...
  19. ScorpiOOn93

    Lol exp ring is not working

    Problem Solved.
  20. ScorpiOOn93

    Little bug in slawkens script

    It was working perfectly on TFS 0.2 but on TFS 0.3 it has a little bug. Anty bot training system by Slawkens I don't know how to fix it because it's not showing any information about line etc. I know that it's showing that the script can't find the player in a timer event, but how to fix...
Back
Top