No description
Find a file
Image 963d40521e Albireo Stage First Update
Issue  - partially implemented cross zone spells.  Buffs will cross with you for self, group spells can re-attach if the caster enters the zone first.  Pet spells will recreate the pet, but name and other buffs to the pet do not persist cross zone.  WORK IN PROGRESS!!

Fix  - no sale option supported on merchants and saved to database, see additionalfields_mar6_2021.sql

Fix  - mastery skills all update now and relate to fizzle (ordination, ministration, etc)

Fix  - fizzle support added
	RULE_INIT(R_Spells, EnableFizzleSpells, "1"); // enables/disables the 'fizzling' of spells based on can_fizzle in the spells table.  This also enables increasing specialized skills for classes based on spells/abilities.
	RULE_INIT(R_Spells, DefaultFizzleChance, "10.0"); // default percentage x / 100, eg 10% is 10.0
	RULE_INIT(R_Spells, FizzleMaxSkill, "1.2"); // 1.0 is 100%, 1.2 is 120%, so you get 120% your max skill against a spell, no fizzle
	RULE_INIT(R_Spells, FizzleDefaultSkill, ".2"); // offset against MaxSkill to average out to 100%, default of .2f so we don't go over the threshold if no skill

Fix  - Brokers now use /frombroker instead of /itemsearch to show correct icon (money stack like merchants)

Fix  - implemented selling for status, no buy back, city merchant type (set merchant_type in spawn to 64) allows selling for status
2021-03-06 17:32:00 -05:00
cmake Add CMake for root + Login/WorldServer 2020-09-06 13:18:17 -05:00
Content @xonos icon extraction 2020-03-12 17:50:24 -04:00
DB/updates DB Update 2021-02-28 07:57:41 -05:00
EQ2 Albireo Stage First Update 2021-03-06 17:32:00 -05:00
installer Updated to V0.5.2 2020-06-05 01:29:54 +00:00
server Exe Update 2021-03-01 09:37:33 -05:00
.gitignore Update .gitignore 2020-04-16 10:08:31 -04:00
CMakeLists.txt Add CMake for root + Login/WorldServer 2020-09-06 13:18:17 -05:00
LICENSE.md Base 2020-02-28 09:17:24 -05:00
README.md Update 'README.md' 2020-06-08 20:41:56 +00:00

EQ2Emulator Project - ALPHA BUILD

Visit https://www.eq2emu.com for more project details, wiki and server installation instructions.

Building/Compiling

Linux Compile Instructions: On our Wiki

Authors

Project team site at EQ2EMu and ZekLabs

License

This project is licensed under the GNU General Public License - see the LICENSE.md file for details