Michael Cook (mackal)
1bf794c29f
Create hate on immune to fear due to level
2014-01-24 01:28:09 -05:00
Michael Cook (mackal)
0e8f7a4542
Correct Fear level immunity message
2014-01-24 01:26:47 -05:00
Michael Cook (mackal)
b72fe81e28
Correct CheckAggroAmount calls in IsImmumeToSpell
2014-01-24 01:24:08 -05:00
KayenEQ
0166486e07
Minor fix to numhits update
...
New spell effect
2014-01-23 21:34:47 -05:00
Michael Cook (mackal)
bb793e5582
Moved Assisting Exemption check up
...
This is just so assisting to a client will clear the flag
2014-01-22 01:41:26 -05:00
Michael Cook (mackal)
a55c095d1b
Forgot to make m_AssistExemption default to 0
2014-01-22 01:08:42 -05:00
Michael Cook (mackal)
3d47d912fd
Fix /assist to only care about range to assistee
2014-01-22 01:00:48 -05:00
Michael Cook (mackal)
cc02d94bdf
Implemented ST_TargetAETap
2014-01-21 14:50:22 -05:00
KayenEQ
e78d91104c
Removal of test msg
2014-01-20 21:46:13 -05:00
KayenEQ
38c5c79218
Numhits system revised
2014-01-20 21:27:53 -05:00
Michael Cook (mackal)
13609c4f09
Move Mez Mastery to DB
2014-01-20 16:24:17 -05:00
Michael Cook (mackal)
95a5c7d4cc
Move Spell Casting Reinforcement to aa_effects
2014-01-20 15:57:44 -05:00
Michael Cook (mackal)
935ce8f968
Implement not_extendable spell field
2014-01-20 13:34:18 -05:00
cavedude00
70f994cda5
Live-Like weather. Big thanks to Robregen for figuring out the system!
...
Included in the required SQL is weather data pulled from NewZone live packets for up to PoP. An update to EQExtractor will be made to grab the rest of the data from existing collects.
Please note: Until weather data is grabbed for zones later than PoP, weather will not work in those zones.
2014-01-20 10:10:39 -08:00
Michael Cook (mackal)
3970bb5955
Export death event variables to Perl (Kingly Krab)
...
http://www.eqemulator.org/forums/showpost.php?p=227770&postcount=9
2014-01-20 02:01:52 -05:00
Michael Cook (mackal)
a1cb8d7ae7
Turn on NPC charm casting
2014-01-19 00:45:50 -05:00
sorvani
4191c195c1
added GetCharactersInInstance
2014-01-18 23:34:16 -06:00
Michael Cook (mackal)
b16ce6f809
Tweaked down SE_CurrentHP aggro from buffs
2014-01-17 22:09:41 -05:00
KimLS
88ba962a4c
Merge branch 'master' of github.com:EQEmu/Server
2014-01-16 13:08:24 -08:00
KimLS
0315d15ce8
Reversed event_command return value, may cause visual issues if you already updated your code but easy to fix. Return 1 instead of return 0 on event_command dispatch
2014-01-16 13:08:04 -08:00
Michael Cook (mackal)
12681f4623
Improve feign_memory_list thanks to C++11
2014-01-15 21:06:18 -05:00
Michael Cook (mackal)
a7a4f9373d
Revert change to SE_LimitEffect
...
Also fix for SE_SummonItem for unstackable charged items
(Still need to verify on live though)
2014-01-15 17:10:15 -05:00
Michael Cook (mackal)
0a6d98b5e1
Fix mod rods
2014-01-14 22:24:01 -05:00
Michael Cook (mackal)
53765ebc62
Fix some potential null pointer dereferences
...
I don't think there were any instances of these causing problems
but it's better to be safe than sorry.
2014-01-14 02:38:49 -05:00
Michael Cook (mackal)
4216627604
Prefer prefix ++/-- on non-primitive types
...
Postfix ++/-- might cause the creation of a tmp instance
that might be optimized out. Mights are bad. Prefix doesn't
have this problem.
2014-01-13 22:14:02 -05:00
KayenEQ
32359da1cc
Spell effect updates
2014-01-13 05:03:21 -05:00
Michael Cook (mackal)
f4e085c121
Some clean up in questmgr.cpp
2014-01-12 21:26:31 -05:00
Michael Cook (mackal)
1822347a46
Add lua_say_link overloads
2014-01-11 15:07:11 -05:00
Michael Cook (mackal)
821ba8b701
Change faction messages to use String IDs.
2014-01-11 13:20:01 -05:00
Michael Cook (mackal)
fdced53be1
Add pet size preservation like live
...
Run the SQL!!
2014-01-09 14:25:29 -05:00
Michael Cook (mackal)
a394bf25b2
SE_SummonItem and SE_SummonItemIntoBag should work like live now
...
This isn't exactly like live since they seem to use something
else to decide how many to summon, but this should act the same
as live currently does.
2014-01-08 16:11:29 -05:00
Michael Cook (mackal)
5199364091
Make use of the suspendable spell flag
2014-01-08 00:24:33 -05:00
Michael Cook (mackal)
50caef0086
Implement persist death spell field
2014-01-07 23:29:46 -05:00
Michael Cook
8a04d8e2b7
Moved pet target checking to the attack command, which is more live like
...
Also, probably a little better than attacking then backing off :P
2014-01-07 17:02:35 -05:00
Michael Cook (mackal)
e7032bc2c2
Implemented SE_SongModCap
...
Bard AAs Ayonaes Tutelage and Echo of Taelosia implemented as bonuses
Remember to run the SQL!
2014-01-04 19:20:59 -05:00
KimLS
c725ee84bb
Fix for a potential buffer overflow on login server under very rare circumstances via Rogean. Fix for perl parser not clearing errors via sorvani
2014-01-03 23:41:11 -08:00
Michael Cook (mackal)
a9b4e7819f
Add some overflow protection for emotes
...
Clients crash if the emote is too large, despite the client
using a 1024 char buffer...
2014-01-04 01:34:58 -05:00
Michael Cook (mackal)
ae68deb4f8
Added overload to Lua entity list RemoveFromTargets
2014-01-03 19:20:52 -05:00
Michael Cook (mackal)
e4108d089f
Fix missing paren.
2014-01-02 18:19:59 -05:00
Michael Cook (mackal)
4d9d50c9ac
Fix stuns from beneficial spells (ex. Harvest)
2014-01-02 03:08:59 -05:00
Nicholas Haggmark
6dc444d2d1
Committing update to zone/client_packet.pp which fixes a bug with Lay
...
on Hands and Harm Touch. Basically what is happening is that because
LoH and Harm Touch come in on spell slot 9 (ABILITY_SLOT), and because
ABILITY_SLOT is handled in the same block of code as standard memorized
spells, it was failing the MAX_PP_MEMSPELL check and always getting
silently interrupted. I broke DISCIPLINE_SLOT and ABILITY_SLOT processing
out into separate blocks which not only resolves this problem, but also
cleans up that processing a little bit.
2013-12-27 22:28:54 -05:00
Michael Cook (mackal)
13fcccefd5
Added support for merchant item filtering by class
...
Added column classes_required to merchantlist to allow
the merchant to only sell items to specified classes
Ex. (only example I know from live) To only allow poison supplies
to be sell able to only rogues, you would set classes_required
to 256.
classes_required defaults to 65535 (all/any class)
Remember to run the new SQL!
2013-12-26 16:29:09 -05:00
KimLS
30e8eac46e
Hopefully this is a fix for issue #100 -- Uninitialized alt currency variable causing db corruption.
2013-12-24 13:21:11 -08:00
KimLS
646e1f541c
Added lua export for Client:PlayMP3
2013-12-24 00:27:57 -08:00
SecretsOTheP
a7c15ef598
Secrets: Added functionality to Perl/Server for $client->PlayMP3("name of file").
2013-12-24 01:28:32 -05:00
SecretsOTheP
bddb03ba3b
Akkadius: Perl $client->SilentMessage("Message"); addition, this is a pre-req for a Perl plugin I've shared with EQEmu. This function essentially mimics a player speaking with an NPC - which is used in popup window responses
2013-12-24 01:09:35 -05:00
KimLS
2ac1f37b02
More work on Client Marquee messages.
2013-12-23 17:35:58 -08:00
KimLS
a96f10b6aa
More work on OP_Marquee. Should be enough to implement a function with it. Anyone wants to fiddle around with the unknowns and get them better documented they are free to.
2013-12-23 15:42:13 -08:00
Michael Cook (mackal)
0d661204ed
Fix MakeRandomInt for flurry and extraattack
2013-12-20 18:45:33 -05:00
Michael Cook (mackal)
b0e50f13c9
Switched some stuff that made sense to Mob::InFrontMob
2013-12-20 18:43:52 -05:00