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

    Solved Can't Load Map [Immediete Help Needed]

    so mapName = "<mapname>" is the same as you mapname in data/world? if it is correct i don't know your problem, sorry :/
  2. Dridia

    Solved Can't Load Map [Immediete Help Needed]

    Okey, are you sure your map is for client 8.6? so it's not for 8.54 or so.
  3. Dridia

    Solved Can't Load Map [Immediete Help Needed]

    So you don't have your map in data/world?
  4. Dridia

    Solved Can't Load Map [Immediete Help Needed]

    Have you checked your config.lua file? have you changed this to your map name? mapName = "World.otbm"
  5. Dridia

    mana rune and ultimant healing rune script PROBLEMS

    here is a simple UH: local health = 400 local say = "Aaaah..." function onUse(cid, item, fromPosition, itemEx, toPosition) if isPlayer(cid) then doCreatureAddHealth(cid, health) doCreatureSay(cid, say, TALKTYPE_MONSTER) doSendMagicEffect(getPlayerPosition(cid), 12) end end...
  6. Dridia

    getting error when using isInArea

    I got a problem, im trying to make a script that creates a bridge when pulling the lever and that works perfect. It's like a hidde quest, so it creates a bridge over to an island and i want if you are on that island when the "lever function" resets i want the player/players to teleport out of...
  7. Dridia

    Bt home hub (2.0) PORTS!

    I'll help you via teamviewer, send me a PM.
  8. Dridia

    Bt home hub (2.0) PORTS!

    Have you checked that your firewall if off and allowing your .exe file to run in public? Have you turned of your Anti-virus program?
  9. Dridia

    Bt home hub (2.0) PORTS!

    Just follow this guide and when you are done do the same but change "7171" to "7172" and it should work. Remember that Skype is a program that needs to be shut off when working with opening ports. It uses some of the ports and then they show as "non-reachable port" Best regards, Dridia
  10. Dridia

    Datebase Query

    Here you have! UPDATE players SET looktype=128 WHERE name='ptysson'; Best regards, Dridia
  11. Dridia

    Modify This Script

    Maybe this pet system will work? Pet-System Best regards, Dridia
  12. Dridia

    How do i change item vocation?

    I'm not sure, but i think you can add this: <vocation name="Sorcerer"/> <vocation name="Druid"/> <vocation name="Knight"/> <vocation name="Paladin"/> Best regards, Dridia
  13. Dridia

    Modify This Script

    Can you explain more detailed what you need help with?
  14. Dridia

    Making a custom vocation

    You should post this here Request But i will post a tutorial anyways. First go to data/XML and open "vocations.xml" This is what you are supposed to see: <?xml version="1.0" encoding="UTF-8"?> <vocations> <vocation id="0" name="None" description="none" needpremium="0" gaincap="5"...
  15. Dridia

    [][] Saving certain Items at "Map Cleaning" [][]

    I usually just put the item with id 8047 above the items i want to keep after cleaning.The item is called "something sparkling" in Remere's Map Editor. Best regards, Dridia
  16. Dridia

    [Help]The characters starting items drops to the ground

    It's a bug with the cryingdamson 0.3.6 (8.60) V3 I fixed it! I downloaded the TFS from the premium board! thanks you for offering your time to look at it :)
  17. Dridia

    [Help]The characters starting items drops to the ground

    Thanks, i will look a little harder next time ;)
  18. Dridia

    [Help]The characters starting items drops to the ground

    i've got premium but cant find the full TFS server for 8.6 :S
  19. Dridia

    Teleport player to different location depending on their vocation

    It don't get any errors or something like that, but i still don't get the item. I do get teleport to the right spot.
  20. Dridia

    Teleport player to different location depending on their vocation

    just a backpack for all the vocations.
Back
Top