Jump to content

Capture the flag


Recommended Posts


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   219
  • Joined:  11/22/11
  • Last Seen:  

Video + Introduction :

---

More Introduction ?

Capture the enemy flag and take it back to the base.

Need a GM to activate event. http://bit.ly/Ur9SjU

---

Download :

CTF_2.rar

CTF.rar

---

Update :

2013/03/14 - Fixed

---

Other :

http://rathena.org/board/topic/66985-capture-the-flag-v2-custom-map-added/

Edited by goddameit
  • Upvote 4
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  111
  • Topics Per Day:  0.02
  • Content Count:  573
  • Reputation:   20
  • Joined:  11/19/11
  • Last Seen:  

Thank's so much goddameit cool script and effects :D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  150
  • Reputation:   5
  • Joined:  12/28/11
  • Last Seen:  

Hello, is there an easy way to disable all skills for the flagholder?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   219
  • Joined:  11/22/11
  • Last Seen:  

Hello, is there an easy way to disable all skills for the flagholder?

getskilllist;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  150
  • Reputation:   5
  • Joined:  12/28/11
  • Last Seen:  

how can i set a player limit? for now it starts when 1 player has joined, but i want it to start only if 4 players are registred, or set a time limit, like if it will start after 5 minutes when a gm has started it

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   219
  • Joined:  11/22/11
  • Last Seen:  

how can i set a player limit? for now it starts when 1 player has joined, but i want it to start only if 4 players are registred, or set a time limit, like if it will start after 5 minutes when a gm has started it

'OnStart:' label

Edited by goddameit
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  111
  • Topics Per Day:  0.02
  • Content Count:  573
  • Reputation:   20
  • Joined:  11/19/11
  • Last Seen:  

   set .join,0;

it's this one right ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  150
  • Reputation:   5
  • Joined:  12/28/11
  • Last Seen:  

OnStart:
set .game,1;
set .join,0;
set .ctf_tn1,0;
set .ctf_tn2,0;
set .ctf_tp1,0;
set .ctf_tp2,0;
sleep2(10000);
set .game,2;
setmapflag "prt_maze02",mf_pvp;
announce "[CTF]!!!",0;
for(set .@io,0;.@io<=.join;set .@io,.@io+1)
{
 if(attachrid(getd(".join_j"+.@io)))
 {
  warp "prt_maze02",bx(@ctf_tid*3),by(@ctf_tid*3);
 }
}

how can i change the player limit there? like only warp when 4 players joined

and why i cant attack my own guild member on this map?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   219
  • Joined:  11/22/11
  • Last Seen:  

@Nokia

how can i change the player limit there? like only warp when 4 players joined

sleep2(10000);
if(.join<4)end;//add

and why i cant attack my own guild member on this map?

add mapflag pvp_noguild

Edited by goddameit
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  138
  • Topics Per Day:  0.03
  • Content Count:  835
  • Reputation:   25
  • Joined:  11/22/11
  • Last Seen:  

cool... i like this game ~ if have pro mapper more nice.. develop a special map for this. /no1

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  251
  • Reputation:   20
  • Joined:  12/22/11
  • Last Seen:  

this is script i've requested 6 months ago at eathena.ws, my pc hang so this script gone. but here once again godameit share to us :) thank you so much.

suggestion:

- add botcheck when register to play ctf

- add party organize ( when player enter the ctf, he is automatically join party etc blue team)

- add NPC reward.(when the party win the round e.g blue team won, all party warp to npc reward and got reward)

  • Upvote 2
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   219
  • Joined:  11/22/11
  • Last Seen:  

this is script i've requested 6 months ago at eathena.ws, my pc hang so this script gone. but here once again godameit share to us :) thank you so much.

suggestion:

- add botcheck when register to play ctf

- add party organize ( when player enter the ctf, he is automatically join party etc blue team)

- add NPC reward.(when the party win the round e.g blue team won, all party warp to npc reward and got reward)

1. later

2. source code.

3. already done.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  138
  • Topics Per Day:  0.03
  • Content Count:  835
  • Reputation:   25
  • Joined:  11/22/11
  • Last Seen:  

this is what i got from server.

post-472-0-45374300-1339321888_thumb.png

Link to comment
Share on other sites


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

compile ur server with higher eventqueue.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  05/10/12
  • Last Seen:  

how this CTF works. . i put in my server but it only broadcast [CTF]!!! and nothing happens

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  117
  • Reputation:   8
  • Joined:  05/07/12
  • Last Seen:  

click the npc again and you are able to register for ctf

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  05/10/12
  • Last Seen:  

i try that ..but it says [CTF]!! and nothng happens

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   219
  • Joined:  11/22/11
  • Last Seen:  

i try that ..but it says [CTF]!! and nothng happens

what are you trying to do ?

---

What I done is full in the video, watch it.

Edited by goddameit
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  05/10/12
  • Last Seen:  

i try that ..but it says [CTF]!! and nothng happens

what are you trying to do ?

---

What I done is full in the video, watch it.

i click the Npc but ..NPC broadcasting [CTF]!! only nothing happens. .

yeah i watch it =D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   219
  • Joined:  11/22/11
  • Last Seen:  

i try that ..but it says [CTF]!! and nothng happens

what are you trying to do ?

---

What I done is full in the video, watch it.

i click the Npc but ..NPC broadcasting [CTF]!! only nothing happens. .

yeah i watch it =D

test & research what happen on your program.

announce "[CTF]!!!",0;
for(set .@io,0;.@io<=.join;set .@io,.@io+1)
{
if(attachrid(getd(".join_j"+.@io)))
{
warp "prt_maze02",bx(@ctf_tid*3),by(@ctf_tid*3);
}
}
initnpctimer;
initnpctimer "CTF-Point#1";
initnpctimer "CTF-Point#2";
end;

I can't help you cause every time I test it's always fine

and I don't see what logic is wrong(activate the event, record AID, and warp them,...)

hope you can find what happen on your server and tell me in where.

Edited by goddameit
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  138
  • Topics Per Day:  0.03
  • Content Count:  835
  • Reputation:   25
  • Joined:  11/22/11
  • Last Seen:  

compile ur server with higher eventqueue.

how ? i know compile... edit where only start compile??

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   219
  • Joined:  11/22/11
  • Last Seen:  

compile ur server with higher eventqueue.

how ? i know compile... edit where only start compile??

delete , stop or delay other event.

don't ask how, we don't know what event your server will be starting to work in that time and what is used for

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  251
  • Reputation:   20
  • Joined:  12/22/11
  • Last Seen:  

compile ur server with higher eventqueue.

how ? i know compile... edit where only start compile??

compile your server with higher event queue at src/map/map.h

#define MAX_EVENTQUEUE 2

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   1
  • Joined:  06/21/12
  • Last Seen:  

can you make this an auto event

5 vs 5 party

auto party system a can register and will assign to random 5 party members

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  05/10/12
  • Last Seen:  

Look at this. .

I remove what script you said to remove. .but still ..

and i put it back the script. .

and there NPC keep telling CTF!! but nothng happen even warp me. .in a few mins NPC announce [CTF] GAME OVER. .

help T_T

post-4529-0-17659100-1340807698_thumb.jpg

Edited by kaye17
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
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.

×
×
  • Create New...