#Removed
By now I'd hope some have learned to make skills, and don't need mine anymore.
By now I'd hope some have learned to make skills, and don't need mine anymore.
Not all testers want to exploit your ideas and stuff.Besides the only way they could exploit was if you gave them all the data.You should keep making serversQuote:
Well... I'm no longer making a server, due to issues with finding reliable testers. Seems people just want to exploit everything for their benefit. But yah, to the point, I released Icicle before, Now with this patching, you'll keep Icicle, plus gain IceCircle (equivalent to FireCircle) and Avalanche (equivalent to FireofHell)
Make sure to backup your files before doing this, incase of issues.
[Only registered and activated users can see links. Click Here To Register...]
Then open your source, and go to database.cs (I've added the Icicle codes too, just incase someone uses this but never used my last release.)
add
If you have difficulties with the 2 new skills, try changing the red 1's to 3's, I think. If that's wrong, check your fire circle too find out what number should be used.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); SkillAttributes[5131] = new ushort[4][]; SkillAttributes[5131][0] = new ushort[6] { [COLOR="red"]1[/COLOR], 7, 150, 540, 0, 0 }; SkillAttributes[5131][1] = new ushort[6] { [COLOR="red"]1[/COLOR], 7, 170, 650, 0, 0 }; SkillAttributes[5131][2] = new ushort[6] { [COLOR="red"]1[/COLOR], 11, 190, 720, 0, 0 }; SkillAttributes[5131][3] = new ushort[6] { [COLOR="red"]1[/COLOR], 11, 210, 770, 0, 0 }; SkillsDone.Add(5131, 3); SkillAttributes[5132] = new ushort[4][]; SkillAttributes[5132][0] = new ushort[6] { [COLOR="red"]1[/COLOR], 3, 120, 180, 0, 0 }; SkillAttributes[5132][1] = new ushort[6] { [COLOR="red"]1[/COLOR], 3, 150, 240, 0, 0 }; SkillAttributes[5132][2] = new ushort[6] { [COLOR="red"]1[/COLOR], 3, 180, 310, 0, 0 }; SkillAttributes[5132][3] = new ushort[6] { [COLOR="red"]1[/COLOR], 3, 210, 400, 0, 0 }; SkillsDone.Add(5132, 3);
then search
replace withCode:else if (SkillId == 1002)
thenCode:else if (SkillId == 1002 || SkillId == 5130)
replace withCode:else if (SkillId == 1120)
thenCode:else if (SkillId == 1120 || SkillId == 5131)
replace withCode:else if (SkillId == 1165 || SkillId == 1160)
And you're done. Hope you enjoy. Leave thanks if you take this.Code:else if (SkillId == 1165 || SkillId == 1160 || SkillId == 5132)
Also note, the sound for Avalanche sorta sucks I guess... If you find a better sound, just name it Ice001, and replace the old one with it.