Jump to content

Poring Soccer v3 (Non PvP)


Recommended Posts


  • Group:  Members
  • Topic Count:  57
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   5
  • Joined:  03/09/12
  • Last Seen:  

Thank you! I will test it


btw. This is not an Automated event right? 


This would be cool if this is an automated 1.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  567
  • Reputation:   18
  • Joined:  04/15/13
  • Last Seen:  

Sorry, I miss out a line..

 

Should be fixed now:

 

Hi Sonic, How can you make this event to be automated?

 

Should it be look like this right?

OnMinute5:
sonicxxx:
	announce "[ Poring Hoster ]: Poring Soccer Event has just started!!!",bc_all;
	sleep 3000;
	announce "[ Poring Hoster ]: For those who wants to register, please make two party of 5 players each.",bc_all;
	sleep 2500;
	announce "[ Poring Hoster ]: After ready then go to the left portal near Stylist NPC! ",bc_all;
	enablenpc "poringballwarp";
	initnpctimer;
	end;
Edited by Yoona
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   6
  • Joined:  11/27/11
  • Last Seen:  

Sorry for the late reply, to make this event automated, simply just replace the sonicxxx to the time:

sonicxxx:
    announce "[ Poring Hoster ]: Poring Soccer Event has just started!!!",bc_all;
    sleep 3000;
    announce "[ Poring Hoster ]: For those who wants to register, please make two party of 5 players each.",bc_all;
    sleep 2500;

 

to

 

 

OnMinute30:

    announce "[ Poring Hoster ]: Poring Soccer Event has just started!!!",bc_all;
    sleep 3000;
    announce "[ Poring Hoster ]: For those who wants to register, please make two party of 5 players each.",bc_all;

    sleep 2500;

 

 

 

OnMinuteXX - XX is the number of minute it start every hour.

There are also OnHour, OnClock

 

http://rathena.org/wiki/Timers_(Scripting)

 

 

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  15
  • Reputation:   0
  • Joined:  03/30/13
  • Last Seen:  

can you add a part wherein if it lacks players at the end of the time given before the start of the poringsoccer they will be warped to savemap or prontera.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   6
  • Joined:  11/27/11
  • Last Seen:  

can you add a part wherein if it lacks players at the end of the time given before the start of the poringsoccer they will be warped to savemap or prontera.

 

Thanks for your idea.

 

Correct me if I am wrong, you mean that when people warped to force_3-3 map during waiting room and if lack players at the end time they will warped back to prontera right?

 

If so,

poringsoccerv3.txt

15 seconds for them to enter to the chat room, if not will be warped back to prontera.

 

I will soon update the main post to make easier for everyone.

Thanks!

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  15
  • Reputation:   0
  • Joined:  03/30/13
  • Last Seen:  

 

can you add a part wherein if it lacks players at the end of the time given before the start of the poringsoccer they will be warped to savemap or prontera.

 

Thanks for your idea.

 

Correct me if I am wrong, you mean that when people warped to force_3-3 map during waiting room and if lack players at the end time they will warped back to prontera right?

 

If so,

attachicon.gifporingsoccerv3.txt

15 seconds for them to enter to the chat room, if not will be warped back to prontera.

 

I will soon update the main post to make easier for everyone.

Thanks!

 

yes sir! this is what I'm saying. Thanks a lot sir! Appreciate the reply.

Link to comment
Share on other sites

  • 4 weeks later...

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  51
  • Reputation:   3
  • Joined:  11/29/13
  • Last Seen:  

Excuse me, but where can i change the minimal player needed to start the game?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   6
  • Joined:  11/27/11
  • Last Seen:  

Excuse me, but where can i change the minimal player needed to start the game?

 

Erm, search for these lines:

force_3-3,14,22,3 script RED TEAM PARTY 793,{
OnInit:
waitingroom "Red Team",6,"OnWarpToArea",5;
enablewaitingroomevent;
end;
 
OnWarpToArea:
warp "quiz_02",334,362;
disablewaitingroomevent;
end;
}
 
force_3-3,25,22,3 script BLUE TEAM PARTY 109,{
OnInit:
waitingroom "Blue Team",6,"OnWarpToArea1",5;
enablewaitingroomevent;
end;
 
OnWarpToArea1:
warp "quiz_02",334,362;
disablewaitingroomevent;
end;
}

 

 

The RED highlighted number means the minimum player needed to start the game. (default is 5)

The BLUE highlighted number = RED number + 1.

 

Hope it helps =)

Edited by Sonic
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  567
  • Reputation:   18
  • Joined:  04/15/13
  • Last Seen:  

I've tested it Sonic :( changing the minimal Player making it 1/2 & 1/2

 

the game wont start... no errors. 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  51
  • Reputation:   3
  • Joined:  11/29/13
  • Last Seen:  

I already tried that before asked here, both team won't warp to the arena. :(

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   6
  • Joined:  11/27/11
  • Last Seen:  

I already tried that before asked here, both team won't warp to the arena. :(

 

I've tested it Sonic :( changing the minimal Player making it 1/2 & 1/2

 

the game wont start... no errors. 

 

I guess rAthena works  a little different.

 

P.s: I have modified a little, please test out and hope it works now.

poringsoccerv3.txt

Thanks for giving feedback.

Edited by Sonic
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  51
  • Reputation:   3
  • Joined:  11/29/13
  • Last Seen:  

Thanks for your response, sir. I already test the new script, i change to this (1 by 1 for test)

force_3-3,14,22,3	script	RED TEAM PARTY	793,{
OnInit:
	waitingroom "Red Team",2,"RED TEAM PARTY:OnWarp",1;
	enablewaitingroomevent "RED TEAM PARTY";
	end;

OnWarp:
	warpwaitingpc "quiz_02",334,362;
	disablewaitingroomevent "RED TEAM PARTY";
	delwaitingroom "RED TEAM PARTY";
	end;
}

force_3-3,25,22,3	script	BLUE TEAM PARTY	109,{
OnInit:
	waitingroom "Blue Team",2,"BLUE TEAM PARTY:OnWarp1",1;
	enablewaitingroomevent "RED TEAM PARTY";
	end;

OnWarp1:
	warpwaitingpc "quiz_02",334,362;
	disablewaitingroomevent "RED TEAM PARTY";
	delwaitingroom "BLUE TEAM PARTY";
	end;
}

and still no warp, or maybe there's need other part to change?

Edited by Jesky
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   6
  • Joined:  11/27/11
  • Last Seen:  

Sorry, I think i missed out a :

poringsoccerv3.txt

 

Restart server and try again see. Thank you.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  51
  • Reputation:   3
  • Joined:  11/29/13
  • Last Seen:  

It's work sir! Thank you very much :D

Link to comment
Share on other sites

  • 5 months later...

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  3
  • Reputation:   1
  • Joined:  06/24/14
  • Last Seen:  

I need help please!  i have already putted the NPC and it works fine. it just doesn't work on the place that you can see the "blue coach" and the "red coach" whenever i talked to them they are saying your gonna be warp in 3seconds be ready. but nothing is happening i am wondering if i should download the. "Sprite file" the "Map File" and the "database file" that he uploaded and where should i put that files into. Please help me and guide me i am really new to this.

 

Thanks in advance!

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