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

    Lua Stack Runes / Potions

    Do you have different exhaust in pulling it from the two types? with hotckey or manual?
  2. Jpstafe

    Error 10060 on my vps, how do I solve it?

    I tried with a normal client, not with the otclient and nothing, it still throws the same error
  3. Jpstafe

    Error 10060 on my vps, how do I solve it?

    In config.lua there is the ip, the global ip... I just downloaded and installed no-ip and created an ip and it doesn't work either.
  4. Jpstafe

    Error 10060 on my vps, how do I solve it?

    there I put what was missing in UDP, but everything remains the same... it keeps throwing error 10060, it does not have the tcp/udp flag option as in other configurations in the signs that appear in RDP and SSH, IN RDP the error says: RDP port 3389 is exposed to the Internet. This is only...
  5. Jpstafe

    Error 10060 on my vps, how do I solve it?

    I think it's fine like this... when I scan the ports they appear open 1706305136 I have removed the outbound ones and it hasn't let me in either.
  6. Jpstafe

    Error 10060 on my vps, how do I solve it?

    I opened the ports from the vps, if I don't open them from there, they won't open, where in the Control Panel do I go? the firewall part? Everything is now disabled and input and output ports have been added.
  7. Jpstafe

    Error 10060 on my vps, how do I solve it?

    Hello otland community, I have a problem with the vps to open the ot, it correctly opened ports 7171,7172,80, when I scan them to see if they are open they tell me that it is open, I log into the account normally and it lets me select the character , but when I want to enter it gives me ERROR...
  8. Jpstafe

    Erro Rook_Sample created(MYACC)

    solved,thx brother!
  9. Jpstafe

    Erro Rook_Sample created(MYACC)

    Hello otland community, I am new to myacc, I am configuring it, when I set to create the char and go to rookgard it tells me this when creating it... how do I solve it? <?php /** * This is MyAAC's Main Configuration file * * All the default values are kept here, you should not modify it but...
  10. Jpstafe

    error doors and doors level

    solved,thx
  11. Jpstafe

    error doors and doors level

    in action id it says 0, do I have to put 1 there? Or do I have to put the id that marks the houses in Carlin as the mark on the shirt, in this case that house has the id 280, what do I put in id 280 or 1?
  12. Jpstafe

    error doors and doors level

    Up
  13. Jpstafe

    error doors and doors level

    I always add some script, but I did nothing new that is related to the doors.
  14. Jpstafe

    error doors and doors level

    Hello Otland community, I have a door error, when I want to set the price of the houses I get "21:00 You see a closed door." Before, the description of the house and the price appeared, I don't know why not now, on the level doors it doesn't even let me open them and I can't even see the...
  15. Jpstafe

    Error shopotclient v8

    Hello Otland community, I was adding outfits to the OTCoclient shop, and the outfits were not updated, and I went to %appdata% and deleted the Otclientv8 folder, the settings were reset and when I opened the shop, the items no longer appear, is this due to something? Before I did this, I was in...
  16. Jpstafe

    TFS 1.X+ stackable runes tfs 1.2 8.0

    Do you have the runes in Object and Item Editor ?
  17. Jpstafe

    color+itens

    thanks for taking the time!
  18. Jpstafe

    color+itens

    This is the script I'm using for randomstats, I know it's old, but I feel it does its job well and I like how simple it is: randomstats.lua: local rare_popup = true local rare_text = "*rare*" local rare_effect = true local rare_effect_id = CONST_ME_MAGIC_GREEN local tiers = { [1] = {...
  19. Jpstafe

    color+itens

    I put this code, but it didn't work, this is my containers.lua local gameStart = 0 function init() connect(Container, { onOpen = onContainerOpen, onClose = onContainerClose, onSizeChange = onContainerChangeSize, onUpdateItem...
Back
Top