Jump to content
  • 0

Script that make you big when transformed


Question

Posted

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.

2 answers to this question

Recommended Posts

  • 0
Posted
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
  • 1
Posted

@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)

 

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...