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

    Spells

    I want to know how to make runes and spells have the same x damage. For example: Avalanche Rune deals 200~350 in a character lvl 200 with magic level 100, so I want to make GFB, Thunderstorm and Stone Shower deal the same 200~350. Avalanche info: I want to make the same with other spells and...
  2. E

    Creating functions

    @Mummrik Hey, bro! Thanks for helping. Can you have a quick look on my pick.lua? Is it anything wrong? Pick.lua really contains the other tools inside it? And, where may I paste your lines?
  3. E

    Creating functions

    Thanks! I don't know how to get this information.
  4. E

    Creating functions

  5. E

    Creating functions

    Hi! Can someone create variables that make pick destroy some stones on the map, and small axe destroy small fir trees? And tell me where to put those lines? :s Here's the details: Pick: Stone: Small Axe: Small Fir Tree:
  6. E

    itens.xml

    Everything is working now, I only needed to add these lines on movements.xml: Thanks guys!!!
  7. E

    itens.xml

    Oh, I see. But anyway, that's what I said. 2 speed points = 1 speed level
  8. E

    itens.xml

    Well, not in my case: Boots of Haste on itens.xml: I've heard a long time ago that every 2 points of speed is equal to 1 point in-game, like on tibia.com, every level you advance, you gain 2 points of speed. That's why I'm using 18 points of speed to gain +9 speed in-game (ww's necklace)...
  9. E

    itens.xml

    Do I need to add every item I create or edit on itens.xml in movements.xml too? Boots of Haste:
  10. E

    itens.xml

    Hello again, everyone!!! I'm having a little headache with this script, I'm trying to add some attributes to some itens, but they aren't working when I equip them. Their status tell me they are right, but when I equip them nothing happens, their boosts don't work. Please, have you guys a look...
  11. E

    Database SQL

    Hello everyone! I want to delete some players that was already created when I donwloaded my data pack, but everytime I try to delete one of them, an error appears to me: The same error if I try to delete the account of those respective players. Does anyone know how can I fix this?
  12. E

    Hotkeys

    Yeah, it works!!! Thank you again, haha. I think I'm starting to understand how the scripts work, thank you soooooooo so much. Really! Could you still helping me if I ask how I can make disable chat be default? And when players need to write something they would need to press Enter and write...
  13. E

    Hotkeys

    So I need to... and and remove the lines: g_keyboard.bindKeyPress('Shift+W', function() g_game.turn(North) changeWalkDir(North) end, gameRootPanel) g_keyboard.bindKeyPress('Shift+D', function() g_game.turn(East) changeWalkDir(East) end, gameRootPanel)...
  14. E

    Hotkeys

    The function you mean is this: "g_game.turn(West)" ?
  15. E

    Hotkeys

    @MagicWall Please, take a look on my modules\game_console\console.lua: I tried to add bind and unbind functions to Shift + WASD, but they are working to turn character on both chat modes, can you have a look and tell me what I am doing wrong? On my interface.lua I put this inside:
  16. E

    Hotkeys

    Thank you so so much, dude! It's working perfectly. Really grateful!!! It's almost done... Shift + WASD is still turning character to Left / West / North / South even with chat mode enabled. Can you make me a little tutorial "how to bind/unbind keys"? I think it can be easier for me if I learn...
  17. E

    [OTC] - Removing Buttons

    Okay, thank you mate!
  18. E

    [OTC] - Removing Buttons

    I remove those lines on outfitwindow.lua and it looks working like I wanted to. May I remove another lines or leave things as they are?
  19. E

    [OTC] - Removing Buttons

    My script outfit.lua is a little bit different:
  20. E

    Hotkeys

    I don't know how to do that, especially "bind" or "unbind" things. I need the codes and where to put them (lines). But thanks for helping, I'm grateful. REP+ The code you sent me is working, but I need to know how to make it works only with chat disabled. But thanks a lot, bro.
Back
Top