[New Skill] Icicle

03/19/2009 04:17 Incariuz#46
Yes, anything that was released by me, or has instructions on how to be done by me, is based for lotf versions. I still don't know why anyone even touches Binary versions, nothing can be done with them at all (atleast not to my knowledge). Sure people may trash LOTF, but it is a good source for people to learn some stuff hands on.
03/19/2009 11:18 araXis#47
Hmm this is so transparent u need to give to color then will be good ;D
03/19/2009 13:23 Incariuz#48
You could always use photoshop and change it yourself, rather then saying it's no good because it's transparent. Or if you'd rather, use the guide in my signature below, and create your own skills. Then show them off to the public, and see how many critisize your work. Especially the parts that you simply found in the client, and put to use.
03/22/2009 00:43 doku66655#49
Everything is cool, but how to make this skill enabled only for water taoz?
03/22/2009 00:49 Incariuz#50
Add it as a learnable skill from the water tao NPC section.
05/27/2009 16:45 marcos140595#51
Quote:
Originally Posted by Incariuz View Post
Well... It's nothing fancy, but here you go.

Note: Before downloading and setting this up, take note that this will replace the following files.

Edit: Exp requirements fixed, sound added. Skill officially complete.

Also, ignore the crummy graphic for the skill, it was just a quick make for testing. I'm personally in no rush to make it better right now.

-MagicType.dat
-Magic.ani
-Magic1.ani

Instructions...

-Download and Extract Conquer 2.0.rar
[Only registered and activated users can see links. Click Here To Register...] 2.0.rar
-Place over your client folder, all files will be added to required places.

Add to Database.cs

Code:
            SkillAttributes[5130] = new ushort[10][];
            SkillAttributes[5130][0] = new ushort[6] { 2, 0, 32, 505, 0, 0 };
            SkillAttributes[5130][1] = new ushort[6] { 2, 0, 36, 666, 0, 0 };
            SkillAttributes[5130][2] = new ushort[6] { 2, 0, 50, 882, 0, 0 };
            SkillAttributes[5130][3] = new ushort[6] { 2, 0, 64, 1166, 0, 0 };
            SkillsDone.Add(5130, 3);
search

Code:
            else if (SkillId == 1002)
            {
                if (Level == 0)
                    return 118246825;
                if (Level == 1)
                    return 277035437;
                if (Level == 2)
                    return 920692259;
                else return 0;
            }
replace top line with...

Code:
else if (SkillId == 1002 || SkillId == 5130)


Random screenshots...

[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

If you like this and are going to use it, press thanks.

Big Thanks to tao4229 for giving me some info on how to do this.

Thanks
06/01/2009 17:37 elionhoxha#52
where do i find database.cs?
08/24/2010 19:28 FcZ90#53
for what patch is this?
08/24/2010 19:38 _DreadNought_#54
Decker, Look at the dates, I would think 5095/5017 #Reported bumping old threeads
08/24/2010 22:45 Huseby#55
#Closed