Singe Horizontal
75faf9ac1a
Fixes npc last path caching ( #7769 )
...
Fixes #7766
2023-06-03 19:56:04 -07:00
Vincent Stumpf
08a1c41d1b
Refactor MapFlag accessors ( #7783 )
...
Use methods instead of direct member access.
2023-06-03 17:38:29 -07:00
aleos
8073c3026a
Adds buy/sell safety check for Market Shops
...
* Adds a buy and sell safety check from the Market Shop type.
* Also includes an item validation check when loading items from SQL for Market Shops.
Thanks to @mazvi!
2023-06-02 15:41:49 -04:00
Aleos
2c61b336bc
Fixes Lux Anima status not applying ( #7796 )
...
* Fixes #7793 .
* Follow up to 7913eda.
* Adds missing sc_start after cleaning up previous check.
Thanks to @mazvi!
2023-06-02 15:00:36 -04:00
eppc0330
466722b25e
Simplify GC_POISONREACT counter formula ( #7795 )
...
* Cleanup of #5805 .
Co-authored-by: Atemo <Atemo@users.noreply.github.com>
2023-06-02 14:59:40 -04:00
Aleos
4c9280728a
Fixes a party check for Weekend Dungeon ( #7797 )
...
* Fixes #7776 .
* Adjusts the party checks to account for leader versus member.
Thanks to @grimexile and @Atemo!
2023-06-02 14:57:20 -04:00
mazvi
8e56967c83
Fix minor typo in Illusion of Underwater ( #7791 )
...
* Resolves an issue with the Gatekeeper sending the player to the wrong menu option.
2023-06-02 14:16:54 -04:00
Aleos
7913eda1e6
Fixes Lux Anima applying Giant Growth ( #7792 )
...
* Adds a missing break which was resulting in Lux Anima attempting to cast the Giant Growth Rune.
* This is in conjunction with the revamp of this skill not applying other Runes effects anymore.
2023-06-01 15:15:27 -04:00
Atemo
251cfa2c9c
Implemented new items up to may 17 2023 ( #7767 )
...
* Implemented new items up to may 17 2023
* Added base data for 1st floor biosphere map
2023-05-28 16:55:53 +02:00
Aleos
fab88ecd04
Follow up to ba86a76 ( #7784 )
...
* Fixes #7770 .
* Follow up to ba86a76.
* Adds a missing cap rate option for bSkillCooldown which wouldn't allow addition/reduction more than 10000 milliseconds.
Thanks to @attackjom and @sonniez!
2023-05-26 12:45:57 -04:00
Daegaladh
8c059b5b2e
Updated the Spanish translation of map-server messages ( #7785 )
...
Thanks to @Artuvazro for his suggestions and review
2023-05-26 17:20:05 +02:00
Aleos
fc27b45d9f
Resolves inverted checks for Rebirth Spirit ( #7780 )
...
* Fixes #7779 .
* Skill should be usable on all 1-1 rebirth classes that are below level 70.
Thanks to @XanKriegor1 and @Lemongrass3110!
2023-05-23 22:50:16 -04:00
Kanin Temsrisuk
ecf0174a55
Fix typo and empty mob drop ( #7775 )
2023-05-23 22:18:16 -04:00
Pokye
9907721a69
Added a mapflag to block BANK ( #7773 )
2023-05-22 12:23:46 -04:00
Stolao
ccd7e5c14a
Added debug output to navi.cpp ( #7765 )
...
Add Loading info to write_npc_distances() for resolving potential halts
2023-05-17 14:20:10 +02:00
SapitoSucio
7c18321138
Enabling EPOLL in cmake command ( #7764 )
2023-05-17 14:19:06 +02:00
Lemongrass3110
5443d566a7
Always trigger CI on CMakeList changes
...
Thanks to @secretdataz
2023-05-17 11:06:19 +02:00
Lemongrass3110
a4a8e58ba1
Little cleanup of skill_additional_effect ( #7762 )
...
Fixes #7759
Thanks to @grimexile
2023-05-16 18:42:19 +02:00
Singe Horizontal
8fd3e2d5e2
Fixed a cant.attack bypass ( #7753 )
...
Fixed a pointer being always null
Fixes #7743
Co-authored-by: Lemongrass3110 <lemongrass@kstp.at>
2023-05-16 16:17:28 +02:00
Aleos
af28882a6f
Removes player item bonus rate cap warnings ( #7754 )
...
* Removes all of the warnings that were displayed when players had item bonuses that eventually reached the min/max rate.
* The rate is already capped so the warning was just a redundant message that could spam the console.
2023-05-16 10:16:49 -04:00
Vincent Stumpf
016e3570aa
Fix incorrect script constants ( #7758 )
2023-05-15 11:19:53 -07:00
Atemo
fcf0b5d821
Corrected NPC Count when reloading scripts ( #7756 )
...
Fixed #7691
Thanks to @Akkarinage
2023-05-13 19:01:48 +02:00
Atemo
b4b69a2cc1
Fixed an issue where mobs instantly walked after being spotted ( #7738 )
...
* Fixed an issue where mobs instantly walked after being spotted
MIN_RANDOMWALKTIME was initialized too early
* This behavior is only applied on the monster script command
2023-05-12 00:34:36 +02:00
Jittapan Pluemsumran
d3b99e6dc1
Fixed market response packet when purchase fails ( #7751 )
...
The item list was still sent to the client even when the purchase failed because p->result is no longer 0 in PACKETVER >= 20190807.
2023-05-10 20:44:08 +07:00
mazvi
dfa7e5e084
Rename Upgrade SQL ( #7742 )
2023-05-03 21:15:53 -04:00
Atemo
84bf6b87f1
Fixed an issue for map_drops.yml ( #7735 )
...
The key for umap should be the index, to allow to define the same item in yaml file
2023-04-26 23:35:24 +02:00
Atemo
6308b4feaf
Follow-up d7840cd265
...
Added missing delitem
Thanks to @tumemmac
2023-04-26 22:31:32 +02:00
Atemo
d7840cd265
Einbech dungeon 3 ( #7209 )
...
* Implemented dungeons, merchants and quests related to einbech 3
Thanks to @Pokye !
2023-04-26 18:39:24 +02:00
Singe Horizontal
4718d5e813
Added new status flag RequireNoWeapon ( #7201 )
...
* Fixes #7200 .
* Added new status flag RequireNoWeapon.
2023-04-24 12:01:24 -04:00
Singe Horizontal
b4be3b059a
Prevent an uint underflow and reformat array_size occurences in some commands ( #7729 )
...
Fixes #7728
2023-04-22 19:42:13 -07:00
Singe Horizontal
9051fc644d
Corrected NPC_DARKBREATH formula ( #7285 )
...
* Corrected NPC_DARKBREATH formula
Fixes #7284
* Update src/map/battle.cpp
Co-authored-by: Pokye <98105181+Pokye@users.noreply.github.com>
* Update src/map/battle.cpp
Co-authored-by: Lemongrass3110 <lemongrass@kstp.at>
* Added renewal logic
* now uses only one formula for both modes
---------
Co-authored-by: Lemongrass3110 <lemongrass@kstp.at>
Co-authored-by: Pokye <98105181+Pokye@users.noreply.github.com>
2023-04-20 10:13:37 +02:00
Singe Horizontal
9df8f9f113
Corrects a short-circuit bug in status_change_clear_buffs ( #7724 )
...
Fixes #7723
2023-04-19 15:55:44 -07:00
idk-whoami
ea65c1b9ba
ViewID correction of item IDs 20765 ( #7720 )
...
Fixed #7697
Thanks to @llchrisll
2023-04-18 17:17:31 +02:00
Lemongrass3110
339adbbe2d
Fixes the pincode system ( #7719 )
...
Fixes #7700
Thanks to @24msz6eo, @Melk3000 and @vstumpf
2023-04-17 18:20:15 +02:00
Vincent Stumpf
579dea8fad
Add debug logs for debugging client connections ( #7701 )
2023-04-16 22:47:06 -07:00
Atemo
665eb969ed
Corrected animation of the skill SHC_SAVAGE_IMPACT ( #7717 )
...
* Fixed an issue where the client did not update the position of the player
* Additionally fixed the player direction when the player casts the skill while being on the same cell of the target
2023-04-16 22:59:19 +02:00
Atemo
939567d361
Fixed an issue with cloak*npc ( #7715 )
...
* all the npcs saved in pc should be removed on map change
2023-04-16 14:58:47 +02:00
munkrej
635add84d7
4th Improvement - Troubadour & Trouvere ( #7703 )
2023-04-16 00:38:19 +02:00
munkrej
5385584f6f
4th Improvement - Wind Hawk ( #7704 )
2023-04-15 23:37:19 +02:00
munkrej
16195cea2a
4th Improvement - Inquisitor ( #7705 )
2023-04-15 23:36:30 +02:00
munkrej
a818232e77
4th Improvement - Cardinal ( #7706 )
2023-04-15 23:16:26 +02:00
munkrej
741dfe37ae
4th Improvement - Elemental Master ( #7707 )
2023-04-15 22:52:20 +02:00
munkrej
e4acd6e5dc
4th Improvement - Arch Mage ( #7708 )
2023-04-15 22:52:03 +02:00
munkrej
452238b523
4th Improvement - Abyss Chaser ( #7709 )
2023-04-15 18:45:51 +02:00
munkrej
6c8b29e91b
4th Improvement - Shadow Cross ( #7710 )
2023-04-15 17:46:18 +02:00
munkrej
287501d665
4th Improvement - Biolo ( #7711 )
2023-04-15 17:43:30 +02:00
munkrej
e1e19a6d06
4th Improvement - Meister ( #7712 )
2023-04-15 17:31:19 +02:00
munkrej
382d6bf54a
4th Improvement - Imperial Guard ( #7713 )
2023-04-15 16:53:39 +02:00
munkrej
e40c3edc31
4th Improvement - Dragon Knight ( #7714 )
2023-04-15 16:04:59 +02:00
Vincent Stumpf
a2f4f2bf8e
Do not call pet_set_intimate twice ( #7702 )
2023-04-15 15:02:41 +02:00