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

    [TFS 0.3.6 PL1] Problem z uid.

    Jest sobie taka funkcja onUse: function onUse(cid, item, fromPosition, itemEx, toPosition) doPlayerSendTextMessage(cid, 20, item.uid) return true end Mam kilka itemów, dla których jest wywoływana. I teraz problem: jak użyję itemu A, B i C, to mam ten sam wynik. Da się to naprawić?
  2. H

    [Do pobrania] OTServ z RevScriptSys

    Witam Skompilowałem najnowszą wersję OTServ z RevScriptSys z SVN. Jest to wersja dla Windowsa. Wrzucam, bo pewnie nie każdemu chce się kompilować, a warto przygotować się do nowego systemu. ;) Na RemeresMapEditor.com jest jakaś wersja OTServ 0.7.0, ale niestety uszkodzona. :/ Wersja "czysta"...
  3. H

    Czy spodobałby wam się taki serwer?

    Witam Rodzi mi się w głowie pomysł na serwer naprawdę "RPG" (jak niektórzy to nazywają). Chodzi o to, że świat byłby tworzony przez graczy od zera - nie było by NPC (no, może kilka na początek). Zapytacie, skąd w takim razie wezmą się bronie? Będzie można tylko "wyciągnąć" z potworka? Nic...
  4. H

    Advanced NPC System

    I need a tutorial about advanced NPC system (keywordHandler~, npcHandler~, etc.). I see it make NPC scripts smarter and faster... The tutorial has to explain everything. Thanks in advance.
  5. H

    Zapisywanie mapy z poziomu skryptu

    Mam skrypt pozwalający graczom budować domki z użyciem desek. Czy po zbudowaniu mogę te zbudowane domki jakoś dopisać do mapy, żeby po restarcie serwera ciągle tam były?
  6. H

    Problem with exhaustion functions...

    Hello. I have problem with exhaustion functions... This is my testScript.lua: function check(cid) doPlayerSendTextMessage(cid, 22, exhaustion.check(cid, 12345) and "Not exhausted." or "Exhausted!") end function onUse(cid, item, fromPosition, itemEx, toPosition) exhaustion.set(cid, 12345...
  7. H

    Count to 100 [with reset]

    It isn't typical counting... Every user can say "reset" or something, then fun begin again! Let's have fun! One (1).
  8. H

    Word-snake game

    I think you know this game... You must post word beginning from the last letter previous word. You can't repeat word from last 10 posts! Snake.
  9. H

    [TFS] CreatureScripts - problem...

    Witajcie. Mam pewien problem z CreatureScripts w moim silniku. Niby wszystko dodaję, a i tak nie wszystko działa... Drabinka się pojawia, ale jak zabijam wszystkie inne potwory oprócz tego questowego, to one jakby nie umierają. Znika im pasek życia i nazwy, jak daję look to jest health 0 i nie...
  10. H

    Script doesn't work - please see and help!

    Hello. This script doesn't work - it have to teleport all creatures in range, but it doesn't teleport first creature on the left... function getCreaturesInRange(fromPos, toPos, player) local array = {} local mpos = {} for x = fromPos.x, toPos.x do for y = fromPos.y, toPos.y do...
  11. H

    Names of 8.5 items.

    I need names of items added by CipSoft in 8.5 update. Now I haven't names in items.xml (please report it to gamemaster)... Can you upload new items.xml or give me a list of names?
  12. H

    [Action, MoveEvent] Complete baking system (as in real Tibia)!

    Hello! I want to show you my baking system. In actions/actions.xml, change: <!-- Bread Creating --> <action itemid="2692" event="script" value="other/createbread.lua"/> <action itemid="2694" event="script" value="other/createbread.lua"/> to: <!-- Baking --> <action itemid="2694"...
Back
Top