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

    Lua [1.2]Simple onUse quest problem

    Hello, this is my piece of code function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerStorageValue(cid, 4444)==1 then doPlayerSendCancel(cid,"You already done that quest.") else setPlayerStorageValue(cid, 4444, 1)...
  2. P

    OTS na vps

    Cześć, Otóż chcę postawić, dla siebie i paru kolegów ots, bardziej do zabawy jako, że tworzenie go sprawia mi sporo frajdy, a domowe ip mam wewnętrzne(zabawa w hamachi słabo mi się podoba). Na pewno było sporo takich pytań, ale nie znalazłem nic aktualnego. Jaki vps? Głownie chodzi o cenę...
  3. P

    Action Sleeping bear

    Hello otland, it is my first longer than 5 lines script, I want to share it because all of my knowledge about writing in lua I earned here, also I used @Limos function from this thered. If it is possible to make script shorter or i did something wrong feel free to comment. Also I think it is...
  4. P

    Lua Some bugs and questions tfs 1.1

    Hi, I have some problem with my server. So first of all I wanted to make script which will send text message when I leave a sqm. My knowledge is equal to 0. I am only trying to do it on my own, looking on other scripts etc. So dont laught at me. No error in console, but when i step out this...
  5. P

    Account manager

    Can someone help my to add account manager/player account to my tfs 1.1, I have never worked with database and my server dont have any account, so I cant test my scripts.
  6. P

    NPC who yell some words

    Nevermind i found it But I have another question. Is it possible to player with storage xxx value for example 1 see diffrent npc name than player with storage xxx 0? Example Player1 see name stranger, and after talking with stranger he see name for example John. Second thing I want to only 10...
  7. P

    account maker error

    I added gesior account maker files to htdocs folder also i changed directory to my config.lua but whem i open localhost in my browser i get that error "In file install.txt must be your IP! In file is: 127.0.0.1 Your IP is: ::1" changing 127.0.0.1 to my ip didnt help
  8. P

    tfs 0.3.6 summon dont die

    This fire elemental is summoned by monster from up left corner I killed fire elemental and it doesnt died...
  9. P

    exura sio

    Can someone make me exura sio spell which cant heal myself?
  10. P

    Area where aol and bless dont work

    I need a script to area where after died you lose things like without aol/bless. Thanks
  11. P

    Healing depends on shielding skill

    Hello, I am looking for a script like this local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HEALING) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, FALSE) setCombatParam(combat...
  12. P

    Description problem

    When I look at item i dont see its description. I have no idea why i have this problem. Also I get notification in console [23/11/2014 03:09:46] [Notice - AnnounceEvent::configureRaidEvent] Unknown type tag for announce event, using default: 22 and my raids/xxx.xml <announce delay="0"...
  13. P

    tfs 0.3.6

    I set exp stage true and changed exp_stages.lua but it doesnt work. I also want to ask you setHealingFormula(combat, COMBAT_FORMULA_LEVELMAGIC, 5, 5, 11, 15) what this numbers mean? Is it possible to make easy to configure script for healing, and is it possible it depends on your shielding skill?
  14. P

    TFS 0.6.4 and 0.3.6 problems/some question

    Hello, I created some map, add some scripts and most of scripts dont work on my server, there arent any errors in console while loading or something, just dont work. I am using this distro: http://otland.net/threads/8-6-otserv-0-6-4-stable.218401/ I tried on this...
Back
Top