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
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
Michael Cook (mackal)
2bee906784
Slay Undead to String IDs (and better filtering)
2014-10-06 01:30:01 -04:00
Michael Cook (mackal)
cab41487d5
Stop the book showing up while inspecting charms with RoF
...
Stat display still broken sadly
2014-10-05 22:47:57 -04:00
JJ
66448feece
Some updates to #command information.
2014-10-05 21:42:33 -04:00
Uleat
65127ad756
Merge branch 'master' of https://github.com/EQEmu/Server
2014-10-05 19:35:21 -04:00
Michael Cook (mackal)
1261c228a3
Call CalcBonuses for RoF+ augments
2014-10-05 16:13:13 -04:00
Michael Cook (mackal)
5be8e710a9
More restrictive on the temp hack for UF (only spells with numhits)
2014-10-05 15:15:17 -04:00
Michael Cook (mackal)
3ad7ab625d
Add temp hack for num hits and UF
...
Not sure what I screwed up, could of sworn it was working right before,
but that was also 3 AM or something
Rewrote UF's OP_BuffCreate to use the Write* functions which are a bit
more straight forward
2014-10-05 14:46:55 -04:00
Michael Cook (mackal)
b6be6c3709
Merge pull request #258 from KayenEQ/Development
...
Exported to PERL $client->SendSpellAnim(targetid, spellid)
2014-10-05 13:36:33 -04:00
KayenEQ
8ff4e59d20
Fix to allow regular runes to absorn spell damage (except dots).
2014-10-05 07:51:20 -04:00
KayenEQ
ad116af59d
Merge git://github.com/EQEmu/Server into Development
2014-10-05 07:49:20 -04:00
Uleat
fa1fe55e01
Added corpse encode and decode translators
2014-10-05 06:12:33 -04:00
Michael Cook (mackal)
4f2dbb37d2
Confirmed OP_ItemRecastDelay for SoF
2014-10-05 02:28:17 -04:00
Michael Cook (mackal)
7dc1da21f0
Move OP_ItemRecastDelay to after cast
...
I originally assumed it needed to be sent "while casting"
but it looks like right at the end (where we set the reuse timer)
also works.
2014-10-05 02:18:30 -04:00
Uleat
806a9fbb99
Identified recast timer field in Ti item packet header
2014-10-04 23:38:20 -04:00
Michael Cook (mackal)
e753685ceb
Implement number of hit indicators for UF and RoF
...
There is a small display bug with the initial cast of the spell,
but it updates quickly enough that it shouldn't be too noticeable
This still needs to be fixed though
Changed SendBuffDurationPacket to take a Buffs_Struct by reference
to allow more of the data to be obtained without more params
Added Client::SendBuffNumHitPacket(Buffs_Struct &buff, int slot)
2014-10-04 03:23:42 -04:00
KimLS
e0e3059498
Turn off user literal error in clang
2014-10-03 14:57:01 -07:00
KimLS
61545beff2
Hunger and thirst clamping within larger ranges
2014-10-03 13:42:39 -07:00
Uleat
16c5ead887
Merge branch 'master' of https://github.com/EQEmu/Server
2014-10-03 16:31:31 -04:00
Uleat
3a270dd96a
Moved OP_LootItem slot translation to external handlers in client patch files
2014-10-03 15:05:20 -04:00
Uleat
bb2bed7b00
Fixed OP_AugmentInfo packet processing that I broked'd
2014-10-03 02:03:48 -04:00
Michael Cook (mackal)
0438dee22e
Rework ZoneDatabase::SavePetInfo -- should be better
...
Worst case before some something like 96 queries.
2014-10-03 01:37:51 -04:00
Michael Cook (mackal)
b3d8e22539
Make ZoneDatabase::FillAAEffects get the data from memory
...
Note: This should probably be moved out of ZoneDatabase
2014-10-02 22:52:25 -04:00
KayenEQ
968127c414
Exported to PERL $client->SendSpellAnim(targetid, spellid)
...
This function sends the spell graphic of a spell without actually having to cast the spell.
2014-10-02 22:08:12 -04:00
Uleat
272180ff0f
Detached direct packet routing for some older client opcodes
2014-10-02 20:18:54 -04:00
Michael Cook (mackal)
03fed0f42d
Some AA updates from PEQ
2014-10-02 14:10:48 -04:00
Michael Cook (mackal)
fab091da2d
Move OP_ItemRecastDelay to the right spot
2014-10-01 20:52:40 -04:00
Michael Cook (mackal)
c7417d4b54
Didn't mean to push those ....
2014-10-01 20:51:47 -04:00
Michael Cook (mackal)
d8c6c69450
ITEM and PB slot checks too
2014-10-01 20:50:01 -04:00
Michael Cook (mackal)
1024e327b5
Fix nullptr and item_slot check
2014-10-01 20:48:15 -04:00
Michael Cook (mackal)
e38268230f
Export SendColoredText to lua
2014-10-01 18:34:26 -04:00
Michael Cook (mackal)
c7760d8dae
Merge pull request #257 from KayenEQ/Development
...
Exported to PERL $client->SendColoredText(color, msg)
2014-10-01 18:27:54 -04:00
Michael Cook (mackal)
8d050b8f3f
Fix errors in Database::ExpireMail in ucs
2014-10-01 18:06:02 -04:00
Michael Cook (mackal)
7800cbbe96
Initial work on OP_ItemRecastDelay
2014-10-01 16:22:45 -04:00
KayenEQ
50233b9a8c
changelog
2014-10-01 13:25:19 -04:00
KayenEQ
a722e3f112
Exported to PERL $client->SendColoredText(color, msg)
2014-10-01 13:24:38 -04:00
Michael Cook (mackal)
be52d413db
Fix bazaar welcome message
2014-10-01 02:11:38 -04:00
Michael Cook (mackal)
1dfd3349b7
Add Master Wu message
2014-10-01 01:15:08 -04:00
Michael Cook (mackal)
cf8363f62e
Fix another bot SQL error
2014-09-30 19:23:02 -04:00
Michael Cook (mackal)
7326a3ea7a
Send the right person's name
2014-09-30 19:20:38 -04:00