Results 1 to 10 of 10
  1. #1
    ossimc82's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    496
    Reputation
    42
    Thanks
    887
    My Mood
    In Love

    Fulmination Scepter Slowed Fix

    go to:
    wServer/realm/entities/player/Player.UseItem.cs

    and insert in line 585:

    Code:
                                    if (eff.ConditionEffect != null)
                                        targets[i].ApplyConditionEffect(new ConditionEffect()
                                        {
                                            Effect = eff.ConditionEffect.Value,
                                            DurationMS = (int)(eff.EffectDuration * 1000)
                                        });
    to make it look like:
    Code:
                                    targets[i].Damage(this, time, eff.TotalDamage, false);
                                    if (eff.ConditionEffect != null)
                                        targets[i].ApplyConditionEffect(new ConditionEffect()
                                        {
                                            Effect = eff.ConditionEffect.Value,
                                            DurationMS = (int)(eff.EffectDuration * 1000)
                                        });
                                    pkts.Add(new ShowEffectPacket()

  2. The Following 6 Users Say Thank You to ossimc82 For This Useful Post:

    Alde. (04-19-2013),Axeall (04-19-2013),CrazyJani (04-19-2013),Helzgoth (04-20-2013),HoffHorn (04-19-2013),Trapped (04-19-2013)

  3. #2
    CrazyJani's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    2,475
    Reputation
    170
    Thanks
    15,666
    So it doesn't include color fix? Atleast I'd appriciate if someone fixes the color too.

  4. #3
    Trapped's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    Italy.
    Posts
    584
    Reputation
    10
    Thanks
    449
    My Mood
    Asleep
    @CrazyJani Color fix? For what? The scepter effect already has the right color. @ossimc82 Thank you. I was thinking about doing it myself, didn't have the time tho.
    "The great merit of society is to make one appreciate solitude."
    Charles Chincholles, "Reflections on the Art of Life" (from fortune-mod)

  5. #4
    ossimc82's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    496
    Reputation
    42
    Thanks
    887
    My Mood
    In Love
    Quote Originally Posted by Trapped View Post
    @ossimc82 Thank you. I was thinking about doing it myself, didn't have the time tho.
    no problem

  6. #5
    CrazyJani's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    2,475
    Reputation
    170
    Thanks
    15,666
    Have you ever looked code of fulm? When using fulmination scepter the 'lazer' is orange. Fix for that would be awesome.

  7. #6
    Trapped's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    Italy.
    Posts
    584
    Reputation
    10
    Thanks
    449
    My Mood
    Asleep
    @CrazyJani Have you ever played Realm? It is orange on prod too.
    "The great merit of society is to make one appreciate solitude."
    Charles Chincholles, "Reflections on the Art of Life" (from fortune-mod)

  8. #7
    CrazyJani's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    2,475
    Reputation
    170
    Thanks
    15,666
    I know it is, but I just said it that way. And sorry I didn't mean to be mean : P
    You're awesome and your fixes are awesome!

  9. #8
    Trapped's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    Italy.
    Posts
    584
    Reputation
    10
    Thanks
    449
    My Mood
    Asleep
    @CrazyJani Oh if you mean editing the color of the lightning effect, you can change it in the XML.
    "The great merit of society is to make one appreciate solitude."
    Charles Chincholles, "Reflections on the Art of Life" (from fortune-mod)

  10. #9
    CrazyJani's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    2,475
    Reputation
    170
    Thanks
    15,666
    But changing it in XML is currently broken. I'd like to have fix for that.

  11. #10
    Trapped's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    Italy.
    Posts
    584
    Reputation
    10
    Thanks
    449
    My Mood
    Asleep
    @CrazyJani I will work on that, you can check my ****** (see my signature, click Follow!).
    "The great merit of society is to make one appreciate solitude."
    Charles Chincholles, "Reflections on the Art of Life" (from fortune-mod)

Similar Threads

  1. [Release] Fog key V1.2 -Slow Motion Bug Fixed!
    By DisturbedA7X in forum Minecraft Tools & Resources
    Replies: 21
    Last Post: 06-13-2012, 12:35 PM
  2. Possible fix for the slow patch of Crossfire
    By ryangu12 in forum CrossFire Help
    Replies: 8
    Last Post: 08-11-2010, 12:40 PM
  3. Fixing Slow CA?
    By rico_ben3 in forum Combat Arms Help
    Replies: 18
    Last Post: 05-31-2010, 05:51 PM