Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

99% working "Enrage"[Fixed]

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jul 6, 2007
Messages
25
Reaction score
0
The credit goes for the guy who made Rage and jwshan for get combo and advanced combo to work, and a bit for me :p!

Now it check if you have up to 10 orbs!
Now it consumes the 10 orbs!


First, you need:
[Release] Real working Combo Attack including Advanced Combo and correct animations
added to you server pack

Now here we go

Look for the similar codes at Skills.cpp and add:

Code:
else if(strcmp(name, "end1121010") == 0) Skills::end1121010(player); // Enrage - Hero
Code:
    else if(skillid == 1121010){ // Enrage - Hero
        timer->stop(player, "end1121010");
        end1121010(player);
    }
Code:
else if(skillid == 1121010){ // Enrage - Hero
       if(player->getCombo()==10){
        vals.push_back(skills[skillid][level].watk);
        timer->stop(player, "end1121010");
        SkillsPacket::useSkill(player, Maps::info[player->getMap()].Players , skillid, skills[skillid][level].time*1000, (char)0x1, 0, 0, 0, 0, 0, 0, 0, vals, 1);
        timer->setSkillTimer(player, "end1121010", skills[skillid][level].time*1000);
            Skills::clearCombo(player);
        }
    }
Code:
void Skills::end1121010(Player* player){ // Enrage - Hero
    SkillsPacket::endSkill(player, Maps::info[player->getMap()].Players, (char)0x1, 0, 0, 0, 0, 0, 0, 0, 1);
}
And we are done wiht the Skills.cpp file

Now you have to add this:
Code:
    static void end1121010(Player* player); // Enrage - Hero
to Skills.h, you should look for the similar lines..

Now download the skill xml and paste it on skills folder.
Code:
[URL="http://rapidshare.com/files/108786283/1121010.xml"]RapidShare[/URL]

[URL="http://www.mediafire.com/?emumggzjx1d"]MediaFire[/URL]

[URL="http://www.megaupload.com/?d=Y907QUVU"]MegaUpload[/URL]
This is tested and its working

You need full combo's orbs gained to get working this skill, but i dont know if this skill should get the combo to 0 orbs cuz i havent played a hero on gMS, if someone know tell me and ill try to add the reset combo orbs thing.

and sorry about my enlgihs, i hope you all understand.

Note: If you only got 9 orbs you will be able to use it, but you wont get any effects.

Edit:Weapon Defense thing is removed.
Edit2:Fixed Orbs check and Orbs consume.
 
Last edited:
Newbie Spellweaver
Joined
Apr 15, 2008
Messages
5
Reaction score
0
Re: [Relase] Almost100% working "Enrage"

sweet! im adding right now! I was waiting for this!!
 
Experienced Elementalist
Joined
Aug 22, 2007
Messages
295
Reaction score
1
Re: [Relase] Almost100% working "Enrage"

Testing
Awesome job!!!@
 
Newbie Spellweaver
Joined
Apr 13, 2008
Messages
81
Reaction score
2
Re: [Relase] Almost100% working "Enrage"

Thanks man. Good job.
 
Master Summoner
Joined
Apr 2, 2008
Messages
538
Reaction score
0
Re: [Relase] Almost100% working "Enrage"

why do u thank him if u dont even kno if it works?
 
Newbie Spellweaver
Joined
Jul 6, 2007
Messages
25
Reaction score
0
Re: [Relase] Almost100% working "Enrage"

why do u thank him if u dont even kno if it works?
And how do you know if him have tested the skill?
i have tested it already and it works...
 
Custom Title Activated
Loyal Member
Joined
Apr 5, 2008
Messages
1,025
Reaction score
5
Re: [Relase] Almost100% working "Enrage"

rapidshare is so gay..

Please enter all letters having a "IMAGEOFCAT" below.
Four letters with a "IMAGEOFCAT"

and then i see 6 letters wtf!
 
Newbie Spellweaver
Joined
Apr 13, 2008
Messages
81
Reaction score
2
Re: [Relase] Almost100% working "Enrage"

if Enrage is supposed to clear combo, its not that hard I think you just have to edit a small part in mobs.cpp. Right? o_o
 
Junior Spellweaver
Joined
Apr 10, 2008
Messages
131
Reaction score
45
Re: [Relase] Almost100% working "Enrage"

You're good, Enrage does not consume orbs. It just needs all 10 to be there.

Pretty sure Enrage does not alter weapon defense, though. Guess if it has no value, it can't hurt.
 
Custom Title Activated
Loyal Member
Joined
Apr 5, 2008
Messages
1,025
Reaction score
5
Re: [Relase] Almost100% working "Enrage"

ty for putting up mirrors ^-^
 
Experienced Elementalist
Joined
Apr 2, 2007
Messages
260
Reaction score
1
Re: [Relase] Almost100% working "Enrage"

Enrage doesn't do anything to Weapon Defense.



And its not supposed to use up all of the combo counters... At least I don't think so.
 
Newbie Spellweaver
Joined
Jul 6, 2007
Messages
25
Reaction score
0
Re: [Relase] Almost100% working "Enrage"

Enrage doesn't do anything to Weapon Defense.



And its not supposed to use up all of the combo counters... At least I don't think so.

Thanks for the info
 
Newbie Spellweaver
Joined
Jun 9, 2007
Messages
36
Reaction score
0
Re: [Relase] Almost100% working "Enrage"

Thanks for the info


Since you have this working, do you think it would be easy for you to do beholder? Since they're both buffs o_0.



We're owning odin badly right now in terms of progress xD
 
Newbie Spellweaver
Joined
Jul 6, 2007
Messages
25
Reaction score
0
Re: [Relase] Almost100% working "Enrage"

Since you have this working, do you think it would be easy for you to do beholder? Since they're both buffs o_0.



We're owning odin badly right now in terms of progress xD

Beholder is a summoning skill, and i dont have a higth level dk to sniff packets from that skill...
 
Experienced Elementalist
Joined
Apr 2, 2007
Messages
260
Reaction score
1
Re: [Relase] Almost100% working "Enrage"

Beholder is a summoning skill, and i dont have a higth level dk to sniff packets from that skill...

Not the only one T_T. Now I wish I abused the Power Guard exploit >_>
 
Junior Spellweaver
Joined
Jul 30, 2005
Messages
100
Reaction score
4
Re: [Relase] Almost100% working "Enrage"

You're good, Enrage does not consume orbs. It just needs all 10 to be there.

Pretty sure Enrage does not alter weapon defense, though. Guess if it has no value, it can't hurt.
Altho the game says:

Description: Temporarily increases the attacking ability by using up the 10 combo counters.

But since most say it doesn't consume orbs, I guess they don't. ;P
 
Experienced Elementalist
Joined
Apr 2, 2007
Messages
260
Reaction score
1
Re: [Relase]100% working "Enrage"

Nobody here has a Hero >_>

We're talking in speculation, besides, not that hard to make em consume it.
 
Experienced Elementalist
Joined
Dec 7, 2006
Messages
294
Reaction score
0
Re: [Relase]100% working "Enrage"

I've have been both Hero and DK, and yes, it consumes orbs.
 
Status
Not open for further replies.
Back
Top