forked from Oysica/Pandas
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Develop #1
Merged
Merged
Develop #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
kayeeqq
commented
Feb 23, 2022
- Addressed Issue(s):
- Server Mode:
- Description of Pull Request:
* Fixes #6602. * Resolves cooking items only updating the player's cooking variable and not properly updating the player's session data along with it. Thanks to @Shaktohh and @Lemongrass3110!
Adds another synthesis relevant item
* Allow creating instance with no timer * Added NoNpc to prevent copying NPCs from the source map * Added NoMapFlag to prevent copying Mapflags from the source map * Added instance_list script command to retrieve the instance IDs for the given map name/instance mode Co-authored-by: Aleos <aleos89@users.noreply.github.com> Co-authored-by: Atemo <atemo@users.noreply.github.com> Co-authored-by: Lemongrass3110 <3517879+Lemongrass3110@users.noreply.github.com>
* Split pre-re/re setting ** Changing of equipment while interacting with NPCs is allowed on pre-renewal by default ** Changing of equipment while interacting with NPCs is not allowed on renewal by default * Added a message when the player tries to change the equipment while talking to npc Fixed #6566 Thanks to @aleos89, @Lemongrass3110 and @Balferian !
* Fixes #6611. * Resolves an issue with Tuna Belly not sending the visual update to healed players. * Resolves Shrimp Party SP recovery not increasing the heal rate. Thanks to @Balferian!
* Added `@addfame` * Added alias `famepoint`, `famepoints` * Changed `sd` in `pc_addfame` to reference Co-authored-by: Lemongrass3110 <lemongrass@kstp.at> Co-authored-by: Aleos <aleos89@users.noreply.github.com>
* Fixes #6556. * Implements the nopetcapture mapflag which is used to stop pet-type monsters from being caught. Thanks to @RagnaWay and @Lemongras3110!
…619) Required for e_elemental_skillmode to be used as a key in std::unordered_map. See also #6591.
item script that return equip position.
Co-authored-by: Lemongrass3110 <lemongrass@kstp.at>
* Changes the mapflag storage type from an unordered_map to vector giving it a performance boost. * This changes all lookups and modifications to O(1) rather than a possible O(log).
* 修正脚本引擎在定时器唤醒后可能导致的潜在崩溃 * 规避在 map_addblock 和 map_delblock 因检查不严而导致崩溃的问题
Co-authored-by: CairoLee <cairoliyu@gmail.com>
Dummy data for Summoner, Star Emperor, Soul Reaper Level 176-200 Will be removed when get actual data from kRO Get from 9ec9a9a
Fixes #3302 Closes #4348 Thanks for the initial release by @cydh in #4348 and everyone that contributed to it. All existing data was migrated and cleaned up where necessary. Thanks to @Everade for his help here. Laphine UIs are now fully yamlified and not dependent on the script engine. They make use of new item group features and of the already existing random option group feature. This way they will be far easier to be maintained, even though they are a little less customize able. Thanks to @limitro, @CairoLee, @dimasshotta and everyone else who contributed! Co-authored-by: Cydh <cydh.ramdh@gmail.com> Co-authored-by: Everade <Everade@users.noreply.github.com> Co-authored-by: Aleos <aleos89@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.