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

    Lua NPC crash on farewell

    That exactly what you should do, probably you're missing something. But I wrote everything so you can start troubleshooting and that will help on moving forward. You can still look up for more clues, for example, here in sources there's -mostly- the functions of npcs that has to do something...
  2. ralke

    Solved OTClient Mehah, some top-bar panels doesn't show on login and they're not able to be hidden/shown

    Solved by @Nottinghster fix: panels/widgets saving positions · mehah/otclient@4b2457c (https://github.com/mehah/otclient/commit/4b2457c8ed459691d7c55ab9c05bbdb51b0dcfe7) Thanks! ^^
  3. ralke

    Lua NPC crash on farewell

    Well again, I haven't used OThire. But I guess that spawn.xml loads npcs based on their filenames right? So why not trying to copy and paste the file, call it TaskManager2.xml or something and spawn it separately? It's not a solution at all, but for the moment is something I would trigger just...
  4. ralke

    cannot open data/npc/lib/npcsystem/main.lua: No such file or directory

    It's the same thing, but using older functions. Go to main.lua and search for dofile(getDataDir() .. 'npc/lib/npcsystem/keywordhandler.lua') And the error says that is attempting to index a variable called KeywordHandler, that is here delcared as nil...
  5. ralke

    Change of payment for the house.

    Well I think you should change what this does g_game.removeMoney Maybe generating another function like g_game.removePoints instead? I haven't read the source code but I can only give you this idea by now. Regards!
  6. ralke

    forgottenloginserver for 10.98 change RSA

    Ok my friend you're missunderstanding a few things. Not sure what that gameserver.xml is because I don't use 10.98 versions of theforgottenserver, but, first of all. Use main branch from theforgottenserver, because it is literally a protocol that is supported on main branch (so why using a fork...
  7. ralke

    C++ Is it possible to convert all items from Asynchronous to Synchronous at same time?

    I don't see that flagging can be edited that simple. You should check ObjectBuilder source and search for Asynchronous parameter to see how it's handled by the software itself. Good luck! ^^
  8. ralke

    Solved "Temple position is wrong. Contact the administrator"

    Follow this video, next time try to open a new thread instead a bumping an old one from 2016. It's all ok! No worries on bumping, just is a good practice for the next time! Regards
  9. ralke

    TFS 1.X+ Spawn creature with script once and then it will respawn normally?

    @endziu2222 Ok what I suggest is to use a raid system such as this one https://otland.net/threads/xikinis-free-scripting-service-tfs-1-4-2.287753/page-3#post-2743659 Then you should do a few things. I'll give you an example of how to spawn a monster that died, in the same SQM it died, and spawn...
  10. ralke

    Windows Server not reading config/connecting to SQL?

    You should also check, in sources, if the piece of code that points to ConfigManager::load is pointing correctly to config.lua. Or at least read the function to know what is going on. For that open the whole proyect with visual studio and press CTRL + Shift + F to search for ConfigManager::load...
  11. ralke

    cannot open data/npc/lib/npcsystem/main.lua: No such file or directory

    You should first attach the code from your "genericnpc". It is trying to use main.lua as KeywordHandler, and that's why it literally says there's no such file or directory. Creating main.lua won't solve anything since it doesn't have the keywordhandlers. So, what we can do? Let's check the...
  12. ralke

    Lua NPC crash on farewell

    I don't think there's any storage involved in your error. because bye message is related to libs. Is there a chance that you could attach npc/scripts/lib/greeting.lua? Because somewhere there should be the data for npcHandler, and that somewhere generally is the lib that you're using for your...
  13. ralke

    AAC How to create landing page for mobile browser?

    Thanks for this! I litterally started to thing on making a header for each page, using the redirection. I'm at discord as always, felipe23. What I really need is to make the cellphone reads the site without sending the right bars to the bottom. Anything that is needed just tell me, the live...
  14. ralke

    AAC How to create landing page for mobile browser?

    Worked so good man! Thanks a lot hahaha :P
  15. ralke

    AAC How to create landing page for mobile browser?

    Hi! I have a big question. How can I redirect people who visit my website via mobile, to some kind of landing page, or mobile.php. So they're only be allowed to see that part of the website (I tried to fit the layout, but considering how it is built, I think that sending another page is a much...
  16. ralke

    the end of otservers

    I can say that people actually wants to join, as long it has enough stuff to create histories they can share with other people. What I mean with this? In my case, I have hosted my server for months. I did learn those "few buck", even if they're just to pay the virtual server where server was...
  17. ralke

    Programmer [Paid Job] Fix the high cpu usage if to many monsters

    Guys honestly I haven't seen 0.4 in years, but if you start comparing the code from one and other, isn't a chance to at least get hints of what is going on? I mean, it's just code. I'm not experienced on c++ and probably i'm wrong, but without experience this surely be my starting point right...
  18. ralke

    Gatekeeping

    This thread is as paradox itself and won't have a "true answer" so you guys can discuss for it for months and no one will really learn a thing from it. I won't avoid the question and will respond the thread. I think that gatekeeping won't open you a space to colaborate. When I started at otland...
  19. ralke

    [Chile] [8.6] GreedOT 2023 | Saturday 1 July 2023 (7:00 a.m. GMT-4 Chile) | Custom Map | Monster Levels | Upgrade system

    From now Greed is officially closed. Thanks to everyone who played. I'm really gratefull with everyone who was part of this project. This last months I focused all my efforts on making an improved version of this server, fully translated to spanish. So we will meet again in Codicia.
  20. ralke

    Mapper mapper converter 1098 to 860

    Use ctrl + g to get the desired coordinate in the new .otbm, for example we want a piece from 1361, 826, 15, so we go to our blank map and we go to 1361, 826, 15. Then we just take a very little piece from the map you want to merge and we fit the coordinate: Now we take the surrounding area...
Back
Top