Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/07/17 in all areas

  1. Version 1.2.4

    103 downloads

    ✖ O ✖ Tic·Tac·Toe miniGAME O ✖ 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. You can also send me an email at: 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.
    15.99 USD
    1 point
  2. For the SQL side the item_db2 table works as the db/import/item_db.txt file.
    1 point
  3. 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.
    1 point
  4. Resolve your errors, then read https://github.com/rathena/FluxCP/blob/master/doc/user_theme.md . As your error states, circular dependencies means you've done it wrong. The default theme shouldn't have a manifest.php file, and you shouldn't be overwriting the default theme at all.
    1 point
  5. ra_temsky,46,134,4 script Freebies NPC 655,{ mes "[Freebies NPC]"; mes "Welcome to Server Name!!"; if ( #NewbieGift > 0 ) { mes "[Freebies NPC]"; mes "You already recieved a freebies."; close; } mes "Here's your freebies.:"; getitem 7539,1000; getitem 7420,1000; set #NewbieGift, 1; next; mes "[Freebies NPC]"; mes "Please Select your Upper Headgear."; switch(select("Hat of Sun God:Lord Kaho's Horn")) { case 1: getitem 5022,1; goto Freebies2; end; case 2: getitem 5013,1; goto Freebies2; end; } Freebies2: mes "[Freebies NPC]"; mes "Please Select your Middle Headgear."; switch(select("Elven Ears:Sunglasses[1]")) { case 1: getitem 2286,1; goto Freebies3; end; case 2: getitem 2201,1; goto Freebies3; end; } Freebies3: mes "[Freebies NPC]"; mes "Please Select your Lower Headgear Headgear."; switch(select("Flu Mask:Gentlemen's Pipe")) { case 1: getitem 2219,1; end; case 2: getitem 5377,1; end; } } Account Based Only :))
    1 point
  6. https://github.com/zackdreaver/RO-Clientresources The file is in there.
    1 point
  7. I have no idea how this even worked for you in the first place... getarg() is a function, not a variable, you just cannot set a value, it just gets the value you passed when calling the function. you need a variable .@i = getarg(1); if (!.@i) .@i = $@warpwaitingpc[0];
    1 point
  8. https://github.com/rathena/rathena/pull/1933
    1 point
  9. 1 point
×
×
  • Create New...