Uleat
65cb049a38
Added Client::InterrogateInventory() and command #interrogateinv to manually invoke it. (GM's - use #interrogateinv help)
2014-10-28 11:35:26 -04:00
KayenEQ
3247137ef2
Added swarm pet checks to viral spreading function.
2014-10-27 02:20:25 -04:00
KayenEQ
adb8175654
Support for spells_new field 'viral_range'
2014-10-26 02:05:36 -04:00
KayenEQ
5afd6b8628
Added 'hit chance' extra attack option can be applied to future special attacks ect.
2014-10-24 23:36:02 -04:00
KayenEQ
4cb6a5635e
Merge git://github.com/EQEmu/Server into Development
2014-10-24 23:28:15 -04:00
KimLS
b54411e533
Fix for not loading some account data on character load
2014-10-24 19:05:04 -07:00
Michael Cook (mackal)
7f85d8c8a2
Optional SQL to add AA Quick Draw
2014-10-24 01:06:07 -04:00
Uleat
c95b18da85
Fixed stacking issue in world tradeskill containers. (Added #peekinv world)
2014-10-22 22:57:20 -04:00
Michael Cook (mackal)
a062c27e1a
Take into account endurance bonuses from AAs
2014-10-22 22:27:51 -04:00
Michael Cook (mackal)
c5df59a2f0
Merge pull request #274 from RicardoCampos/Development
...
Bugfix: Corpse stays locked when looting fails
2014-10-22 22:01:53 -04:00
RicardoCampos
d538b48fbc
Merge remote-tracking branch 'origin/master' into Development
2014-10-21 22:51:53 +01:00
RicardoCampos
0a27273d64
Bugfix: Corpse stays locked when looting fails
...
If looting fails either because of cooldown or there are items on your
cursor, the client is sent an end loot packet- the client releases the
corpse but no one else can loot. This simply resets BeingLootedBy in
this instance.
2014-10-21 22:48:42 +01:00
KayenEQ
22170527c4
Small update to prior commit.
2014-10-21 14:24:25 -04:00
KayenEQ
f0f920d0e8
Fix for bug with Discipline recast timers preventing them from
...
working properly if you used a focus effect to reduce recast time
to zero.
(Specifically the recast timer failed to reset in the situation
where you had already used the disc WIHTOUT the focus applied, then applied
the focus and tried to have it reduced).
2014-10-21 14:14:35 -04:00
KayenEQ
193f7b0fe3
Fix so NPC don't ghost when casting spells from scripts while moving.
2014-10-20 01:16:08 -04:00
Michael Cook (mackal)
c81491f97e
Inspect buffs rank 1 will now show NPC buffs in target window (SoD+)
2014-10-20 01:05:38 -04:00
KayenEQ
bb91265b2b
Allow npc_types field 'special_abilities' to be set as null in database.
...
Changed due to issues when trying to copy npcs or remove abilities from
the field directly in the dataabase.
2014-10-20 00:36:13 -04:00
Uleat
affb735c38
Merge branch 'master' of https://github.com/EQEmu/Server
2014-10-19 22:31:04 -04:00
Uleat
3db2332821
Missed one!
2014-10-19 22:30:45 -04:00
Michael Cook (mackal)
a6ae2ca635
Switch Inspect Buffs to use the OP code
...
Client 6.2 is SOL until someone find the op for that client
2014-10-19 22:30:11 -04:00
Michael Cook (mackal)
466eecacc4
Implement Group Inspect Buffs for raids
2014-10-19 18:34:43 -04:00
Michael Cook (mackal)
a327c91bac
Implement group mentoring while in raids (SoF+ only)
...
Note: This does not allow the raid leader to share raid leader XP
and since the raid leader doesn't gain group leadership, they can't
share that either.
2014-10-19 17:20:07 -04:00
Uleat
cef2aa64d9
Fixed server<->corpse translators to reflect what actually needs to be translated (should not have affected anything in the old configuration)
2014-10-19 15:03:11 -04:00
Uleat
69a124e11f
Updated #peekinv to display item links properly in RoF clients
2014-10-19 11:39:35 -04:00
Michael Cook (mackal)
3f056462d6
Enable gaining of group leadership while in raids
...
Note: raid leaders can only gain raid leadership, so they won't
ever gain group leadership while leading a raid, even if they don't
end up gaining group due to the restrictions.
From what I can tell, this should be in line with live
2014-10-18 13:27:33 -04:00
Michael Cook (mackal)
e8eb774458
Implement group mentor, leadership exp sharing (SoF+ only)
...
Currently only works in normal groups
Some decisions: the EXP will be rounded in the favor of the group leader
No idea how live actually handles it.
2014-10-18 00:17:46 -04:00
Uleat
223d06645d
Added clarification to 'drop_bots.sql' notes for cases of failed script
2014-10-17 21:04:29 -04:00
Michael Cook (mackal)
2db5dc2ed7
ndle Leadership with leader change in RaidCommandMoveGroup
2014-10-17 15:10:43 -04:00
Michael Cook (mackal)
6d95fc2547
Handle Leadership with leader change in RaidCommandDisband
2014-10-17 15:05:47 -04:00
Michael Cook (mackal)
b10062452a
Fix issue with moving a group leader in a raid
...
Moving a group leader to the ungrouped section was not correctly
finding an appropriate new group leader.
2014-10-17 01:06:27 -04:00
Michael Cook (mackal)
9c72533264
Fix issue with raidMakeLeader packets
2014-10-16 19:23:32 -04:00
Uleat
f805ddf319
Merge branch 'master' of https://github.com/EQEmu/Server
2014-10-16 19:20:49 -04:00
Uleat
2267881d52
Fixed BOTS auto-convert code and load/drop scripts. Added a sql for fixing an existing database that was auto-converted incorrectly (located in ../bots/deprecated)
2014-10-16 19:16:52 -04:00
Michael Cook (mackal)
7ca23d14c7
Remove debug statement
2014-10-16 17:01:06 -04:00
KimLS
4cf845e6ff
Workaround for FreeBSD not having std::to_string
2014-10-16 01:16:38 -07:00
KimLS
9c6ab05659
Removed PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP ifdef, we dont use it anyway and it was failing on FreeBSD gcc49
2014-10-16 01:05:43 -07:00
KimLS
0f9cfc0615
Very new versions of gcc appear to have now cleaned up yet another header leaking out
2014-10-15 22:15:24 -07:00
JJ
6028dbb4e5
hateborne: grid assign match fix.
2014-10-15 22:31:44 -04:00
JJ
fc8cb2b5b7
Manual merge of 4e3826228d43321abec7805f65b6d43d0f04ab06 in #269 .
2014-10-15 22:12:57 -04:00
JJ
594657f2c7
Manual merge for 0c3e51963b5803d66443e71554d3e06a296805b3 in pull request #269 .
2014-10-15 22:08:27 -04:00
JJ
09e1155a26
Merge pull request #261 from addtheice/RunQueryToDatabaseQuery_common_shareddb
...
Run query to database query common shareddb
2014-10-15 21:37:33 -04:00
Uleat
e824f81670
Merge branch 'master' of https://github.com/EQEmu/Server
...
Conflicts:
changelog.txt
2014-10-15 19:50:35 -04:00
Uleat
69c0405004
Updated both load and drop sqls for bots..added a 'deprecated' load for pre-pp blob conversion databases..the auto-conversion code will catch this if the server
...
is updated to a newer version. (Had a really nice load script coded..but, the supported version of MySQL doesn't support 'TEMPORARY' procedures, nor commit commands from
'PREPARE(d)' statements... :( )
2014-10-15 07:49:39 -04:00
Michael Cook (mackal)
e38abaa32a
Optimize EntityList::UnMarkNPC
...
Going over the group_list is much better than hitting the same group
up to 5 unnecessary times
2014-10-14 22:50:09 -04:00
Michael Cook (mackal)
c002f834d4
Correct misidentified OP_MarkNPC (RoF,SoD,SoF,UF) [skip ci]
2014-10-14 17:20:19 -04:00
Michael Cook (mackal)
e53a91f5c3
Added some previous unidentified (still unhandled) UF opcodes
...
Didn't want them to get lost ;)
2014-10-14 00:01:51 -04:00
Michael Cook (mackal)
ef5e93b71b
Add debug log to Client::Handle_OP_DoGroupLeadershipAbility
2014-10-13 23:24:25 -04:00
Michael Cook (mackal)
6f00a69850
Raid Leadership RoF
2014-10-13 22:55:57 -04:00
Michael Cook (mackal)
41938fbe72
Raid leadership SoD
2014-10-13 22:54:57 -04:00
Michael Cook (mackal)
d1561c28d9
Raid Leadership SoF
2014-10-13 22:53:41 -04:00