-
1 Attachment(s)
RustEmu core v2
Hello guys!
I think time to present my fork of Trinity such as repack.
http://rustemu.org/
Attachment 724
* Implement Blink v4 for REv2 (read more)
blink in abyss
blink by path ( rechecking each step )
where player can walk - blink will available there
implemented check on dynamic objects (locked doors and etc)
implemented total path of blink.
https://www.youtube.com/watch?v=wpymzrkwNTg
* implement Master Call (read more)
* pet should moving at player
* in melee distance cast spell (for remove root-effects)
* after cast will going at his (pet, not player) target
https://www.youtube.com/watch?v=iXM_QrvKRpY
* implement Spell Dancing Rune Weapon (read more)
* copy 50% of melee damage
* special abilities damage
https://www.youtube.com/watch?v=11ZAhByCZj0
* rewrite break Stealth and modify Stand State (read more)
Currently, only harmful CC spells will break stealth and modify the unit stand state.
This behaviour is wrong. Any harmful spell hit should break stealth and modify the stand state.
There are a few exceptions for this mechanic, such as:
- Mass Dispel (priest spell ID 32375, 32592, 39897)
- Earthbind Totem (Pulse) (spell ID 3600)
- Distract (rogue spell ID 1725)
___________________________
It's from big changes, other commits you can see on github
Files of server + dbc/maps/vmaps/mmaps : here
SQL files for databases (realmd, characters, world) : here
Accounts : admin 123456; test 123456
-
-
update:
* fixed Core/Spell: Titan Grip Penalty (warrior)
* fixed Steady Shot damage (hunter)
* fixed Shadowmeld (night elf)
* fixed Fix drop stealth by Slice and Dice (rogue)
* fixed Living bomb (Fixed check on AOE for all nearest targets, when cast explosion) (mage)
* fixed Pets and LoS - available to use spells of pets on target in LoS or Out of Range
very important changes:
http://www.ac-web.org/forum/venise/smilies/smile.gif
Fear effect (priest/warlock/warrior) :
* fixed Movement Fear visual bug
http://www.ac-web.org/forum/venise/smilies/smile.gif
Confuse effect (polymorph, blind, scatter shot (right movement position and right orientation bug)):
before : https://www.youtube.com/watch?v=WJe24fYTgkw
after: https://www.youtube.com/watch?v=7dmc9-Nsrys
http://www.ac-web.org/forum/venise/smilies/wink.gif
* Fix npc drop under texture. (fixed Collision check in Target Movement Generator)
(Try to check this place on your server!)
It's from big changes, other commits you can see web-site
___________________________
Files of server + mysqllib.dll : here
Files of dbc/maps/vmaps/mmaps/Cameras : here
___________________________
now new revision of RE with implemented mysql-server ( just download-click-play )
Repack already haveuniform server-mysql server
For start server :
1) RustEmu_Repack_[25781]/mysql_start.bat (for stop mysql-server - mysql_stop.bat)
2) RustEmu_Repack_[25781]/authserver.exe
3) RustEmu_Repack_[25781]/worldserver.exe
In-Game Accounts : admin 123456; test 123456
-
-