Jump to content

Quests, Games: Tic Tac Toe Minigame Script and Map


Recommended Posts


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  120
  • Reputation:   44
  • Joined:  11/13/11
  • Last Seen:  

Tic Tac Toe Minigame Script and Map


 O  Tic·Tac·Toe miniGAME O 

 

 

Features:

· 2 player based minigame
· Fully automated
· Free map included! (tictactoe.rsw)
· Detects tied game
· 1st turn selection is randomised
· Very easy to install: Just copy the map files to your GRF and the script files to your custom NPC folder.
· Lots of fun for your players!

Buy once and have access to future updates!
 

[ ! ] If you have any questions or you need to contact me for support, you can reach me at @Leeg or you can post a comment here and I will receive a notification. 

By buying this script, you agree to these terms:
    - You are not allowed to redistribute this script in any way, shape, or form.
    - Chargeback scams are not tolerated and will get you punished on rAthena.
    - I (Leeg) still retain all rights to this script.
    - Terms above may be changed or adjusted without prior notification.


 

Edited by Leeg
  • Upvote 5
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

Bought it! hahaha

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

@Leeg can i suggest this?

• Allow player to add a bet (choices can be Zeny or Items) when challenging the whole server. Of course there will be an announcement for the whole server to know maybe something like this?

PLAYERNAME is challenging everyone in the server to play Tic Tac Toe with a bet of Zeny or Item.

• @acceptchallenge command can be use anywhere except in WOE, PvP and Instance area that is prohibited.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  120
  • Reputation:   44
  • Joined:  11/13/11
  • Last Seen:  

10 minutes ago, Radian said:

@Leeg can i suggest this?

• Allow player to add a bet (choices can be Zeny or Items) when challenging the whole server. Of course there will be an announcement for the whole server to know maybe something like this?

PLAYERNAME is challenging everyone in the server to play Tic Tac Toe with a bet of Zeny or Item.

• @acceptchallenge command can be use anywhere except in WOE, PvP and Instance area that is prohibited.

Seems like a really cool idea. So, basically both players can decide an item or an amount of money and the winner gets all. I'll definitely try this. However, before doing that, I'll be working on a few minor updates and improvements that will be available soon :)

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

Yes winner gets all but the bet should be the same if Zeny it should be Zeny too. yea no problem take you time! thanks

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  50
  • Topics Per Day:  0.02
  • Content Count:  763
  • Reputation:   227
  • Joined:  02/11/17
  • Last Seen:  

Would be nice if the betting system was added. Will buy a copy of it for sure :D

  • Upvote 2
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  61
  • Topics Per Day:  0.02
  • Content Count:  911
  • Reputation:   166
  • Joined:  11/27/14
  • Last Seen:  

A new Betting System well done

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  120
  • Reputation:   44
  • Joined:  11/13/11
  • Last Seen:  

What's New in Version 1.1

Script fully revised and optimised. More than 60 lines of code dropped.
Player names are now included in the start and winning announcements.
Lobby chatrooms now display a "Please wait" message when a game is already running.

Next update: Betting system:
Players will be able to bet Zeny for each match.
Anti-ragequit measures will be applied: Zeny will be removed from players when the game starts. If one of them logs out, the other player will get all the zeny.

Edited by Leeg
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  61
  • Topics Per Day:  0.02
  • Content Count:  911
  • Reputation:   166
  • Joined:  11/27/14
  • Last Seen:  

Well done keep it up .

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  120
  • Reputation:   44
  • Joined:  11/13/11
  • Last Seen:  

Do you have some spare zeny to bet? :D
 

 

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

								dispbottom "You recovered your "+ F_InsertComma($@mybet) +"z".
								detachrid;
								attachrid($charbet2);
								dispbottom "You recovered your "+ F_InsertComma($@mybet) +"z".
								dispbottom "You recovered your "+ F_InsertComma($@mybet) +"z";
								detachrid;
								attachrid($charbet2);
								dispbottom "You recovered your "+ F_InsertComma($@mybet) +"z";

Edit can you also provide the .bmp file for the map?

 

Edited by Radian
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  261
  • Reputation:   53
  • Joined:  11/11/16
  • Last Seen:  

Now can only one set of players can join ?  Like can multiple different sets of players play the game.  Like an instance?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  120
  • Reputation:   44
  • Joined:  11/13/11
  • Last Seen:  

11 hours ago, Radian said:

Edit can you also provide the .bmp file for the map?

Done and the missing semicolons were also corrected, please download the new update as soon as it's approved. The whole map has been modified to adjust the minimap, so you will have to update the map files in your mapcache and grf. :)
 

10 hours ago, srhmike said:

Now can only one set of players can join ?  Like can multiple different sets of players play the game.  Like an instance?

I thought about this but... given that none of the default Ragnarök minigames is instanced, and Tic Tac Toe matches being 1 minute or less long, I thought that setting an instanced system would be both painful for me to code and for you to implement later in your server. I don't really think there will be such a high demand for playing Tic Tac Toe in any server and waiting a minute or so is not that much. ;)

Edited by Leeg
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  261
  • Reputation:   53
  • Joined:  11/11/16
  • Last Seen:  

Ok thank you xD  It was just a thought. xD

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

@Leeg yes I know.. but my client keeps saying that the mini map is missing 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  120
  • Reputation:   44
  • Joined:  11/13/11
  • Last Seen:  

22 minutes ago, Radian said:

@Leeg yes I know.. but my client keeps saying that the mini map is missing 

Have you downloaded the new version? The minimap is now included.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  120
  • Reputation:   44
  • Joined:  11/13/11
  • Last Seen:  

I forgot to add an aditional check in one specific part of the script that prevents multiple players from accepting the same challenge. It's fixed in the new version. Please, download it as soon as it's approved. (Admins are going to kill me for updating the file three times in three days)

 

What's New in Version 1.2.2

 

Introducing the new betting system!
With the new command "@tictactoe" you can bet money and challenge other players from any map! (not pvp, woe, etc.)
No source modification needed!
Anti-ragequit measures. If one player logs out, the other will win the bet.
Added minimap.
Board map optimized and updated script coordinates.
Fixed scripting typos.
Fixed bug where multiple players could accept the same challenge.

 

Next update: Additional effects:
Additional visual effects will be added to make the game even more fun and enjoyable.

 

Edited by Leeg
  • Upvote 1
Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.01
  • Content Count:  35
  • Reputation:   2
  • Joined:  07/25/15
  • Last Seen:  

Is this still for sale?

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  235
  • Reputation:   55
  • Joined:  12/02/11
  • Last Seen:  

On 5/16/2017 at 5:56 PM, dubstep said:

Is this still for sale?

 

 

100% available why do you ask? do you have any problems regarding the link?
It should be in here:

https://rathena.org/board/files/file/3511-tic-tac-toe-minigame-script-and-map/

 

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  120
  • Reputation:   44
  • Joined:  11/13/11
  • Last Seen:  

Yes, it is available.

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.01
  • Content Count:  35
  • Reputation:   2
  • Joined:  07/25/15
  • Last Seen:  

Hello. I bought your file tictactoe event. Check my message thank you

  • Upvote 1
Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  152
  • Topics Per Day:  0.04
  • Content Count:  459
  • Reputation:   6
  • Joined:  06/29/12
  • Last Seen:  

Is the BGM included as your demo? xD

And also.. Did this script included time remaining to make a move? Since this map limit 2 player per game right? So, in case 1 player suddenly AFK too long, I guess we can give auto win to which player move more or draw to both of player.. This will make the script more efficient i think.. Just some suggestion BTW..

BTW this script is in my watch list.. I will buy it later if got donation.. /no1 

 

Edited by rakuzas
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  120
  • Reputation:   44
  • Joined:  11/13/11
  • Last Seen:  

1 hour ago, rakuzas said:

Is the BGM included as your demo? xD

And also.. Did this script included time remaining to make a move? Since this map limit 2 player per game right? So, in case 1 player suddenly AFK too long, I guess we can give auto win to which player move more or draw to both of player.. This will make the script more efficient i think.. Just some suggestion BTW..

BTW this script is in my watch list.. I will buy it later if got donation.. /no1 
 

 

Yes, all you mentioned is already included (the BGM is from the official folder: 128.mp3). Also, there are antiragequitting measures. If one player stays AFK or logsout the other will win automatically.

Edited by Leeg
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  152
  • Topics Per Day:  0.04
  • Content Count:  459
  • Reputation:   6
  • Joined:  06/29/12
  • Last Seen:  

nice! I buy it then.. ^_^

EDIT : Just buy it.. xD Have any other nice scripts please do tell me.. /no1

Edited by rakuzas
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  120
  • Reputation:   44
  • Joined:  11/13/11
  • Last Seen:  

1 hour ago, rakuzas said:

nice! I buy it then.. ^_^

EDIT : Just buy it.. xD Have any other nice scripts please do tell me.. /no1

Thank you ;) If you have any trouble with it don't hesitate and contact me.

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