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

    Lua Multiple doRemovePlayerItem

    Thanks for hinting me to the loops. However problem is still unsolved. If player drops item beetwen saying blacksteel sword and yes, npc will destroy part of items and then stop. Also For loop does not return anything, so I tried to use incremantation of "a" however after finishing loop it does...
  2. G

    Lua Multiple doRemovePlayerItem

    Hey, I am still playing a bit with my OT and now I am creating Smith npc. He basically does same thing as Uzgod in Rashid quest - takes some ore and money and gives a weapon. So here's a script, pretty obviously, based on A Sweaty Cyclops from some rl map distro. local keywordHandler =...
  3. G

    [Znote AAC] Simple Spell System

    Nice, however on at least tibiawar layout for 1.2 version of accmaker it does strangely print vocations: Flame Strike exori flam 14 20 0 YES , , Master Sorcerers, Elder Druids. Strong Flame Strike exori gran flam 70 60 0 YES , Master Sorcerers.
  4. G

    [Znote AAC] Show outfit on online list

    Can I add outfits from 8.6+ if I insert correct sprites to sprites and template folder or does this require additional work?
  5. G

    Solved How to stop furniture destroying?

    Check for destroy.lua in actions. Or remove lines reffering to it in actions.xml like those: <action fromid="2376" toid="2404" script="other/destroy.lua"/> <action fromid="2406" toid="2419" script="other/destroy.lua"/> <action fromid="2421" toid="2453" script="other/destroy.lua"/>
  6. G

    [9.60/9.61] The Forgotten Server v0.2.14 (Mystic Spirit)

    Hey, I am using 64bit version of 2.14 Mystic Spirit(compiled Aug 27) and encounter quite big problem. After my character on account of type = 5 attacks monster server freezes. It cuts out connection with client, but does not report logging off character. TFS servers start to rapidly leak memory...
  7. G

    Own server concept and ideas

    Hey, I am making server for my friends(and to learn proper scripting), with quite a bit of items, vocations and monster changes. I'd appreciate help in form of ideas, inspiring pictures or books, or helping me with balancing things and reviewing things I did, as I am one man team and I cannot...
  8. G

    Lua Set system with a twist

    Hello, After playing around in other places I've returned to my messing around with OT. I've decided to make server for friends with quite a twist of game play. I want for every item to have its own special bonus so there will be no boring items. It went fine along with mapping but I found out...
  9. G

    Lua Diffirent spell effects for diffirent magic level

    Since i haven't found help on OTFans I'll ask here too. Some time ago I've decided to make light spell on my server less boring. How? When player would achieve some magic level the light color becomes different(green red or other in place of white). I ended in creating this: ocal combat =...
  10. G

    What's Cip's biggest mistake with Tibia?

    Wands, rods which screwed balance Cheaper, better manafluids in 7.6 Hydras. Runes in shops Lighthack Builded in Aimbot New Elements system Equips for level and vocations Auto aimed exori X Exori cost the same amount of mana NPC trade window, no queue, private talk as it killed unique...
  11. G

    [OTS-List] - What happened ?

    I've got the same thing. Its quite troublesome, i hope that it will be repaired soon.
  12. G

    Which Tibia version was the best?

    I started in last week of 7.4 :P Well the best version for me is 7.4-7.5(because i did not played older one ;/).
  13. G

    [7.4] Avesta

    Arrgghh... I want to make serv on 7.4 but i have only bugged versions(one with this schema check, second is the newest) and because of that i can't put serv(i already have db in mysql, and i don't want to change it to sqlite). So could you upload fixed version or at least tell me what i should...
  14. G

    Request maps you need here!

    I need map of Senja, Folda and Vega with dungeons. Spawn is not needed, best wersion would be 7.6/7.4 but i don't mind if it will be 7.7 until it won't be 8.0+.
  15. G

    Clary Request thread

    Its Moveevent script(onEquip) I'm need script what will make this: I'm equip weapon with ID 7384. Now its check what is actionid and if: its 9999 then weapon is transformed to 7856 with 256 charges its 9998 then weapon is transformed to 7765 with 256 charges its 9997 then weapon is transformed...
  16. G

    [8.0]Devland 3.0 SQL by GM Omen (CaymaN)

    -- czy chcesz zeby gracze mogli pisac do GMa?(yes/no) gm_pm = "no" this one is for pm to GM if is no then gm dont get PM -- od ktorego accesu obsluga otsa bedzie blokowala wiadomosci od graczy gm_block_pm_lev = 1 This is what min acces to work this up(if we enter there 3 and we have acces 2...
  17. G

    Need help making gm on Forgotten Server!

    Here You can login in phpmyadmin. Then enter you database. Next click in list on option what u want edit. Next click on first bar(browse). You chose account/ or number of player and click on this "pencil". You change this value what u want and click go. Done :D
  18. G

    Requests

    I'm want Configurable option for exp share in party :D(like WoW ,Gw)and bonus exp what can set like that(blocker get additional exp) party exp share = "1/0"(on/off) extra party exp = "X%"(work only when upper option is on) giving X% bonus exp for the party for killing monster like: -extra party...
Back
Top