| Age | Commit message (Collapse) | Author |
|
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
|
|
class. Author: Triply
Fixed message color for premature finish warnings.
Fixed .debug bg command won't allow 1v0 arenas now, only battlegrounds 1v0.
Added battleground announcer message removed in [7384].
[7401] Fixed bgqueue invitation to already started battlegrounds - not tested. Author: Triply
--HG--
branch : trunk
|
|
* src/game/GameEvent.* renamed to src/game/GameEventMgr.* for consistence
* `game_event` now have new `holiday` field for store client side holiday id associated with game event
* Added new enum HolidayIds with existed at this moment holiday ids.
* New function "bool IsHolidayActive(HolidayIds id)" added accessabel from scripts for active holidays check.
--HG--
branch : trunk
|
|
you must execute them! Author: Triply
Fix for message's color will be soon.
--HG--
branch : trunk
|
|
templates DB tables.. Author: VladimirMangos
--HG--
branch : trunk
|
|
SMSG_CREATURE_QUERY_RESPONSE to client Author: NoFantasy
--HG--
branch : trunk
|
|
aura" requirement. Author: VladimirMangos
Also
* Allow have in aura_spell spells with SPELL_AURA_PHASE in first effect.
* Allow negative aura_spell chaining in spell_area table.
* Better check at loading duplicate data (by requiremnt set) in spell_area table.
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
in new table `spell_area`. Author: VladimirMangos
* It allow store requirenments: area, active or rewarded quest (until possible another quest not rewarded),
aura present at character, character race/gender.
* Listed spell can marked as auto-casted when fit requirents. In this case spell requirements checked at
zone/subzone update (and then resurraction also), quest start/reward, dummy aura apply.
* Old hardcoded lines for similar check removed from sources and required DB support for work now.
--HG--
branch : trunk
|