Jump to content

Recommended Posts

Posted

 

@Emistry cause I want to make player fight each other. So you can kill or push others out of area :3

Haha..players is going to Rampage !! biggrin.png Kill for Survive !!

 

haha :) Suggestion: Player will get the 5 pcs usable item that enable to use palm push strike so the 5 pcs usable item is limited to push the other player, i think this is best and funny event than killing each other.

GOOD IDEA! just give the player a limited PALM push strike scroll  because if killing it might be the strongest will always win..

  • 2 weeks later...
  • 5 months later...
  • 6 years later...
Posted

Hi @goddameit

been reading the script, can you clarify the function of set .e_t,5;

what is the purpose of it?

Start:
	set .event,2;
	set .e_x,rand(1,35);
	set .e_y,rand(1,35);
	set .e_t,5;
	callsub WarpShow,.e_x,.e_y;
	while(sleep(1000))
		if(set(.e_t,.e_t-1)<0)
			break;
		else
			callsub ShowEffect;
	callsub WarpNoSafe,.e_x,.e_y;
	sleep 1000;
	return;

 

Join the conversation

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

Guest
Reply to this topic...

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