KayenEQ
a5e6fa3479
Merge git://github.com/EQEmu/Server into Development
2014-09-23 18:58:59 -04:00
akkadius
3712d36867
Fix for the undye command to properly purge character armor dye
2014-09-23 17:54:07 -05:00
KimLS
17291e9977
Merge branch 'master' of github.com:EQEmu/Server
2014-09-23 15:42:48 -07:00
KimLS
15f57e4a4c
Rob's broken skill up bug reported fixed
2014-09-23 15:42:20 -07:00
akkadius
e58d63bf35
IncrementAA for scripting functions changed to use SaveAA instead of Save
2014-09-23 17:21:08 -05:00
Michael Cook (mackal)
e039f6d2c6
Fix AA issue
2014-09-23 17:40:17 -04:00
akkadius
413538f1b5
Sending the client a spell value that is more inline with what it expects when no spell is set.
2014-09-23 14:40:09 -05:00
KayenEQ
c03a70651c
SE_ApplySpell and SE_TriggerSpell will now be applied based on which effect slot they are used in (instead of always before all spell effects are checked).
...
Note: If a spell has multiple SE_TriggerSpell effects within it. Only one will be able to trigger. (If you want multiple spells use SE_ApplySpell)
2014-09-23 09:15:02 -04:00
KayenEQ
ec01e6c69b
Merge git://github.com/EQEmu/Server into Development
2014-09-23 09:07:14 -04:00
KimLS
11773208df
Style cleanup, clamp hunger and thirst values to correct ranges
2014-09-22 16:46:01 -07:00
KayenEQ
1f155690d8
Fix to SE_ApplyEffect - Will now trigger spell from this effect at correct time.
2014-09-22 19:42:59 -04:00
KayenEQ
c160b8716f
Kayen: Spell recourse effects / triggerable spell effects will now be applied AFTER the base spells effects have been applied (consistent with live).
2014-09-22 18:02:40 -04:00
KayenEQ
7ffce01260
Merge git://github.com/EQEmu/Server into Development
2014-09-22 17:50:35 -04:00
akkadius
c26a6959e4
#resetaa now covers the function of #resetaa and #refundaa
...
#resetaa will wipe all AA data, refund the spent points into the available points and send character to character select properly
Removed #refundaa
Removed a lot of debug code for blob conversion
Changed status logging for loads/saves to Debug category
2014-09-22 01:00:28 -05:00
akkadius
837b9b7ec7
NoRentExpired character_ reference
2014-09-21 23:54:52 -05:00
KimLS
4525b512ac
Build fix plus future travis update
2014-09-21 02:25:05 -07:00
akkadius
db0d1116f8
make travis shut up
2014-09-21 04:12:36 -05:00
akkadius
3ef5d8ef0a
gcc fix <stdint.h> vs <limits>
2014-09-21 03:43:27 -05:00
akkadius
ad29fa9cfa
Merge remote-tracking branch 'remotes/origin/master' into blob_conversion
...
Conflicts:
changelog.txt
common/database.cpp
world/client.cpp
world/zoneserver.cpp
zone/command.cpp
2014-09-21 02:32:31 -05:00
akkadius
388c4bc574
Fix where if players instance is expired when logging back into it, they will get sent properly to bind. Issue was players player profile instance ID did not match the bind instance ID.
2014-09-21 02:27:57 -05:00
akkadius
f9366553a3
Blob changelog.txt
2014-09-21 01:27:05 -05:00
KimLS
9733f04c9c
Merge of changelog, how i hate thee
2014-09-20 15:10:33 -07:00
KimLS
7140a2054f
Ban and suspend commands now require a reason that is recorded in the DB
2014-09-20 15:09:43 -07:00
Michael Cook (mackal)
1049e48aca
Add Spells:SHDProcIDOffByeOne to support newer spell files
...
In June 2009 SoE stopped doing a +1 to the base for SHD procs
So UF+ spell files were not working, set this to false to support these spell files
2014-09-20 16:58:35 -04:00
Michael Cook (mackal)
15eaf4e6d1
Fix issue with not online message from tells
2014-09-20 14:57:15 -04:00
Michael Cook (mackal)
9b70b73759
Correct tell queue related messages
2014-09-19 18:17:42 -04:00
Michael Cook (mackal)
8e43134bda
Add Client::Tell_StringID for tell queue messages
2014-09-19 18:16:52 -04:00
akkadius
52608d9b2d
Character armor dye save fix
2014-09-18 22:46:28 -05:00
Michael Cook (mackal)
d26782b093
Nuke #viewmessages
2014-09-18 22:56:16 -04:00
Michael Cook (mackal)
a2368b4ea7
Implement tell queues
...
Default queue size 20 (World:TellQueueSize)
This doe not play well with multiple sessions and a toon crashes and relogs
Normal tells have issues as well.
2014-09-18 22:55:06 -04:00
akkadius
34c3b8628e
Merge from master
2014-09-17 20:16:37 -05:00
KayenEQ
d169d95ab0
Fix for resource tap when gaining/loosing HP.
2014-09-17 12:08:01 -04:00
KayenEQ
63ca4cac5e
Fix for calculation for SE_ManaAbsorbPercentDamage
2014-09-17 05:14:10 -04:00
Michael Cook (mackal)
86c1420f6e
Fix some effect value calcs and implement more
...
Derived from the client
2014-09-17 00:01:32 -04:00
Uleat
364ed921ce
Fix for LoadBuffs() server crash
2014-09-16 22:57:15 -04:00
Michael Cook (mackal)
85e1518856
Implement spell formula 137
...
This is only used in the BER AA Desperation
2014-09-16 18:35:49 -04:00
akkadius
87bb5deb5c
Added quest::crosszonesetentityvariablebynpctypeid(npctype_id, id, m_var)
...
Added quest::crosszonesignalnpcbynpctypeid(npctype_id, data)
Added $client->GetTaskActivityDoneCount(THIS, TaskID, ActivityID)
2014-09-16 16:03:27 -05:00
Michael Cook (mackal)
11ce399e0d
Mob::ProcessSpecialAbilities pass by reference
2014-09-15 20:31:45 -04:00
Michael Cook (mackal)
ec0989454d
QGlobalCache::LoadBy to pass by reference
2014-09-15 20:11:56 -04:00
KayenEQ
03485ef1e0
Nimbus effects will now be reapplied after zoning.
...
Nimbus effects will now fade when associated buff is removed.
Fix for ReduceAllDamage function.
2014-09-15 16:05:57 -04:00
Michael Cook (mackal)
e256175ce6
Style nits
2014-09-14 16:00:18 -04:00
Michael Cook (mackal)
0f662bf70c
Fix ZoneDatabase::LoadTraderItem not returning anything valid
2014-09-14 15:58:08 -04:00
Michael Cook (mackal)
d51241720a
Fix attack_delay for real
2014-09-12 13:10:03 -04:00
Michael Cook (mackal)
873d343529
Fix ZoneDatabase::GetNPCType nuking attack_delay changes
2014-09-12 11:57:09 -04:00
Michael Cook (mackal)
95969ce67b
Fix ZoneDatabase::GetZoneCFG for real
2014-09-11 18:28:25 -04:00
Michael Cook (mackal)
bd5cdf502e
Fix ZoneDatabase::GetZoneCFG errors
2014-09-11 18:24:40 -04:00
Michael Cook (mackal)
c6a7d5a96c
Revert "GetAccountInfoForLogin_result converted to MySQLRequestResult"
...
This reverts commit 8369570b507242323badaf46613768d0231df1e3.
Conflicts:
zone/zonedb.h
2014-09-11 16:57:00 -04:00
Michael Cook (mackal)
6bc4ecf390
Revert "LoadFactionValues converted to QueryDatabase"
...
This reverts commit 2df823d2dbb96ac159f14243070834b5927b33d2.
2014-09-11 16:56:15 -04:00
Michael Cook (mackal)
c94ceb5b1d
Revert "LoadFactionValues_result converted to MySQLRequestResult"
...
This reverts commit 2e847815943ec146d95983cb3282f8a03655a129.
2014-09-11 16:55:58 -04:00
Akkadius
e390531dcd
Initial character creation escape sequences
...
Added initial skill/language/bind saves to character creation
2014-09-11 03:14:34 -05:00