Locus Scape
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Locus Scape

Locus Scape Forum's.
 
HomeLatest imagesSearchRegisterLog in

 

 [TuT] Adding GS Special 503+ [TuT]

Go down 
AuthorMessage
Locus Scape - Matt
Admin
Locus Scape - Matt


Posts : 17
Join date : 2009-03-07
Age : 33
Location : New York.

[TuT] Adding GS Special 503+ [TuT] Empty
PostSubject: [TuT] Adding GS Special 503+ [TuT]   [TuT] Adding GS Special 503+ [TuT] Icon_minitimeSun Mar 15, 2009 9:07 pm

I'm gonna show u how to add a good godsword special attack in ur 503.

Tested server. Rockhard Scape 503
Download Link : http://www.mediafire.com/?70arojxiq8t
The client and server are together no cache needed.
Difficulty: 4/10

Files/Classes Modified: ActionButtons

CODE
public class ActionButtons {
public ActionButtons(Player p) {
if (p == null || p.inStream == null) {
return;
}
int interfaceId = p.inStream.read2Bytes();
int buttonId = p.inStream.read2Bytes();
switch (interfaceId) {

Under that put this.

CODE
case 81:
if (buttonId == 26 && p.equipment[3] == 11694) {//armadyl
p.requestGFX(1222,1);
p.requestAnim(7074,1);
}//coded by Donny from www.rune-server.org


if (buttonId == 26 && p.equipment[3] == 11696) {//bandos
p.requestGFX(1223,1);
p.requestAnim(7073,1);
}


if (buttonId == 26 && p.equipment[3] == 11698) {//saradomin
p.requestGFX(1220,1);
p.requestAnim(7071,1);
}


if (buttonId == 26 && p.equipment[3] == 11700) {//zamorak
p.requestGFX(1221,1);
p.requestAnim(7070,1);
}
break;

Save compile. And ur finished.



--------------------

Credits: 100% To Me cheers .
Back to top Go down
https://runelocus.board-directory.net/
 
[TuT] Adding GS Special 503+ [TuT]
Back to top 
Page 1 of 1
 Similar topics
-
» [TuT] D Claws 4 Hit Special [TuT]

Permissions in this forum:You cannot reply to topics in this forum
Locus Scape :: 508+ Tutorials.-
Jump to: