Jump to content
  • 0

Animation script?


Talon

Question


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  78
  • Reputation:   1
  • Joined:  09/01/14
  • Last Seen:  

Hi, I'm looking for an animation display when player click on the npc. I'm currently using this      skilleffect 61,1;    but the problem is I don't want the skills name to be displayed. Any other way we can make an animation on a character? Because pairing with       specialeffect 110,  and     soundeffect "anubis_move.wav",   would look much more nicer than some event's npc. Please help me, thanks :)

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10018
  • Reputation:   2372
  • Joined:  10/28/11
  • Last Seen:  

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  78
  • Reputation:   1
  • Joined:  09/01/14
  • Last Seen:  

I can't see the link, eathena's forum can't be registered anymore... mind provide me the .txt?

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10018
  • Reputation:   2372
  • Joined:  10/28/11
  • Last Seen:  

prontera,155,180,4	script	Animation	100,{
soundeffect "badapple.wav",0;
set .@t,46;
	for(set .@i,1;.@i<=9;set .@i,.@i+1){
		cutin "aa0"+.@i,4;
		sleep2(.@t);
		cutin "",255;
	}
	for(;.@i<=1000;set .@i,.@i+1){
		cutin "aa"+.@i,4;
		sleep2(.@t);
		cutin "",255;
	}
	for(;.@i<=2000;set .@i,.@i+1){
		cutin "aa"+.@i,4;
		sleep2(.@t);
		cutin "",255;
	}
	for(;.@i<=3000;set .@i,.@i+1){
		cutin "aa"+.@i,4;
		sleep2(.@t);
		cutin "",255;
	}
	for(;.@i<=4381;set .@i,.@i+1){
		cutin "aa"+.@i,4;
		sleep2(.@t);
		cutin "",255;
	}
	mes " ";
	close2;
	cutin "",255;
	end;
}

credit to goddameit.

 

How to get the cutin/pictures ..

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...