megamage
5ed5513ca8
Mangos [7911]. Author: tomrus88
...
Very big patch. May cause bugs.
--HG--
branch : trunk
2009-05-31 15:56:51 -05:00
megamage
8b26c1c728
[7893] Fixed work chat guild commands that expect guild name in args. Now guild name always must be in "". Author: VladimirMangos
...
--HG--
branch : trunk
2009-05-26 16:19:11 -05:00
megamage
90b2951a53
[7874] Fix: possible runtime crash. Author: ApoC
...
--HG--
branch : trunk
2009-05-22 16:44:35 -05:00
panaut0lordv
079189bcdb
Fix typo. Pointed by Aokromes, thx :)
...
--HG--
branch : trunk
2009-05-21 19:06:09 +02:00
megamage
40c58e5992
*Allow use gm command to set value for gobjects.
...
--HG--
branch : trunk
2009-05-21 09:59:49 -05:00
megamage
ca4c3eb847
[7851] Fixed typo to allow work '.tele name' command.
...
[7850] Fixed '.pinfo name' work, move reputation code from it to new command '.character reputation [$name]'.
Provide and use universal way for get locale and locale index for chat/console command use.
Author: VladimirMangos
--HG--
branch : trunk
2009-05-19 15:34:07 -05:00
megamage
2cdb3865aa
[7845] Implement reload support for creature eventAI tables. Author: evilstar
...
--HG--
branch : trunk
2009-05-18 15:09:34 -05:00
megamage
3569f949d7
[7839] Rafactoring player targeting code in chat command and related cleanups/improvments.
...
* New extractOptFirstArg function for easy get 2 args in case option playe name as first arg.
* New extractPlayerTarget function for get player pointer/guid/name for online/offline player base at provided name
or if not provided by current seelction with error cases processing.
* Property apply mute/unmute in case use different character name from loggined currently for account.
* .reset commands can be used from console now
* .repairitems comamnd can be used from console now but only to online player.
Author: VladimirMangos
--HG--
branch : trunk
2009-05-17 10:57:55 -05:00
megamage
ff3332f066
[7809] Replace repeating "remove cooldown and send update to client" code by function call. Author: VladimirMangos
...
--HG--
branch : trunk
2009-05-10 14:51:51 -05:00
megamage
bd33ebf6d3
[7801] Apply damage mods from scripts or target state not in DealDamage but in new function before send data to client. Author: VladimirMangos
...
* Fixed bug with health decrease (client side visual bug) at spell damage by target with AI::DamageTaken damage set to 0
* Fixed bug with ignore .die command and instant kill damage in some cases.
--HG--
branch : trunk
2009-05-08 19:20:28 -05:00
megamage
e85e4c386b
[7796] Implement .lookup taxinode and .go taxinode commands. Author: VladimirMangos
...
--HG--
branch : trunk
2009-05-08 18:47:27 -05:00
megamage
e69d2cbed9
[7776] Completed implementation of CMSG_SPELLCLICK Author: arrai
...
For vehicles, you have to add the correct SPELL_AURA_CONTROL_VEHICLE spells to
npc_spellclick_spells, otherwise you won't be able to use them
--HG--
branch : trunk
2009-05-05 16:56:15 -05:00
megamage
c9b1f94122
[7748] Better use LANG_PLAYER_NOT_FOUND message in Modify Gender. Author: AlexDereka
...
--HG--
branch : trunk
2009-05-03 22:23:39 -05:00
megamage
ad9f94b8cc
[7747] Fixed crash in ModifyGender command. Author: Foks
...
--HG--
branch : trunk
2009-05-03 22:23:00 -05:00
megamage
1cfc04f1f5
[7745] Fixed gcc warnings. Author: AlexDereka
...
--HG--
branch : trunk
2009-05-03 22:21:46 -05:00
megamage
1d5700ac13
*Update gobject state command.
...
--HG--
branch : trunk
2009-04-30 12:01:38 -05:00
megamage
6fbe69c2db
*Allow gm command to set other types of state.
...
--HG--
branch : trunk
2009-04-29 17:48:32 -05:00
QAston
7897fc16f0
*Trigger spells after dealing damage by spell.
...
*Take ammo for autorepeat spells.
--HG--
branch : trunk
2009-04-29 18:05:39 +02:00
megamage
de11b9e901
[7730] Some optimizantion and code style. Author: zhenya
...
--HG--
branch : trunk
2009-04-29 00:26:07 -05:00
megamage
d4c75dddea
[7720] Fixed crash at .character level use from console. Include GM name in message for command target if report need. Author: VladimirMangos
...
--HG--
branch : trunk
2009-04-27 18:46:44 -05:00
megamage
5ac67c27f7
[7715] Provided way for scripts set alternative gameobject state for client show. Author: VladimirMangos
...
Also use enum for gsmeobject states.
--HG--
branch : trunk
2009-04-27 18:36:10 -05:00
megamage
f9c4047441
[7714] Implement new command .character level for set level provided level. Author: VladimirMangos
...
--HG--
branch : trunk
2009-04-27 18:15:30 -05:00
QAston
2d1521dea9
*Fix CAST_INTURRUPT_PREVIOUS flag for eventai action cast
...
*Rewrite .reload all pet_spells command to make it reset actionbars correctly.
--HG--
branch : trunk
2009-04-26 02:48:20 +02:00
megamage
f4e2dccacb
[7705] Rename some account/character related commands.
...
* .lockaccount -> .account lock
* .password -> .account password
* .chardelete -> .character delete
* .customize -> .character customize
* .rename -> .character rename
[7706] Rename command .plimit -> .server plimit
Author: VladimirMangos
--HG--
branch : trunk
2009-04-24 11:45:25 -05:00
QAston
066af701d3
*Fix frenzy and Ferocious Inspiration proc.
...
*Add command .reset all pet_spells - use it if you still have problems with pet talents after recent revs changes (like pets with all talents for example)
--HG--
branch : trunk
2009-04-23 20:57:17 +02:00
megamage
db3e17cb70
[7700] Implement ACHIEVEMENT_CRITERIA_TYPE_EARN_HONORABLE_KILL Author: DonTomika
...
--HG--
branch : trunk
2009-04-22 18:03:07 -05:00
megamage
3a316370b1
[7696] Fixed compile warnings Author: AlexDereka
...
--HG--
branch : trunk
2009-04-22 17:56:59 -05:00
megamage
7ab4b28f5c
[7693] Allow use .revive command in console, support revive offline players. Author: VladimirMangos
...
--HG--
branch : trunk
2009-04-21 14:23:32 -05:00
megamage
905833f84e
*Merge.
...
--HG--
branch : trunk
2009-04-15 17:06:38 -05:00
raczman
a712170758
Creature respawn linking, idea by Rat, wrote by Iskander, blessed by raczman.
...
--HG--
branch : trunk
2009-04-14 14:33:48 +02:00
megamage
a6bc2a0173
[7628] Implement .reload for static achievement tables. Author: VladimirMangos
...
--HG--
branch : trunk
2009-04-08 16:27:00 -05:00
Anubisss
0aab67c47d
*Fix CRLF in Unit.h and Level3.cpp files.
...
--HG--
branch : trunk
2009-04-07 00:23:37 +02:00
QAston
5e565cd777
* Fix some freezes.
...
* Fix freeze in HandleModMechanicImmunity- thanks for megamage for pointing this.
--HG--
branch : trunk
2009-04-07 20:09:15 +02:00
megamage
508a57313c
*Merge.
...
--HG--
branch : trunk
2009-04-05 17:10:59 -05:00
megamage
022e2df612
[7613] Sort and rename functions for GM commands in code. Author: VladimirMangos
...
--HG--
branch : trunk
2009-04-05 16:31:56 -05:00
QAston
20c02ef760
*Update of aura system.
...
--HG--
branch : trunk
2009-04-06 13:31:14 +02:00
mknjc
813a832b11
Added reload command for spell_linked_spell DB table
...
--HG--
branch : trunk
2009-04-05 12:46:52 +02:00
megamage
3d1200f4ac
[7609] Trailing whitespace cleaning Author: freghar
...
--HG--
branch : trunk
2009-04-03 16:39:21 -06:00
megamage
ce8462ccf9
[7558] Implement command: .learn all_mypettalents Author: VladimirMangos
...
Also output more correct messages at use .reset talents to pet
--HG--
branch : trunk
2009-03-28 16:25:42 -06:00
megamage
ff83e4a9b1
*Fix some bugs of pet.
...
--HG--
branch : trunk
2009-03-27 22:47:28 -06:00
megamage
6584978772
[7548] Fixed some commands by replacing !args with !*args check Author: arrai
...
--HG--
branch : trunk
2009-03-26 14:06:33 -06:00
megamage
68c3039715
*Move most reputation/force faction reaction code to new ReputationMgr. Author: VladimirMangos
...
--HG--
branch : trunk
2009-03-26 13:53:32 -06:00
megamage
7de6113d90
[7509] Use defines instead explcit value for talent rank cound (in general and for pets) Author: VladimirMangos
...
--HG--
branch : trunk
2009-03-21 14:55:10 -06:00
megamage
3fd85fa5cd
[7503] Implement proper (not 2 level limited) help.security set for chat commands and subcommands. Update some commands data. Author: VladimirMangos
...
* Now `command` table loading set data for any use subcommand levels
* Errors output for not existed in code commands at related data loading from table.
* Detail log level report outout about overwrited security level for loaded chat command data.
Using this functionality found and fixed/update data for `command` in mangos.sql
NOTE: some command security levels changed.
Thank you to benemorius for pointing to this security problem.
--HG--
branch : trunk
2009-03-21 14:21:19 -06:00
XTZGZoReX
55695eda78
* Implement ".server set closed on/off" command to allow/deny new connections to the world.
...
--HG--
branch : trunk
2009-03-21 13:51:28 +01:00
megamage
65738328de
*Fixed crash caused by .distance command. By arrai.
...
--HG--
branch : trunk
2009-03-20 14:28:13 -06:00
megamage
5b73a59f15
*Set totem slot to 4 but total summon slot to 6.
...
*Fix build.
--HG--
branch : trunk
2009-03-19 15:45:22 -06:00
megamage
64ce6533a9
*Update gameobject visual and command. By Vladimir.
...
--HG--
branch : trunk
2009-03-19 15:16:02 -06:00
megamage
bf7cfe6964
*Rename and sort some gm commands. By Vladimir.
...
--HG--
branch : trunk
2009-03-19 15:06:30 -06:00
megamage
721f1d98b5
*Fix debug command setbit.
...
--HG--
branch : trunk
2009-03-14 19:32:02 -06:00