• 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!

Recent content by Dridia

  1. Dridia

    MoveEvent Customize your own teleports

    Thanks, i will surely take a look. I will update the script if i get the tables to work ;)
  2. Dridia

    MoveEvent Customize your own teleports

    Hello, I'm going to release my customized teleport script. It's simple and maybe there is someone that want to use this useless script ^_^ I'm sure there's another way to do this script, with less codelines. I'm new to LUA, don't blame me. First off we have to create an walkable tile with...
  3. Dridia

    Solved talkactions - getPlayerPosition, getting boolean value error

    Bogart... You're an angel!! I can't believe the problem were so easy to solve... Rep++ for you!! Can you explain why that made such a differense?
  4. Dridia

    Solved talkactions - getPlayerPosition, getting boolean value error

    I've created a script, when i type the word "tp" in a specific position i want to get teleported. but i get an error My talkactions.xml: <talkaction words="tp" script="custom/looktype-tp.lua"/> My .lua script: local pos = getPlayerPosition(cid) local newPos = {x=1000, y=1000, z=7}...
  5. Dridia

    Problem with first items!

    I guess you have the The Forgotten Server 0.3.6 (Crying Damson) V3? I suggest that you download the rev 6052, It works perfectly. You have to be a premium user to download it.
  6. Dridia

    [LUA] Help with tp creature to new pos

    I have a serious problem that i can't figure out. there are 3 monsters from "tpmobfrom.from" to "tpmobfrom.to" and i want them to teleport to "tpmobto". I don't want to create one variable for each monster, then the script would become enormous! I don't get any errors, it's just that they...
  7. Dridia

    Team Closed.

    Tonks i can apply for senior tutor instead! :D
  8. Dridia

    Team Closed.

    What is your real name?: Marcus What is your date of birth?:19 of September, 1995. Where are u from?: I'm from Sweden What languages do you speak?: I speak Swedish/English and some German. What position are you applying for?: I'm applying for Gamemaster. How can we contact you?:You can either...
  9. Dridia

    Problem with my Database

    This means that the server doesn't got any connection to the database and back. Not that hard to understand, right? If you are using xampp, do you have apache and mysql up'n'running? Have you checked that your config.lua file is correct configured, if you are unsure then post it here and...
  10. Dridia

    [Archived] "[Quick Showoff] Post your latest maps"

    Here is my jungle depot! I'm a quite new mapper. So don't flame me too much! ^_^ Edit: Uploaded a bigger view of the map
  11. Dridia

    wierd problem

    Try to change sqlKeepAlive = 0 to sqlKeepAlive = 60
  12. Dridia

    Windows From fully working to not working during one night without reason - READ!

    That's Awesome! Did you reset your router? Resting your router changes your IP-Address!
  13. Dridia

    Windows From fully working to not working during one night without reason - READ!

    What was the problem if i may ask? :)
  14. Dridia

    Windows From fully working to not working during one night without reason - READ!

    Maybe your .exe file is blocked by your firewall, if it is you should allow it to run in public. Maybe your firewalls are on. check your config.lua so it has the right IP-Address in it. The best tip i can give is "try it out your self". You don't always have to start a new thread because of...
  15. Dridia

    Runes Error

    Go to \data\actions\scripts and create a new file and call it manarune.lua add this into manarune.lua: local mana = 400 local say = "Aaaah..." function onUse(cid, item, fromPosition, itemEx, toPosition) if isPlayer(cid) then doPlayerAddMana(cid, mana) doCreatureSay(cid, say...
Back
Top