Walter Pagani
48d9890ee1
Add issue and pull request template files ( #36 )
2023-06-18 22:25:20 -03:00
Walter Pagani
07dd4b3c7b
Adding translations to the module ( #35 )
...
* Adding translations to the module
* Update enum
2023-06-15 20:19:40 -03:00
Skjalf
fd4357d1ce
Merge pull request #34 from WoWSur/master
...
fix: Include new parameter for OnGiveXP.
2023-05-09 13:16:59 -03:00
Kevin
d5d5b9dae0
Unused variable
2023-05-07 12:05:10 -03:00
Kevin
0dce4e29f9
fix: Include new parameter for OnGiveXP hook.
2023-05-07 11:55:33 -03:00
55Honey
80cc0b8d82
Update README.md
2023-03-19 21:30:54 +01:00
Stefano Borzì
a36b3a1027
Merge pull request #32 from azerothcore/update
...
fix: update for new db api
2022-04-19 00:57:05 +02:00
Patrick Lewis
fd38799811
chore: switch to reusable module workflow ( #33 )
2022-04-18 08:37:38 -05:00
Patrick Lewis
71978ad621
fix: update for new db api
2022-04-18 04:43:29 -07:00
clidx
1cd0bcbfc5
Fix compile ( #29 )
...
Fix this https://github.com/azerothcore/mod-individual-xp/issues/28
2022-02-27 16:16:24 -08:00
Patrick Lewis
df37085ef4
chore(Commands): ignore new chat command functions ( #27 )
...
Co-Authored-By: Kargatum <dowlandtop@yandex.com >
2021-11-18 22:41:13 -08:00
Stefano Borzì
cd7bc268c6
Merge pull request #26 from BytesGalore/master
...
refactor: updated module registration to core rev 4++
2021-09-20 00:22:24 +02:00
BytesGalore
255f83221f
refactor: updated module registration to core rev 4++
2021-09-18 16:01:19 +02:00
UltraNix
8580d5fe7e
ObjectGuid - Part I. ( #24 )
...
Co-authored-by: UltraNix <ultranix@gmail.com >
2021-05-05 17:37:22 -07:00
Patrick Lewis
a6ebc42a7b
docs(readme): Update build status badge ( #21 )
2020-11-21 20:36:47 -08:00
Stefano Borzì
1c601e4927
Merge pull request #20 from azerothcore/github-actions
...
feat(CI): move from Travis to GitHub Actions
2020-08-30 22:43:30 +02:00
Helias
3a526a62ec
feat(CI): move from Travis to GitHub Actions
2020-08-30 18:46:07 +02:00
WiZZy
85acb36a32
Adding support for DB Assembler ( #17 )
...
* Fixing script commands
* Repeating the history
* Adding support for db_assembler
* Fixing stuff
* Give module specific name
* Removing _config.yml
2019-12-22 19:36:40 +02:00
WiZZy
1d9a539d86
Fixing script commands ( #15 )
...
* Fixing script commands
* Repeating the history
2019-12-21 04:17:21 +02:00
WiZZy
ee6364560b
Fixing travis build ( #14 )
...
* Fixing Travis
* Adding travis in the README.md
2019-12-21 03:05:25 +02:00
dunjeon
ef1a0fe298
fix: Configuration loading + clean up ( #8 )
2019-08-04 22:28:35 +02:00
dunjeon
6321d14117
Update Individual-XP.conf.dist
2018-08-21 15:40:14 +02:00
Dunjeon
8aba6d4c94
Enable\Disable Module, and Announce feature
...
* set in configuration file
2018-08-21 15:40:14 +02:00
Barbz
19e404f052
Delete useless .gitkeep files
2018-07-15 00:38:16 +02:00
Shane Powell
11cd2021f4
Performing Skeleton Update & Re-Designing Readme ( #5 )
...
* Adding .vscode file to Ignore List
* Skeleton Update
Skeleton Update & Spelling Error Fix
* Readme Re-Design
* Smaller Image
2018-07-15 00:36:16 +02:00
Shane Powell
56a9d45027
Refactor & Update ( #4 )
...
* Refactor & Update
Based For Issue:
https://github.com/azerothcore/mod-individual-XP/issues/3
* XP Disable Fix
Fixing .xp Disable command.
Adding .xp Enable command.
Fixing small spelling errors.
Defaulting XP Rate to 1 from 5
Adding comments for Handles
2018-07-13 14:43:46 +01:00
Lee
d978681710
Update README.md
2018-07-02 13:41:12 +01:00
Barbz
d0a0ab8506
README - Fix typo and add description
2018-07-01 20:06:35 +02:00
Barbz
327d5ab6d6
Allows a 0 XP rate
...
For those who want to block their XP progression easily.
2018-07-01 20:04:31 +02:00
talamortis
ba66f38426
Updated README
2018-05-21 17:55:59 +01:00
talamortis
ea6d80ac03
Added announcement on login
2018-02-08 23:05:12 +00:00
Lee
b2f1f23c71
Merge pull request #1 from Rochet2/patch-1
...
Changes and fixes
2018-02-08 22:37:44 +00:00
Rochet2
122b55b2b4
Update Individual_XP.cpp
2018-02-09 00:29:26 +02:00
Rochet2
963f754879
Fix build
2018-02-09 00:18:04 +02:00
Rochet2
b7676c6d68
Merge branch 'master' into patch-1
2018-02-08 23:46:23 +02:00
talamortis
b5118dd92a
Players should no longer receive xp after max level
2018-02-08 11:48:56 +00:00
Rochet2
1763075645
Fix whitespace
2018-02-08 13:09:57 +02:00
Rochet2
7e4676740e
Changes and fixes
...
- Remove double XP log (show all XP in one log message). This should fix gaining XP when at max level.
- Dont save non increased XP rates to DB
- If XP rate is not in DB, dont make one and do nothing on givexp event
- Add override keywords
2018-02-08 13:06:47 +02:00
talamortis
378b16eab3
Complete script tested and working!
2018-02-05 18:21:46 +00:00
talamortis
bde36a964b
Updated README.md DO NOT USE STILL WIP
2018-02-03 01:24:26 +00:00
talamortis
548b50c9f9
Updated README Do Not use module - Still WIP
2018-02-03 01:23:33 +00:00
talamortis
b78dfc3c9c
Added conf file path for linux build
2018-02-03 01:10:55 +00:00
talamortis
74c249c934
Removed Header file
2018-02-02 20:11:09 +00:00
talamortis
2a4743dfc8
Update of module Still WIP DO NOT USE
2018-02-02 19:47:55 +00:00
talamortis
f4c9a69c71
update
2018-02-02 09:11:35 +00:00
talamortis
dcd8668336
Upload of module
2018-02-01 14:46:31 +00:00
Lee
90955aa975
Initial commit
2018-02-01 14:44:43 +00:00