| Age | Commit message (Collapse) | Author |
|
refactoring. Author: VladimirMangos
* Replace 64904 by 64901 in spellbook and action bars.
* Implement proper max mana percent buff
* Implement proper target selection.
* Move group/raid targets seelction code to functions for reuse code.
--HG--
branch : trunk
|
|
Beaste. sql by QAston
--HG--
branch : trunk
|
|
* New fields in `npc_spellclick_spells` for allow set npc spell click mode from quest to infinity
or to another quest, or from reward quest.
* Not expect (and forbid set UNIT_NPC_FLAG_SPELLCLICK in DB and set it at `npc_spellclick_spells` loading.
* Apply some speedups for creature checks affected by spel click state
*Also add target position of 51852. By Roland
--HG--
branch : trunk
|
|
sql/updates/7988_*.sql Author: VladimirMangos
Also fix old typos in item_template data in mangos.sql
--HG--
branch : trunk
|
|
*I strongly recommend you not to use this until you get the 313 db. Now all destructible buildings cause client crash.
Source: Mangos
Thanks to TOM_RUS for most work to make this switch possible ;)
--HG--
branch : trunk
|
|
about 10 hours.
--HG--
branch : trunk
|
|
`item_required_target`). Author: NoFantasy
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
* Also implement this table reload
* Static Spell::SendCastResult function for call not from spell code.
Can be also used in scripts where need send explicitly spell cast error to client.
--HG--
branch : trunk
|
|
OfferRewardEmoteDelay value for set time ordering details and reward emotes. Author: NoFantasy
--HG--
branch : trunk
|
|
amd add unit_class field to creature_template. Author: NoFantasy
--HG--
branch : trunk
|
|
* Add new creature_template field `dmg_multiplier`
* Make attackpower include in creature damage not dependent from attack speed.
NOTE: included in sql update recalculation for creature damage related fields only make
temporary possible usable values. Real values need revisited by DB devs for correctness.
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
trainer_class/trainer_race for clarify use. Author: NoFantasy
--HG--
branch : trunk
|
|
guild name always must be in "". Author: VladimirMangos
--HG--
branch : trunk
|
|
This is first commit in chain for remove oudated and not used pet functionality.
* Use instead dropped table CreatureSpellData.dbc if creature_template.PetSpellDataId set (mostly hunter pets)
* Use creature_template.spellN if not set creature_template.PetSpellDataId (mostly different summon creatures)
* Fixed bug with not removing from action bar spell icon for not ranked unlearned spells.
Note: summoned controllable creatures without PetSpellDataId must have expected spells in spellN feilds for creature_template.
[7887] Drop pet spell teaching code, including field in character_pet.
Author: VladimirMangos
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
completed/rewarded or incompleted
1: completed or rewarded; 3: incompleted; default 3
--HG--
branch : trunk
|
|
development. Author: Seizerkiller
Note: this fields not used and not loaded by mangos.
--HG--
branch : trunk
|
|
[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
|
|
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
|
|
changes. Propertly set hunter pet xp values at level update. Author: VladimirMangos
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
VladimirMangos
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
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
|
|
message for command target if report need. Author: VladimirMangos
--HG--
branch : trunk
|
|
Author: VladimirMangos
--HG--
branch : trunk
|
|
* .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
|
|
--HG--
branch : trunk
|
|
to world DB and script library versions. Author: VladimirMangos
*This patch is disabled in TC2.
--HG--
branch : trunk
|
|
`achievement_criteria_data`. Author: VladimirMangos
Also implement additional basic requirements for proper implementing checks for ACHIEVEMENT_CRITERIA_TYPE_DO_EMOTE
Req. DB support.
--HG--
branch : trunk
|
|
`achievement_criteria_data` for store additional data for achievement criteria. Author: VladimirMangos
--HG--
branch : trunk
|
|
*Note: three tables are renamed.
--HG--
branch : trunk
|
|
playsound to .debug play sound. Author: VladimirMangos
*Note: some conflicts of string.
--HG--
branch : trunk
|
|
commands in new .send * subcommand list. Author: VladimirMangos
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
Author: VladimirMangos
Also update format as originally suggested by Cha0S2.
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
Also output more correct messages at use .reset talents to pet
--HG--
branch : trunk
|
|
[7546] move uptime table to Realm database, use realmid column. Author: Triply
--HG--
branch : trunk
|
|
without existed characters. Author: VladimirMangos
--HG--
branch : trunk
|
|
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
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
Author: DiSlord
Remove some log on extract maps.
Add liquid status log to .gps command
--HG--
branch : trunk
|
|
names at guild creating. Author: VladimirMangos
--HG--
branch : trunk
|