Commit Graph

612 Commits

Author SHA1 Message Date
hondacrx 9d955f42aa Core/Skinning: Autolearn skill of skinned mob if not already learned
Port From (https://github.com/TrinityCore/TrinityCore/commit/74c280da9eac16c5d4a875ff2ea5aa30034ff1dd)
2023-04-25 08:53:52 -04:00
hondacrx 4a3369b586 Scripts/Spells: Added proc requirements to a few auras that have SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute
Port From (https://github.com/TrinityCore/TrinityCore/commit/122d41eb067eecd76debc35778164ee163cda813)
2023-04-21 19:17:34 -04:00
hondacrx afceddc29a Scripts/Paladin: Update Divine Steed for Lightforged Draenei
Port From (https://github.com/TrinityCore/TrinityCore/commit/0f925b545c1513581a5c08fd2a8ad473701f1038)
2023-04-21 19:06:57 -04:00
hondacrx ebb377202d DB/Spells: Added proc requirements to a few auras that have SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute
Port From (https://github.com/TrinityCore/TrinityCore/commit/f6ab9fd92e2a2db6656cdf6700e8f8af60b084b4)
2023-04-21 19:05:13 -04:00
hondacrx 12897e80e8 Fixes taming hunter pets 2023-03-14 04:36:20 -04:00
hondacrx 17b7e6837f Core/Misc: Add launchDelay argument to Unit::SendPlaySpellVisual overload accepting Unit* argument
Port From (https://github.com/TrinityCore/TrinityCore/commit/982b60f39c526e217de3a3f24b740af41c4ede50)
2023-03-13 02:39:10 -04:00
hondacrx f51dbf95ec Fixes creatures falling under map when chasing a player though water. 2023-02-21 19:18:28 -05:00
hondacrx 36a83fa307 Scripts/Events: Fixed infinite loop with auras 71507 and 71508 casting each other when unit is removed from map
Port From (https://github.com/TrinityCore/TrinityCore/commit/f79cd0f526af552d0df06b80dca951d6f1f8ae55)
2023-02-12 02:07:29 -05:00
hondacrx 97f100c556 Core/SAI: Set the trigger player as baseobject when the source type isn't a WorldObject
Port From (https://github.com/TrinityCore/TrinityCore/commit/7b14b9ef22d7869d3630c708c127683c4a59f210)
2023-02-12 01:08:42 -05:00
hondacrx b47f791d8f Scripts/Monk: Implement Power Strikes
Port From (https://github.com/TrinityCore/TrinityCore/commit/b73330999f447a2c4893d50b3d24fd77b2500178)
2023-02-11 23:34:05 -05:00
hondacrx e982be523a Scripts/DK: Implemented Howling Blast
Port From (https://github.com/TrinityCore/TrinityCore/commit/58cd4e58f7d2f382903c8abe065b697d3a0bcb6b)
2023-01-30 08:35:04 -05:00
hondacrx 3e6588bc55 Scripts/Hunter: Implement Explosive Shot
Port From (https://github.com/TrinityCore/TrinityCore/commit/2a79be02fd60bf37bbef7702194a5379503970a1)
2023-01-30 08:33:03 -05:00
hondacrx efb691841d Scripts/Evoker: Implement Living Flame and Energizing Flame
Port From (https://github.com/TrinityCore/TrinityCore/commit/35775b0dfb2048775ef36e51700221ba19cbf9b4)
2023-01-30 08:30:12 -05:00
hondacrx b686c3939d Spells/Evoker: Implemented Azure Strike
Port From (https://github.com/TrinityCore/TrinityCore/commit/eebacbc86e989bba8068dc07fc76ff3c64da3309)
2023-01-30 08:25:37 -05:00
hondacrx a0189a0471 Fix Scripts building. 2023-01-24 23:20:14 -05:00
hondacrx 80a10f55bc Scripts/Spells: Fixed crash in spell_sha_mastery_elemental_overload
Port From (https://github.com/TrinityCore/TrinityCore/commit/db8504426796ce39f1871aa1871bae10e0408f9f)
2023-01-23 00:04:38 -05:00
hondacrx f73e64396f Update license headers for all files. 2023-01-18 17:25:32 -05:00
hondacrx 3dad3747ce Fixed db2 loading, and world login. 2023-01-11 16:38:29 -05:00
hondacrx ea1206ec71 Scripts/RLP: Added initial spawns and some cosmetic spells
Port From (https://github.com/TrinityCore/TrinityCore/commit/486152e1631a28c72148a9d6eb2526a31602d599)
2023-01-11 01:05:29 -05:00
hondacrx 44ebaec45e Scripts/Evoker: Implement Glide
Port From (https://github.com/TrinityCore/TrinityCore/commit/b428f600b1e5cfd71e661f924a30d59f3970800d)
2023-01-11 00:44:58 -05:00
hondacrx 5c439a6bae Core/Characters: Added Dracthyr Evoker creation data
Port From (https://github.com/TrinityCore/TrinityCore/commit/b71b121c51214d220163a3c278f212b6804ad644)
2023-01-06 17:49:02 -05:00
hondacrx 989b80b056 Core: Updated to 10.0.2
Port From (https://github.com/TrinityCore/TrinityCore/commit/e98e1283ea0034baf6be9aa2ffb386eb5582801b)
2022-12-28 15:25:15 -05:00
hondacrx bca92b80b9 Fixes a crash when using auction house. and using hearth stone/teleporting. 2022-11-05 17:55:37 -04:00
hondacrx 219833ac17 Core/BattlePets: Move revive battle pet cooldown to spell script and add serverside spell for stable master heal cooldown
Port From (https://github.com/TrinityCore/TrinityCore/commit/05f2f4e8f69133d542f3eadf99410deb932cd30d)
2022-10-14 17:00:30 -04:00
hondacrx e7fd2e2f9c Scripts/Gossips: Set gossip menu id for scripts that load menu items from database
Port From (https://github.com/TrinityCore/TrinityCore/commit/e65fae7bcd451a2f779c3a6097d0e072a673c384)
2022-10-13 12:54:10 -04:00
hondacrx 00bb07d638 Misc stuff 2022-10-11 20:27:12 -04:00
hondacrx b611244add Core/Gossip: Drop OptionNpcFlag from gossip_menu_option
Port From (https://github.com/TrinityCore/TrinityCore/commit/ba49dbfdcbbbee4d6be39284c6924bf56d7f6586)
2022-10-11 20:04:52 -04:00
hondacrx d16f8c94c2 Scripts/DK: Fixed Rime talent
Port From (https://github.com/TrinityCore/TrinityCore/commit/3be76db592033828ed0e56cb08cdc5a2df5be8b0)
2022-10-11 17:16:48 -04:00
hondacrx 9ea20a8925 Fixes some crashes. 2022-10-11 17:09:56 -04:00
hondacrx 9d6b144884 Scripts/Instances: Add dungeon encounter data
Port From (https://github.com/TrinityCore/TrinityCore/commit/46e0056196dd6e56077aeeb67d41ec520046a79e)
2022-10-04 19:50:48 -04:00
hondacrx 67d6fa48eb Core/Scripts: Save instance data in JSON format
Port From (https://github.com/TrinityCore/TrinityCore/commit/76be303351ae398b7f9e69e4c472cb5b05fce45e)
2022-10-04 14:04:16 -04:00
hondacrx 4cd461bb95 Core/Scripts: Fixes a exception while loading server. Fixes 49 2022-10-02 21:46:55 -04:00
hondacrx 94ebaeb451 DB Updates 2022-10-01 17:11:10 -04:00
hondacrx 16a7b3bb79 Scripts/Events: Ironforge hourly bell event correction
Port From (https://github.com/TrinityCore/TrinityCore/commit/400b8e31926eabbd9aa2daaf3c920abafec4f299)
2022-10-01 16:37:50 -04:00
hondacrx b40005527a Start adding missing scripts Part 7 2022-09-29 22:50:22 -04:00
hondacrx ca55d131ac Core/Spells: Fix glyph of stars (druid)
Port From (https://github.com/TrinityCore/TrinityCore/commit/56ef6c06eb165e9410a1f0af8b54492ad99eeced)
2022-09-24 13:57:38 -04:00
hondacrx 595ac58013 Core/Spells: Remove all hardcoded restrictions for pick pocket spell effect and rely only on presence of pickpocket loot in db
Port From (https://github.com/TrinityCore/TrinityCore/commit/78698463ff6b20255148fb647e9ad33a487bb09d)
2022-09-11 14:40:24 -04:00
hondacrx dbf746f9ea Core/Gossip: Drop OptionType for gossip_menu_option and rename OptionIcon to OptionNpc as it also determines functionality on client side
Port From (https://github.com/TrinityCore/TrinityCore/commit/69e0249807f5a8f351e6be6f7350ebace3d2997a)
2022-09-08 18:06:18 -04:00
hondacrx 80689d7fb7 Misc fixes 2022-09-07 15:51:54 -04:00
hondacrx c8964bd420 Scripts/Spells: Fixed crash in spell_pri_atonement
Port From (https://github.com/TrinityCore/TrinityCore/commit/0f09fc355aea4745b711e4c2ba4dfdb731453f1f)
2022-09-07 15:40:03 -04:00
hondacrx dd15bc8eed Scripts/Spells: Script 'Hate To' spells
Port From (https://github.com/TrinityCore/TrinityCore/commit/243efd378c383a42532f485b7dc9c2c3ae6cf3fd)
2022-09-07 12:59:19 -04:00
hondacrx 44334fc4ba Scripts/Spells: Great/Fish/Gigantic/Small/Bountiful Feast
Port From (https://github.com/TrinityCore/TrinityCore/commit/b160ba206148c0ce32c543e585caa60f693ba5e1)
2022-09-07 12:54:58 -04:00
hondacrx ed338e77be Scripts/Events: Update few Love is in the Air quests & items
Port From (https://github.com/TrinityCore/TrinityCore/commit/a01141c426be517c1d2bd40753b277b453d15ce0)
2022-09-05 22:21:23 -04:00
hondacrx 6b6d6f6b8e Scripts/Pets: Update Lil' K.T.
Port From (https://github.com/TrinityCore/TrinityCore/commit/d68abbf705a870009213d8558de2884950875029)
2022-09-05 22:08:14 -04:00
hondacrx 0a28bd434a Core/SAI: Rename LeavingWorld to OnDespawn & use it in SAI
Port From (https://github.com/TrinityCore/TrinityCore/commit/b0164fb2b9cc35663e337d48660d5bca1e973d99)
2022-09-05 21:57:54 -04:00
hondacrx 747c91bf73 Scripts/Spells: Correctly implement Murmur's Touch & Dire Brew
Port From (https://github.com/TrinityCore/TrinityCore/commit/496eba4e8d579816895c11060f896faa4523623e)
2022-09-05 18:37:14 -04:00
hondacrx 40e2291f4e Scripts/Spells: Get rid of several DB spell scripts
Port From (https://github.com/TrinityCore/TrinityCore/commit/6fb332d935ebe84b5728d5496173c8b7109e08db)
2022-09-05 18:29:56 -04:00
hondacrx f2f9ca1509 Scripts/Spells: Fixed Mag'har Orc racial Ancestral Call
Port From (https://github.com/TrinityCore/TrinityCore/commit/a6632147d6d1884a7224077f24c7e6e656c419b8)
2022-09-02 13:15:52 -04:00
hondacrx 1a55c82b03 Fixes a assert when starting scripts. 2022-08-17 14:38:14 -04:00
hondacrx 24befcee13 Start adding missing scripts Part 6 2022-08-15 11:37:13 -04:00