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

    HELP exhaust --

    In data>npc>lib there is somewhere there you can set delay of reaction of npcs.
  2. dchampag

    Solved Make new account in Modern Aac Error

    Install the aac again.
  3. dchampag

    Solved How can i delete characters from SQL ?

    Players by name. DELETE FROM `players` WHERE `name` IN('NAME1', 'NAME2'); To do it based on value other than name , simply change name to the column, and change the values within parenthases to the new values. All players DELETE FROM `players`;
  4. dchampag

    Solved Make new account in Modern Aac Error

    Make sure samples are in the database
  5. dchampag

    Connection refused, please help fix

    Clearly you didn't read the conversation, the connection is fine he just cannot connect to his own ot.
  6. dchampag

    Connection refused, please help fix

    I'm sure you can.
  7. dchampag

    Connection refused, please help fix

    Lol, you don't have to remove there modem, I said router they are not the same thing, that just happens to be a gateway modem, they don't have a choice what you put behind your network as long as it isn't hacking or illegal.
  8. dchampag

    Key open magic door

    Yes, just use actionid Make if item.itemid == xxxx And for door doTransFormItem whatever proper caps are. Or just use doTeleportThing and just put them on other side rather than open door
  9. dchampag

    CTF not working probably

    No it should be that way because it is located within this local t = { } Like I said you can always make a teleport movement and give the teleport an action id on creation.
  10. dchampag

    CTF not working probably

    I don't know, I don't see issue in the code =/, you can always set it to use an action id.
  11. dchampag

    Connection refused, please help fix

    You need another router, unless you only have one pc on your network. Or you want to use your pc as a router and I'm guessing you are not tech savy enough to do that, so best if ya just use a router.
  12. dchampag

    Connection refused, please help fix

    Idk what everyone's doing xD but if you go but a router that has loopback and bridge your gateway to it as the network controller then you can connect. That's only way I can help sorry =/
  13. dchampag

    Zombie event [ Tp wont be removed ]

    Try printing below local get Use print(get.itemid) Also I believe 0.3.6 has getTileItemById So you can do local get = getTileItemById(config.teleportPositon, config.teleportId) See if it's even finding the teleporter with that position, I think teleporters use a different stackpos.
  14. dchampag

    CTF not working probably

    These action ids are part of map, if you're using map with the distro and copied, then it should be fine, as for teleport sorry I been busy, I will try and see why, it's weird that it wouldn't teleport, unless the destination was a spot that the server doesn't like.
  15. dchampag

    Connection refused, please help fix

    The 1.0 he is using is binding only global address even though it is set to no, and I am not good enough with c++ to see why, I looked but didn't see anything wrong.
  16. dchampag

    Connection refused, please help fix

    Okay.
  17. dchampag

    Connection refused, please help fix

    have teamviewer?
  18. dchampag

    Connection refused, please help fix

    Uh no I clearly said IP changer, not config.lua
  19. dchampag

    Connection refused, please help fix

    Your NAT is probably loopback protected, try having a friend log in, for you to log in use 127.0.0.1 in ip changer.
  20. dchampag

    Solved House teleport [ zombie arena ]

    You could simply use a storage value for events, when a player is added to an event give them the storage, when they die or event ends remove.
Back
Top