Commit graph

6927 commits

Author SHA1 Message Date
Salja
d049568b24 [0166] Some SQL Typos
Signed-off-by: Salja <salja2012@hotmail.de>
2020-02-16 20:32:09 +00:00
Reamer
43cc40e1ec [0165] Add Unit::KnockBackWithAngle function
Also wrap up the packet sending for a knockbacked player to WorldSession::SendKnockBack

Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
2020-02-16 20:32:08 +00:00
Schmoozerd
0a7a4c0d7b [0164] Keep equipment when transforming by spell 2020-02-16 20:32:06 +00:00
Reamer
f7545c531b Update src/game/Spell.cpp
add Target Limitation for 53457

Thx to Xfurry for research
2020-02-16 20:32:05 +00:00
Reamer
aae22adb43 [0163] Update src/game/Spell.cpp
add Target Limitation for 53457

Thx to Xfurry for research
2020-02-16 20:31:25 +00:00
kid10
891fef797d [0162] Add file to handle vehicle related opcodes
Also fixed a stupid typo from recent commit. Thx to dbauz for pointing

Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
2020-02-16 20:28:44 +00:00
Yaki Khadafi
3f0db2fbda [0161] Merge mangos changes. Author: @kid10
Fix some corresponding opcodes

Signed-off-by: Yaki Khadafi <ElSolDolLo@gmail.com>
2020-02-16 20:26:20 +00:00
Reamer
e90caf7349 [12111] Add Unit::KnockBackWithAngle function
Also wrap up the packet sending for a knockbacked player to WorldSession::SendKnockBack

Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
2020-02-16 20:23:03 +00:00
Schmoozerd
68fe5fb4b0 [12110] Keep equipment when transforming by spell 2020-02-16 20:22:16 +00:00
Reamer
801fd40aba Update src/game/Spell.cpp
add Target Limitation for 53457

Thx to Xfurry for research
2020-02-16 20:18:47 +00:00
Salja
666b4064b9 [0160] Forgot from last Commit.
Signed-off-by: Salja <salja2012@hotmail.de>
2020-02-16 20:16:52 +00:00
Yaki Khadafi
3ceed0edfb [0159] Update quest system.
TODO:
- implement currency requirements/rewards
- skill rewards
- skill learned requirements.
- not show quests with RewSkill to players which do not have that skill

Signed-off-by: Yaki Khadafi <ElSolDolLo@gmail.com>
2020-02-16 20:16:01 +00:00
Salja
f6cc5b2c9d [0158] Fix Item Buy Count Thanks Fabi.
Signed-off-by: Salja <salja2012@hotmail.de>
2020-02-16 20:14:21 +00:00
Salja
9f8aa49310 [0157] Update "player_levelstats"
Signed-off-by: Salja <salja2012@hotmail.de>
2020-02-16 20:14:19 +00:00
Salja
df10192b79 [0156] Fix playercreateinfo_action, playercreateinfo, playercreateinfo_spell
Signed-off-by: Salja <salja2012@hotmail.de>
2020-02-16 20:14:18 +00:00
Salja
f0615fdbb4 [0155] Update "playercreateinfo_spell" and "playercreateinfo_action" for Worgen.
Signed-off-by: Salja <salja2012@hotmail.de>
2020-02-16 20:13:38 +00:00
kid10
0c752dbdbd [12109] Add file to handle vehicle related opcodes
Also fixed a stupid typo from recent commit. Thx to dbauz for pointing

Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
2020-02-16 20:10:42 +00:00
kid10
56674de682 Unify changing movement style for Units 2020-02-16 20:06:46 +00:00
kid10
b81725c43c [0154] Add RemoveSpellsCausingAura to remove auras of type and caster 2020-02-16 20:04:46 +00:00
Schmoozerd
b33c367108 [0153] Add some unknown vehicle seat flags.
Possible meanings guessed by TC team, most work done there by Machiavelli
2020-02-16 20:03:49 +00:00
kid10
88e18898e2 [12108] Add RemoveSpellsCausingAura to remove auras of type and caster 2020-02-16 20:00:05 +00:00
Salja
07d4c15dbb [0152] Fix Build
Signed-off-by: Salja <salja2012@hotmail.de>
2020-02-16 19:57:53 +00:00
FailZorD
0616b15456 [0151] Fixed Commit #150 2020-02-16 19:57:52 +00:00
FailZorD
20fc34dc8a [0150] Added VC110 (Visual Studio 12) Files 2020-02-16 19:57:51 +00:00
Salja
76264d8178 [0149] Typo from last Commit
Signed-off-by: Salja <salja2012@hotmail.de>
2020-02-16 19:57:51 +00:00
kid10
a795b9764b [0148] Add a TransportInfo class to WorldObjects
Note: For the moment this coexists with other transports implementations
2020-02-16 19:57:50 +00:00
kid10
7954680365 [0147] Implement abstract classes for transporter
This includes class TransportBase as helper class for transporter
And class TransportInfo has helper class for passengers on a transporter

Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
2020-02-16 19:57:04 +00:00
Yaki Khadafi
3153bd2129 [0146] Cleanup deprecated item mods and combat ratings
Signed-off-by: Yaki Khadafi <ElSolDolLo@gmail.com>
2020-02-16 19:51:43 +00:00
Schmoozerd
826c15da12 [12107] Add some unknown vehicle seat flags.
Possible meanings guessed by TC team, most work done there by Machiavelli
2020-02-16 19:48:32 +00:00
kid10
068f352c53 [12106] Add a TransportInfo class to WorldObjects
Note: For the moment this coexists with other transports implementations
2020-02-16 19:46:59 +00:00
kid10
c00c314639 [12105] Implement abstract classes for transporter
This includes class TransportBase as helper class for transporter
And class TransportInfo has helper class for passengers on a transporter

Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
2020-02-16 19:46:33 +00:00
Yaki Khadafi
48670fda6f [0145] Fix wrong logic in IsPositiveEffect.
Signed-off-by: Yaki Khadafi <ElSolDolLo@gmail.com>
2020-02-16 19:42:26 +00:00
Yaki Khadafi
1112b9f353 [0144] Enabled opcodes, most item-related. Enabled cooldown opcodes.
Signed-off-by: Yaki Khadafi <ElSolDolLo@gmail.com>
2020-02-16 19:42:25 +00:00
Yaki Khadafi
1b2856f6f1 [0143] Fix unintended change
Signed-off-by: Yaki Khadafi <ElSolDolLo@gmail.com>
2020-02-16 19:42:24 +00:00
Yaki Khadafi
9a00d62017 [142] Implement worgen transformations
Signed-off-by: Yaki Khadafi <ElSolDolLo@gmail.com>
2020-02-16 19:38:50 +00:00
Schmoozerd
0dd98c1e8d [0141] Fix some bugs, thanks to LordPsyan for pointing
* Fix an inconsistence between comment and code for model selection
* Improve the macro from recent commit to work with stricter gcc preprocessors
* Fix a bug that caused a crash for not loaded outdoorPvp scripts
2020-02-16 19:36:19 +00:00
Schmoozerd
7e70e39b9b [12104] Fix some bugs, thanks to LordPsyan for pointing
* Fix an inconsistence between comment and code for model selection
* Improve the macro from recent commit to work with stricter gcc preprocessors
* Fix a bug that caused a crash for not loaded outdoorPvp scripts
2020-02-16 19:33:36 +00:00
Salja
104881706b [0140] Forgot to Change
Signed-off-by: Salja <salja2012@hotmail.de>
2020-02-16 19:26:12 +00:00
Salja
29c459982e [0139] Added new "vmapExtractor4" Thanks (Sys Xen, LordJz, Trinity).
NOTE: VC90 Project-Files need Update
      Cmake need Update

Signed-off-by: Salja <salja2012@hotmail.de>
2020-02-16 19:26:11 +00:00
Salja
475b7a943e [0138] Update "extractor_binary"
Signed-off-by: Salja <salja2012@hotmail.de>
2020-02-16 19:26:10 +00:00
Salja
f8895f2830 [0137] Drop "vmap_extractor_v3"
Signed-off-by: Salja <salja2012@hotmail.de>
2020-02-16 19:25:28 +00:00
Schmoozerd
8ba63b6673 [0136] Add config options to enable/ disable Outdoor PvP zones 2020-02-16 19:23:12 +00:00
Schmoozerd
e8ef8dbad9 [12103] Add config options to enable/ disable Outdoor PvP zones 2020-02-16 19:21:20 +00:00
Salja
0084982d40 [0135] Some Clean 2020-02-16 19:20:07 +00:00
FailZorD
cbffa3267c Add OutdoorPvP Files to VC11
Compile should work correct now.

Signed-off-by: FailZorD <alexfred@live.com>
2020-02-16 19:20:06 +00:00
Schmoozerd
90d2014507 [0134] Implement ACTION_T_CHANCED_TEXT
This action allows to display a text with a chance.
The Chance must be provided in param1, text(s) can be provided in param2, optionally param3
2020-02-16 19:20:05 +00:00
cyberium
e493697aa4 [0133] Implement spell 36677
Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
2020-02-16 19:18:56 +00:00
Schmoozerd
36cb073438 [12102] Implement ACTION_T_CHANCED_TEXT
This action allows to display a text with a chance.
The Chance must be provided in param1, text(s) can be provided in param2, optionally param3
2020-02-16 19:17:40 +00:00
cyberium
afb090f57c [12101] Implement spell 36677
Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
2020-02-16 19:16:53 +00:00
Salja
7b0233f154 [0132] Some Typos
Signed-off-by: Salja <salja2012@hotmail.de>
2020-02-16 19:14:16 +00:00