• 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

    TalkAction deleted thread

    What happens if the player that the system is bot checking dosent awnsers at all?
  2. L

    EasyNPC v0.2.1

    reupload please
  3. L

    Fallen's NPC Maker v1.4 (using talkState)

    Can someone still reupload this? i've been searching for something like this and still dont find.
  4. L

    ¿How to make a conversation with an npc?

    Thank you very much limos, fixed it, the problem was with the end on the last line, and now it works :-). Now, is there a way to edit what the npc says when the player says bye?
  5. L

    ¿How to make a conversation with an npc?

    I tried that before, but i get this error [16/1/2013 17:47:45] [Error - LuaInterface::loadFile] data/npc/scripts/carlosscript.lua:37: 'end' expected (to close 'function' at line 11) near '<eof>' [16/1/2013 17:47:45] [Warning - NpcEvents::NpcEvents] Cannot load script...
  6. L

    ¿How to make a conversation with an npc?

    ¿Like this?: if(msgcontains(msg, 'castle')) then if(getPlayerStorageValue(cid, storage) == -1) then selfSay('Yes, this is my castle. ¿Do you like it?', cid) talkState[talkUser] = 1 if(msgcontains(msg, 'Yes') and talkState[talkUser] == 1) then...
  7. L

    ¿How to make a conversation with an npc?

    Ok, but i cant make more lines of conversation:/! Look, on the npc xml file i wrote this so when the player talks to him it dosent says "Welcome, i have been expecting you!" <?xml version="1.0" encoding="UTF-8"?> <npc name="Carlos" script="carloscript.lua" walkinterval="2000" floorchange="0">...
  8. L

    ¿How to make a conversation with an npc?

    Thankyou, again!.. I am trying to add more dialogue lines, but i am doing something wrong.. for what is this used for? talkState[talkUser] = 1
  9. L

    ¿How to make a conversation with an npc?

    Again, thank you very much limos! I have 2 questions, hope that you can awnser them: 1-Can i use ANY storage? how do i know if one is alredy i use? or it dosent matter? 2-Npc's talk to you when you say hi or hello, how can i change this words? (My server is 100% spanish :-] ) So like if you say...
  10. L

    ¿How to make a conversation with an npc?

    Like this? keywordHandler:addKeyword({'Hi'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = '¿What are you doing on my castle?'}) keywordHandler:addKeyword({'castle'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'Yes, this is my castle'})
  11. L

    Ot help fast!!! Important!!!

    I dont know alot about this stuff, but check the logs of your server and put in here any errors or something 'unusual' you see, that could help to solve your problem.
  12. 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...
  13. L

    Help with character's outfits

    Thanks Limos!
  14. 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...
  15. L

    Useful mapping stuff

    Reupload please!
  16. L

    Actions, talk action, creature. - Request~ Need help with some scripts for 9.60.

    I think that you can remove this from the aol TalkAction if getPlayerLevel(cid) < 1 then doPlayerSendCancel(cid,'You have not premium days') else couse i dont think that a player can have a level that is lower than 1 ^_^ anyways im new at this and not pretty sure :blink:
  17. L

    PvP Enforced -Not impossible

    Nice idea o_o
  18. 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:)
  19. L

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

    Thank you very much! ^_^
Back
Top