-
Posts
394 -
Joined
-
Last visited
-
Days Won
3
Shakto last won the day on October 10 2013
Shakto had the most liked content!
About Shakto
- Birthday 01/15/1990
Profile Information
-
Gender
Male
-
Location
France
-
Server
Ragnarok Inception
- Discord: https://discord.gg/Z9vVuu4n2n
Contact Methods
- Website URL
Shakto's Achievements
-
Yeah you can do as you can control the captcha appearing to players on script side
-
View File Reputation UI Reputation UI Video : https://youtu.be/NDn7b1zdOe0 Version Server side and client side : PACKETVER_MAIN_NUM >= 20201104 ou PACKETVER_RE_NUM >= 20211103 ou PACKETVER_ZERO_NUM >= 20201118 Reputation UI is the new button in menu that lead to the reputation windows. You can set client side the menu list (reputation group), the list of reputation (name, max points, visibility etc…). You will find here a NPC script sample to read reputation points, set reputation points or open the UI without without colored reputation. Also there is a command @reput to add or remove point on a specific reputation ID Submitter Shakto Submitted 04/05/2022 Category Source Modifications Video https://youtu.be/NDn7b1zdOe0 Content Author Shakto
-
Version 1.0.0
2 downloads
Reputation UI Get a discount price of 30% by sending me a private message before buying it. Video : https://youtu.be/NDn7b1zdOe0 Version Server side and client side : PACKETVER_MAIN_NUM >= 20201104 ou PACKETVER_RE_NUM >= 20211103 ou PACKETVER_ZERO_NUM >= 20201118 Reputation UI is the new button in menu that lead to the reputation windows. You can set client side the menu list (reputation group), the list of reputation (name, max points, visibility etc…). You will find here a NPC script sample to read reputation points, set reputation points or open the UI without without colored reputation. Also there is a command @reput to add or remove point on a specific reputation ID$42.00 -
View File Adventurer’s Agency – New UI – Register / Search a party Adventurer’s Agency – New UI Register a party as a party leader. Search a party as a player. Client version needed : 2018-01-03bRagexeRE Server need : Web server : https://github.com/rathena/rathena/pull/5731 You can add it on your host with this command : git pull origin refs/pull/5731/head Submitter Shakto Submitted 03/27/2022 Category Source Modifications Video https://www.youtube.com/watch?v=mfC91R53dKM&ab_channel=RagnarokInception Content Author Shakto
-
Version 1.0.0
3 downloads
Adventurer’s Agency – New UI Get a discount price of 30% by sending me a private message before buying it. Video : https://www.youtube.com/watch?v=mfC91R53dKM Register a party as a party leader. Search a party as a player. Client version needed : 2018-01-03bRagexeRE Server need : Web server : https://github.com/rathena/rathena/pull/5731 You can add it on your host with this command : git pull origin refs/pull/5731/head$42.00 -
Services I'm working in IT irl since more than 15 years. Doing some scripts and sources modifications on my free time. I did it first for my server and decided to spare some on them. As it I was sure they was fully working and without bugs for customers. You can find here a list of my work : Anti-bot – Captcha images from server MVP Spawn – Restore MVPs state like it was before server restart @killcounter – Follow the number of monsters killed @nolootid – Prevent dropping chosen items with autoloot @showrare – Show a message when you drop /steal an item under a chosen rate @ltp – Show your last position on minimap before a teleport @session – Experience meter @ping command – Works on windows & linux 1.0.0 Rework of the faction system from Lilith to the last rAthena revision and with some more configurations (Functor Aura, color name and others) Shared zeny between all chars of an account Twilight Alchemy 4 – Create blue potion per 200 with a skill If any of the selling script doesn't work, i'll obviously provide support to help you to install or adapt for your sources.
-
-
View File Disallow using skill Warp Portal near a warp Disallow using skill Warp Portal near a warp You can configure the distance in battle.conf Prevent false warper / people using Warp Portal skill at the entrance / exit of a classic map warp Submitter Shakto Submitted 03/13/2022 Category Source Modifications Video Content Author Shakto
-
-
Release: Master Storage - Shared Storage between accounts
Shakto replied to Shakto's topic in Source Releases
Hello, It include only the rAthena part, not fluxCP's one but I can help you if needed to support it. You just need to have a "master account" system in FluxCp first then link both. I found something like this as a first step : https://github.com/acelabini/FluxCP-MasterAccount I don't get what you mean with OriginsRO, do you have some samples to provide ? -
Hello, The best to have an active support is to pm me with your issue or join me on Discord : Shakto#2940 I guess it should be related with your rAthena version.
-
It has been entirely rework to work with rathena. Things like database handling (rathena does YML) , packet handling, differences of function between hercules and rathena (timer, clif, vector ...). If you prefer, that's the price of it, but you're right to have a personal opinion on it it's working with the last version of rathena, I can help for installation yes.
-
View File Anti-bot - Captcha images from server Get a discount price of 30% by sending me a private message before buying it. Thanks to @Asheraf for implementing it first on Hercules This feature allows you to have a totally captcha system to prevent from automation system (Openkore bot, Blue eye macro, AHK...). /macro_register : It allows authorized players to add directly a captcha in the server when it's started. /macro_preview <id> : it allows to preview a captcha by its id /macro_detector : It allows authorized players to ask to one or several players (like a batch system) to challenge a captch macro database : You can add captcha images directly in your server and load them when the server start by using the db/captcha_db.yml It only works with client version 20160330 or more recent. For server side, you need to have yml database version at least and cpp files. N.B : Only for those who want to hot upload image when the server is already started and not using the macro database system : By default the client expects a 16 bit BMP image when receiving the images but the macro register ui can only read 24 bit images, therefore in order for this system to work the client needs to be patched with the correct CAPTCHA_BMP_SIZE a Nemo patch for doing so is now available at http://nemo.herc.ws/patches/ChangeCaptchaImageDecompressionSize/. Submitter Shakto Submitted 02/26/2022 Category Source Modifications Video Content Author Shakto
-
View File @ping command - Works on windows & linux Get a discount price of 30% by sending me a private message before buying it. @ping command It show in ms in game the result of a ping command. Compilation works on windows and linux. On linux, the server needs special authorisation because icmp use raw packet, basically there is 2 options to handle it : Each time you lauch the server, do it with sudo Do this once : sudo setcap 'cap_net_raw+ep' ./map-server Submitter Shakto Submitted 02/22/2022 Category Source Modifications Video Content Author Shakto
-
View File MVP Spawn - Restore MVPs state like it was before server restart Get a discount price of 30% by sending me a private message before buying it. MVP Spawn When a MVP is killed, it saves all the information in database (date, killer, status, position) When your server restart (intended reload or crash), it will check if the MVP should be dead or alive before spawning it. - If it should be alive, it will spawn it - If it should be dead, the MVPs don't spawn. If tombstone is enabled, it will appear with all his information at the position it was before the restart. The MVP will naturally appear when it should have appeared if the server had not restarted. --------------------- You don't have to worry about a restart of your server, crash, @reload script anymore that can cause abuses from players. You don't have to add any tables, columns on your SQL, it uses all features already set up. The Convex Mirrors will continue to perform fully. Submitter Shakto Submitted 02/20/2022 Category Source Modifications Video Content Author Shakto