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

    Otland staff

    Ok, understand just this and stop to post: People answer threads because they want to, not because they need to. Do you understand now?
  2. grilo13

    Otland staff

    staff Meaning in the Cambridge English Dictionary
  3. grilo13

    Otland staff

    Do you know what staff means?
  4. grilo13

    Otland staff

    Why do you think they (and we) are obliged to help leechers who does not contributes with the community? Nobody here is your teacher or anything to fix all the bugs you have in your server. Half of your questions are already answered in the forum and you can't even google it or try to solve it...
  5. grilo13

    Demon oak entrance problem tfs 1.2

    If it's working on global and not working on your project, you edited something wrong.
  6. grilo13

    Problem with Store System!

    Maybe. Try to use the default store.xml forgottenserver/store.xml at 03aa39a0cc22049bb72d1cc052af3eb84c601f83 · brunominervino/forgottenserver · GitHub Everything is working fine here with TFS master.
  7. grilo13

    custom client

    Ok, just in case if you don't know, every place you have 15 letters, if you want to change, you also need to change it for 15 letters, like: can be or Every X means SPACE or you'll get an error. WRONG RIGHT
  8. grilo13

    custom client

    It's kinda hard, but I know you can do it! LMGTFY
  9. grilo13

    Bought .com domain

    I recommend CloudFlare.
  10. grilo13

    [Sweden] [Custom] CHAMPSBATTLE - MOBA&BATTLEROYALE

    Any chance to use the real Dota 2 items as sprites? Mana potion :3
  11. grilo13

    sprites

    Read this tutorial, don't follow it. How to insert your sprites to your OTServer, full tutorial (8.5-8.54 only) Just to knowledge purpose.
  12. grilo13

    sprites

    Look for a sprite editor. Like: OpenTibia - Tidus Spr Editor v1.5
  13. grilo13

    Lua question about map files

    Open your map on RME, Map -> Properties
  14. grilo13

    Castro AAC

    You should allow external plugins/extensions too. Do as Wordpress, you can download plugins from the server or upload it yourself on folder. If the folder exists, you just need to enable/disable.
  15. grilo13

    Map Tracker version 8.6

    Google can help you sometimes: map tracker for 8.6? ..
  16. grilo13

    Lua Dropchance global of all monsters

    You could try put if (player:getStorageValue(32143) == nil) then player:setStorageValue(32143, 0) end on Login.lua
  17. grilo13

    Lua Dropchance global of all monsters

    Can you try run this on your MySQL and print the values (if not empty, of course)? SELECT * FROM player_storage WHERE key = 32143; If you have some value < 0, maybe this is the problem. It should be working, don't know what can be happening tbh. Try to reload talkactions/restart the server.
  18. grilo13

    Lua Dropchance global of all monsters

    You can try change this on talkaction: function onSay(player, words, param) local storageatual = player:getStorageValue(storage) local plural = "s" local qtd = "" For: function onSay(player, words, param) local storageatual = player:getStorageValue(storage) local plural = "s"...
  19. grilo13

    AAC How can I edit the 'changelog' (news page) in modern aac?

    That's because Forum Boards is a title. Log-in as admin and it will look like that:
  20. grilo13

    AAC How can I edit the 'changelog' (news page) in modern aac?

    Can you print how the forum looks?
Back
Top