goddameit Posted June 8, 2012 Posted June 8, 2012 (edited) 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 March 14, 2013 by goddameit 4 Quote
SlashGeeGee Posted June 8, 2012 Posted June 8, 2012 Thank's so much goddameit cool script and effects Quote
Nokia Posted June 8, 2012 Posted June 8, 2012 Hello, is there an easy way to disable all skills for the flagholder? Quote
goddameit Posted June 8, 2012 Author Posted June 8, 2012 Hello, is there an easy way to disable all skills for the flagholder? getskilllist; Quote
Nokia Posted June 8, 2012 Posted June 8, 2012 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 Quote
goddameit Posted June 8, 2012 Author Posted June 8, 2012 (edited) 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 June 8, 2012 by goddameit Quote
Nokia Posted June 8, 2012 Posted June 8, 2012 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? Quote
goddameit Posted June 8, 2012 Author Posted June 8, 2012 (edited) @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 June 8, 2012 by goddameit Quote
manabeast Posted June 8, 2012 Posted June 8, 2012 cool... i like this game ~ if have pro mapper more nice.. develop a special map for this. Quote
java Posted June 8, 2012 Posted June 8, 2012 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) 2 Quote
goddameit Posted June 9, 2012 Author Posted June 9, 2012 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. Quote
kaye17 Posted June 13, 2012 Posted June 13, 2012 how this CTF works. . i put in my server but it only broadcast [CTF]!!! and nothing happens Quote
Docubo Posted June 13, 2012 Posted June 13, 2012 click the npc again and you are able to register for ctf Quote
kaye17 Posted June 13, 2012 Posted June 13, 2012 i try that ..but it says [CTF]!! and nothng happens Quote
goddameit Posted June 13, 2012 Author Posted June 13, 2012 (edited) 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 June 13, 2012 by goddameit Quote
kaye17 Posted June 13, 2012 Posted June 13, 2012 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 Quote
goddameit Posted June 14, 2012 Author Posted June 14, 2012 (edited) 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 December 28, 2012 by goddameit Quote
manabeast Posted June 14, 2012 Posted June 14, 2012 compile ur server with higher eventqueue. how ? i know compile... edit where only start compile?? Quote
goddameit Posted June 14, 2012 Author Posted June 14, 2012 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 1 Quote
java Posted June 14, 2012 Posted June 14, 2012 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 1 Quote
Malice Micer Posted June 21, 2012 Posted June 21, 2012 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 Quote
kaye17 Posted June 27, 2012 Posted June 27, 2012 (edited) 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 Edited June 27, 2012 by kaye17 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.