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

    Solved Npc error in console :s

    post here one of that files, anyone, but i'm talking about the .xml file post one
  2. Raiden

    Solved Npc error in console :s

    Well, as you can see it said that the npc file doesn't exist, maybe it is because you wrote bad the direction on the .lua file
  3. Raiden

    Need an Script for removing stone

    Bring me you creaturescript lua and your monster file to see what happen also put your login.lua and your creaturescript.xml to see if i find why it didn't works
  4. Raiden

    Npc of Missions

    Matye this is too hard, because we need to learn your history and know your map, you should better learn some of lua and made it by yourself, is better than anything
  5. Raiden

    I need a WAR TEAM SERVER (ex. red vs blue)

    Go to developers board or discussion board to offer your services as a dedicated server provider, good luck in that, they where really fun servers Wrong section
  6. Raiden

    Need an Script for removing stone

    Is only a bad use of a constant use this script function onUse(cid, item, fromPosition, itemEx, toPosition) local monster = {x=1339, y=1021, z=7} --Place where the monster will be spawmed local name = "Elder Bug" --Exact name of the monster local id = 2346 --ItemID of the item that you need...
  7. Raiden

    Tibia Tibia Time Machine 4.9

    Well lest test it, thanks to teh developer of this!
  8. Raiden

    Windows Datebase problem rep ++++++

    The website is connect through the config file to your database?, post more details mate
  9. Raiden

    deleted thread

    Sorry, i was out of the open tibia community for so long, what OTClient means?, a new client designed for play only at open tibia servers?
  10. Raiden

    Need an Script for removing stone

    Give me 30 min and i will make to you - - - Updated - - - Okay mate, is a regular script, you need to do somethings first level.lua function onUse(cid, item, fromPosition, itemEx, toPosition) local monster = {x=421, y=228, z=5} --Place where the monster will be spawmed local name = "wolf"...
  11. Raiden

    Tibia Tibia Time Machine 4.9

    Someone have tested this?
  12. Raiden

    Can't add NPC in map [Remere's map editor]

    Maybe the map editor don't recoignize the npc looktype, do this mate, select the npc and put it on the map, maybe you can't see anything, but just click on the map like you are putting it, and then save it, then go to check your server and see if the npc is right there
  13. Raiden

    Solved Chance to receive an item by clicking and then teleport?

    This is a request mate, this is the wrong section but i will do this for you... fine, i will make this "a script that when player have some storage value and uses certain object it will have a 50% chance to receive an item, if the player receive it will teleport to temple, if not will get...
  14. Raiden

    Can't add NPC in map [Remere's map editor]

    You need to import the npc file go to file/import/impor Monsters/Npc and then find your npc.xml file and select it, and you will be able to put it on map
  15. Raiden

    How to do Eggs

    Chance of breaking no, but i can quickly make a one for summoning, i will pm you when a reach my house Edit: Okay, remember, this is just an example, this won't work at all function onUse(cid, item, fromPosition, itemEx, toPosition) local egg = xxxx --ItemId of the egg local summon = "baby...
  16. Raiden

    How to do Eggs

    Is simple mate, you should create a new item and call it for example "skunk egg" and then make it loteable by a skunk, then make a script to use the egg and if you have luck (chance), it will summon (if you want the baby skunk be your summon), or will create a wild creature and remove the egg...
  17. Raiden

    Solved 1 spell with a different effect for each vocation

    Try this one mate local combat = createCombatObject() local combatSorc = createCombatObject() setCombatParam(combatSorc, COMBAT_PARAM_TYPE, COMBAT_DEATHDAMAGE) setCombatParam(combatSorc, COMBAT_PARAM_EFFECT, CONST_ME_MORTAREA) setAttackFormula(combatSorc, COMBAT_FORMULA_LEVELMAGIC, 5, 5...
  18. Raiden

    Compiling Error with Boost

    There no error with boost mate, it is saying that the header "winsock2.h" doesnt exist on your library, you should checkout that, also you should say what distro you are compiling and where you get the sources or people will never help you
  19. Raiden

    Where da custom/evo servers at?

    Is the way that OTs takes, i think that soon or later players will get bored of play on real map servers, but servers like shadowcores that are perfectly managed are really hard to get down just by waiting to people get bored
  20. Raiden

    deleted thread

    I congrats you because it is a big deal to do a cavebot with just lua, or at least for me that i'm a begginer, but i don't support bot, so i will never like the idea
Back
Top