Jump to content

Yoh Asakura

Members
  • Content Count

    261
  • Joined

  • Last visited

  • Days Won

    2

Reputation Activity

  1. Upvote
    Yoh Asakura reacted to Dastgir in [Help] Translate   
    cardprefixtable.txt @ clientside.
  2. Upvote
    Yoh Asakura reacted to Garr in [MAP] Remove Shadows   
    You can't do that inside Browedit without recalculating lightmaps. If you have no light then you'll get every single texture black. To avoid that you need to add a lightbulb. Rest is above.
     
    Then again there's another way if you like. Maybe it'll be easier for you that way. Tools -> Lightmap -> Export. Without walls. Save the pictures. Edit the one with 1 in name and remove any shadows you don't like. Then Tools -> Lightmap -> Import.
  3. Upvote
    Yoh Asakura got a reaction from zonesef in Cell PvP (Pk Area patch)   
    Hi,
     
    I'm trying to patch the cell_pvp following this topic. But I get error in unit.c
     
    Link image: http://postimg.org/image/sessd6g4t/
    Direct Link: http://s30.postimg.org/3lj8cix4h/error_cellpvp.jpg
     
    Anyone could help me? Thank you.
     
     
    cell_pvp.diff
  4. Upvote
    Yoh Asakura reacted to Dastgir in Ultimate Guild Ranker   
    Updated to Support EmpBreaker Ranking(Char and Guild Based)
    (Sorry for too much unoptimized script,will optimize it in next version)
  5. Upvote
    Yoh Asakura reacted to Ind in Hercules WPE Free - June 14th Patch   
    Hercules WPE Free - June 14th Patch
     
    Made Possible Thanks to Yommy
    We're only able to provide you with this feature thanks to Yommy, Thank you very much! WPE Free - Official Packet Obfuscation Support Packet spamming is no longer possible by normal means, with this feature each packet sent has its own id, so spamming (by sending the same packet more than once) is impossible. For this feature to function you MUST NOT use the 'disable packet obfuscation' client diff. conf/battle/client.conf
    // Whether to enable the official packet obfuscation support (good vs WPE)// 0: disabled// 1: optional (not recommended) -- identifies whether it is required// 2: enabled (recommended)packet_obfuscation: <value>
    Currently functional for over 44 clients (Thanks to Shakto!): 2011-08-17 - 2015-05-13 Special Thanks to Yommy ..Yommy ...The all-awesome Yommy~! Thank you again! Shakto for the 44 PacketKeys! Also - SQL DB Updates & DB2SQL For logical and performance reasons we've modified the structure of the renewal item db tables, atk and matk no longer share the same column, equip_level was replaced by equip_level_min so that we could add equip_level_max which is required by new renewal items. Note however that because of the previous atk:matk format, it was not possible to provide a upgrade file that would save the matk data Item script errors from sql dbs used to point to a inexistent line number, it was modified to display the item id instead. This update has shrunk the sizes of the item db .sql files, making it possible for tools such as phpmyadmin to parse them, once again. With this patch we're also introducing a new official plugin, db2sql, its purpose is to make it easier for our developers to keep the .sql db files up to date (but you may use that to convert your own if you so desire, too), to use this plugin (when it is enabled in plugins.conf) type server tools db2sql in the console. Link~u! Commit 1 Commit 2
  6. Upvote
    Yoh Asakura reacted to quesoph in Disabling 'Cash Shop' button in upper right corner   
    You need to hex your client..
     
    Find this:
    4E 43 5F 43 61 73 68 53 68 6F 70and replace with00 00 00 00 00 00 00 00 00 00 00This would disable cashshop. 
    * back up your client first just in case something goes wrong.
  7. Upvote
    Yoh Asakura reacted to AnnieRuru in Help to update this npc   
    LOL you mixed up both
     
    sql query, this one added the index
    alter table `char` add empbreak smallint(6) unsigned not null default 0 after unban_time, add index (empbreak);..
    npc/guild/agit_main.txt
    query_sql "UPDATE `char` SET empbreak = empbreak+1 WHERE char_id = " + getcharid(0);which is already correct.
    .
    ////============================//// Emp Breaking Ladder////============================prontera,155,183,4 script Emperium Ranking 722,{ .@nb = query_sql( "select name, empbreak from `char` where empbreak > 0 order by empbreak desc limit 10", .@name$, .@empbreak ); mes "^FF0000[ Emperium Ranking ]^000000"; for ( .@i = 0; .@i < .@nb; .@i++ ) mes "^0000FF"+ ( .@i +1 ) +".^000000 " + .@name$[.@i] +" - ^FF0000"+ .@empbreak[.@i] +"^000000 Break(s)"; mes " "; query_sql "select empbreak from `char` where char_id = "+ getcharid(0), .@empbreak; mes "^0000FF["+ strcharinfo(0) +"'s]^000000 Emperium Break's is ^FF0000" + .@empbreak + "^000000 Break(s)"; close;OnInit:// waitingroom "Emperium's Ranking",0; // Look on the configuration! end;}use this script
  8. Upvote
    Yoh Asakura reacted to karazu in [PvP] Can atk player in guild   
    put the map in "noguild.txt" you can find it in the mapflag folder.
  9. Upvote
    Yoh Asakura reacted to Garr in Soul Linker for all jobs   
    http://herc.ws/board/topic/2124-help-me-with-this-soul-linker-npc/#entry14328
     
    I thik this one should do.
  10. Upvote
    Yoh Asakura reacted to ρixєℓ in BGM not working   
    Update in paste client : LINK
  11. Upvote
    Yoh Asakura reacted to Angelmelody in NoStorage and NoGuildStorage Mapflags   
    you can reference to this topic http://herc.ws/board/topic/8160-storage-block-on-a-map/
  12. Upvote
    Yoh Asakura reacted to Jguy in HAT - The Hercules Admin Tool!   
    Greetings all,
     
    Today, I am introducing a project I've been envisioning and working on for a couple of months that is finally in a usable and sharing state where multiple people could potentially contribute to the project.
     
    Introducing HAT!
     
    What is HAT?!
    HAT, or Hercules Admin Tool, is an administration tool for your RO server running the Hercules emulator. It is coded in PHP and Javascript and uses backends of CodeIgniter and Twitter Bootstrap to present information in a secure and meaningful way. Written by a server owner for a server owner. It is completely Open Source and hosted on Github, released under the Apache license.
     
    Another Control Panel? Too many! Stop making these damn things!
    Yes, another one. However, this one is different. A lot of Control Panels today are written as a CMS for your users as well as administration for your GM's. HAT is not designed to be accessed by your users, similar to the PHPMyAdmin tool. Your users will never know its there, therefore already enhancing security. However, contrary to PHPMyAdmin, you can more deeply control what your GM's have access to.
     
    Oooh, control? I'm a control freak, tell me more!
    HAT has a separate database of users for your GM's that have access to your panel. You're not relying on the login table of your server and their group level to provide access. Instead, a separate user database allows access, with a fully customisable set of permission settings on what those GM's can do and not do. 98 different permission sets are possible. So, you can have an in-game support GM with some limited powers in game, and they don't have to have access to your admin panel. Likewise, you can have a developer who only needs access to some server functions and your item/mob DB's without access to your server's accounts.
     
    What other features does it have?
    HAT gives you the ability to administrate just about everything on your Hercules server or its databases. It's a backend tool designed to be installed to the same server as your running Hercules server, giving you error tracking, server restarting and GM commands through a web interface without needing to login to SSH. With its fully responsive interface, its suitable for access via mobile, tablet or desktop without comprising access to information you need.
     
    So far, a somewhat complete list of the features already done:
    Account Management including: Changing account name, email, reset passwords/PINs, manage bans, account notes, account flags, manage account storage Character Management including: Change character name, stats, levels, jobs, items, flags Guild Management including: Change guild name, leader Server Management including: Viewing server console logs, start/stop/restart running Hercules server, reload item/mob db's, scripts and battleconf, viewing server performance data Admin Management including: Add/disable/delete GM's, assign/delete/change permission sets (groups)

    More features being added almost every week!
     
    How can I use it?
    Note that the panel is still in constant development and could be unstable. We would appreciate more testers and bug reports regarding the panel. While I try to write and test code that I know will work before pushing it to Github, sometimes I miss something or it doesn't work as expected in another environment. If you're willing to contribute by using and reporting bugs, you can find the panel to download here:
     
    https://github.com/jguy1987/HercAdminTool
     
    I found a bug! How do I report it to you?!
    You can use the Github issue tracker to report bugs: https://github.com/jguy1987/HercAdminTool/issues
     
    I want XYZ feature! Can you make it?
    Maybe. Use the Gitbhub issue tracker to give me the suggestion and I'll see if I can/want to add it: https://github.com/jguy1987/HercAdminTool/issues
     
    You lied! My panel completely destroyed my server!
    Take backups. As mentioned above, you're using something that is constantly in development. If you encounter a bug, please report it. If you encounter an issue that leads to the destruction of data, this is a beta product, and I'm sorry, but I cannot and will not be held responsible.
     
    What are the system and server requirements for running the HAT?!
     
    The following system I run my testing on, let me know if you have similar results with a system with different packages or such:
    * Linux, specifically Ubuntu 14.04. Windows or BSD at this moment is completely untested. I plan on hopefully testing this weekend.
    * apache2, version 3.4.7
    * php5, version 5.5.9
    * php5-mcrypt needs to be installed and enabled. You can do such by adding to your php.ini: `extension=mcrypt.so`.
    * php5-mysql extension. MySQL can be installed on a different machine if you so desire but you must have the php5 extension installed on the machine
    * apache needs to be configured to include the mod_rewrite extension. In addition, your per directory settings for apache configuration must allow "follow symlinks" and "AllowOverride all".
    * You can optimize Apache to use a bit less memory so that your Hercules server can expand if you do not anticipate many people using your panel by taking the following steps:
    - Install apache2-mpm-prefork.
    - Reduce the amount of clients your apache can serve and reduce the amount of servers it starts up in httpd.conf/apache2.conf.
     
    So....
    Github: https://github.com/jguy1987/HercAdminTool
    IRC: irc.rizon.net @ #hercadmintool - if you want to talk to me about it or submit features or poke me to do more work.
    Demo available at: http://hatdemo.jemstuff.com
    The demo can be access with username/password: admin/admin. You can do most things in the demo so feel free to play around. I know there's not much data there to experiment with, but feel free to play.
  13. Upvote
    Yoh Asakura reacted to Dastgir in Plugin Collections   
    Added
  14. Upvote
    Yoh Asakura reacted to Mystery in Requested Links   
    I decided to bring this topic alive over here in Hercules. I've gathered a few different other links that I found to be interesting and removed some that were dead and no longer had any use. Hopefully I'll be able to keep this topic as updated as I possibly can, of course with everyone's help!

     
    ________________________________________________________________________________________________
    Updated: September 6th 2016
    ________________________________________________________________________________________________

    Important Links
    Getting Started ~ http://ratemyserver....wnload_kROLinks Ragnarok Online Patchers - http://nn.nachtwolke.com/dev/rsu/

      Clients & Diff Patchers
    Ragnarok Clients - http://supportmii.com/ro1/Clients/ (Clients: 2010-2013) Clientside - http://www.assembla....bversion/nodes/ ShinsDiffPatcher - https://subversion.a...insDiffPatcher/ Neo's NEMO Client Patcher - http://herc.ws/board/topic/2905-nemo-client-patcher/

      LUA, LUB, & Data
    Lub --> Lua Decompiler - http://herc.ws/board/files/file/52-luadec-for-lua-514-a-easy-and-super-powerful-lub-lua-decompiler/ Lua Files - https://www.assembla.com/code/ClientSide/subversion/nodes/Lua_Project/lua files?rev=270 Lub Files - https://www.assembla.com/code/ClientSide/subversion/nodes/Lua_Project/lubs?rev=270 Data Folder - https://www.assembla.com/code/ClientSide/subversion/nodes/Translation_Project?rev=270

      Packets
    Packets - http://svn6.assembla.com/svn/ClientSide/Packets/Packet_db/ Packet Lengths - http://svn6.assembla.com/svn/ClientSide/Packets/Packet_lengths/

      Client Tools + Browedit
     
    SupportMii - http://supportmii.com/ro1/tools/ Browedit - http://browedit.exca...com/?a=download  
    Shin's Programs
    WeeMapCache - https://subversion.a...nk/WeeMapCache/ Wee Thumbnail - https://subversion.a...k/WeeThumbnail/

      Login Screen Generator
    Login Screen Generator - http://rathena.org/t...gin_background/  
    Game Server Patchers
    Thor Patcher - http://thor.aeomin.net/ Triad Patcher - http://www.nitroconc...d/index_eng.php

      Control Panels
    Triton Control Panel - http://herc.ws/board/topic/106-triton-control-panel-2-alpha/ Flux Control Panel for Hercules - https://github.com/HerculesWS/FluxCP Ceres Control Panel - http://sourceforge.n.../cerescp/files/ StarGames Control Panel - https://github.com/Mysteries/StarGamesControlPanel

     
    Guides & Information
    Juda's Bible - http://supportmii.co.../JudasBible.pdf Hercules' Wiki - http://herc.ws/wiki/Main_Page

      Codes / Script Pasting Sites
    kPaste - http://hercules.kpaste.net uPaste - http://upaste.me Pastebin - http://pastebin.com/

      Client Protection
       
     
    Setup.exe
    BlueGhost Setup - http://www.mediafire.com/?pnuka5kfgvjfndu
    OpenSetup - http--,,--//www.mediafire...abj2jau2wxbvoiu  

     
    If you believe something should be added or I've missed something, please reply to this topic with it or you could email me at [email protected].
  15. Upvote
    Yoh Asakura reacted to Dastgir in Ultimate Guild Ranking   
    Here's the Script:
    UltimateGuildRanker: UltimateGuildRanker.diff
    For Updated Script, Go to this link: http://herc.ws/board/topic/4941-ultimate-guild-ranker/
    (Although in its initial stages, report any bug if found)
    (NOTE: this is diff not txt file.)
     
    At first just execute 2 querys in the top of the UltimateGuildRanker.txt
  16. Upvote
    Yoh Asakura reacted to Dastgir in Rebirth System   
    Maybe Try this: http://upaste.me/226e1186830e155f2
  17. Upvote
    Yoh Asakura reacted to Dastgir in Rebirth System   
    Actually,its good idea, i would maybe implement this in few hours.
     
    Edit: Uploaded the new version, will be able to download when Mod approve it. you have to execute this query to the database:
    ALTER TABLE `rebirth_system` ADD `master_rebirth` mediumint(6) NOT NULL default '0';
  18. Upvote
    Yoh Asakura reacted to Dastgir in How to fix this script to work with old emulators   
    Please use Respective Support topic, (Since they are here in hercules, and you can ask there too) (http://herc.ws/board/topic/5191-rebirth-system/)
    Here's the Script: http://upaste.me/ed851178816e19ce4
     
    (But, you may consider updating your emulator... I guess the format (a = 1) in emulator is since > 1 year)
  19. Upvote
    Yoh Asakura reacted to Dastgir in How to fix this script to work with old emulators   
    OMG, you have eathena....(that means you don't have 3rd job)
    So just change
    set .job_rebirth,EAJL_THIRD;
    to
    set .job_rebirth,EAJL_2;
    So 2nd job can rebirth..
     
    Again P.S: You should really consider updating emulator, since it have much bug fixes,stability and many scripts compatible to new script commands and plugin system of hercules. and memory improvement like http://herc.ws/board/topic/928-memory-slasher-may-30-patch/
  20. Upvote
    Yoh Asakura reacted to Dastgir in How to get the script (diff file)   
    http://pastebin.com/XpXep3mn
    This may help you.
    Let me know if any other error(Since i don't know which date of hercules you have, i can't say which command work or which doesn't , but it should work, since this script uses only callfunc, and some minimal commands)
×
×
  • Create New...

Important Information

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