Michael Cook (mackal)
300799fdc8
Added npc_types.assistradius, defaults to npc_types.aggroradius if set to 0
2013-11-18 12:44:39 -05:00
JJ
b99d476754
Change INSERT to REPLACE
2013-11-13 21:59:38 -05:00
Michael Cook
d094a09ded
Implemented Singing/Instrument Mastery as an AA bonus
...
Don't forget to source the SQL file!
2013-11-13 18:03:08 -05:00
KimLS
f68b89b7d9
Prerelease commit
2013-11-06 13:48:35 -08:00
Leere
cf117b1a4d
Add the ability to disable a tradeskill recipe
2013-10-31 17:58:44 +01:00
Uleat
08706055af
Final prep for extending skill use range - client patch and database are ready..just need the code in-between
2013-10-28 13:06:49 -04:00
badcaptain
244c7e019c
Changed dates due to time of commit.
2013-10-12 00:52:02 -04:00
badcaptain
809925dc3e
Bots- added out of combat bard songs & #bot bardoutofcombat on|off command to turn them on/off.
2013-10-12 00:47:15 -04:00
badcaptain
f1b70b3340
Fix Merc crash bugs.
2013-10-11 23:27:55 -04:00
KimLS
406e2f84eb
Fix for special atk sql missing a type.
...
Fix for a crash in quest manager setanim.
Fix for pfs_list not compiling on x64 windows.
2013-08-10 14:17:06 -07:00
Alex
dfe63f87c3
Merge pull request #78 from j883376/cleanups
...
Code cleanups, take two
2013-07-12 13:36:02 -07:00
KimLS
239d4afb13
NPC Special Attacks should all work right: also huge explanation in changelog.txt
2013-07-11 13:44:45 -07:00
j883376
0578f45490
Revert "Revert "Merge pull request #77 from j883376/cleanups""
...
This reverts commit d25205d9d381dc83d610fa1084019b90cfe83e1c.
2013-06-28 04:25:44 -04:00
KimLS
d25205d9d3
Revert "Merge pull request #77 from j883376/cleanups"
...
This reverts commit 4ff2efea435a235b634904c91381334ce2d38e4b, reversing
changes made to e811e3975b3e6f5f1c3274a501b6f964925281fb.
2013-06-27 12:50:20 -07:00
j883376
2a39449f6e
Fix exit code values
...
- Change all exit codes to match the standard of 0 for success
and 1 for error
- Add empty shared folder to utils/defaults for shared_memory
2013-06-21 22:54:28 -04:00
KimLS
312100e1c6
Azone fix for new compilers and possible fix for x64
2013-05-15 14:37:30 -07:00
j883376
ffcff4aea1
Remove trailing whitespace
2013-05-09 11:13:16 -04:00
josheb
8e49ab9179
Merge pull request #3 from EQEmu/master
...
sync
2013-05-06 14:16:46 -07:00
Tabasco
05d7c12d38
Various customizations from DungeonCrawl
2013-05-05 18:20:22 -05:00
Arthur Ice
7560b6b0a7
NULL to nullptr
2013-05-04 18:06:58 -07:00
josheb
824b101831
Merge pull request #2 from EQEmu/master
...
sync
2013-05-04 07:30:46 -07:00
Derision
61f7009378
EQExtractor2 SQL gen support for current client.
2013-04-25 19:04:33 +01:00
Tabasco
56490400ca
Dungeon Crawl custom code merge
...
Added numerous modding hooks.
Added rules:
Character:KeepLevelOverMax - Don't delevel a character if they are found to be over max level rule.
Spells:UseCHAScribeHack - Optionally omit spells with CHA in effect12 when using scribespells and traindiscs
Combat:MonkACBonusWeight - Adjust the weight threshold for monk AC bonus
Combat:ClientStunLevel - Adjust the level clients kicks and bashes start to roll for stuns
Combat;QuiverWRHasteDiv - Adjust the divisor applied to weight reduction for haste calcs
Combat:UseArcheryBonusRoll - Make archery stationary bonus a roll
Combat:ArcheryBonusChance - Archery stationary bonus chance
Added account flags and associated perl wrappers
Added EVENT_ITEM_TICK for interactive items
Added EVENT_DUEL_WIN and EVENT_DUEL_LOSE, which exports $enemyname and $enemyid
Added timer and interval to console worldshutdown command
Added EQW interface for worldshutdown and server-wide messages
2013-04-24 15:58:51 -05:00
Derision
b15cb08f54
EQExtractor2 update.
2013-04-24 19:31:13 +01:00
mackal
b8febdd440
Realized there was a better way to do the DB entries for salvage, so I changed the script.
...
Run the optional 2013_04_09_SalvageCleanOld.sql if you ran the old script.
2013-04-09 14:50:51 -04:00
mackal
f8795bcd72
Implemented Salvage AA.
...
Added a new coloumn to tradeskill_recipe_entires called salvagecount that works much in the same way to fail/success/componentcount
The code will default to the component list if nothing is found with a salvagecount
New script: generate_salvage.py will generate the entries for recipes with a failcount (make sure your config is vaild XML as well, it complains if it isn't)
2013-04-08 22:33:19 -04:00
mackal
53301289f5
Merge branch 'salvage'
2013-04-08 17:30:22 -04:00
mackal
51896050ed
Fix XML Type Declaration in example configs
2013-04-08 17:20:03 -04:00
mackal
91c817d9dd
Work on implementing salvage
2013-04-07 22:38:43 -04:00
JJ
88b9f96b91
Attempting manual merge for Nature's Bounty
2013-04-06 08:23:09 -04:00
JJ
e2b9efaf49
Fixed SQL
2013-03-24 08:36:53 -04:00
af4t
afe3ba40cf
Fix typos
2013-03-24 08:14:50 -04:00
mackal
2073ca8d38
Fixed and cleaned up Client::Escape()
...
Fixed SE_FadingMemories to use Client::Escape()
Rogue AA Escape now uses a spell instead of AA Action
Bard AA Fading Memories now only uses the AA Action to eat mana
2013-03-23 18:34:06 -04:00
badcaptain
f5e58e0125
Merge branch 'master' of https://github.com/EQEmu/Server into Mercs
...
Conflicts:
changelog.txt
2013-03-19 00:57:15 -04:00
badcaptain
660ab53476
Fixed zone crash due to merc focus effects & tribute, merc aggro issues when client in melee range, spell recast timers. Added melee DPS spells/disciplines & support.
2013-03-19 00:53:01 -04:00
Derision
d76a8bd34a
EQExtractor2: Added SQL generation support for current Live client decoder.
2013-03-17 10:09:13 +00:00
Derision
7c264ad097
EQExtractor2 update.
2013-03-16 19:56:09 +00:00
badcaptain
7109a40637
Merge branch 'master' of https://github.com/EQEmu/Server
2013-03-14 20:03:48 -04:00
badcaptain
0a805feeec
Fixed Merc spell recast timers, changed how Mercs add mobs to their hate lists (should prevent IsEngaged() issues), initial Caster DPS Merc spell casting AI, initial Merc stance implementation, Mercs now suspend when their owner dies to prevent them being bugged (until it can be fixed), added 2 seconds between spell casts to be live-like.
2013-03-14 19:51:29 -04:00
Arthur Ice
950f00fae6
Fixed some warnings, like sprintf %i warnings (converted to %lu), fals vs NULL, etc
2013-03-03 16:17:06 -08:00
badcaptain
5d8af58e57
Oops, it's not a leap year.
2013-03-01 00:34:25 -05:00
badcaptain
ea72975e69
Fixed Merc duplicate save bug, focus items, spell_scale and heal_scale now work implemented, new merc equipment (with focus items), added checks during merc hire, unsuspend, & timer update for states where a merc can't be hired, unsuspended, or can't be retained due to insufficient funds, no room in group, in raid, invalid merc data, etc, and give appropriate feedback, added rules for charging of merc purchase and upkeep costs.
2013-03-01 00:01:27 -05:00
KimLS
92ed7e694f
Merge branch 'master' into shared_mem
2013-02-26 21:29:34 -08:00
af4t
04dfe4512f
SK AA Touch of the Wicked should reduce reuse timers for Improved Harm Touch & Leech Touch as well as regular HT. Add to aa_actions with same redux rate as regular HT
2013-02-26 09:48:36 -05:00
KimLS
5bb604248f
Removed obsolete cleanipc program
2013-02-24 10:52:52 -08:00
KimLS
edc4b4039b
Optional Merc Spells fix for violation of commit rules.
2013-02-17 22:57:15 -08:00
badcaptain
a41874b6a7
Moved merc save data from extended player profile to new merc table, save merc buffs, added cure and rez spells to healer merc.
2013-02-18 00:50:19 -05:00
KimLS
0a9642e776
utils/sql/git added
2013-02-16 18:05:41 -08:00
KimLS
0aa958de8f
Moved queryserv sql to svn so I can more easily have a git section without confusion
2013-02-16 16:47:28 -08:00
KimLS
da7347f76f
svn -> git Migration
2013-02-16 16:14:39 -08:00