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

    7.92 map editor "This unique id is already in use"

    if the unique id you are using is already in use, and you didnt know why it is already in use, click on edit button - then find - then unique and it will show you where on your map that unique id is being used (x,y,z coordinates)
  2. Frillinde

    Lua NPC wont respond

    anyone?
  3. Frillinde

    Scripter Scripter needed

    still looking for scripting help, so if anyone isnt busy with school finals or such right now Id love to hear from ya :p
  4. Frillinde

    Custom Roxor online 19.6 CHECK THE OT

    man thats alot of teleports! :p sounds promising....
  5. Frillinde

    Mapper Looking for an experienced mapper (I'm paying)

    what size map you looking for?
  6. Frillinde

    Lua NPC wont respond

    crying damson 3.6pl1 8.54 i get no errors in console but he wont respond after "Hi" script: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid)...
  7. Frillinde

    Tibia Tibiando - Audio API for tibia

    Ive got some good sound files now but I still can only have 1 person listen at a time.....what did I do wrong and how do I fix it ;p anyone?
  8. Frillinde

    Scripter Scripter needed

    if you'd like to help I wont turn anyone away ;p just msg me and let me know what you can do, Im sure i got something lol n Luigilc u r awesome ty
  9. Frillinde

    Scripter Scripter needed

    lol 2 1/2 months later,..... well still looking if anyone out there likes the low xp rpg style custom map and wants to lend a hand,lemme know. Im a lil bit farther into the lua stuff now so it wont be as bad Any takers? ;p
  10. Frillinde

    (Skill Idea-Request) Knuckle Fighting

    What about just adding fist-type weapons that use the fist skill rather than trying to make a new skill? Like a punching stick, brass knuckles, weighted gloves and katars.Ive added 2 new vocations on my server and 1 of them , the Pugilist, uses fist skill and fist weapons. Its not a bad idea...
  11. Frillinde

    Requesting teleport broadcast(onStepin) and monster summon lever

    Im thinking Ill just put a permanent teleporter in and just put a magic wall over it and remove the wall for 30 seconds when players defeat the summons.That means a few more changes to code but should be easier for me that way. This is my last big script to get to work to release this server, a...
  12. Frillinde

    Requesting teleport broadcast(onStepin) and monster summon lever

    I need to add breaks and ends still but am also still stuck on the removeCreature part.I forgot I also am wondering about the teleport....do I do all players in room or just create a 30 second portal. My code is a mess but any help is appreciated. :)
  13. Frillinde

    Requesting teleport broadcast(onStepin) and monster summon lever

    Still looking for help with the second script.Im gonna try to use getArea and isInArea to check the no monster in room or no player in room check.
  14. Frillinde

    Lua using getArea and isInArea

    Im still learning the lua stuff by trial and error.Im not sure how to use these commands to check my local area....... Anyone?
  15. Frillinde

    Lua using getArea and isInArea

    0.3.6pl1 Im trying to make a quest where 7 monsters need to be killed to tp all players in room to new area.I need to be able to check for no monsters in room and also check for no players in room.I was thinking that the getArea and isInArea functions would work for this but I havent a clue...
  16. Frillinde

    Remes Map Editor Help !! pls

    If I understand you want to remove the whole mountain area from your map?....if so goto the top floor of your mountain,click the edit button,goto selection and select lower floors.Now use shift and drag a square around the area to be removed. This will select all floors below on the map in your...
  17. Frillinde

    Tibia Tibiando - Audio API for tibia

    How do you set it to play for more than 1 person? When I play only 1 person can listen,when he turns off his tibiando someone else can hear, but only 1 player at a time. Thanks for any help. :)
  18. Frillinde

    Temple position is wrong. Umm....no it's not! HELP!

    Look in your mysql database,goto account manager and his town id is probably set to 0, change it to 1 or another of your town numbers. :)
  19. Frillinde

    Tibia Tibiando - Audio API for tibia

    Ok fixed my issue.I used a BLANK 10 second mp3 to replace the main.oog file. Thanks again :)
  20. Frillinde

    Requesting teleport broadcast(onStepin) and monster summon lever

    ok Im tryin my hand at the second script :) Im learning so if its not right PLEASE show me what to improve. rough outline- And my attempt :) local tile1pos = {x=2675, y=1926, z=0, stackpos=0} local tile2pos = {x=2676, y=1926, z=0, stackpos=0} local tile3pos =...
Back
Top