Jump to content
  • 0

Script that make you big when transformed


AsurielRO

Question


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  67
  • Reputation:   2
  • Joined:  05/01/20
  • Last Seen:  

Hi guys i want to request a item script that make you transform into a monster but with bigger sprite like size 1
Example item 5497, after hitting monsters you will be transform into a edda and your size will become 1 and after the duration you will go back to normal size and character look again.

Thank you.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

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

autobonus "{ callfunc "F_BlackKingBar"; }",500,10000,BF_WEAPON;
function	script	F_BlackKingBar	{
	atcommand "@effect 123456"; // TODO: change to enlarge effect.
	sleep2 10000;
	atcommand "@effect 123456"; // TODO: repeat to end the effect.
	end;
}

i don't remember which effect allow user to growth in size. find the id and change it.

  • Love 1
Link to comment
Share on other sites

  • 1

  • Group:  Forum Moderator
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  1268
  • Reputation:   382
  • Joined:  02/03/12
  • Last Seen:  

@Emistry Pretty sure you could just the the commands for it... It's like @size 1-3 or something.

Quote

@size <1-3> Changes your size (1-Smallest 2-Biggest 3-Normal)

 

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...