Jump to content

Shio

Members
  • Content Count

    35
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    Shio reacted to Mumbles in Variant Mining   
    Utility: Variant Mining
    As per xienne15's request: http://herc.ws/board/topic/1886-simple-mining/
     
    Description:
    A simple mining system; allows for interacting players to excavate minerals by "mining" them with special equipment and tools. Minerals disappear and respawn randomly; chance is determined by configuration.
     
    Configuration is mostly done in arrays so that settings may be changed with no modifications to the script. Duplicate in additional locations as needed; update the value of '.var_amount' correspondingly.
     
    Download:
    https://github.com/datmumbles/Scripts/raw/master/util/mining.txt
  2. Upvote
    Shio reacted to Dastgir in [Function] random item/variable   
    File Name: [Function] random item/variable
    File Submitter: Dastgir
    File Submitted: 23 Jul 2014
    File Category: Quest, Shops, Functions & Algorithms
     
    This Function does something which is useful for some scripts.
    This function gives you item or adds/substract the variable value.
     
    Example:
    mes "Random between 7227,1 and 502,2 and 7227,2"; callfunc "rand_add",1,7227,1,502,2,7227,2; next; mes "Random between 1 Cash Points and 2 PvP Points"; callfunc "rand_add",2,"#CASHPOINTS","Cash Points",1,"pvp_points","PvP Points",2; next; mes "Random items that are mentioned in function"; callfunc "rand_add",0; close;
     
    Setting the value negative for variables will decrease them, while doing so for items, will not delete the item.
     
    Click here to download this file
  3. Upvote
    Shio reacted to Gepard in Flux Control Panel for Hercules   
    Flux Control Panel for Hercules
     
    Flux CP is now officialy available for Hercules!
     
    It is fully working with both pre-Renewal and Renewal Hercules servers. We will continue developing it, so it is always up-to-date and compatible with latest Hercules.
     
    New theme
    Hercules' Flux CP comes with a brand new theme. It's a grey-ish modern and clean HTML5 theme, called Emphaino.
    It has a nice dropdown menu located on top of the screen, and a customizable footer area, where you can put some stuff that should be visible all the time (like links to social media, forums etc.).
     
    A picture is worth a thousand words:



     
    It's a HTML5 theme, so it requires a decent browser, or IE9+ (if you insist on using that).
     
    Theme selection
    Having two themes is great, but until now it was impossible to make use of them both. That's why theme selector has been added to both themes, so your users can pick whichever theme they like more.
     
    Again, preview:

     
    Extra credits
    Authors of original FluxCP & FluxCP-rA. Authors of Emphaino theme (originally for Wordpress).

     
    Download
    Hercules' FluxCP Github repository: https://github.com/HerculesWS/FluxCP
     
    Issues
    Bug reports, questions and suggestions are all welcome directly on GitHub: https://github.com/HerculesWS/FluxCP/issues
     
    Enjoy~
  4. Upvote
    Shio reacted to Patskie in Wandering Poring v1.0   
    You can use an array
  5. Upvote
    Shio reacted to Haru in Hercules WPE Free - June 14th Patch   
    This means your client is not using any obfuscation, because you (or someone for you, if you're not the one who hexed it), disabled it. This means you'll probably be able to connect to the server even if you have packet_obfuscation set to 0.
     
    Hercules doesn't currently have the encryption keys for that client version though (unless they're the same as the 20130703 client, but I doubt so), so even if you enable the obfuscation clientside, you might not be able to connect to the server unless you also add the correct keys.
  6. Upvote
    Shio reacted to kerbiii in Help with this script please   
    is that specific chosen commands or all commands? will try it now
  7. Upvote
    Shio reacted to jaBote in Wandering Poring v1.0   
    Just set an additional label in which you do all necessary calculations and then fire the OnAtcommand label.
     
    Or even better: make the OnAtcommand label just process if there's been a map specified and your additional label set the map, then call a new label called OnEvent or so. Example:
     
    - script poringbind -1,{OnInit: unbindatcmd "poring"; bindatcmd("poring","poringbind::OnAtcommand",20,90); end; OnAtcommand:if(getgroupid() < 20) { end; }set .map$,.@atcmd_parameters$[0]; if(@map$ == "") {dispbottom "Syntax: @poring <mapname>";dispbottom "Five Porings will spawn on the map you choose. Recommended usage for this event is 3-5 times per day.";dispbottom "NOTE: Do NOT use capitals in the map name otherwise no Poring will spawn!";end;}donpcevent strnpcinfo(3)+"::OnEvent";end; OnMinute01: // Put your custom triggers hereset .map$, "yourmapname";donpcevent strnpcinfo(3)+"::OnEvent";end;OnEvent:monster .map$,0,0,"Wandering Poring",1002,5,"poringbind::OnKill";announce "[Wandering Poring] : 5x Wandering Porings have been sighted on the map: "+.map$+". The first person to find and kill each will receive an award!",0;end; OnKill:// Update Here!set .@prize,rand(1,5);announce "[Wandering Poring] : "+strcharinfo(0)+" has captured a Wandering Poring on the map "+strcharinfo(3)+"!",0;// Syntax: Item ID / Quantityif(.@prize == 1) { getitem 501,1; }if(.@prize == 2) { getitem 502,1; }if(.@prize == 3) { getitem 503,1; }if(.@prize == 4) { getitem 504,1; }if(.@prize == 5) { getitem 505,1; }// 25 Poring Coins Base Prizegetitem 7539,25;end; }
  8. Upvote
    Shio reacted to Judas in Char Select to log in screen diff 20120410?   
    yeah they are pretty stable 2013-03-20 and 2013-08-07 are good.
    data you can look at the clientside release section I beleive.
  9. Upvote
    Shio reacted to Judas in Char Select to log in screen diff 20120410?   
    well 2013 neomind made a patch to make it fully functional as it did before. For 2012 clients I'm not aware if there is a patch for it.
    The cancel probably is due to diffs or the clientinfo
  10. Upvote
    Shio reacted to Mhalicot in NEMO - Client Patcher   
    yes you can use 20130807 client and diff it that way
     
    you can search here does diffs, I'm sure it is discussed already..
  11. Upvote
    Shio reacted to ossi0110 in NEMO - Client Patcher   
    hmm seems you client file are messed up .  if you want you can download my 2012-04-10 RagexeRE   fullclient , it comes with all needed files and tools
     
     
    http://www.paid.endlessro.de/
  12. Upvote
    Shio reacted to Mhalicot in NEMO - Client Patcher   
    since you are using 2012 client I recommend you to use WeedDiffGen.
     
    Note what Neo said:
    His patcher is more compatible on 2013 clients.
  13. Upvote
    Shio reacted to kyeme in What's your favorite class?   
    High Wizard!  

  14. Upvote
    Shio reacted to jTynne in Wandering Poring v1.0   
    This is a very simple event script I created for the GM's of my server.
     
    Basically, you type one command and it spawns 5 "Wandering Porings" on the map of your choosing.
     
    You will want to customize the prizes that you receive from the event (it gives Red/Yellow/Orange/White/Blue Potions by default). It's also extremely easy to add in additional prizes.
     
    // Syntax: Item ID / Quantity
    if(.@prize == 1) { getitem 501,1; }
    if(.@prize == 2) { getitem 502,1; }
    if(.@prize == 3) { getitem 503,1; }
    if(.@prize == 4) { getitem 504,1; }
    if(.@prize == 5) { getitem 505,1; }
    // 25 Poring Coins Base Prize
    getitem 7539,25;
     
    Below is the code; After you change the values noted above in red, you should be able to just save this as a .txt, load it in-game, and voila.
     
    Questions, comments? Post as a response to this thread! If you find it useful, please +1 this thread and rate me five stars. Thanks!
     
     
    - script poringbind -1,{OnInit: unbindatcmd "poring"; bindatcmd("poring","poringbind::OnAtcommand",20,90); end; OnAtcommand:if(getgroupid() < 20) { end; }set @map$,.@atcmd_parameters$[0]; if(@map$ == "") {dispbottom "Syntax: @poring <mapname>";dispbottom "Five Porings will spawn on the map you choose. Recommended usage for this event is 3-5 times per day.";dispbottom "NOTE: Do NOT use capitals in the map name otherwise no Poring will spawn!";end;} monster @map$,0,0,"Wandering Poring",1002,5,"poringbind::OnKill";announce "[Wandering Poring] : 5x Wandering Porings have been sighted on the map: "+@map$+". The first person to find and kill each will receive an award!",0;end; OnKill:// Update Here!set .@prize,rand(1,5);announce "[Wandering Poring] : "+strcharinfo(0)+" has captured a Wandering Poring on the map "+strcharinfo(3)+"!",0;// Syntax: Item ID / Quantityif(.@prize == 1) { getitem 501,1; }if(.@prize == 2) { getitem 502,1; }if(.@prize == 3) { getitem 503,1; }if(.@prize == 4) { getitem 504,1; }if(.@prize == 5) { getitem 505,1; }// 25 Poring Coins Base Prizegetitem 7539,25;end; }
  15. Upvote
    Shio reacted to Mumbles in Space in guild name??   
    In what manner are you attempting to create a guild with spaces in the name? Like this?
    /guild Guild Name  
    The proper way would be to enclose it in quotation marks:
    /guild "Guild Name"  
    If you know that already, have you tried using a different client? The best way to determine whether or not it's your specific client is to compare it with a different version.
  16. Upvote
    Shio reacted to jaBote in Space in guild name??   
    Open the client with a hex editor, look for the string, then change it manually. It isn't way too hard but may be somewhat difficult if you haven't ever hexed anything. I suggest you to give it a try yourself.
     
    IDK what hex editors are currently in use, I still use XVI32 which is still good in my opinion. Here is its official webpage for download: http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm
  17. Upvote
    Shio reacted to Judas in Space in guild name??   
    this is what is needed: if you're using  a patcher that doesn't have the patch for it
     
     
    6A 20 53 FF D6 83 C4 08 
     
    to
     
    6A 21 53 FF D6 83 C4 08
×
×
  • Create New...

Important Information

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