-
-
Notifications
You must be signed in to change notification settings - Fork 668
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: tibiadrome mechanics #3323
base: main
Are you sure you want to change the base?
Conversation
Map isnt released and im missing one mechanic with monsters.
got to see further improvements for nerf or buff
Ok, im waiting. |
@mdbeng are you on discord? |
https://github.com/mdbeng/MapsRelease/releases/download/map/tibiadrome.otbm Sorry in advance for the link, i don't have access to discord so i can't upload it there. |
Actually this is far for being completed but it's a good start, some suggestions:
Also i separate each script by type, would be better to read/understand. |
Yes I mentioned that this db creation is to test it then we can migrate the db to the schema if it is working as intended. |
stack traceback:
|
Make sure u have all the commits that error is not happening here |
I download second time files. System works but in console have this error. |
I just uploaded a new commit to fix the destroy ground. And the teleport I'm checking right now. Please test it Have in mind u have to set the new appearances in your client as well. |
I've changed the way the position is retrieved giving a better performance. avoiding checking players online and just checking within the area. So as giving global variables to be used by the mechanics and future development if needed. The entire system has to be tested and reviewed once again before doing the following: |
Still time have error with that monster but fear, drunk, eggs and others working Perfect. |
Only repository mantainers can update the appearances.dat. |
Copy, this pr Im not expecting to go through the pr is for the contributor to make further developments so eventually we can have it. |
We still don't have a way to handle death and loss of exp? |
Yes still time you died, and some errors with script. |
There is no error with the scripts... I don't know what you're doing wrong |
I dont know what is wrong too. Monster hooding generate error in console but your question is about died. |
Theres no error here either. i will just update the pr, i will work on the death today and update the appearances to stay in canary's guidelines and see if I can make it work without changing appearances |
|
If you have suggestions, a way to improve the system, feel free to speak up. Or if I made a mistake, point it out. Thanks. Next: death penalties in the arena. |
At the moment without erros, working good. Time to fix death and if it possible add on area infinity runes and potions like RL tibia. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could do this in a simpler way, using encounter and zones, I think it will be more practical, easier to understand and others maintain.
Also fear mechanic already exists, if you are doing the condition as soulwar, you should take a look there to avoid recreating and keeping two same fear mechanics, but in different locations.
Description
This will add the missing feature from tibia summer update 2021. This is only working in thais arena ( map will be released for you guys to test ).
My code is creating the necessary tables and rows with the script ( before moving to schema i want to make sure its all good )
Monster damage scaling
2 Daily Mechanics ( they will change every server save )
Highscore will be placed in the leaderboards and persist over server saves.
Rewards are set to: 5 days to end rotation. 1 drume potion to each top 10.
Rewards will be handed to the store inbox ( i was trying to set them up to receive them in the mailbox but was creating a crash )
Modified Appearances in order for the mechanics to work i found out the unused appearances had wrong attributes.
I will recommend to not modify the core of the script.
What is missing?
Add arenas over the other cities. Right now is only working at thais.
And testing. but everything should be 100%
What about the map?
Im working on exporting the map configuration to release it. Sorry in advance. im not a great mapper so my knowledge is not that great.
How Has This Been Tested
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
This was tested with a lot of different circunstances.
Test Configuration:
Checklist