Jump to content

yuchinin

Members
  • Posts

    120
  • Joined

  • Last visited

  • Days Won

    1

Files posted by yuchinin

  1. Free

    (Bug Fixed) Fishing Simulation System (Timing Fishing + Sound Included)

    [NOTE] For now on I will keep release all of my work for free , I hope most people can enjoy my script without paid. But if you still want to support my work, please consider donate or become my patron. Thank you.
     
    Tired of boring odd base fishing game which just click and wait for the reward?
    Then maybe you will need this simulate fishing game. Idea from a Japanese Video Game.
    The Legend of Heroes VI: Sora no Kiseki

    Feature:
    Easy add / modify / remove local database Not bound to npc when fishing, that mean you can walk freely, but there are timeout there. Everyone can look and hear how you fish Sound Effect included Easy setup and configure each fishing spot Can easily duplicate the npc and will not conflict to each other Global Rod / Bait / Fish Database Example:
    Each Spot Npc Example:
    This script need my release of:
    If you bought this script and need help on setting the npc, feel free to pm me on rAthena mailbox.
    Suggestion are welcome.
    Upcoming List:
    Leaderboard Fishing Contest Private Pond & Public Pond By downloading 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 still retain all rights to this script and sound. Terms above may be changed or adjusted without prior notification. Copyright © - Yuchinin 2017 - All Rights Reserved

    2157 downloads

    Updated

  2. Free

    Yuchinin Item Hunting

    [NOTE] For now on I will keep release all of my work for free , I hope most people can enjoy my script without paid. But if you still want to support my work, please consider donate or become my patron. Thank you.
    Recently I got a feeling that I have to leave RO because of real life pressure, let see how far can I keep here.
     
    It's up to server owner to decided how to generate the hidden item get generate.
    (Auto generate on certain hour/ GM hide it somewhere and ask player to find it/)
    Player use the tool to find it out.
    Feel free to ask question on how to set it up. 

    Feature:
    Tools get enchant with each 5 level refine (5,10,15,20) Enchant List (Durable, Sharp, Range, Double, Unbreakable) Enchant will auto apply randomly when you use the item if refine level is > 5 Default sense area are 13, so when you are using showel which for digging, only item tag as 'dig' will get sensed. I am tired.  
    This script need my release of:
     
    Suggestion are welcome.
    Pending Script Upload:
    Todo list:
    //= Add more sample and tutorial
    //= Idea about when enchant should get apply
    //= Event only tool
    //= Item Hunting Guild
    //= Mob show up on search (Hidden Mob) By downloading 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 still retain all rights to this script. Terms above may be changed or adjusted without prior notification. Copyright © - Yuchinin 2017 - All Rights Reserved

    528 downloads

    Updated

  3. Free

    Yuchinin Common Library

    //===== rAthena Script =======================================
    //= Yuchinin Common Library
    //===== By: ==================================================
    //= Yuchinin
    //===== Current Version: =====================================
    //= 2.2
    //===== Compatible With: =====================================
    //= rAthena Project
    //===== Description: =========================================
    //= A common useful function I wrote to make my life easier.
    //= Most of my release script will need this to work
    //=====******** Note ********=================================
    //= This will be the core of my other script.
    //= Better let it load first before adding my other script.
    //===== Additional Comments: =================================
    //= 1.0 Initial script.
    //= 1.1 Change function arrdel from using 'value' to 'index'
    //= 1.2 Fixed sql query bug
    //= 1.3 Added Url, npcmes
    //= 1.4 Added strcharinfo2 to avoid offline player return empty
    //=  String
    //= 1.4a Fixed arrdel
    //= 1.4b Fixed arrfind
    //= 1.4c Add arrdel, arrfind notsensitive bool
    //= 1.5 Add answer_chk to check input value from define value
    //= 1.5a Optimize npcindistance
    //= 1.5b Try to fix npcindistance
    //= 1.6 Added marketshopcountitem, marketshopdelitem
    //= 1.7 Added itemcheck, varcheck
    //= 1.8 Added itemname
    //= 1.9 Revamped itemcheck and varcheck
    //= 1.9a Comment out the debugmes of function arradd
    //= 2.0 Added running Marquee
    //= 2.1 Added function itemtype to return item type in string
    //= 2.2 Added getcharid2 to counter getcharid which need attached
    //============================================================

    787 downloads

    Updated

  4. Free

    Player Questing Board

    [NOTE] For now on I will keep release all of my work for free , I hope most people can enjoy my script without paid. But if you still want to support my work, please consider donate or become my patron. Thank you.
     
    It just a questing board which everyone can post request on it and let other to complete it for reward.

    Feature:
    Set a title for the request Set a requested Item or Zeny on the board (Or Both) Set a reward Item or Zeny on the request This script need my release of:
     
    Suggestion are welcome.
    Pending Script Upload:
    Todo list:
    //= 1. Change log from status to actual log and delete expired or completed request
    //= 2. Make it compatible with newest RANDOM OPTIONS Item
    //= 3. Add blacklist check
    //= 4. Add weight check By downloading 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 still retain all rights to this script. Terms above may be changed or adjusted without prior notification. Copyright © - Yuchinin 2017 - All Rights Reserved

    660 downloads

    Updated

  5. Free

    FIXED*Slot Machine + Bevarage Vending Machine (Simulate Vending Machine System)

    //===== rAthena Script ======================================= //= Slot Machine + Bevarage Vending Machine (Simulate Vending Machine System) //===== By: ================================================== //= Yuchinin //===== Current Version: ===================================== //= 1.1 //===== Compatible With: ===================================== //= rAthena Project //===== Description: ========================================= //= A custom slot machine and vending machine I make few years ago. //= Using my Simulate Vending Machine System //= Need to insert coin to operate. //= It can also eject remaining coin for you. //= [ Note ] This is an rewrite from GmOcean Slot Machine. //= Part of the slot machine code are credited to GMOceon. //=====******** Note ********================================= //= This script need my release of: //= 1. Common Useful Function (common.txt) //= Better let it load first before adding my other script. //= 2. You must also add vendingMachine.grf to your DATA.ini else it will not working properly //= 3. [Note] Some of the item data has been change ( 673,677,674,11506 ~ 11512 ) //===== Additional Comments: ================================= //= 1.0 Initial release. //= 1.1 Fixed F_Beverage function not found error and also add the iteminfo description file //============================================================

    1026 downloads

    Updated

  6. Free

    Part Time System + Restaurant( Waiter , Chef , Bartender , etc )

    //===== rAthena Script =======================================//= Part Time Function //===== By: ==================================================//= Yuchinin//===== Current Version: =====================================//= 1.0//===== Compatible With: =====================================//= rAthena Project//===== Description: =========================================//= A part time system I wrote for testing my skill.//= Currently only waiter part is completed.//= May contain bug or unfinish stuff//=====******** Note ********=================================//= This will add nothing but function for://= ~ Part Time System + Restaurant( Waiter , Chef , Bartender , etc ) (npc.txt)//= Better let this load first before adding my other script.//===== Additional Comments: =================================//= 1.0 Initial release.//============================================================

    //===== rAthena Script =======================================//= Part Time System + Restaurant( Waiter , Chef , Bartender , etc )//===== By: ==================================================//= Yuchinin//===== Current Version: =====================================//= 1.1//===== Compatible With: =====================================//= rAthena Project//===== Description: =========================================//= A part time system I wrote for testing my skill.//= Currently only waiter part is completed.//= May contain bug or unfinish stuff//=====******** Note ********=================================//= This script need my release of://= 1. Common Useful Function (common.txt)//= 2. Part Time Function (function.txt)//= Better let it load first before adding my other script.//===== Additional Comments: =================================//= 1.0 Initial release.//= 1.1 Fixed stuck when waiter claiming wages (arrdel)//============================================================
    I am going to play the firework now!
    After that will upload screenshot.
    Happy Chinese New Year 2016 to Everyone!!! XD

    655 downloads

    Updated

×
×
  • Create New...