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

    Lua Player can sell "special" items...

    Well, I have a forge system on my server and players can use it to upgrade their equips... But now some players are selling their forged items on the npc (by mistake). Is there a way to check if the item being sold has an actiond id (so I can give the player an error message if he tries to sell...
  2. N

    Premmium Days

    Everytime a player login he loses 1 day premium accont... someone know how to fix this? Is it a problem with some lua file or its my source? =X
  3. N

    Windows Simple question.

    I can use Windows 2003 Standard Edition R2 x64 and Windows 7 professional x64 to host my server but I have a question, wich is the more stable for hosting?
  4. N

    [TALKACTION] Mute on help channel

    Is it possible to mute a player only on HELP channel with a talkaction? Here's a basic mute script: function onSay(cid, words, param, channel) if(param == '') then doPlayerSendTextMessage(cid, 21, "explaining the talkaction") return true end local t = string.explode(param...
  5. N

    Lua onStatsChange

    Well, im using a script for a PVP arena and every time a player get killed by a field item (inside the arena) my server crash. The Script: local ArenaJungle = { frompos = {x=1908,y=1208,z=7}, topos = {x=1992,y=1290,z=7} } local ArenaJungleSub = { frompos = {x=1908,y=1208,z=8}, topos =...
  6. N

    Lua Enchanted Weapons are disappearing when charges reach 0

    You see a knight axe (Atk:33, Def:21 +1) that has 100 charges left. When it reaches 0 charges, the item disappear... How can I fix this? Using rev.3884 (0.4_SVN).
  7. N

    Lua World Light

    Is there a way to change the World Light? Something like "setWorldLight()" or a command to change the tibia time (day/night).
  8. N

    Help with Gesior website

    Using version "[8.41] The Forgotten Server v0.3.3 (Crying Damson)" What's wrong?
  9. N

    How to pass an ot xml for sql!

    Please i need help to pass the players from an xml ot for an sql database! Some one help plz =/
  10. N

    New npc system!

    Well, i make this thread to request an simple thing, change the new npc system for the old one. =X The new system is SUX for buy/sell loot, can't hide itens like keys because, always you say "offer" he shows everything, some npcs dont work on it, like this one: local focus = 0 local...
  11. N

    [Request] Addon npc for forgotten server!

    Hello, i need an addon npc that sell all addons 1 per 1, like this one. local focus = 0 local talk_start = 0 local target = 0 local following = false local attacking = false function onThingMove(creature, thing, oldpos, oldstackpos) end function onCreatureAppear(creature) end function...
  12. N

    Bug with monsters

    Well im here to report a big problem that i have found on my server, when a player down a ramp/hole/... the monsters on the new floor don't atk him, they will only atk if the player move away of the screen and back. (using revison 1006 from tags) How can i fix it? =X
  13. N

    Help with tibia port

    I need to change the tibia port (version 8.21). 7171 to 7172 Need this to run 2 otserver on the same computer. Ps/ I know that using a ipchanger i can change the port but, i want to have an private cliente for my server. Some one can help?
  14. N

    Help here plz - 2 bugs

    Well i have 2 bugs on my server and i need help to fix it... First: Players cant use acc manager to create/manage account because they cant write they password or account... Second: When i use summon to atk, they dont follow the target... Just this. Some one help? =X
  15. N

    Forgotten tags (Version 8.21)

    I dl the last revision from tags and tested it. Results: All the new looktypes of 8.21. --> good New wands and rods dont work. --> bad =/ The new npc system is sux (my opinion) and also, boat npcs, addon npc (varkhal) and bless npc (Alice) dont work on the new system. --> bad All the new...
  16. N

    [Request] Raids tutorial

    Pla can some one explaim me how does the raids system works?? Interval2 > What does it do?? Mardin > -iden-
  17. N

    A bug on my server!

    On my server, players can use the rune "desintegrate" on quest boxes! Can some one tell me how may i stop this? =/
  18. N

    Compiling help plz

    Well i only have this error... ../otserv.o:otserv.cpp:(.text+0xfe): multiple definition of `_main' zartha.o:zartha.cpp:(.text+0xfe): first defined here make.exe: *** [zartha.exe] Error 1 Execução terminada Can some one help me? =/
  19. N

    Key quest!

    Can some one release a action for a key quest (version 0.2.11)... Release it and explain how to use plz.
  20. N

    Magic damage

    Can some one tell me what "attribute key" i add on itens.xml for give magic damage to itens like blue robe, crystal wand and mystic turban????????? On yourots its --> <attribute key="increaseMagicPercent" value="10"/> But when i put it on TFS I get this error [13/04/2008 10:43:58]...
Back
Top Bottom