PDA

View Full Version : [Emulous 1.7] Flashing sideicons.



Fire cape
June 24th, 2010, 19:19
Flashing sideicons.

Description: Adding flashing sideicons.
Assumed Knowledge: Copy & paste.
Tested Server: Emulous 1.7.
Files/Classes modified: PlayerAssistant.
Difficulty: Easy.

Firstly,

Find your PlayerAssistant class.
This can ususaly be found by folowing this path.

server > model > players.

Add this into your PlayerAssistant class.

public void flashSideBar(int i) {
if(c.getOutStream() != null && c != null ) {
c.getOutStream().createFrame(24);
c.getOutStream().writeByteA(i);
c.flushOutStream();
}
}

Useage:

flashSideBar(id here);

Id list:

0 - Attack sidebar.
-1 - Skill sidebar.
-2 - Quest sidebar.
-3 - Inventory sidebar.
-4 - Wearing sidebar.
-5 - Prayer sidebar.
-6 - Magic sidebar.
-7 - Empty.
-8 - Friend sideicon.
-9 - Ignore sideicon.
-10 - Logout sideicon.
-11 - Settings sideicon.
-12 - Emotes sideicon.
-13 - Music sideicon.

Division
June 24th, 2010, 19:22
Wow looks good!

Trapt
June 24th, 2010, 19:28
Pictures please?

Fire cape
June 24th, 2010, 19:30
Pictures please?

I can not show a picture of something that is flashing.

icereign2
June 24th, 2010, 21:07
video then..

balla_
June 24th, 2010, 22:16
is this for when you like l*****p?

Anthony`
June 24th, 2010, 22:19
Did you happen to get all these packet ids from my thread?

firescape_team
June 24th, 2010, 23:04
Nice work.

Mohammad
June 25th, 2010, 10:58
does it work for devolution?