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
Arthur Ice
e2894ef2aa
SendTradeskillDetails converted to QueryDatabase
2014-10-08 15:05:24 -07:00
Arthur Ice
7656b9b928
TradeskillSearchResults converted to const std::string query instead of const *char query
2014-10-08 15:00:34 -07:00
Arthur Ice
0fde0fbd23
removed unneeded querylength parameter from TradeskillSearchResults
2014-10-08 14:41:34 -07:00
Arthur Ice
d5955da08c
TradeskillSearchResults converted to QueryDatabase
2014-10-08 14:38:38 -07:00
Arthur Ice
e2333e671b
HandleautoCombine converted to QueryDatabase
2014-10-08 14:28:40 -07:00
Arthur Ice
1da70ee6ed
LoadProximities converted to QueryDatabase
2014-10-08 14:15:43 -07:00
Arthur Ice
0d8cbca016
LoadLists converted to QueryDatabase
2014-10-08 14:11:35 -07:00
Arthur Ice
1a4b794ce4
RemoveTask converted to QueryDatabase
2014-10-08 13:33:22 -07:00
Arthur Ice
fca359bf51
DeleteCompletedTaskFromDatabase
2014-10-08 13:22:10 -07:00
Arthur Ice
5f11e91da2
DisableTask converted to QueryDatabase
2014-10-08 13:17:03 -07:00
Arthur Ice
2c275f603a
EnableTask converted to QueryDatabase
2014-10-08 13:07:03 -07:00
Arthur Ice
ad921d01d8
LoadClientState converted to QueryDatabase
2014-10-08 12:30:08 -07:00
Arthur Ice
e3e2b266f2
SaveClientState converted to QueryDatabase
2014-10-08 11:11:33 -07:00
Michael Cook (mackal)
e2d52ec3e5
Allow /setstartcity to work if home is set to tutorialb
2014-10-08 13:43:32 -04:00
Michael Cook (mackal)
a325380884
Implement mana/hp/end replenishments if logged off for long enough
...
Default set to on with a default time of 6 hours (21600 seconds)
2014-10-08 03:36:31 -04:00
Michael Cook (mackal)
b6294a28cb
Minor clean ups to CheckCharCreateInfo
2014-10-08 01:34:36 -04:00
Michael Cook (mackal)
69336d1e53
Minor clean ups to Client::OPCharCreate
2014-10-08 01:34:36 -04:00
Michael Cook (mackal)
2df5506d82
Merge pull request #265 from KayenEQ/Development
...
Fix for a few spell triggers using correct resist dif
2014-10-08 00:11:42 -04:00
Michael Cook (mackal)
2dacb523fc
Rework OPCharCreate logic with tutorial flag
...
Hopefully resolves issues with toons on Titanium spawning out of bounds
when starting in tutorial.
Resolves setting home bind to tutorial and being out of bounds.
2014-10-07 23:40:13 -04:00
KayenEQ
6474e1353f
Fix for a few spell triggers using correct resist dif
2014-10-07 22:54:12 -04:00
Michael Cook (mackal)
45ef740244
Fix issue with Return Home button always being available
2014-10-07 19:02:07 -04:00
Arthur Ice
48299b6024
LoadTasks converted to QueryDatabase
2014-10-07 11:58:22 -07:00
Arthur Ice
be7d2e9457
LoadTaskSets converted to QueryDatabase
2014-10-07 11:36:42 -07:00
Arthur Ice
a90babbae1
LearnMembers converted to QueryDatabase
2014-10-07 11:26:03 -07:00
Arthur Ice
4b1d3592d4
GetRaidDetails converted to QueryDatabase
2014-10-07 11:21:20 -07:00