Omnipotent 11 Posted November 22, 2016 (edited) 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 Mirror: http://pastebin.com/download/14MRyCZq Pairs.txt Edited November 22, 2016 by Omnipotent 5 Edgar, Prourhildr, Ridley and 2 others reacted to this Quote Share this post Link to post Share on other sites
Mystery 594 Posted November 22, 2016 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. Quote Share this post Link to post Share on other sites
x13th 7 Posted November 23, 2016 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 Quote Share this post Link to post Share on other sites
Eternity 1 Posted November 26, 2016 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 Mirror: http://pastebin.com/download/14MRyCZq Hi streiker! will you make this one compatible for rAthena? Thank you! Quote Share this post Link to post Share on other sites
Omnipotent 11 Posted December 3, 2016 (edited) It already works on rAthena. Edited December 3, 2016 by Omnipotent Quote Share this post Link to post Share on other sites