tomrus88
4758be3791
Merge branch 'master' into 303
2008-10-31 19:03:31 +03:00
arrai
6b32fa7175
Added database support for achievement progress
...
Implemented ACHIEVEMENT_CRITERIA_TYPE_COMPLETE_ARCHIEVEMENT
2008-10-30 20:31:42 +01:00
VladimirMangos
8d02b5c7f2
Fixed sql update naming for 2008_10_27_01_npc_option.sql and 2008_10_27_02_locales_npc_option.sql.
2008-10-30 19:47:04 +03:00
dythzer
569032d907
[2008_10_29_04_mangos_mangos_string.sql 2008_10_29_05_mangos_command.sql] Added new command: .npc follow - Makes the selected NPC follow you around like a pet
...
Signed-off-by: dythzer <micke223@gmail.com>
* Also implement .npc unfollow for cancel following.
* Help and mangos strings.
* Unrelated small fixes in mangos.sql.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2008-10-29 22:50:19 +03:00
Wyk3d
affb0722d6
* [2008_10_29_03_mangos_db_version.sql] Added a column to db_version that will be used to check if the required db updates have been installed
2008-10-29 19:22:46 +02:00
tomrus88
cf3bbb5920
Fixed pvp flag (once again), crash fix
2008-10-29 19:18:58 +03:00
VladimirMangos
d8e29e7421
Fixed typo in mangos string in prev commit.
2008-10-29 17:14:27 +03:00
dythzer
67779b76b7
[2008_10_29_01_mangos_string.sql 2008_10_29_02_mangos_command.sql] Added new command: .waterwalk on/off - disable or enable waterwalk mode
...
for selected player
Signed-off-by: dythzer <micke223@gmail.com>
Add help text and mangos strings.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2008-10-29 17:02:23 +03:00
tomrus88
8d733e8f8a
Merge branch 'master' into 303
2008-10-28 23:04:02 +03:00
Seline
4db0c00181
Use .respawn only for selected creature (if any)
...
If no creature is selected, old behavior is used (respawn everything).
Thanks Seline for the diff.
Signed-off-by: freghar <compmancz@gmail.com>
(cherry picked from commit 6bbdffac9acb9c02a74be632b35a90f0bda3ccb0)
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
Some changes in creature targeting and work in case alive target. Help data updated.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2008-10-28 16:34:35 +03:00
dythzer
e98a123027
Added new command: .repairitems - repairs all items of selected player
...
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2008-10-28 15:34:32 +03:00
VladimirMangos
6169f57ab9
Simplify check requirement report command results to target and output command user name.
...
* Provided ChatHandler::GetName for player name/"console command" output dependent from chat/console command call.
* New function for check when command work result send to command target.
* Remove unrequired complexy in mangos string usage in some commands.
2008-10-28 14:55:17 +03:00
tomrus88
6496f7499e
Account data saving must work now
2008-10-28 01:44:27 +03:00
GriffonHeart
94e29ce6a8
[2008_10_27_01_npc_option.sql,2008_10_27_02_locales_npc_option.sql] Implement npc_option localization support, also store in DB BoxText/BoxMoney/Coded.
...
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2008-10-27 22:20:25 +03:00
tomrus88
97bf2e7d68
Fixed windows build, account data should be saved server side now
2008-10-27 20:00:56 +03:00
tomrus88
233e5eac6f
Merge branch 'master' into 303
...
Conflicts:
src/game/ObjectMgr.h
2008-10-27 01:27:48 +03:00
tomrus88
4bf3c3b488
Added StatsCount field to item_template
2008-10-27 01:03:11 +03:00
VladimirMangos
6f190fedd4
Output DB/ScriptLib versions in ".server info" command.
...
Required support by used scripting library.
2008-10-26 16:29:39 +03:00
tomrus88
06bf7fff65
Added SQL updates
2008-10-26 10:11:10 +03:00
VladimirMangos
89893215e5
Finish review/fix commands appropriate for console. Allow call 'help' command without args.
2008-10-23 20:44:30 +04:00
VladimirMangos
e31709611d
Add to 'list item' command show items in guild bank.
2008-10-23 19:06:18 +04:00
VladimirMangos
0c9f783ddc
[sql/updates/2008_10_23_01_mangos_command.sql sql/updates/2008_10_23_02_mangos_mangos_string.sql] Better 'pdump' commands args checking and related error output.
2008-10-23 06:07:03 +04:00
VladimirMangos
b10349a737
[sql/updates/2008_10_22_02_mangos_mangos_string.sql] Allow use in console .event/.reload/.lookup/.list (some)/.guild (some) subcommands.
2008-10-23 03:07:22 +04:00
VladimirMangos
4e889c1b41
Lost sql update in sql/updates/Makefile.am
2008-10-23 02:09:21 +04:00
freghar
95840fd2c3
Removed trailing whitespaces and CRLFs
...
With /contrib/ and /dep/ excluded.
Signed-off-by: freghar <compmancz@gmail.com>
2008-10-22 11:52:03 +02:00
arrai
406ac0abe5
* [sql/updates/2008_10_22_01_mangos_quest_template.sql] Implemented honor rewards from quests
2008-10-22 01:20:18 +02:00
VladimirMangos
6892cc3d2c
[sql/updates/2008_10_21_03_mangos_command.sql]
...
slit ban/baninfi/banlist/unban commands to subcommands (this allow write not full subcomand string ".ban acc ...".
Fixed crash at unexpected use .account in console.
Fixed hide .gm on by .gm online (renamed to .gm ingame)
2008-10-22 00:51:49 +04:00
VladimirMangos
26dc8c07ab
* [2008_10_21_01_mangos_mangos_string.sql,2008_10_21_02_mangos_command.sql] Merge CLI command proccessing to chat command proccessing.
...
Now console/RA uas same commads as used in chat if selected command marked as safe for console.
Some commands accessable only at console and have security level 4. See sql update for new command names.
Not all commands that safe (or can be modified to safe) for console allowed currently for use in console input, this will be fixed later.
2008-10-21 08:05:21 +04:00
VladimirMangos
169e8cbcb2
* [2008_10_19_02_mangos_spell_proc_event.sql] DB data for item 28356 and related, and also for 28602, 30317, 28578. Patch provided by hectolight & Blaymoira
2008-10-19 09:34:34 +04:00
VladimirMangos
d1ebd52390
* [2008_10_19_01_mangos_spell_affect.sql] List fake data for last spells expected to listed in spell_affect and enable post-loading check for spell-affect data.
2008-10-19 08:18:29 +04:00
vladimir-mangos
fea37f9291
* [2008_10_18_02_mangos_spell_proc_event.sql] Item 30627 hiddent cooldown. Patch provided by Blaymoira.
2008-10-18 05:49:06 +04:00
vladimir-mangos
606f5c0f6a
* [2008_10_18_01_characters_characters.sql] Rename field characters.gmstate to extra_flags base at new stored value meaning. Testing also new sql updates naming scheme.
2008-10-18 05:25:59 +04:00
vladimir-mangos
a3689bfe3c
* Fixed: One more time forgot update Makefile sql update names.
2008-10-18 01:47:37 +04:00
vladimir-mangos
32ad72350f
* Change sql update naming scheme from absent now revison numbers to date+counter, update old sql update names to preserve proper order.
2008-10-18 01:43:56 +04:00
vladimir-mangos
09e6dac530
* Fixed: restore install work at Unix/Linux after 0.11 sql updates move to subdir. Patch provided by jolan.
2008-10-17 13:10:23 +04:00
vladimir-mangos
c1ad5734e1
* Move sql updates for 0.11 release to sql/updates/0.11
2008-10-17 09:27:39 +04:00
TheLuda
800ee76535
Imported MaNGOS revision 6767 from http://mangos.svn.sourceforge.net/svnroot/mangos/trunk/
2008-10-14 00:29:20 +02:00
Triply
b09df0aade
[7546] Revert [7544] correcty move uptime table to Realm database, use realmid column.
...
Signed-off-by: Triply <triply@getmangos.com>
2009-03-26 17:58:44 +01:00
invliD
68ec6ae8ab
Moved table uptime from world database to character database.
...
Signed-off-by: Triply <triply@getmangos.com>
2009-03-26 16:23:57 +01:00