Antonio Faldetta
0f83b9cc07
Spell required item must be given on level up #10 ( #47 )
2024-06-20 22:55:15 +02:00
Julio A. Leyva Osorio
723eca6c61
Update and Fix Spell ( #46 )
...
* Update mod_learnspells.conf.dist
* fix(cpp): Don't teach healing component of DK spell Death Strike (#1 )
Co-authored-by: Hasn <h.allgaeuer@hotmail.de >
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com >
* Update
* Add Spell 19885 Track Hidden (Hunter)
Add Spell 19885 Track Hidden (Hunter)
* Move Spell 1804 - Pick Lock
Pick Lock (1804) was incorrectly delivered at level 2. is added to m_ignoreSpells and created to be delivered correctly at level 16
* Update mod_learnspells.cpp
Update Far Sight 6196 - Shaman
* Upate Immolate and Life Tap (R2- R8)
* Update Readme
* Update README.md
* Fireball (25306) - Mago lvl 62
Fireball (25306) - Mago lvl 62
* Ignore Dalaran Brilliance and Dalaran Intellect
Ignore Dalaran Brilliance and Dalaran Intellect
* Mage Portal and Teleport
* fix portal
* Fix Paladin
Spell 53652, 53653, 53654 Beacon of Light
* Add Redemption (R1-7)
* Fix
Ignore Mangle (Bear) (R1-5) and Mangle (Cat) (R1-5)
Fix Swift Flight Form at level 71
* Update mod_learnspells.conf.dist
---------
Co-authored-by: Hasn <h.allgaeuer@hotmail.de >
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com >
2024-02-22 02:56:50 -03:00
Stefano Borzì
ca1974dade
Merge pull request #45 from svenbledt/master
...
add spells
2023-09-06 14:29:34 +02:00
Sven Bledt
bd003f28e8
add spells
2023-09-05 18:41:36 +02:00
Stefano Borzì
edbf970308
Merge pull request #41 from hallgaeuer/master
...
fix(cpp): Don't teach healing component of DK spell Death Strike
2023-03-31 22:29:58 +02:00
Hasn
cd9d0909b0
fix(cpp): Don't teach healing component of DK spell Death Strike
2023-03-31 22:11:38 +02:00
Stefano Borzì
7246381571
chore: update CI
2022-06-24 18:20:49 +02:00
Stefano Borzì
8249035011
Merge pull request #33 from BytesGalore/master
...
refactor: updated module registration to core rev 4++
2021-09-19 23:14:19 +02:00
BytesGalore
0ec9d68369
refactor: updated module registration to core rev 4++
2021-09-18 18:33:37 +02:00
Stefano Borzì
a09f384071
Merge pull request #32 from azerothcore/fix-build
...
fix: build latest AC
2021-06-26 17:01:41 +02:00
Helias
ed4325157c
fix: build latest AC
2021-06-26 16:05:30 +02:00
Stefano Borzì
311784d903
Merge pull request #29 from azerothcore/fix-build-c
...
fix: build and ci
2021-05-31 21:25:01 +02:00
Helias
24d71d11a9
fix: build and ci
2021-05-31 19:29:28 +02:00
Stefano Borzì
d22d50eb58
Merge pull request #27 from azerothcore/update
...
feat(Misc): update
2021-04-30 23:41:27 +02:00
Winfidonarleyan
81a0af4a8b
feat(Misc): update
2021-05-01 02:46:36 +07:00
Stefano Borzì
c1ad5d00a8
Merge pull request #23 from dunjeon/cnfix
...
Fix Config Errors
2021-03-03 18:48:36 +01:00
Carey Brooks
2711418bb3
Fix Config Errors
2021-03-01 13:27:59 -06:00
Stefano Borzì
3538cdb9cb
Merge pull request #22 from mdjong1/feature/update_calls_for_modern_cpp
...
Update the way the struct is called to correspond with current C++
2021-02-04 11:31:03 +01:00
Maarten de Jong
00c109f7f7
Update the way the struct is called to correspond with current C++
2021-02-03 21:57:41 +01:00
Patrick Lewis
0b5c081d59
docs(readme): add AzerothCore logo and build status badge ( #21 )
2020-11-21 15:50:07 -08:00
Stefano Borzì
ff7d11fbe9
Merge pull request #19 from azerothcore/github-actions
...
feat(CI): move from Travis to GitHub Actions
2020-08-30 22:44:26 +02:00
Helias
3a241288c8
feat(CI): move from Travis to GitHub Actions
2020-08-30 18:46:28 +02:00
Barbz
7204516557
fix(cpp): Ignore some vanity spells from being autolearned
...
- Add cosmetic mage spells to the ignore list as some are not blizzlike and some are obtained ingame, thus cutting the reward from obtaining it and not being able to show it off
- Same for the warlock spell ritual of doom to summon doom guard (there is another spell anyway which is learned and is much easier to use)
2020-08-08 20:05:04 +02:00
Helias
91b8bbdf0b
fix(build): add casting to uint32
2020-04-18 14:29:37 +02:00
Barbz
63a914a4f9
fix(cpp): Now will grant spells on level 80 levelup
...
- Before that commit, .character level 80 didn't teach any spell
2020-04-11 21:24:28 +02:00
arenacraftwow
222850c1c4
Fix: Add missing spells ( #12 )
...
- Anyone can add the missing spells directly in the code
- A bit hacky, but will do the job for now.
2020-04-08 21:35:09 +02:00
arenacraftwow
e9ef8ef62e
feat(cpp/conf): Add option to teach all spells on first login ( #9 )
...
- Adds a `LearnAllOnFirstLogin` (default: false) option to teach the
player all the spells when he first logs in,
- Disabled by default because of performance concerns,
- Slight optimizations have been added to mitigate this issue
- However enabling this on a more populous server could cause issues
due to the current design of the module
2020-04-01 20:22:25 +02:00
Barbz
769e883d18
fix(cpp): Compilation missing headers + Wrong vars ( #8 )
2020-03-09 23:53:06 +01:00
Barbz
c0399fda01
fix(cpp): Add missing spells to be ignored
2020-03-09 23:28:02 +01:00
Micrah
82e66aabbb
Build: Delete pch include ( #6 )
...
removing ScriptPCH , repair build using new headers
2019-04-04 20:06:03 +07:00
Barbz
862a28307e
Add missing spells
2018-09-19 23:15:25 +02:00
Barbz
5dd1003226
Merge pull request #1 from conan513/master
...
Merge original repo
2018-09-19 19:21:34 +02:00
ConanHUN
ca2936f7a8
Merge pull request #1 from talamortis/master
...
update script also fix indentations
2018-02-03 16:26:41 +01:00
talamortis
bf1bc61b37
Fix linux build
2018-02-03 11:14:39 +00:00
talamortis
f4706b1664
update script also fix indentations
2018-02-03 11:05:33 +00:00
Conan
20c1073a98
Oops, not for SingleCore_AC
2017-10-25 16:35:50 +02:00
Conan
c6ddcb7597
Files from SingleCore_AC
2017-10-24 15:09:56 +02:00
Conan
e4fe6680e6
Initial commit
2017-10-24 15:08:50 +02:00