Natedog2012
daced25101
Add Popup2 .. allows for more customization of the popup window. Using PlayMp3 with the SoundControl option for Popup2 enabled will allow you to adjust sound volume as well.
2017-06-03 16:17:50 -07:00
Michael Cook (mackal)
fd6387c830
Fix mana pres math
2017-05-25 12:45:17 -04:00
Michael Cook (mackal)
c69df29345
Fixed some idiot's mistake
2017-05-24 22:15:54 -04:00
Michael Cook (mackal)
b793f3d9ca
Whoops, lets make use of the calced focus effect
2017-05-24 22:12:23 -04:00
Michael Cook (mackal)
7781dc6ffe
Remove double RNG for mana pres
...
This still may not be 100% correct, but it may give us the correct average
savings, but for more work than we need to do, but I don't need to
rewrite code! Yet.
2017-05-24 22:04:43 -04:00
Michael Cook (mackal)
962fcc2e8a
Modernize Specialization mana savings
...
No idea how it worked in the past, this matches live and our AAs
assume we're on new system so fuck the old code.
2017-05-24 20:34:15 -04:00
KimLS
7189994b78
Many lua things many many things
2017-05-19 22:50:08 -07:00
Michael Cook (mackal)
6bdcfaaa71
Forgot ST_SummonedPet
2017-05-18 12:59:23 -04:00
Michael Cook (mackal)
5eba112b7a
Fix Crash introduced in last patch
2017-05-18 12:57:04 -04:00
Michael Cook (mackal)
5865948a8b
Fix ST_Pet item/AA casts
...
Modern clients don't require the pet to be targeted
2017-05-17 15:20:27 -04:00
Michael Cook (mackal)
9277665f5f
Fix consumption
...
Ahh not too sure why this is needed. We used the other field before
and the client is still displaying correct item clicky cast times
as well as food duration string ... Oh well
2017-05-17 15:03:14 -04:00
KimLS
4067397697
Merge branch 'master' into luamod
2017-05-15 23:18:28 -07:00
KimLS
28fd766278
Export many things
2017-05-15 15:46:19 -07:00
Natedog2012
abeeb80727
Fix SE_ResourceTap where 1000 base is 100% and math fix (ty kayen)
2017-05-13 07:30:57 -07:00
Michael Cook (mackal)
82776deb89
Pet commands only reply to master now (except leader)
2017-05-05 23:52:54 -04:00
Michael Cook (mackal)
6e70d12b0a
Add Mob::SayTo_StringID so we don't have to spam
2017-05-05 23:45:14 -04:00
Michael Cook (mackal)
d6b61b9163
Implement pet regroup
...
Tweaks to stop as well
2017-05-04 23:48:47 -04:00
Michael Cook (mackal)
0e96e6689a
Pet stop does not clear aggro
2017-05-04 23:08:46 -04:00
Michael Cook (mackal)
fe9fb72dff
Update pet command messages
2017-05-04 22:55:17 -04:00
Michael Cook (mackal)
7e2136a5a8
Implement Pet Command Stop
2017-05-04 22:28:48 -04:00
Michael Cook (mackal)
9f8ad1a32c
Fix pets ghosting if moving when you hit guard
2017-05-04 20:23:42 -04:00
Michael Cook (mackal)
15d81eee21
Remove unnecessary CastToNPC in PetCommands
2017-05-04 19:42:13 -04:00
Michael Cook (mackal)
84bcb3ac03
Use PetCommands SPA instead of GetAA
2017-05-04 17:48:32 -04:00
Michael Cook (mackal)
04cf511e4f
Clean up older clients PetCommand translations
2017-05-04 15:41:00 -04:00
Michael Cook (mackal)
21f02f4ce4
Move pet command/button defines to common.h
...
I didn't want to include pets.h everywhere
2017-05-04 13:36:08 -04:00
Akkadius
c1ee88a90e
Update eqemu_server.pl to use wget for windows for more reliable web requests that don't hang infinitely [skip ci]
2017-05-04 01:57:27 -05:00
Michael Cook (mackal)
8435fa269d
Pet Command hack for UF+
2017-05-04 01:39:24 -04:00
Michael Cook (mackal)
797c35230f
Screw bots! do later
2017-05-04 01:18:33 -04:00
Michael Cook (mackal)
2a97d980b7
Make TemporaryPets take into account pet power
2017-05-04 01:13:41 -04:00
Michael Cook (mackal)
9229ca4f79
Add OP_PetCommandState for ghold/hold
2017-05-04 00:27:42 -04:00
Michael Cook (mackal)
b3d8bcab4a
More pet command changes
...
Tweaks to attack
Initial implementation of ghold
Tweaks to hold
2017-05-03 23:41:06 -04:00
Michael Cook (mackal)
14c9ddf15a
Change pet attack to be live like
...
Classic behavior will be restored as a rule at a later date
2017-05-03 17:27:29 -04:00
Michael Cook (mackal)
3ca8ddbff1
Nuke PET_SLUMBER since they're wrong
2017-05-03 17:05:58 -04:00
Michael Cook (mackal)
baca139f9b
/pet leader should only cause NPCs to respond
...
Client also checks if it's an NPC so we got other bugs here ...
Shouldn't ever be sending this packet with a client targeted ...
2017-05-03 16:35:04 -04:00
Michael Cook (mackal)
34c535ef81
Fix Pet Equipment Sets
2017-05-01 15:11:57 -04:00
KimLS
0fd6815f81
Mods get their own file so i can take the big chunks of code out of lua parser
2017-04-30 00:30:23 -07:00
Michael Cook (mackal)
682dc35d80
Update README.md [skip ci]
2017-04-29 16:30:52 -04:00
Michael Cook (mackal)
cfd1b9a5ee
SoS message is only if they would otherwise see you
2017-04-28 13:52:16 -04:00
Michael Cook (mackal)
89587970dd
Add invis messages
2017-04-28 13:37:54 -04:00
Michael Cook (mackal)
4ab420ed99
Quick fix for RoF+ AugDistiller 0
...
This needs more work, but it works for now
2017-04-27 13:36:02 -04:00
KimLS
8d391a7e3f
Daybreak connection setting tweaks
2017-04-26 22:58:36 -07:00
KimLS
6d59baffaf
Basic mod setup only supports combat hooks for now I'll add a few more before i push this
2017-04-26 22:56:18 -07:00
Michael Cook (mackal)
34549a4bdb
Change clientpackets to std::deque from LinkedList
...
This should be better performance, but I couldn't really
push local testing to hit the performance issues ...
2017-04-25 02:13:31 -04:00
Akkadius
757c7f5b00
Merge pull request #615 from N0ctrnl/patch-4
...
Sodium library install on Debian
2017-04-24 21:31:56 -05:00
Kurt Gilpin
8a6c37f2d4
Sodium library install on Debian
2017-04-24 21:29:36 -05:00
KimLS
78a73cab85
Work on lua parser
2017-04-23 21:58:56 -07:00
Akkadius
69fd5cd249
Merge pull request #613 from Natedog2012/master
...
Fix effects over int16 on items and fix aeduration spells
2017-04-23 19:49:56 -05:00
Akkadius
051fd1b77b
Merge pull request #614 from N0ctrnl/patch-3
...
Update Fedora package install method
2017-04-23 19:36:47 -05:00
Kurt Gilpin
05ee69de55
Added Sodium libraries to Ubuntu/Debian
2017-04-23 15:53:29 -05:00
Kurt Gilpin
208918b57f
Added Sodium libraries to FC25
2017-04-23 15:19:40 -05:00