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

    Lua How to do smooth movement?

    Hi, Let me explain. I have a crystol coin on the ground. Now I'm deleting this from one position and after that I create a new one in the next position. It isn't look like movement unfortunately. Just X value change it means from x=999 to x=1000 from x=1000 to x=1001. I know that if...
  2. Nutaharion

    Solved How to make delay between actions

    Hi everybody, I need help with making a delay between 2 actions. First is that item appear and after one second it dissapear. And i don't know what to add between doCreate and doRemove to work it correctly :-( function onStepIn(cid, item, pos) doCreateItem(2160, {x=984, y=1148...
  3. Nutaharion

    Solved NPC is catching a player from maximum 2 square.

    Hi, I have a few selfmade NPC and I have problem with interraction with NPC. I need to stay at least 1 or 2 squares if I want to talk with him. If I'm farther then 2 squares NPC do not want to talk. The worst thing is that I don't know how to repair that. Let's for example take one of NPC...
  4. Nutaharion

    Stone appear after 15 minutes...

    Hi, I have problem with this script, I completly don't know how to use function onThink so I have problem's with delay beetween action. 1) Player killing monster, wall dissapear 2) Player have 15 minutes to escape the room, after that stone appear one more time and he need to kill next boss to...
  5. Nutaharion

    Taski - Nawiększe zadane obrażenia albo ostatni hit

    Cześć, Gdy ludzie wykonują zadanie np. na zabijanie potworków to wystarczy 1 dmg, by również dostać zwiększenie storage value. Np. ktoś odejmie 1 hp demonowi, a ktoś inny go dobije to razem zdobywają punkt do storage value. Chciałbym coś zrobić, żeby wartość storage zwiększała się graczowi...
  6. Nutaharion

    Last hit in task's or who deal the biggest DMG

    Hello, In my task system is if 1 player deal to monster 1 dmg, and another one will kill it, then both of them getting storage value for task. So, is there any option to increase storae value just for player who did last hit or deal the biggest DMG? Thanks for help, Nutaharion
  7. Nutaharion

    Need list of effect's for doCreatureSay

    Hi, I need a list of effect's fo function doCreatureSay At the moment I know 2 - TALKTYPE_SAY - TALKTYPE_ORANGE_1 :) Thanks for help, Nutek
  8. Nutaharion

    Problem z amuletami i pierścieniami ze skrzynek -> 1 charges

    Cześć ;) Dodałem, jako nagrodę z questa, do skrzynki amulet i po otrzymaniu go dostajemy amulet 1 charges. Szukałem w lua_functions różnych funkcji odpowiedzialnych za to, chciałem jakoś obejść i nie potrafię, za każdym razem dostaję amulet 1 charges ;/ TFS 0.3.6 Pozdrawiam i liczę na...
  9. Nutaharion

    Item from chest with 1 charge

    Hello, I have a problem, I added to chest silver amulet, and when I received this it has 1 charge. I tried to use doPlayerAddItem(cid, 2170, 1, 250) and doPlayerAddItem(cid, 2170, 250) and other's but nothing what I tried worked. So can sb help me with this :)? I'm using TFS 0.3.6 Nutaharion
  10. Nutaharion

    Problem z Multi World na TFSie :(

    Witam, Zatem przechodzę do konkretów: Mogę zalogować się tylko na postacie będące na 1 servie, postacie z 2 serva nawet nie są wyświetlane na Character List -.- Patrzyłem w bazie danych, niektóre postacie mają WorldID ustawione na 2. Tak więc problem wydaje mi się jest w confingu...
  11. Nutaharion

    Problem with Multi-World on my TFS :(

    Hello, I have problem with multi-world on my TFS server. I just see character's with WorldID 1, character's with WorldID 2 are not displayed on Character List :( I can simply play with character's with WorldID 1. I checked my database and all looks fine, so something is wrong with configs. I...
  12. Nutaharion

    Problem with never disappearing creatures bodies + potion stocking

    Hello, I) I have some bodies that I won't to dissapear and I don't know how to do that ;/ I tried just add ActionID to corpse but it doesn't helped. Corpse still dissapearing after XX time. I also want it just to bodies that exist when server starts! All rest bodies need to dissapear, so if...
  13. Nutaharion

    Pomoc z OTSem - zapis postaci po śmierc, obrażenia czarów, shop module

    Witam; Mam kilka problemów ze swoim serverem: Silnik TFS 0.3.6 pod 8.54 I Jeżeli postać umrze to po kliknięciu OK jesteśmy automatycznie przelogowywani do miejsca ostatniego zalogowania, np. zalogowaliśmy się na orkach, padamy na tych orkach i zamiast w temple jesteśmy w miejsciu w którym...
  14. Nutaharion

    Help in NPC module - Problem with countable items 255 instead of 1

    Goto 3th replay to help in this subject :)
  15. Nutaharion

    Modification in Travel Module [TFS 0.3]

    Hello, I need modification in Travel Module in my TFS server, I tried it by myself but always there were so many problems with IF and END ;/ If travel cost = 0 then NPC need to say "Do you want to travel to XXX?" but if travel cost is <> 0 then "Do you want to travel to ' .. keywords[1]...
Back
Top