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

    After Quest npc help

    That makes sense, thank you very much. I'll test this later and see if it works, working on damn midterms :/
  2. J

    Scripting problems with custom classes

    Try using Modern AAC for your webpage, that is what I use. For vocations find vocations.xml it should be located in otserverfolder\data\xml\vocations.xml you'll need to put in your next class here. so put this code snipet in.: <vocation id="9" name="Custom vocation" description="a custom...
  3. J

    After Quest npc help

    I'm looking for an example of how to let the npc say different things when a person has a storage. I can figure out which storage number my quest is using. I think lol. - - - Updated - - - What i mean is an npc that was not related to the quest though. Let's say that NPC1 was using the script...
  4. J

    After Quest npc help

    I'm trying to quest a boatman npc that gives you an option after you finish a quest. I'm just not quiet sure how to call the, or what to call. I'm assuming you need to call the storageID from the quest, but I'm not sure how to do that. I can script the travel functions for the boatman I'm just...
  5. J

    Scripting problems with custom classes

    What's the error? also what server are you using and what version? Are you using a website? If so which one? I have done this before and might be able to help.
  6. J

    Problem logging into the server

    If anyone else is having this issue, it's probably your modem. I had a shit westell modem that was causing this issue, i looked a lot online and lots of people were having the problem with the modem i had. I installed a new one and everything is working great now.
  7. J

    Problem logging into the server

    The problem is no one can connect to the server. I have the global ip in my config.lua. The only way you can connect is from the host computer using the ipv4 ip, the no-ip doesn't work and the global ip won't work.
  8. J

    Problem logging into the server

    So you're saying put in my local ip in my ip config instead of my global or no-ip?
  9. J

    Problem logging into the server

    Away from my computer, I think this will do it though its about the only thing I haven't tried lol, I will post if it works though thanks. - - - Updated - - - I use modern aac
  10. J

    Problem logging into the server

    If i change it from my global ip to 127.0.0.1 i can log in using that, but then no one from elsewhere can right? Also port 80 is open, along with 7171 and 7172.
  11. J

    Problem logging into the server

    Hey i had an ots working fully and wonderfully, but i had to move. So i packed up my server and moved, reconfigured it to the new modem, forwarded my ports and decided to redo the database. I also modified my no-ip host. Now i have problems. If i try and log in using 127.0.0.1 then it loads...
  12. J

    Problem with portforwarding

    Running windows 7 or xp?
  13. J

    Lua Make Player Unmovable

    You can also modify the formula in the paralyze spell so they wouldn't be able to move, because you're setting their move speed so low they can't move, i think anyway
  14. J

    Modern aac house auctions.

    I got my first problem fixed, just replaced the bank script. Now i can't have another player join in on the auction, it gives me an error 404 page not found. I've noticed it also tries to take me to this url: http://myots.no-ip.org//houses/view/25 when it should try to take me to this url...
  15. J

    Lua Quest log help

    Thanks rep++
  16. J

    Windows About Windows 7 . not tibia plzz help

    You didn't install it from a cd?
  17. J

    Lua Quest log help

    Hey I've been trying to get my quest log to work but so far no luck, i was hoping that someone could take a look at my code and see if i missed something: Here is my quests.xml document <?xml version="1.0" encoding="UTF-8"?> <quests> <quest name="Rebellion beer run" startstorageid="25000"...
  18. J

    Error TFS at startup.

    Try going to your map.h file and looking at line 308 to see if you can see anything funny? (post it here it could help)
  19. J

    How to change Initial Temple?

    You have all of your town id's sent to 2 (i'm assuming venore) do you have anywhere were the player can choose their start town in your aac?
  20. J

    .lua spell script help

    I'm trying to make a spell for druids that summons a 3x3 area of jungle grass, and the grass slows targets. this is the code i have but it won't slow creatures or people. local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_FIRE)...
Back
Top