Jump to content
  • 0

Requesting Parade Script


Yonko

Question


  • Group:  Members
  • Topic Count:  166
  • Topics Per Day:  0.04
  • Content Count:  789
  • Reputation:   50
  • Joined:  04/16/12
  • Last Seen:  

Hi, Rathenians.

I would like to request a parade script which the concept is like on the picture link

http://i39.tinypic.com/jr2viv.jpg

Every 5 seconds there will a monster will spawn on "X" position and marches through the "Y" position and vanished. Thanks!

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  236
  • Reputation:   12
  • Joined:  03/07/12
  • Last Seen:  

Are you the owner of GGRO?

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

prontera,150,175,5	script	ouino	75,{
	set .@poring, bg_monster(1,"prontera",150,175,"Poring",1002,"");
	unitwalk .@poring,160,175;
	sleep 5000;
	unitkill .@poring;
	end;
}

bg_monster + unitwalk + unitkill

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  166
  • Topics Per Day:  0.04
  • Content Count:  789
  • Reputation:   50
  • Joined:  04/16/12
  • Last Seen:  

prontera,150,175,5	script	ouino	75,{
	set .@poring, bg_monster(1,"prontera",150,175,"Poring",1002,"");
	unitwalk .@poring,160,175;
	sleep 5000;
	unitkill .@poring;
	end;
}

bg_monster + unitwalk + unitkill

Hi,

thanks for your script but seems its not working on mine, i'll just want to be like this stuff

Link to comment
Share on other sites


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


  • Group:  Members
  • Topic Count:  166
  • Topics Per Day:  0.04
  • Content Count:  789
  • Reputation:   50
  • Joined:  04/16/12
  • Last Seen:  

Thanks I'm using this now via http://pastebin.com/raw.php?i=xPh8JK0J coz i using eA as emulator, but one thing comes out on my mind how to remove GM Activation on it and change it to every 5 seconds per waves? Thanks so much :)

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