[Game] Pairs.

Omnipotent

New member
Messages
17
Points
0
Emulator
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.jpg
A8gaZfV.jpg
 ​
 ​
Mirror: http://pastebin.com/download/14MRyCZq

Pairs.txt

 

Attachments

Last edited by a moderator:
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.

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


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


 ​
 ​
Mirror: http://pastebin.com/download/14MRyCZq
Hi streiker! will you make this one compatible for rAthena?

Thank you!

 
Back
Top