Paul Coene
e850d80656
[Bug Fix (faction)] Do not award faction if NPC is charmed. ( #1945 )
...
* Do not award faction if npc is charmed.
* No faction on kill of charmed mob or questreward of same
2022-01-26 18:17:25 -05:00
Paul Coene
b9722c6d28
[Bug Fix] Any use of TempName left old clean_name. ( #1946 )
...
* [Bug Fix] Any use of TempName left old clean_name.
* Dunsel change
2022-01-26 17:02:37 -05:00
Kinglykrab
5a7ee28740
[Bug Fix] Fix quest::updatespawntimer() Perl croak. ( #1947 )
2022-01-26 14:57:18 -06:00
neckkola
478fa24a70
bug tracing on entity list mismatch
2022-01-25 23:16:33 -04:00
neckkola
cf2c7060be
Fixed a bot crash
2022-01-25 19:06:38 -04:00
neckkola
3098acdc95
Looks like BOTs are working
2022-01-24 23:05:17 -04:00
neckkola
c9b8127236
Bot Disbanding Work 90%
2022-01-24 17:05:28 -04:00
neckkola
19004730ad
Working on botgroup removal
2022-01-23 23:49:00 -04:00
mmcgarvey
e4f2aec11e
[XTarget] Revert All XTarget Corpse Changes ( #1944 )
2022-01-23 20:18:38 -06:00
KayenEQ
e99c8dafc5
spellbar lock bug fix ( #1943 )
2022-01-23 20:27:45 -05:00
KayenEQ
936043a53c
bind sight pets ( #1942 )
2022-01-23 20:27:32 -05:00
neckkola
5a9c8c18c1
Bot Death fixed and few other crashes
2022-01-21 23:31:59 -04:00
neckkola
4215a47d82
Issue with Bot Death in raid when casted upon. 1741 raid.cpp
2022-01-21 00:06:59 -04:00
neckkola
58b1373fc0
Spell Tracking
2022-01-20 19:49:51 -04:00
KayenEQ
3c09448e90
[Spells] NPC spell push should work on rooted mobs. ( #1941 )
...
* Update spells.cpp
* [Spells] NPC spell push should work on rooted mobs.
don't push perma or psuedorooted mobs
2022-01-20 12:13:14 -05:00
KayenEQ
e09a8f8f8f
[Spells] Support for bards using Disciplines while casting or /melody. ( #1936 )
...
* test
* complete
* Update effects.cpp
* Update spells.cpp
* Update effects.cpp
* [Spells] Support for bards using Disciplines while casting or /melody.
Support for spell field 'cast not standing' not allow casting from divine aura
* [Spells] Support for bards using Disciplines while casting or /melody.
DA bypass logic for spells with field 'cast_not_standing'
2022-01-19 22:44:17 -05:00
neckkola
f26b491339
Raid leader and mana/hp updates fixed
2022-01-19 23:35:04 -04:00
Randy Girard
804f0681a9
[Content Flags] Load the content flags before loading shared data. ( #1935 )
2022-01-19 12:58:15 -06:00
KayenEQ
71c53cb18b
[Spells] Updates and fixes to Target Locked Pets ( #1932 )
...
* start of rework
* reworked v2 no timer
* fix
* more mechanics
* Update pets.cpp
* move to pet.cpp
* [Spells] Updates and fixes to Target Locked Pets
* [Spells] Updates and fixes to Target Locked Pets
2022-01-18 21:48:36 -05:00
neckkola
5e475ad8cd
End of Day Jan 18
2022-01-18 22:33:09 -04:00
Natedog2012
176bfc8524
[Bug Fix] Loading pets from database will make unique name to not overlap existing pets with same name in zone ( #1933 )
2022-01-18 16:43:58 -06:00
neckkola
29ec914565
Spawn on login working
2022-01-17 23:53:25 -04:00
neckkola
937d1b1a51
spawn work
2022-01-17 17:56:17 -04:00
KayenEQ
28b1abe1a7
[Bug Fix] Fixes Enchanter AA Doppleganger crash issue ( #1931 )
...
* Fix crash bug
* [Bug Fix] Fixes Enchanter AA Doppleganger crash issue
2022-01-17 09:10:37 -05:00
neckkola
26c12d46ef
end of day Jan 16
2022-01-17 10:00:25 -04:00
neckkola
ec2e79c042
More raid spell work
2022-01-16 20:22:56 -04:00
Kinglykrab
3a94132749
[Quest API] Add multiple augment related methods to Perl/Lua. ( #1930 )
...
* [Quest API] Add multiple augment related methods to Perl/Lua.
- Add $inventory->CountAugmentEquippedByID(item_id) to Perl.
- Add $inventory->HasAugmentEquippedByID(item_id) to Perl.
- Add $item->ContainsAugmentByID(item_id) to Perl.
- Add $item->CountAugmentByID(item_id) to Perl.
- Add inventory:CountAugmentEquippedByID(item_id) to Perl.
- Add inventory:HasAugmentEquippedByID(item_id) to Perl.
- Add item:ContainsAugmentByID(item_id) to Perl.
- Add item:CountAugmentByID(item_id) to Perl.
* Update inventory_profile.cpp
2022-01-16 18:04:51 -05:00
KayenEQ
5ebbbf647b
[Spells] SPA 299 Wake the Dead updates and crash fixes. SPA 306 Army of Dead implemented. ( #1929 )
...
* start
* wtd fix v1
* Update aa.cpp
* rework done, army of dead supported
* debugs
* Update aa.cpp
* Update spdat.h
2022-01-16 14:55:51 -05:00
KayenEQ
5f482a9b30
[Combat] Implemented rule for live like Riposte mechanics ( #1927 )
...
* Live like Riposte
* [Combat] Implemented rule for live like Riposte mechanics
bot fix
2022-01-15 19:37:47 -05:00
KayenEQ
91aa950304
fix for hasten AA ( #1928 )
2022-01-15 18:28:21 -05:00
neckkola
37e9d419e6
More bot raid changes
2022-01-15 11:27:50 -04:00
neckkola
0d009a7a25
Start of moving raid bot functions to their own methods
2022-01-15 11:27:19 -04:00
JJ
613066976d
[Bug Fix] Update to #1893 ( #1926 )
...
* Update to #1893
* Missed bonuses.cpp
2022-01-12 22:04:58 -05:00
neckkola
6411c2335e
Bot Invite/Accept cleanup
2022-01-12 18:47:56 -04:00
mmcgarvey
1a556f4451
[XTarget] Performance Improvement After Corpse Change ( #1918 )
...
Removed a conditional that was rendered obsolete by moving the addition of a
mob to the auto haters list to fire after an IsValidXTarget check. This
made an entity_list call unnecessary. [zone/client.cpp]
Removed said unnecessary entity_list call. [zone/client.cpp]
Removed a superfluous call to ProcessXTargetAutoHaters [zone/attack.cpp]
2022-01-12 16:04:18 -06:00
neckkola
d62171f34d
end of day Jan 11
2022-01-12 00:01:58 -04:00
KayenEQ
d10145fc6f
[Bug Fix] Fix Tradeskill Salvage ( #1925 )
2022-01-11 18:24:47 -05:00
neckkola
4098d9db51
Jan 11
2022-01-11 17:40:10 -04:00
neckkola
bd831d2b4a
end of day jan 10
2022-01-11 08:29:19 -04:00
Kinglykrab
f3002d9656
[Commands] Cleanup #who Command. ( #1924 )
...
* [Commands] Cleanup #who Command.
- Cleanup messages and logic.
- Add GetAccountStatusMap() and GetAccountStatusName() helpers for account status stuff.
- Use Chat::Who instead of Chat::Magenta so you can more easily see saylinks.
- Add a summon saylink to the list of saylinks so you can summon the player.
* New line.
2022-01-11 06:09:29 -05:00
KayenEQ
59c373bcff
Update client_packet.cpp ( #1923 )
...
bug fix
2022-01-10 21:22:56 -05:00
Kinglykrab
ae8273e0b1
[Commands] #guild create argument count bug fix. ( #1920 )
...
- Names with spaces were breaking command.
2022-01-10 17:33:28 -05:00
neckkola
9eca086b1c
A few changes
2022-01-10 18:01:06 -04:00
neckkola
c9480ad080
Bot Raid inviting working for all use cases
2022-01-10 12:00:31 -04:00
neckkola
e5371253cb
New work on Raid invite with a invitor having a group
2022-01-09 11:24:59 -04:00
KayenEQ
10083387b6
[Spells] SPA 193 SE_SkillAttack will no longer trigger procs ( #1919 )
...
* fixed
* [Spells] SPA 193 SE_SkillAttack will no longer trigger procs
2022-01-09 08:32:09 -05:00
neckkola
1c57e5b898
A few more use cases working
2022-01-08 20:39:47 -04:00
Chris Miles
7e065ad966
[Docs] Update Readme to reflect new docs
2022-01-08 13:57:31 -06:00
neckkola
8fc3ac1e50
Work on usecase 5
2022-01-08 10:06:36 -04:00
neckkola
947fb239a9
Use Case 1, 2, 3,4,7 working.
...
Need to fix 5, 6, 8
2022-01-08 00:03:05 -04:00