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
Michael Cook (mackal)
be0621de42
Partial implementation of leadership in raids
...
Currently working: stat bonuses and client side only effects
Currently not working: Mark NPC and others that need more server side work
Currently only tested on UF, Ti and 62 may work, but not tested
SoF, SoD, and RoF need packet translators, which are most likely the same as UF
2014-10-13 21:36:59 -04:00
KimLS
15cec40ed5
Fix for issue #270 , fix for temp merchant lists not loading correctly, fix for ah redundant getadventurestats code.
2014-10-13 15:59:11 -07:00
Akkadius
ea734c90b5
Fix for LDON Character Stat load
2014-10-12 22:57:49 -05:00
Michael Cook (mackal)
6c5b569c29
Raid MOTD for SoF
2014-10-11 02:07:49 -04:00
Michael Cook (mackal)
e5f3f4c552
Raid MOTD for SoD
2014-10-11 02:03:49 -04:00
Michael Cook (mackal)
f097eaf3cd
Raid MOTD for RoF
2014-10-11 01:54:54 -04:00
Alex
48eba3c092
Merge pull request #260 from addtheice/RunQueryToDatabaseQuery_world_worlddb
...
Run query to database query world worlddb
2014-10-10 22:44:14 -07:00
Alex
bdba6219ac
Merge pull request #259 from addtheice/RunQueryToDatabaseQuery_zone_command
...
Run query to database query zone command
2014-10-10 22:43:07 -07:00
Alex
d86912a7bb
Merge pull request #262 from addtheice/RunQueryToDatabaseQuery_zone_client
...
Run query to database query zone client
2014-10-10 22:42:45 -07:00
Alex
362366a333
Merge pull request #263 from addtheice/RunQueryToDatabaseQuery_queryserv_database
...
GeneralQueryReceive converted to QueryDatabase
2014-10-10 22:42:04 -07:00
Michael Cook (mackal)
35049d530e
Implement Raid MOTD for UF
...
Don't forget to source 2014_10_11_RaidMOTD.sql
SoD and RoF implementations still to come
2014-10-11 01:14:11 -04:00
Uleat
66cfb2e32b
Added a 'BOTS' converter to supplement Akkadius's recent 'PP' blob converter - updates views/function to reference the proper tables and columns.
2014-10-09 23:54:48 -04:00
Michael Cook (mackal)
3e1c917f11
Fix issues with purchasing raid AAs
2014-10-09 23:30:08 -04:00
JJ
ea4c23efcf
Establish default order for merchantlist items.
...
Allow merchants to use 80th slot.
2014-10-09 23:11:18 -04:00
Michael Cook (mackal)
c328829610
Fix out of bounds error in SaveCharacterLeadershipAAs
2014-10-09 22:55:28 -04:00
JJ
28ac586ed8
Update info for #suspend
2014-10-09 00:23:54 -04:00
Alex
ee71fa0d56
Merge pull request #268 from addtheice/RunQueryToDatabaseQuery_zone_tradeskills
...
Run query to database query zone tradeskills
2014-10-08 16:31:55 -07:00
Alex
f3e04bfe4c
Merge pull request #267 from addtheice/RunQueryToDatabaseQuery_zone_raids
...
Run query to database query zone raids
2014-10-08 16:31:38 -07:00
Alex
a8c23d25f3
Merge pull request #266 from addtheice/RunQueryToDatabaseQuery_zone_tasks
...
Run query to database query zone tasks
2014-10-08 16:31:03 -07:00
Alex
41f2d71c7c
Merge pull request #264 from addtheice/RunQueryToDatabaseQuery_zone_groups
...
SaveGroupLeaderAA converted to QueryDatabase
2014-10-08 16:28:55 -07:00
Arthur Ice
e338f801ea
DisableRecipe converted to QueryDatabase
2014-10-08 16:05:52 -07:00
Arthur Ice
6221c1f8ab
EnableRecipe converted to QueryDatabase
2014-10-08 16:04:19 -07:00
Arthur Ice
5dac9a944b
LearnRecipe converted to QueryDatabase
2014-10-08 16:02:30 -07:00
Arthur Ice
97c1c479f9
GetTradeRecipe converted to QueryDatabase
2014-10-08 15:55:12 -07:00
Arthur Ice
21d6865e8c
GetTradeRecipe converted to QueryDatabase
2014-10-08 15:43:50 -07:00