Jump to content

Question

Posted

Hello rA :)

can someone help me with this script ? just put setcell unwalkable before the match starts.

script : http://upaste.me/963058069f68082

Team 1

First Cell : rwc03 ( 14,53 )

to

this Cell : rwc03 ( 14,16 )

Team 2

First Cell : rwc03 ( 87,53 )

to

this Cell : rwc03 ( 87,46 )

after the party warp a countdown will starting counting 5..4..3..2..1 then announces GO ! then the cells will be now walkable. then if the match ends cells will be now unwalkable.

Thank you !

Hope someone will edit it .

SlashGeeGee

bump

6 answers to this question

Recommended Posts

Posted (edited)

counting?

add

sleep2(1000) < --- 1 sec

announce "10",0;

sleep2(1000)

announce "9",0;

sleep2(1000)

announce "8",0;

Edited by bVersatile
Posted (edited)


OnStart:
setcell "rwc.gat",<x>,<y>,<x2>,<y2>,cell_walkable,0;
warpparty "rwc03",9,50,$@TeamID1;
warpparty "rwc03",91,50,$@TeamID2;
sleep2 1000;
announce "5",0;
sleep2 1000;
announce "4",0; // Just continue this
setcell "rwc.gat",<x>,<y>,<x2>,<y2>,cell_walkable,1;
set @start,1;
end;

on the end


lend:
setcell "rwc.gat",<x>,<y>,<x2>,<y2>,cell_walkable,0; // just like the no vend of GM Dev!
stopnpctimer;
set $@TeamID1,0;
set $@TeamID2,0;
set @start,0;
set @win1,0;
set @win2,0;
set @partymembercount,$@members;
announce "Thanks for playing",0;
end;

the color red block the walkable there you must filled it!
note :  

do not filled this <X> and <y>
[color=#008000]warpparty "rwc03",9,50,$@TeamID1;
warpparty "rwc03",91,50,$@TeamID2;[/color]
_____________
|  [color=#ff0000]|[/color]						|
|  [color=#ff0000]|[/color]						|
|  [color=#ff0000]|[/color]						|
|  [color=#ff0000]|[/color]						|
|  [color=#ff0000]|[/color]						|
|_[color=#ff0000]|[/color]____________|

dont' forget to add this


OnInit:
setcell "<map>",1,1,312,392,cell_walkable,1;
end;

try that~

Edited by bVersatile
Posted (edited)

i don't understand this part :

the color red block the walkable there you must filled it!

note :

do not filled this <X> and <y>

warpparty "rwc03",9,50,$@TeamID1;

warpparty "rwc03",91,50,$@TeamID2;

_____________

| | |

| | |

| | |

| | |

| | |

|_|____________|

also in the OnInit part what must i change in there ?


dont' forget to add this


OnInit:
setcell "<map>",1,1,312,392,cell_walkable,1;
end;

Edited by SlashGeeGee

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