Emagi
be924b2306
Fix custom spells persisting cross zone, food/drink as an example
2022-10-30 16:39:29 -04:00
devn00b
7c95b36ac2
Fix for issue #489 . Secondary/Ranged were returning the delay of the main hand.
2022-10-30 08:58:24 +00:00
Emagi
e61d213e2c
Merge branch 'master' of https://git.eq2emu.com/devn00b/EQ2EMu
2022-10-29 14:25:50 -04:00
Emagi
ed37fd5d1e
move gender command to /modify character set gender x, fixed log message for name filter
2022-10-29 14:23:15 -04:00
image
d9ef43ff61
Update 'EQ2/source/common/EQStream.cpp'
...
fix length check to avoid buffer overflow
2022-10-29 18:21:16 +00:00
Emagi
d0b125c913
Fix aggro radius checks to do a line of sight check
2022-10-29 14:11:02 -04:00
Emagi
c2068993ea
Fix #320 persist pet name cross zone
2022-10-28 09:45:47 -04:00
Emagi
8b2549d178
Fixed pets spawn script to not inherit other spawns
2022-10-28 08:45:29 -04:00
Devn00b
9d2dc8f186
Added Heirloom check to shared bank.
2022-10-28 00:01:26 -07:00
Devn00b
d28af745d8
Fix for issue #481 . Added check to prevent sale of bags with items in them
2022-10-27 21:01:19 -07:00
devn00b
63b2c7d54c
Fix for issue #479 . Rewrite of GetSpeed Function.
2022-10-27 22:21:55 +00:00
Devn00b
6dd2e6680a
Fix for issue #476 . Lua forced language change on learning new languages.
2022-10-26 19:33:38 -07:00
devn00b
9f83a0c211
Fix for /set_language 0 crashing server.
2022-10-27 01:10:50 +00:00
Emagi
6ba2dbcedb
some additional locks that can be shared
2022-10-26 17:47:44 -04:00
Emagi
704122cce2
Fix #488
2022-10-26 15:06:19 -04:00
Emagi
83ec8af494
accidentally reverted checkflag2 fix on no_repair
2022-10-26 09:33:34 -04:00
Emagi
3dcf790bff
Fix #487
2022-10-26 09:31:54 -04:00
Emagi
d2bc92e612
Merge branch 'master' of https://git.eq2emu.com/devn00b/EQ2EMu
2022-10-25 19:46:54 -04:00
Emagi
0ac12173fe
Remove LUA SpawnList design, changed GetSpawnListByID and its adjacent lua functions to use lua tables
2022-10-25 19:46:44 -04:00
devn00b
8827b79dcb
Fix for non-dual wielding classes being able to dual wield. Fixes issue #482
2022-10-25 10:53:43 -07:00
devn00b
46962e63e4
EQ2World exe Update
2022-10-25 06:03:47 +00:00
Emagi
20dc65d14d
Merge branch 'master' of https://git.eq2emu.com/devn00b/EQ2EMu
2022-10-24 18:17:16 -04:00
Emagi
f57a91d0cb
protection for lua user data inner data being deleted, protection around conversation options
2022-10-24 18:17:02 -04:00
devn00b
8fe89359e8
Fix for possible crash in SaveCharacterPicture related to stringstream.
2022-10-24 21:15:28 +00:00
devn00b
0150897b82
Loginserver EXE update.
2022-10-24 19:11:53 +00:00
devn00b
70f564e16d
Loginserver crashfix on equipment updates with Windows.
2022-10-24 19:11:15 +00:00
devn00b
b9f3798fcd
Windows Login EXE update.
2022-10-23 23:46:43 +00:00
devn00b
06d32e556f
Disable SetServerEquipmentAppearances on windows. Temporary crash fix.
2022-10-23 23:45:59 +00:00
Emagi
81552ccbae
attempt to address #484
2022-10-23 12:18:29 -04:00
devn00b
7a2769fc27
Update Server folder Quests to Current
2022-10-16 17:40:14 +00:00
devn00b
4d1df27b73
Updated Windows World EXE
2022-10-15 18:02:31 +00:00
Emagi
b214c9afec
Fix #477 - spells healing twice, targets listed twice in id
2022-10-15 13:33:40 -04:00
Emagi
fa5357df7a
lastly disable debug again.. hah
2022-10-14 10:04:13 -04:00
Emagi
f039a63f65
Fix the offset check
2022-10-14 10:00:54 -04:00
Emagi
4782e9acb7
Merge branch 'master' of https://git.eq2emu.com/devn00b/EQ2EMu
2022-10-14 09:21:49 -04:00
Emagi
0fd1f778b0
support for RSA key decryption within a op_appcombined packet
2022-10-14 09:21:21 -04:00
devn00b
6f00a342b3
Update Windows login EXE.
2022-10-13 23:23:16 +00:00
devn00b
5deed495d8
Fix for LoginServer crash when logging out on windows.
2022-10-13 23:22:06 +00:00
Emagi
825c57010e
- Reward / Temp Reward now stack count by item id when putting in player inventory, not single item
...
* Current caveat is the display in the reward box shows them as individual items, the count display was not working.
- Crash fix for Client::GetPendingQuestAcceptance, accepting quest reward after deleting quest
- Addressed temporary quest reward continuously trying to assign reward when quest was deleted
- Fixed sql escape issue with GM /castspell search_string
2022-10-12 21:05:59 -04:00
Emagi
40b156387a
- Reward / Temp Reward now stack count by item id when putting in player inventory, not single item
...
* Current caveat is the display in the reward box shows them as individual items, the count display was not working.
- Crash fix for Client::GetPendingQuestAcceptance, accepting quest reward after deleting quest
- Addressed temporary quest reward continuously trying to assign reward when quest was deleted
- Fixed sql escape issue with GM /castspell search_string
2022-10-12 21:02:05 -04:00
devn00b
0f5d09eb25
Update loginserver makefile for c++17
2022-10-12 21:48:12 +00:00
devn00b
6f308a1bd6
Updated windows loginserver exe to c++17.
2022-10-12 20:26:51 +00:00
devn00b
7bd353380d
Update Windows Loginserver build to c++17.
2022-10-12 20:25:12 +00:00
devn00b
cb735b4cd0
Merge branch 'master' of http://git.eq2emu.com:3000/devn00b/EQ2EMu
2022-10-11 22:21:00 +00:00
devn00b
dfc8d6d8c3
Fix for warnings on windows compile due to depreciated compiler hint: register
2022-10-11 22:20:39 +00:00
devn00b
393704d27f
Windows EXE update.
2022-10-11 21:17:15 +00:00
Emagi
10c34ec76a
- crash fix to address short length of packet
...
- protection for crash on decrypt with embedded packets before receiving rsa key
- fix for 69 byte packet with crypto key processing, no longer hang on login/crash client/crash server
2022-10-11 14:37:42 -04:00
Emagi
6ebfdd92af
forgot the header file .. lol
2022-10-10 16:47:43 -04:00
Emagi
8c004a5c86
disable debug
2022-10-10 15:48:47 -04:00
Emagi
d093f5d3dd
oop fix for AppCombined packet creation in handling embedded packets subset
2022-10-10 15:48:00 -04:00