Jump to content

Tsuuu

Members
  • Content Count

    80
  • Joined

  • Last visited

  • Days Won

    4

Reputation Activity

  1. Upvote
    Tsuuu reacted to Dastgir in Restock System   
    File Name: Restock System
    File Submitter: Dastgir
    File Submitted: 10 Jan 2015
    File Category: Plugins
     
    It is a restock system(which I apparently made 5-6 months ago) [Also its a Plugin - Yay]
    So I am just releasing it, as I feel its been useful for many servers.
    Though there can be some optimizations on script-side(will be applied later on).
     
     
    You need to enable plugin as well as script provided in the download.
     
    2 commands:
    @restock - Enables/Disables Restock System
    @restock2 - To Add/Remove item
    Usage:@restock2 <itemid> <quantity> <type1> <type2>Type 1:1 = Storage2 = GStorageType 2:1 = Add2 = Remove3 = Help4 = List5 = Empty The List@restock2 x y z 3 For Help@restock2 x y z 4 For Current Restocking List@restock2 x y z 5 For Removing All Items From Restockx,y,z Can be any number, e.g: @restock2 0 0 0 3 will give you help option,@restock2 x y z 5 will Empty your list
    It Support Restocking of All Kinds of Item.
     
    Click here to download this file
  2. Upvote
    Tsuuu reacted to Dastgir in Plugin Collections   
    Hello Community,
     I am feeling like, there's many plugin on forum, but not been actively used, due to out-of-date plugin
     
    I have updated Shikazu's Plugin first(as it was requested on the thread from 25th April), maybe Shikazu busy on his rl.
    Also I have included My Plugins there.
     
    I would like to add more plugins there(which are not updated on hercules forum <- please suggest if you find some outdated plugin and want me to update it )
     
    List of Plugins and Owners:
    https://github.com/dastgir/HPM-Plugins/blob/master/README.md  
    Repository: https://github.com/dastgir/HPM-Plugins
     
    Thanks.
  3. Upvote
    Tsuuu reacted to Winterfox in How to delete all cashpoints?   
    You could make that a bit better like that:
    - script CashReset -1,{ OnPCLoginEvent: if( #CashReset ) end; #CASHPOINTS = 0; #CashReset = 1;} The table you are searching for is acc_reg_num_db where account_id is the account of the user of course, key is #CASHPOINTS and value is the current amount of cashpoints the user has. If there is no entry for a specific user that means he has 0.
     
    The same applies to kafra points you just have to switch the key to #KAFRAPOINTS.
     
    Instead of a script you also could use this sql query to delete all cashpoints:
    DELETE FROM acc_reg_num_db WHERE key = "#CASHPOINTS"
  4. Upvote
    Tsuuu reacted to AnnieRuru in Run Or Die event ( aka. Poring Bomb )   
    ok another script that should deserve in the script release section
    ... after having countless fix in script request ...
     
    Download: 2.3a
    script
    Make sure your hercules server is compile after 2015-11-15
     
    ok what this event do ...
    Run ! or you gonna DIE !
    this event will keep spawning Bomb Poring and BOOM and KABOOM every player they came across
    until the last player who are still alive on the map will be declare winner
     
    this should be a simple script ...
    hope you guys know how to edit by your own ...
     
     
     
     
    original topic in eathena
    it was just a simple script request ... however it went popular for some reason
     
     
     
     
  5. Upvote
    Tsuuu reacted to Lil Troll in World of Fishing   
    Originally its from my post from other forums, I need to post this here too, so that many would be suggesting how to improve the whole script. And help me correct my mistakes, fix and find errors or bugs. I think it would work in this SVN too. As I read multiple times.

    Works best with "EffectOn"


    ///////////////////////////////////////////////////////////////////////////---------------------------------------------------------------------//// WORLD OF FISHING //// AUTHOR: LIL TROLL//COLDFIRE ////---------------------------------------------------------------------//// RATHENA SCRIPT ////---------------------------------------------------------------------//// Version 1.6 ////---------------------------------------------------------------------//// FEATURES: (Modified Fishing Script) //// Automatic Fishing Mode 1 (Lil-Troll Version): //// - Fish Autohides After Caught //// - Non-Abusable //// - Fishing with Animated BMP! ( Just make your own BMP-Cutins ) //// - Fishing with Exp - Level! //// - Fishing with Titles Names //// - Fish Monster Encounter //// - Marine Sphere, Summon, Warper //// - Jackpot & Lucky Treasure Box //// Automatic Fishing Mode 2 (Grass Version): //// - Fish Autohides depends on settings. //// - Plain Automatic Continuous Fishing. //// Fishing Cutins(Animation) VS Progress Bar //// Fish Box (Reward Storage) //// - Fish Box with Exp - Level! Increase Storage Limit per Level! //// Fishing NPC (Fishing Guru) //// - NPC automatically change and suits to desired toggle. //// Fishing Points (With toggles [On/Off] (Account-Based) //// - You can set Fishing Points to character based by removing "#" //// - You can pick mode from the toggle //// Fishing Manual (Instructions,Statistics) //// Fishing Ladder: //// - Rank, Experience, Points, Fish Caught //// - Successful Fishing, Fails, Monster Encounters, Reward Moments // // Idea/Concept: //// Modified, Improved and Add "Flavor" to known fishing scripts. //// - Fishing Script By Grass0916 //// - Fishing Script By Mercurial //// - Fishing Script By Pnuema ////---------------------------------------------------------------------///////////////////////////////////////////////////////////////////////////Idea Behind the Script:

    To Do:


    Change Logs:


    Older Versions:
    #1: Initial Release.
    v.1.2:
    #1: Added new modes, see toggles.
    #2: Fix warp bug on Fish Monster Encounter(Warper).
    v.1.3:
    #1: Reduce the length of the script.
    #2: Added new for statements.
    v.1.4:
    #1: Fix unaware bug, in longrun of fishing casting time will be instant.
    #2: Remove usage of too much perma vars. Thanks to Nanakiwurtz for pinpointing that out! 
    v.1.5:


    v.1.5.1:


    v.1.5.2:


    v1.6:


    Special Notes:


    2nd:


    3rd:


    4th:


    5th:



     
    The GUIDE to Configure, the SETUP, the SQL QUERY is inside the script. Yes I know, the script is too long but am very sure this is so easy to configure! I added notes and marks so that Newbie like me wont be confused modifying the whole script. Please don`t criticize me so hard. Am really new to scripting yet am very eager to learn, I actually solved and manage to fix all the problems and bugs by hundreds of trials and error and a little bit of imitating scripting of other pros and a little help of other very good citizens. Well actually this is only part of the whole script. For some reason I wont upload the whole script and I will not upload any of my "BMP" or "Cutins" that i used in the script. 
     
    Please help me improve this script. If you found bugs or errors please pinpoint it to me so that I can actually fix that fast. Before releasing it to your server, please configure it right and check out what this script does. Please do suggest improvements, additional features, etc. to make the script more diverse and fresh. 
     
    Please always read the "Change Logs" and "Special Notes" when new updates are uploaded. And also If I release a newer version just copy the setup from your Configuration and the location of NPC to the new one. 
     
    A little thanks or appreciation of my work will pump-up my motivation to much improve the whole script.  Am very sure that all will gonna enjoy this script! Thanks and have fun! 
     
    P.S. I will make a video of the script if I got spare time.
     
    fishing_system_v1.5.1.txt
    fishing_system_v1.5.2.txt
    fishing_system_v1.6.txt
    Original Cutins from Grass:
    Fishing_System_Cutins.rar
  6. Upvote
    Tsuuu reacted to Dastgir in Array start position 1   
    query_sql "SELECT `name` FROM `char` WHERE `account_id` = '"+getcharid(3)+"'",@chars$;
    case 3:
    next;
    mes .cp$;
    mes "Selecione qual personagem você deseja resetar posição";
    next;
    switch(select("Escolher Personagem")) {
    case 1:
    for (.@i = 0; .@i < getarraysize(@chars$); .@i++) { //Here I ride the menu
    .@menu$ = .@menu$ +" "+ @chars$[.@i];
    .@menu$ = .@menu$ + ":";
    }
    .@escolha = select(.@menu$)-1;
    .@char$ = @chars$[.@escolha];
    break;
    }
    mes .cp$;
    mes "Deseja resetar a posição do personagem ^0000ff"+.@char$+"^000000?"; //Here I see that the return value is 1 more
    next;
    if (select("- ^0000ffSim^000000:- Não") == 2)
    close;
    query_sql "UPDATE `char` SET `last_map` = 'prontera', `last_x` = 50, `last_y` = 50 WHERE `name` = '"+.@char$+"'";
    mes .cp$;
    mes "Posição resetada !";
    close;
  7. Upvote
    Tsuuu reacted to evilpuncker in Exists this skill in hercules?   
    {
        Id: 12548
        AegisName: "Buy_Market_Permit2"
        Name: "Black Market Bulk Buyer Shop License"
        Type: 2
        Buy: 20
        Weight: 10
        Script: <" buyingstore 2; ">
    },
     
  8. Upvote
    Tsuuu got a reaction from evilpuncker in [solved]Thor Patch   
    Alguém já te falou que você é o melhor contribuidor da comunidade? Pois é, estou falando agora, devido às pesquisas que fiz e a quantidade de tópicos que eu vi sua ajuda, você pra mim é o melhor, tem conhecimento e explicações sólidas, ajudando bastante no entendimento rápido, bom, quero deixar meus mais sinceros agradecimentos, você é uma excelente pessoa, feliz é aquele que tem seus serviços as ordem !
     
     
     
    @edit
     
    Tanta dor de cabeça por causa de nada, era só dá um "F5" no auto patch, foi a única coisa que resolveu.
     
    Podem fechar o tópico !
  9. Upvote
    Tsuuu reacted to evilpuncker in [solved]Thor Patch   
    provavelmente a imagem antiga ainda está no cache do navegador, limpe seu cache e tente novamente (ou mude o nome da imagem no arquivo bg.jpg e no código html para um nome diferente, assim não terá como ele mostrar outra)
  10. Upvote
    Tsuuu reacted to Ragno in Chão de izlude bugado.   
    Você precisa editar o mapa com ferramentas como BrowEdit. No entanto, também é possível alterar o nome do arquivo usado para izlude.gnd solo editando o arquivo usando um editor de texto, como o Notepad ++.   izlude.7z   No exemplo, eu rebatizado de arquivos:   "prt_µµ½Ã" -> "izl_µµ½Ã" "prt_ÃÊ¿ø" -> "izl_ÃÊ¿ø"   Espero que seja útil.   Aproveitando sobre o assunto, você poderia comentar um pouco mais traduções de brAthena?
     
    Traduzido usando Google Translator.  
  11. Upvote
    Tsuuu reacted to iCORE in [re-release] Mellina   
    MELLINA MAP
     
    orriginal thread:http://rathena.org/board/
    CLICK THE LINK TO SEE MAP SCREENSHOT's
     
    Includes all
    gat
    extra
    rsw
    gnd
    mini map
     
    ENJOY!


    CREDITS TO THE OWNER!
    Mellina.rar
  12. Upvote
    Tsuuu reacted to Emistry in Usable Enchant Item   
    File Name: Usable Enchant Item
    File Submitter: Emistry
    File Submitted: 18 Jan 2016
    File Category: Utility
     
    Description :
    Players are able to click on the Enchant items to provide custom bonus to the selected equipment.
     
    Varies of bonus could be done especially use together with a *getequippedon script command to provide a wide range of bonuses.
    The current items and bonuses display in the video is just a sample for demo.
     
    The origin of the idea come from Diablo and 張阿神.
     
    Preview :

     
    Click here to download this file
  13. Upvote
    Tsuuu reacted to Kuya Jeo in Emergency Call [ @ecall ]   
    A simple script for those who are lazy to click the Emergency Call in Guild Skill :P     

    If you want to use this as a main command for ecalling, make the Emergency Call Passive
     
    Find this :
    10013,0,0,4,0,0x3,0,1,0,yes,0,0x10,0,none,0, GD_EMERGENCYCALL,Urgent Call
    Change to this : 10013,0,0,0,0,0x3,0,1,0,yes,0,0x10,0,none,0, GD_EMERGENCYCALL,Urgent Call   but if you don't want to use this as main command, don't make the Emergency Call Passive but you can put this script as alternative for ecalling   This script can only use during WoE Time, must be a Guild Master, Only for WoE Maps and Master Emergency Call Guild Skill   Link : http://pastebin.com/ZbhMmgqn
  14. Upvote
    Tsuuu reacted to evilpuncker in [Solved]Como usar o emulador SQL   
    creio não ser possível pois alguns commits desabilitaram os db em sql :/ e estão pretendendo remover completamente em um futuro próximo
  15. Upvote
    Tsuuu reacted to JulioCF in script unmute   
    que gambiarra da porra.. só podia vir do SBK
  16. Upvote
    Tsuuu reacted to Angelmelody in PK Area Error while compiling   
    I m not using clean emulator to create patch ,so ~ patch it by manual
    this mod should be given criedit to Mr. Postman from Thailand
    cell_pvp.diff
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.