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

    Advanced NPC Request

    Hello, i really need some help with a NPC. Lets say i have 3 teams in a war server and for each kill there team will get a point (globalstorage). Is it possible to create a npc script so you can go ask a npc "War status" and he will tell you the highest (most kills) Team first followed by team...
  2. Suxex

    Strange console message!

    Does anyone know what this strange console message means terminate called after throwing an instance of 'boost::exception_detail::clone_impl' what(): tr1::bad_weak_ptr Thanks in advance, Suxex!
  3. Suxex

    Compiling Can't compile with exception tracer

    Hello, I have tried to compile with exception tracer alot of times but I get this error; exception.cpp:164:6: error: unused parameter âinfoâ [-Werror=unused-parameter] cc1plus: all warnings being treated as errors make[1]: *** [exception.o] Error 1 make[1]: *** Waiting for unfinished...
  4. Suxex

    War Problem

    Is there a way to block players from leaving a guild while in war mode?
  5. Suxex

    getMonsterLookType??

    Is it possible to make a script that check if a monster has a certain lookype? I've searched in LUA_FUNTIONS but I can't find anything about it. Thanks in advance
  6. Suxex

    Teleport from same position.

    Is it possible to teleport more then one player from same position at the same time? The area is PZ, that's why they can be on the same tile ;) Thanks in advance.
  7. Suxex

    Lua Remove area in script?

    Hey! I'm building on a custom server and want to remove a area if someone have done a quest. I know you can do "doRemoveItem" but in this case there is more then 1000 tiles/items. Is it possible to make something like doRemoveArea in a square? Thanks in advance
  8. Suxex

    >> Comments in Characters.php <<

    Hello everyone! I really need help with this and I know there are more then me out here who needs help with this. HOW do I fix the character comments at Gesior AAC? My code: // Char Comment $id = $player->getCustomField("id"); $comment = $player->getComment()...
  9. Suxex

    Lua Action id with script.

    Hey! Is it possible to make a script that enter action id temporarily on a whole room and then checks if a player is in that room with a certain level? I hope you understand ;) Thanks in advance! Your Suxex
  10. Suxex

    Reload doesnt work.

    Hey there! I use rev.5161 and reload doesnt work... It do work when I use "/reload action" but npc, movements and other doesnt. It says "reloading npcs" "reload successful" or something like that but nothing happens. Anyone have had the same problem and solved it or does anyone know how to...
  11. Suxex

    Lua Items in area check

    I wanna make an event that checks if all items of one kind in a certain area is removed. If they are a boss will spawn. Else nothing will happen. For example, if you have cut down all grass in one area an Orshabaal will spawn. Can anyone help me with this? Thanks in advance.
  12. Suxex

    Lua Can't sell/buy necklaces

    Hey, I have a problem with a NPC.. I can't either buy or sell necklaces from him. When I try to buy it says: npc.lua:14: in function 'customCallbackOnBuy' npc.lua:14: bad argument #2 to 'error' (number expected, got string) and when I try to sell it appears a "Cancel message" which says...
  13. Suxex

    Itemeditor for 9.10

    Hi, is there any item editor for 9.10 ?
  14. Suxex

    duration time in script dont work

    The outfit doesnt change back, i use 0.4 local common = {"orc warrior", "pirate cutthroat", "dworc voodoomaster", "dwarf guard", "minotaur mage"} local uncommon = {"quara hydromancer", "diabolical imp", "banshee", "frost giant", "lich"} local deluxe = {"serpent spawn", "demon", "juggernaut"...
  15. Suxex

    [Sweden] 8.71 Tibia.mine.nu {Real Map} is back

    World type: Open-PvP Protocol: 8.71 Required Level to Buy House: 8 Protection Level:0 Rates: Skill rate: 15x Magic rate: 8x Loot rate: 6x Experience stages: Level 1~19: 300x Level 20~49: 200x Level 50~79: 100x Level 80~119: 40x Level 120~129: 20x Level 130~149: 10x Level...
  16. Suxex

    Modern Aac

    Hi is there a How not count x-logged players for modern aac?
  17. Suxex

    Modern Aac Problem

    Hi i just installed modern aac, but i cant see my captcha word so i can not create accounts, does anyone know how to fix that?? Thanks in advance!
  18. Suxex

    Elfs Warsystem

    When people get killed in war mode i get this message in console: Does anyone know what the problem is?
  19. Suxex

    Problem with latest rev

    Hello, my problem is when i try to update my server to latest rev from 4356 my ladders doesnt work properly, does someone know if i missed something?
  20. Suxex

    Lua Help with Paralyze Condition

    I need help with my spell "Sharpshooter" It looks like this: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false) local condition = createConditionObject(CONDITION_ATTRIBUTES)...
Back
Top