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

    Feature Reward Chest & Boss Reward [TFS 1.2]

    OMG, what a nice script! I use it of course. Thanks for sharing! :)
  2. pansuchar

    Open new door

    I use this doors only for houses :) I add table in global.lua and it works perfect! Thank you very much Limos ;)
  3. pansuchar

    Open new door

    I use tfs 1.1 ;)
  4. pansuchar

    Open new door

    You cannot use this object. I add in actions: <action fromid="22815" toid="22816" script="other/doors.lua" /> in items: <item id="22815" article="a" name="closed door"> <attribute key="type" value="door" /> <attribute key="blockprojectile" value="1" /> </item> <item...
  5. pansuchar

    Open new door

    Hi, is any possible way to make this door able to open like house door and normal door:
  6. pansuchar

    Solved Proplem when create monster

    Name in monsters.xml is same as you monster.xml? Check that you have correct any errors in console? maby you are in pz? :D
  7. pansuchar

    Matching monster attacks

    Damn, you are awesome man :) Creating monsters for me was terrible to this day :) I'm very appreciate your work :)
  8. pansuchar

    Matching monster attacks

    I created a monster (boss), his attacks: <attacks> <attack name="melee" interval="2000" min="-1000" max="-2500"/> <attack name="death" interval="1000" chance="9" range="7" min="-500" max="-600"> <attribute key="shootEffect" value="suddendeath"/>...
  9. pansuchar

    Music Needed

    http://www.youtube.com/watch?v=ZSM3w1v-A_Y http://www.youtube.com/watch?v=JF8BRvqGCNs Admit it, you want to pick up a girl :D
  10. pansuchar

    [TFS 1.0][10.37] Addon-Mount Doll

    You looked here?
  11. pansuchar

    Remove stackable from item

    Damn, i dont want to make my client different. Anyway, thanks for help, I left it unchanged :)
  12. pansuchar

    Remove stackable from item

    Hi. I have problem, I removed stackable from item by using Otitemeditor (8.6), now when i try to create this item "/i" or place in map editor i have debug. Is there a possibility to remove stackable from item without this problems? ;)
  13. pansuchar

    Quest for 200 HP

    When i add getCreatureHealth(cid) It works Thank you :)
  14. pansuchar

    Quest for 200 HP

    I use tfs 0.3.6 attempt to call global 'doCreatureAddMaxHealth' <a nil value>
  15. pansuchar

    Quest for 200 HP

    Hi all. I need script for 200 HP quest. Chest => open => pernament +200HP thanks!
  16. pansuchar

    Counting potions

    Limos always helps :) After recompile my gui has been swapped to console, It is possible to change back to the gui? I use Stian's Repack Dev-Cpp v2
  17. pansuchar

    Counting potions

    Exactly, at the beginning 'using one of 400 counts', the next time 'use only 99'. Same problem with runes. Someone can help us?
  18. pansuchar

    Counting potions

    Hi. It's possible to change counting for potions? I have something like that situation: I have tfs 0.3.6, potion on my hotkey. potions.lua: local config = { removeOnUse = "yes", usableOnTarget = "yes", -- can be used on target? (fe. healing friend) splashable = "no", range =...
  19. pansuchar

    Problems with mods

    Mistake, please remove the post.
Back
Top