• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Swiff

    Connection refused, please help fix

    To host your OT, did you set a static IP? For example, usually the tutorial at portforward will tell you to set a static IP that resembles the local ip that you alredy have. if you have for example 192.168.0.1 you may set it to 192.168.0.3 I know it has alredy been mentioned, but I had this...
  2. Swiff

    server_motd where update?

    I did not mean to offend you. I just tried to help. You say it didn't change on startup after you edited it, so I thought maybe you edit in wrong place. Your text is a little bit hard to read, not sure what you need help with. After I read it a few times, is the thing you need help with is the...
  3. Swiff

    [LUA] Create Boss from fishbowl, summon error

    You say u haven't changed anything, but the script you posted isn't what you're using? xd
  4. Swiff

    NPC's are taking items from equp before the backpack.

    It's really frustrating when the npc takes boosted gear that you have equipped and leave 1 copy of same item with no boost...
  5. Swiff

    Tutor Flags.

    I don't know ZeeBeast. But there's more custom flags the more access they have. They are connected somehow
  6. Swiff

    Tutor Flags.

    not in .cpp in groups.xml inside folder data/xml
  7. Swiff

    Tutor Flags.

    here: <group id="2" name="Tutor" flags="16809984" customFlags="2" access="1" violationReasons="4" nameViolationFlags="2"/> or genereate on ur own: http://flags.ots.me/[/CODE]
  8. Swiff

    Pythius the Rotten

    local config = {teleportId = 1387, boss = "Pythius The Rotten"} local position = {x = 394, y = 686, z = 7} function onDeath(cid, corpse, killer) registerCreatureEvent(cid, "PythiusDead") if config.boss == getCreatureName(cid) then teleport = doCreateItem(config.teleportId,1,position)...
  9. Swiff

    server_motd where update?

    here you go, I'll give both just in case:
  10. Swiff

    [SWEDEN] Evodera 8.6 Evo - Custom map, Unique Events, Fun Wars! NEW EVO

    Keep it up, I will check it out tomorrow!
  11. Swiff

    server_motd where update?

    how about loginMessage = "Welcome!" ?
  12. Swiff

    Linux Server having weird local IP

    "Basically here is the Local IP that it supposedly uses > Local IP address(es): 127.0.1.1" You need to comfirm the ip, and ports still need to be open I guess. I haven't worked with linux ever so I can't really give accurate information. But a common problem is that when using 127.0.0.1 or...
  13. Swiff

    Linux Server having weird local IP

    try using "localhost" in your ipchanger. Make sure ports are open if on router (only for your friend to join, you should be able to log in anyhow) try type in cmd /ipconfig and see what local ip you have, and use that in ipchanger for example mine is: 192.168.0.2
  14. Swiff

    Key open Magic door

    That is the location you get teleported to. sorry I ment to explain. In my script "otherside" is the other side of the door:p but those are my coordinations, you'll ahve to put your map cordinations there instead, to where you want to go when key used on the door xd edit: AFF I forgot to tell...
  15. Swiff

    change outfit

    searchresult from: outfit on equip: http://otland.net/threads/equipping-armor-changes-your-outfit.199689/
  16. Swiff

    Blessing Help

    I can't think of anything really. Make sure you don't have any settings so that all players start with bless, or that there's another script with bless. best way to find the problem is making new character with nothing and kill it, see how many % he lose, give hi mall bless, see how many % he...
  17. Swiff

    While I'm creating new character then by default this character has set hidden account information

    default info after character creation not be hidden, what else could it be? edit: does he mean that when u created character, u can't see it when u logout, but you need to login again to see ur character in character list? That's if you use an account manager in-game. only solution I can think...
  18. Swiff

    Lua Bless Problem

    FOund it, it's in your vocations.xml When you get promoted you get another boost of "lessloss" which will add to under the accepted value. you need to remove: <vocation id="12" name="Hellborn" description="an Hellborn" needpremium="1" gaincap="25" gainhp="15" gainmana="5" gainhpticks="2"...
  19. Swiff

    While I'm creating new character then by default this character has set hidden account information

    in config.lua: -- Database -- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database. -- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value. sqlType = "sqlite" sqlHost = "localhost" sqlPort = 3306 sqlUser = "cath" sqlPass =...
  20. Swiff

    [LUA] Create Boss from fishbowl, summon error

    I think you did something starnge here, cuz it's asking for a strange npc script loacted: data/npc/268454640.xml What else than the script you posted did you edit for this to work? Please post them aswell, original and changes You can /m these with ur gm?: ['troll'] ['frost giant']...
Back
Top