Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Brewfest] Down with the Dark Iron (full event) [$10 Bounty] #3620

Open
JasperAppec opened this issue Oct 21, 2011 · 40 comments
Open

[Brewfest] Down with the Dark Iron (full event) [$10 Bounty] #3620

JasperAppec opened this issue Oct 21, 2011 · 40 comments

Comments

@JasperAppec
Copy link
Contributor

You will have to replace the RAND define in snake script in npcs_special to RAND_SNAKES since it's also a function.
I'd like to thank Josh, Shauren and some other guys who helped me with this.

C++
https://gist.github.com/1305188

SQL
https://gist.github.com/1305191

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@ghost ghost assigned JasperAppec Apr 15, 2012
@nelegalno
Copy link
Contributor

Has anyone tested this?

@LuckerNr1
Copy link

i am currently testing with someone else, but need some changes
current state is this sql
edit: newest version http://pastebin.com/CPTya0AP
put SET @Guid in line 44 since the big guids led to typos
all wrong target_type's should be fixed (content of target_type sometimes in action_param6)
also updated quest_template querys to match current table version

@gpascualg
Copy link
Contributor

I tested @Discover's code and it is causing a critical error on the client due to stack overflow.
I'll test your's @LuckerNr1 in a moment and report back.

@LuckerNr1
Copy link

the core part is changed as well but not from me, need to ask for permission to post, since its a private repo

@Amit86
Copy link
Contributor

Amit86 commented Sep 24, 2012

the client still crashes +

spell_gen_dark_iron_knockback_test, i cant find the code for this part and yet its still in the sqls

@gpascualg
Copy link
Contributor

Is it crashing for you @LuckerNr1? If not the problem might be within the c++ itself, although I highly doubt it.
I don't know that much about SAI as to investigate what's not working or causing the stack overflow. I noticed a lot of spawns at the same time, which might be the issue, but I don't really know.

@LuckerNr1
Copy link

got the permission for posting the c++ part
c++
http://pastebin.com/3ykyHzPB
updated sql still most credit to @Discover-
http://pastebin.com/CPTya0AP

notes:

  • sript ran complete without crash and quest at the end was acceptable
  • one spellhack for 42436 cause of problem with target type 110
  • there seems to be a problem with multiple summoned gobs ( Mole Machines), they don't despawn. so you have invisible blocks covering the whole place after the event. @Discover- wrote in his sql"they dissapear through another object which makes the despawn animation" but i couldn't find out which one. if im correct, sai still doesnt support gob despawn.

@Vasago
Copy link

Vasago commented Sep 30, 2012

Any news about this?

@JasperAppec
Copy link
Contributor Author

@LuckerNr1: who gave you permission? And since when do you even need permission to share code that was originally written for opensource?

@LuckerNr1
Copy link

  1. the one who updated your code
  2. since it's from a private repo

@milotic
Copy link

milotic commented Sep 19, 2013

LuckerNr1 patch need update this
case 42436: // Braufest: Drink!
- spellInfo->EffectImplicitTargetA[0] = TARGET_UNIT_TARGET_ANY;
- spellInfo->EffectImplicitTargetB[0] = 0;
+ spellInfo->Effects[EFFECT_0].TargetA = SpellImplicitTargetInfo(TARGET_UNIT_TARGET_ANY);
+ spellInfo->Effects[EFFECT_0].TargetB = SpellImplicitTargetInfo(0);

@ghost
Copy link

ghost commented Sep 20, 2013

Is there anyway to get the achievement ? I could not add the achievement for this.

@milotic
Copy link

milotic commented Sep 20, 2013

achievement is for complete quest, this script is for mechanic for get this quest.

@ghost
Copy link

ghost commented Sep 20, 2013

@milotic
Do you get the achievement for completing the quest and does that patch still work. I can't get it to work to try it out.
I tried to manually give myself the achievement and it wouldn't do it.

@Anonymous2
Copy link

Can some good soul update the c++ and sql files for latest trinity 4.3.4?

@elperro22
Copy link

The client still crashes with Stack Overflow error in last tc release.

@ghost
Copy link

ghost commented Sep 29, 2014

@elperro22

The client still crashes with Stack Overflow error in last tc release.

Even if "last tc release" is accurate to you right now, that statement loses its meaning within a few days, maybe just some hours. Please add the core hash and TDB version to your post.

@elperro22
Copy link

Tranks for your reply and sorry about this one. Every day I download the last changes from git and update my TDB, I don't know how can I check the hash of my version.

@nelegalno
Copy link
Contributor

@elperro22 the easiest way is by opening the Server.log file and checking the 4th line - the string right after "TrinityCore rev. " or you could copy/paste the whole line.

@Aokromes
Copy link
Member

Or simply look the last row after server startup.

@elperro22
Copy link

Thanks!! Mmmm it's strange, in the two lines it's this one "TrinityCore rev. unknown 1970-01-01 00:00:00 +0000 (Archived branch) (Win32, Release) (worldserver-daemon)"

@elperro22
Copy link

Thank you Aokromes. 961aaf5 is the version.

@elperro22
Copy link

The C++ code is the same so I edited SQL code to this one http://pastebin.com/ZecUfAvf

@elperro22
Copy link

Now I have b74ef3f and TDB 56 and the issue persist.

@digz6666
Copy link

digz6666 commented Oct 5, 2015

Anyone giving love to this issue :)

@Kittnz
Copy link
Member

Kittnz commented Oct 7, 2015

Maybe a status update would be nice, what is working and what is not? Are some parts already implemented?

@JasperAppec
Copy link
Contributor Author

Sorry I have no clue. It's been 4 years since I did this, code style is horrible too.

@Aokromes
Copy link
Member

Anyone can takeover this fix and make a PR with the needed parts?

@Tauriella
Copy link
Contributor

Any News ?

@JasperAppec
Copy link
Contributor Author

Holy shit, this is already 6 years ago?!

@Kittnz
Copy link
Member

Kittnz commented Sep 27, 2017

I might check into this again too.

@Kittnz Kittnz self-assigned this Sep 27, 2017
@peycho
Copy link

peycho commented Sep 30, 2017

Did anyone test it?

@ghost ghost changed the title [Brewfest] Down with the Dark Iron (full event) [Brewfest] Down with the Dark Iron (full event) [$10 Bounty] Sep 30, 2017
@ghost ghost added the bounty label Sep 30, 2017
@Kittnz Kittnz removed their assignment Sep 25, 2018
@funjoker
Copy link
Member

@peycho make sure to redeploy or withdraw your bounty. New TOS of bountysource will "steal" your money if you dont do so.

@peycho
Copy link

peycho commented Jun 17, 2020

I'm not sure how to do that...

@funjoker
Copy link
Member

@peycho you can write an email at their support.
May check your mails. It’s described in there

@peycho
Copy link

peycho commented Jun 17, 2020

My gosh. I read the e-mail now.
WTF, that's illegal.

Thanks @funjoker

@peycho
Copy link

peycho commented Jun 18, 2020

I wrote them:

Hello.
That's kinda illegal if you ask me.
It's more like: Hey we will collect some of the bounties with no reason.
If this is an joke, it's not funny.

If you're intending to do such changes, implement the option in the site so the people can withdraw their bounty when nobody can solve their issue. You can still collect your commission.

My account is ...........
Refund my open bounties and you can cancel my account, otherwise you'll meet my lawyer and that would be fun.

With no regards.
P.

Today's e-mail from bountysource:

Withdrawal of new Terms of Service
Yesterday, we communicated a change to the Bountysource Terms of Service (ToS) agreement.
These changes have been withdrawn and the ToS reverted to its prior state.
The ToS will be revised and clarified in the future.

Thankyou

I guess they came to conclusion that this is actually really wrong.

@TQPS
Copy link

TQPS commented Sep 20, 2021

Came here to log for Brewfest 2021 but found this post

@Krutok
Copy link

Krutok commented Sep 24, 2023

It's a real shame that all the standard events don't work properly.

I used the search a bit and see that the events are all neglected, which I think is a real shame :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests