Michael Cook
9a19a00bdc
Added IsBuffSpell(spell_id). This will return true if the spell would end up having a duration, which will mean it would end up in one of the many buff windows on the client. This just makes sure the spell has a buffduration or buffdurationformula, which means the calculation will return a duration
...
Replaced all instances of CalcBuffDuration being used to determine if a spell was a buff with IsBuffSpell
Removed Mob::HasBuffIcon since it does the same thing IsBuffSpell does in a more convoluted way and had a rather missing leading name
Fixed issues that arose from the 10/03/2013 changes
2013-10-08 17:24:07 -04:00
Sorvani
24308aec6c
fixed issue with stackable items summoning with 0 charges
2013-10-05 21:55:21 -05:00
Michael Cook
6b4b259753
Fix when the random +1 tick is added to nerf extension focus effects to where they should be
2013-10-03 23:04:58 -04:00
Alex
bf77bc47d1
Merge pull request #81 from vexyl/master
...
Fix for segfault in Database::CheckStatus() when using MariaDB.
2013-10-02 21:19:59 -07:00
Michael Cook
2bde0b40bb
Fixed issue with #showstats window, should probably be refactored to completely use stringstream or to_string whenever VS2010 support is dropped
2013-09-30 22:17:34 -04:00
Sorvani
478f7b8e49
Changed SummonItem to no longer recharge 0 charge items
2013-09-30 20:57:12 -05:00
Vexyl
f289dffc48
Fix for segfault in Database::CheckStatus() when using MariaDB.
2013-09-28 10:38:50 -07:00
Michael Cook (mackal)
d119ed058b
Add /pet hold on and /pet hold off support for UF/RoF
2013-09-13 15:20:45 -04:00
KimLS
fdb6f0fe84
Fix for training skill bailout when you can train the skill but not at the current level.
2013-08-29 15:52:17 -07:00
KimLS
bef02b3511
Merge branch 'master' of https://github.com/EQEmu/Server
2013-08-29 15:46:56 -07:00
KimLS
fcd9b525a8
Removed Common Profiler and Zone Profiler. They're well past outdated status and are just code bloat.
2013-08-29 15:46:40 -07:00
Uleat
590d8f4043
Fix for bot pet spell buff corruption
2013-08-20 20:55:19 -04:00
KimLS
406e2f84eb
Fix for special atk sql missing a type.
...
Fix for a crash in quest manager setanim.
Fix for pfs_list not compiling on x64 windows.
2013-08-10 14:17:06 -07:00
josheb
926e2f7939
Merge pull request #80 from josheb/master
...
Fixed a regression with level 10 and 20 hit caps.
Added rules for aggro and hunger as well as script commands for manipulating hunger.
2013-08-06 14:55:25 -07:00
Tabasco
b92a009539
Fixed some lua stuff I bork.
2013-08-01 19:37:16 -05:00
Tabasco
cfab1c4649
Removed redundant Innate Metabolism checks.
2013-08-01 19:34:27 -05:00
Tabasco
fc03ee94e2
Added rules for what int mobs need to not attack red cons and how much food and drink is taken per stamina update.
...
Added mod hooks for food/drink values and mob aggro.
Added quest functions for getting/setting hunger and thirst.
2013-08-01 19:24:15 -05:00
Tabasco
936c8cce4b
Fixed a regression with level 10 and 20 hit caps.
2013-08-01 14:41:27 -05:00
KimLS
1f2145a45d
Fix for special_abilities crash dealing with std::string in struct that was then memcpyed
2013-07-18 00:24:43 -07:00
Uleat
2331678312
fix for tortoisegit commit and overlay issues in dependencies/.gitignore
2013-07-15 23:22:17 -04:00
Sorvani
c216ece72c
fir for lua get_spawn_condition
2013-07-15 00:35:46 -05:00
KimLS
36e12110d5
Memset SpecialAbility before putting it into map.
2013-07-14 14:47:22 -07:00
KimLS
aa5ac1518b
Changelog for lua_packet
2013-07-13 14:03:55 -07:00
KimLS
d472c05f5d
Lua packet handler dispatch
2013-07-13 13:53:41 -07:00
KimLS
485fc2b2b7
Fix for bot compile
2013-07-13 13:53:13 -07:00
KimLS
bdc83f4f37
Basic lua packet api, and it works too. Exciting I must say.
2013-07-12 22:21:43 -07:00
KimLS
da178c9fba
Compile error in AA.cpp
2013-07-12 18:57:49 -07:00
KimLS
a1dc390f49
Windows compile error again, why wasn't this fixed on the second pass. I brought it up last time grr
2013-07-12 15:01:12 -07:00
Alex
dfe63f87c3
Merge pull request #78 from j883376/cleanups
...
Code cleanups, take two
2013-07-12 13:36:02 -07:00
KimLS
239d4afb13
NPC Special Attacks should all work right: also huge explanation in changelog.txt
2013-07-11 13:44:45 -07:00
KimLS
ab2c184b54
Merge branch 'master' of https://github.com/EQEmu/Server
2013-07-10 14:33:06 -07:00
j883376
31ede315f2
Fix Database::GetZoneID()
2013-07-08 19:02:54 -04:00
KimLS
3992ac02bb
Rampage, Area Rampage, Flurry got new customizable effects. Part of that was adding a new set of stuff to attack.
2013-07-08 14:37:01 -07:00
SecretsOTheP
e6ad26f03c
Logfile cleanups. See changelog.txt.
2013-07-07 21:44:31 -07:00
KimLS
2f335372a0
Few warning and lua fixes, fix for summon not working on new system. Need to look at enrage as it doesn't appear to work right either and think it's timing related
2013-07-07 15:22:20 -07:00
KimLS
63d678ce29
Replaced npcspecialatk with special_attacks, needs more testing also gotta export new api for it as I can't remove the legacy one. Too many quests rely on the legacy functionality.
2013-07-06 03:45:06 -07:00
KimLS
0c675c33e2
Changelog too
2013-07-05 13:25:19 -07:00
KimLS
3c8d83f2a8
Perl will now capture return values (lua style), yeah I said I wouldn't be improving much of perl from here on but I said if I found a way I'd do it.
2013-07-05 02:56:53 -07:00
KimLS
b11ed32bcf
Removed quest queue from perl parser, should do events properly recursively
2013-07-05 01:46:24 -07:00
KimLS
9a63ee65c9
Added functions to eq to get the internals of the current quest_manager quest, also bug fix to a lua client function
2013-07-05 00:33:45 -07:00
KimLS
8b8742b242
Fix for Spell(int) not working in lua...
2013-07-03 15:20:42 -07:00
KimLS
bccbc0f064
Merge branch 'master' of https://github.com/EQEmu/Server
2013-07-02 14:20:04 -07:00
KimLS
b7fcd5b02a
eq.follow() and eq.stop_follow()
2013-07-02 14:16:16 -07:00
Alex
56b9dda60b
Update README.md
2013-07-01 14:12:31 -07:00
KimLS
1868d0e7a3
Lua changelog entry
2013-07-01 14:06:20 -07:00
KimLS
38b3433406
Merge branch 'master' into lua
2013-07-01 13:32:47 -07:00
Michael Cook
6d21823959
Prevent Monster Summoning from summoning a portal in bothunder
2013-07-01 16:03:04 -04:00
Michael Cook
02eb56a696
Fix Monster Summoning related to giants/cyclops
2013-07-01 15:22:07 -04:00
KimLS
6fe5c06fa0
Fix for trade being retained on logout/zone
2013-06-29 12:18:40 -07:00
KimLS
2c68e813e9
More selective filtering of lua libs, seed random set for lua interpreter, Release Canidate
2013-06-29 01:43:56 -07:00