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

    ¿How to make a conversation with an npc?

    Hello, i want to know how to make a conversation on an npc, for example: Player says hi Npc says Hey, what are you doing in my castle? player says castle Npc says Yes, this is my castle And so on.. Here's an npc code, what do i need to add? <?xml version="1.0" encoding="UTF-8"?> <npc...
  2. L

    Help with character's outfits

    Hello, in my ot i made a quest for every outfit, now i need to make that the outfits cant be choosen if they dont have completed the quest, on outfits.xml on every outfit i added " quest="30001" " Example: <outfit id="4" quest="30003"> <list gender="0" lookType="139" name="Knight"/> <list...
  3. L

    [TalkAction] Request: Teleport a player to x position, then teleport a player back

    Anybody knows any script that teleports the player to an x position, then teleports him back to its first position? alredy searched in google/here and found nothing! <_< if someone could make one it would be great:)
  4. L

    [Lua] (LuaInterface::luaGetThingPosition) Thing not found HELP!

    Hey there, im making a talkaction that shows a Text Dialog ONLY if the player is on some specific positions, but i get this error on the server log: (LuaInterface::luaGetThingPosition) Thing not found I dont know whats wrong.. the "thing" is the player.. heres the code local positions = { {x...
  5. L

    [TalkAction] doTeleportThing(cid, pos) Help please.

    Hey there, im making a system for my otserver where when i say a talkaction like (!teleport Rob), i get teleported to a random of some specific positions, and "Rob" gets teleported to another position acording to the position i got teleported, this is what i cant get to work. Here is my code so...
  6. L

    Error: <'name'> expected near ... HELP!

    okay im making a teleport command and get this error, [17/10/2012 19:13:9] [Error - LuaInterface::loadFile] data/talkactions/scripts/tele.lua:1: '<name>' expected near '533' [17/10/2012 19:13:9] [Error - Event::checkScript] Cannot load script (data/talkactions/scripts/tele.lua) [17/10/2012...
  7. L

    Help with TalkAction

    Hey im making a system for an ot server, i need that when someone says the command like !teleport "Playername (GM or higher class), it teleports the player that is in "Playername" to one of this positions x:500 y:500 z:7, x:530 y:500 z:7, And the GM to that same positions but in z: 6. Also if...
  8. L

    [TalkAction] Request: Teleport player with a command to x position

    Hello, i need an script that when a GM or GOD says a command, (example: !check "Playername) teleports the player to x position (ex: x:500 y: 500 z:7) but only if the player has been online for 15 minutes and it has x monster near him, idk por example a rat. And when the god or gm says another...
Back
Top