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

    Lua Need an Oracle-type NPC .lua

    Hey So a friend of mine is looking for oracle-like npcs for his ot. He wants to allow players to learn about each vocation and what the vocs have to offer them. He not only doesn't want the npc to have a level requirement for vocs but also doesn't want the player to be teleported...
  2. kessykins

    Importing custom sprites to RME

    I'm creating a bunch of custom tile sprites and wall sprites and I was wondering.. Does anyone know how to import custom sprites so they can be used in RME? ++REP if you help
  3. kessykins

    [Sprite] Kes' first sprites

    Ok I got bored and decided to have a go at making custom sprites. Some are inspired from other video games, rl objects and creative thought. Let me know how they can be improved ;o! Unshaded Sprites: Weapons: Helmets: Shields: Shaded Sprites: Shields: Weapons: Armors: Jewelery...
  4. kessykins

    [Action] Tool not randomizing summoned monsters

    Post deleted because no support was given.
  5. kessykins

    [NPC] Solved

    About a week ago I made an npc with the help of a few people from these forums but now when I start up the server it's giving me this error.. [29/08/2010 12:56:13] [Error - Npc interface] [29/08/2010 12:56:13] data/npc/scripts/alvin.lua [29/08/2010 12:56:13] Description: [29/08/2010...
  6. kessykins

    [Action] Tool not working properly :/

    Ok so I'm trying to adjust this so 1 tool can be used on 3 seperate items to create different items.. The base of this lua was from a professions script however I screwed up trying to adjust it This is the error it keeps giving me x.x [23/08/2010 22:20:26] [Error - Action Interface]...
  7. kessykins

    [NPC] Sweaty Cyc that makes players wait 24 hours for amulet

    Hey, I'm looking for the Sweaty Cyc LUA that makes players wait 24 hours before giving them the 'mended' amulet for the blue legs quest. If possible I need the npc to give the player a countdown on when their amulet will be ready. IE: "Your amulet will be ready in xx hr, xx minutes, xx...
  8. kessykins

    [LUA] Special Tool usable on 3 items with different outcomes?

    Ok so I'm trying to make a green vase clean 3 different items.. Currently the vase works on 1 of the three items. It gives me an error saying duplicate registered id ####. Anyways so I was wondering if it's possible to put them all on the same action script.. but when each of the items...
  9. kessykins

    Quest door/chest openable after part 1 of a quest is complete?

    Ok so I'm trying to make it so when a player has completed part 1 of a quest they can open a quest door<which will change their storage to ###, 3..> and give them access to the chest. Once they open the chest and return to the npc they'll be able to get the next part of the quest What do I need...
  10. kessykins

    Adding a skill requirement to quest npc

    What should I change in order to make the npc require fishing 65 in order to start her quest? This is what she'll say but.. I don't know where to put it x.x "Sorry but your fishing skill needs to be atleast 65 to become an intermediate fisherman. Come back when you are more experienced." This...
  11. kessykins

    [NPC TROUBLE] This Quest npc isn't changing players storage :/

    Ok so I attempted to create my first quest npc and failed miserably. The npc doesn't respond to anything but quest/apprentice. Each time it replies with the same thing x.x What did noob Kes to wrong this time? local keywordHandler = KeywordHandler:new() local npcHandler =...
  12. kessykins

    Step on tile - player loses 90% max mana and health..

    Hey, I'm trying to write a little script for when a player steps on a certain tile but I haven't been able to figure it out x.x. I'm trying to make it so he/she will lose 90% maxhealth and 90% maxmana when on the tile What would this kind of script look like?
  13. kessykins

    Two 'doSendMagicEffect' on 1 tool <shoot effect and ground effect>?

    Is it possible to make a tool have both of the following: doSendMagicEffect(toPosition, CONST_ME_LOSEENERGY) and a shoot effect doSendMagicEffect(toPosition, CONST_ANI_SHIVERARROW)? I've tried just adding them beside eachother but.. they end up doing something completely different :/...
  14. kessykins

    [NPC TROUBLE] New NPC isn't working

    Hey, As the title says, I'm having NPC troubles with a new npc. I'm trying to make it so she'll accept a specific item for special fish bait but she isn't responding to the usual 'hi' What am I doing wrong >.< local keywordHandler = KeywordHandler:new() local npcHandler =...
  15. kessykins

    Setting a minimum skill requirement on a tool?

    Hey, I'm trying to put a minimum skill requirement on a custom tool IE: a player needs atleast fisting 50 to use a rake on dirt.. Is this possible? If so - how ;o
  16. kessykins

    On death transforms into another monster?

    Is it possible for a creature to die and on death becomes another monster? If so.. what would need to be changed in the creature file? ;o
  17. kessykins

    [USA] Strobria [8.54/8.57]

    [USA] Strobria [8.54/8.57] General Information: *Website: Strobria - Latest News *IP: s2.strobria.com *Port: 7171 *Client: 8.54 and 8.57 *Uptime: 24/7 *Host: The otserver is running on a fast dedicated server located in Florida/USA. The dedicated server has 8 GB RAM, Unlimited Bandwidth, 1...
  18. kessykins

    [REQUEST] Weapons that have a chance on hit to do a special and cast a free spell

    Hi! I have no idea how to script this so.. I need your guys' expert help :$ I'm trying to make three things: ++rep to you if you help <3 Yours, Kes
Back
Top