• 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!

TFS 1.X+ Looking for help. OTS 12.50, TFS 1,3

netbe

New Member
Joined
Aug 4, 2010
Messages
10
Reaction score
1
Hello friends! I am looking for a person who could help me fix some bugs on ots Tibia 12.50. (not working utamo vita and some other bugs) I spent many hours doing it, unfortunately without progress. I would be very grateful if someone had enough time and willingness to help me. Have a nice day everyone and thanks in advance!
 
Hello friends! I am looking for a person who could help me fix some bugs on ots Tibia 12.50. (not working utamo vita and some other bugs) I spent many hours doing it, unfortunately without progress. I would be very grateful if someone had enough time and willingness to help me. Have a nice day everyone and thanks in advance!
What datapack are you using? Tried using the otservbr datapack? Majority of stuff works on theirs.

In terms of helping you fix the issues on whatever you're using. Explain the problems, post some code so someone can actually assist you.
 
not working
Not working isn't something we can help you with, You should give more details how is it not working? Post your scripts and what happens when you cast them, Post your other bugs aswell with as much details as possible.
 
Okay, so:
the first problem is utamo vita. When the player gets an elemental attack with utamo vita on, he loses hp.
2: the server itself shuts down at different times even though it is on VPS without any warning.
3: Some monsters do not react to the player, e.g. those from gray island
4: Buying blessings only works when you are in the protection zone
5: I would need an npc that sells npc for imbuing
6: Some weapons can be stacked from level 8, even though they are higher than that
7:I'd like to convert the gamestore on the client. eg remove a premium account from a store, etc. How could I do this?
8:The pvp system is not working properly. When someone sticks a red skull. It does not show up for players and the player does not lose eq upon death, normal skull is okay.
9: Npc bought from the store, when you put it at home, you cannot edit it in any way (e.g. hide it in the store bag, change the outfit and name)
10: I would also like to add aol bought on command
11: Swap platinum coins, gold etc. with the right click of the mouse

I would be very grateful if someone would say what scripts and configs to put in the attachment so that everything could be checked. I am a beginner in creating OTS and I wanted to do something efficient for my friends. Most of them work very well but it is known that with every ots there is room for improvement.
I would be willing to give someone access to all files so that he could check exactly what and how, it would probably be better. Thank you very much for any help;)
I forgot to add, I use the same datapack as is on OTSERVBR
 

Attachments

That's too many requests to add in one thread, I will solve few of them and for others you'll have to open separated threads.
  1. the magic shield not sure where you got this weird script but this is how it looks and in otservbr, Try it and if it still does hit on HP then you should post which elementals hitting you on HP or which monsters opentibiabr/otservbr-global (https://github.com/opentibiabr/otservbr-global/blob/develop/data/spells/scripts/support/magic%20shield.lua)
  2. the server shutting down, It could be many things but you can try first with server save.
    Remove those lines or disable it in config.
    Lua:
        if configManager.getBoolean(configKeys.SERVER_SAVE_CLOSE) then
            Game.setGameState(GAME_STATE_CLOSED)
        end
        if configManager.getBoolean(configKeys.SERVER_SAVE_SHUTDOWN) then
            Game.setGameState(GAME_STATE_SHUTDOWN)
        end
  3. Post the monsters, They don't even attack or target the player at all?
  4. How do you buy blessings? Command? NPCs? Post the scripts of NPCs or command you use to buy blessings.


  5. You'll have to add the weapon's level, id and slot etc.. here https://github.com/opentibiabr/otse...movements/equipment/unscripted_equipments.lua and here too opentibiabr/otservbr-global (https://github.com/opentibiabr/otservbr-global/blob/develop/data/scripts/weapons/unscripted_weapons.lua)

  6. Any errors on console? On player death with red skull?

  7. [TFS 1.3] !bless and !aol withdrawing money from your bank account if needed. (https://otland.net/threads/tfs-1-3-bless-and-aol-withdrawing-money-from-your-bank-account-if-needed.270660/)
  8. otland/forgottenserver (https://github.com/otland/forgottenserver/blob/master/data/actions/scripts/other/changegold.lua)
 
That's too many requests to add in one thread, I will solve few of them and for others you'll have to open separated threads.
  1. the magic shield not sure where you got this weird script but this is how it looks and in otservbr, Try it and if it still does hit on HP then you should post which elementals hitting you on HP or which monsters opentibiabr/otservbr-global (https://github.com/opentibiabr/otservbr-global/blob/develop/data/spells/scripts/support/magic%20shield.lua)
  2. the server shutting down, It could be many things but you can try first with server save.
    Remove those lines or disable it in config.
    Lua:
        if configManager.getBoolean(configKeys.SERVER_SAVE_CLOSE) then
            Game.setGameState(GAME_STATE_CLOSED)
        end
        if configManager.getBoolean(configKeys.SERVER_SAVE_SHUTDOWN) then
            Game.setGameState(GAME_STATE_SHUTDOWN)
        end
  3. Post the monsters, They don't even attack or target the player at all?
  4. How do you buy blessings? Command? NPCs? Post the scripts of NPCs or command you use to buy blessings.


  5. You'll have to add the weapon's level, id and slot etc.. here https://github.com/opentibiabr/otse...movements/equipment/unscripted_equipments.lua and here too opentibiabr/otservbr-global (https://github.com/opentibiabr/otservbr-global/blob/develop/data/scripts/weapons/unscripted_weapons.lua)

  6. Any errors on console? On player death with red skull?

  7. [TFS 1.3] !bless and !aol withdrawing money from your bank account if needed. (https://otland.net/threads/tfs-1-3-bless-and-aol-withdrawing-money-from-your-bank-account-if-needed.270660/)
  8. otland/forgottenserver (https://github.com/otland/forgottenserver/blob/master/data/actions/scripts/other/changegold.lua)
Okay im back,
2. repaired
4. repaired
6. in work
8. works good,
10. added
11. added :)
I have a problem with every monster that hits with elemental, because, for example, a dragon, when the wave collapses, the player on utamo vita gets damage with hp. in the attachment I put script dragon.lua.
 

Attachments

Monster script and Magic shield scripts looks good, I believe it might be something with their latest update as written in here.
Try to follow what they gonna say there.
What else still unfixed? I got lost.
 
Monster script and Magic shield scripts looks good, I believe it might be something with their latest update as written in here.
Try to follow what they gonna say there.
What else still unfixed? I got lost.
3: Some monsters do not react to the player, e.g. those from gray island e.g. ladybug.lua
7:I'd like to convert the gamestore on the client. eg remove a premium account from a store, etc. How could I do this?
9: Npc bought from the store (hirelings), when you put it at home, you cannot edit it in any way (e.g. hide it in the store bag, change the outfit and name)
 

Attachments

3: Some monsters do not react to the player, e.g. those from gray island e.g. ladybug.lua
7:I'd like to convert the gamestore on the client. eg remove a premium account from a store, etc. How could I do this?
9: Npc bought from the store (hirelings), when you put it at home, you cannot edit it in any way (e.g. hide it in the store bag, change the outfit and name)
I would also recommend posting that to their github, the issues you're talking about aren't just on your side, it's their release. They would probably appreciate it if you'd report the issues on git.
 
Back
Top