mangosArchives / Mangos-One-server-old

This repo has been moved to https://githubs.com/mangosone/server
http://getmangos.eu/
GNU General Public License v2.0
95 stars 54 forks source link

Grounding totem bug #57

Open InkVisible opened 12 years ago

InkVisible commented 12 years ago

Grounding totem does not disappear after taken enemy's cast

Ve1vet commented 12 years ago

This is database bug, not mangos, you change something in spell_proc_event. By default it works fine. Grounding catches warrior charge/intercept & all non magic skills, this is bug of mangos.

InkVisible commented 12 years ago

Strange...database clean latest from repo..

Ve1vet commented 12 years ago

Then mangos database bad. Because i have other database and it works. Mngos cange something in spell_proc_event. If you install clean mangos without database you will see that grounding works.

overy commented 12 years ago

any solutin ?

ghost commented 12 years ago

is there other databse for mangos 2.4.3 out there ? @vovk

InkVisible commented 12 years ago

here i found https://gitorious.org/atlantiscore/silvermoon database of atlntiscore (mangos-one with custom patches), not tested

Ve1vet commented 12 years ago

There is 4 databases for 2.4.3 or even 4. UDB, YTDB, Silvermoon and Mangos based on UDB. InkVisible, this is Silvermoon database, whitch i'm trying to bring to mind... But it has not been updated since 2008...

Ve1vet commented 12 years ago

overy, in spell_proc_event should be next string ( 8178, 127, 0, 0, 0, 0, 0, 65536, 0, 0, 0 )

shlainn commented 12 years ago

Current mangos-one/database has: {8178,127,0,0,0,0,0,65536,0,0,0}

Ve1vet commented 12 years ago

Then as usualy something was "fixed" in code in last month, try to found out what... Because i have revision 1568 and grounding works and dissapears after taken enemy cast. But... actually i think this is database. Bacause not long time ago i played with this ( 8178, 127, 0, 0, 0, 0, 0, 65536, 0, 0, 0 ) string. And when i change some values, i get that effect, that grounding buf didn't dissapears and redirect infinity spells...

Ve1vet commented 12 years ago

I don't now. I update mangos to last rev, grounding works. So, look in your datbse what wrong with it. Where to look i show. Bug with, redirecting physical skills still works of cource.

InkVisible commented 12 years ago

I'll take a look at YTDB, http://svn2.assembla.com/svn/ytdbase/Burning%20Crusade/ ... update will take a piece of time