Jump to content
Sign in to follow this  
Omnipotent

[Game] Pairs.

Recommended Posts

Pairs Game

 

 

 

Hello! This is the very known "pairs" game.

 

What does this script do?

Basically this: https://en.wikipedia.org/wiki/Concentration_(game)
You play the pairs game with another player, that's it. Not much to say.

 

 

How to configure?

You can change the coordinates of the script by modifying #1_memo. The script will calculate the other coordinates automatically. If you want to change the map as well, you can use the Replace function in Notepad with prontera,1,1,4 to yournewmap,1,1,4

 

If you think the separation between NPCs isn't enough or is too much, you can change this part:

 

    .@x+= 3*((.@i - 1)%6);
    .@y-= 3*((.@i - 1)/6);
 

If you don't want to have extra turns edit .@extra var to 0.

 

 

 

Screenshots

3xP34Qi.jpgA8gaZfV.jpg

 

 

Mirror: http://pastebin.com/download/14MRyCZq

Pairs.txt

Edited by Omnipotent

Share this post


Link to post
Share on other sites

Oh this is a little neat actually lol. I loved playing the little matching card games when I was younger. Nice bringing similar concept to NPCs.

Share this post


Link to post
Share on other sites

Oh this is a little neat actually lol. I loved playing the little matching card games when I was younger. Nice bringing similar concept to NPCs.

Yea me too, i remember playing this in an old model phone.

 

Cool game :D

Share this post


Link to post
Share on other sites

 

Pairs Game

 

 

 

Hello! This is the very known "pairs" game.

 

What does this script do?

Basically this: https://en.wikipedia.org/wiki/Concentration_(game)

You play the pairs game with another player, that's it. Not much to say.

 

 

How to configure?

You can change the coordinates of the script by modifying #1_memo. The script will calculate the other coordinates automatically. If you want to change the map as well, you can use the Replace function in Notepad with prontera,1,1,4 to yournewmap,1,1,4

 

If you think the separation between NPCs isn't enough or is too much, you can change this part:

 

    .@x+= 3*((.@i - 1)%6);
    .@y-= 3*((.@i - 1)/6);
 

If you don't want to have extra turns edit .@extra var to 0.

 

 

 

Screenshots

 

3xP34Qi.jpgA8gaZfV.jpg

 

 

Mirror: http://pastebin.com/download/14MRyCZq

Hi streiker! will you make this one compatible for rAthena?

Thank you!

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.