-
Content Count
217 -
Avg. Content Per Day
0 -
Joined
-
Last visited
-
Days Won
12
Vykimo last won the day on November 27 2018
Vykimo had the most liked content!
Community Reputation
130 ExcellentAbout Vykimo
-
Rank
Athena's Boyfriend
- Birthday January 22
Profile Information
-
Gender
Male
-
Interests
Athena's Boyfriend
Contact Methods
- Website URL
-
Skype
vykimo
-
Discord
vykimo#3081
Recent Profile Visitors
4,600 profile views
-
Fuck nice !! Sell them to Gravity, they are way better than older
-
[SHOWCASE] HP / SP alternative bar
Vykimo replied to Frost-Eduardo's topic in Other Graphics Showcase
Ahah how did you manage this mod ? -
Download last kro client?..
-
Prontera - Barrio Malaya Style
Vykimo replied to K e o u g h's topic in Maps & 3D Resources Downloads
Screens are too small to visualize... -
Kind of customization that we love. 'Lookin forward to seeing more of your stuff!
-
Bourgeon, a client-side plugin system
Vykimo replied to L1nkZ's topic in Project Concepts & In Progress
Nice project ! Thanks for releasing it -
Vykimo's Services I provide profesionnal paid services for server owners. I'm very experienced in Scripting, Src Mod and Mapping. You'll be able to find on rAthena a lot of showcases I made of my work (and freebies). I'm currently available for new work on these fields (ask me for estimate first) or I sale different products I already made. You can find the most updated catalogue of my work directly on my website : https://vykimo.com Payment Information : I accept only PayPal. Min. order 5$(usd). Contact : I prefer Skype : vykimo, else on rAthena or Discord (vykimo#3081).
-
Utility: @restock everywhere from your storage
Vykimo replied to Vykimo's topic in Utility Script Releases
Try to download the new version I updated. -
View File @restock everywhere from your storage One version of @restock. Create a list of items to restock automatically from your storage. Available everywhere Usage : @restock <itemid> <itemid> ... : add items to restock list @restock off : disable restocking Config : Consume 1 coin if non VIP Player, but you can disable it. You can set maps where restocking isn't allowed. Submitter Vykimo Submitted 11/12/2018 Category Utilities Video Content Author Vykimo
-
Oh yes, I forgot to mention that you've to add command in groups.conf for your players.
-
Sure it works with 2018-06-20aRagexe. Proof :
-
View File Snatch Modification SRC Modification of skill "RG_INTIMIDATE, Snatch". Teleport the player near a mob with the same id or near a monster with the same race present on the current map (if none, on random location). That's only a patch to apply on your rathena folder. Don't forget to thumbs up me if you like my content~ Submitter Vykimo Submitted 11/13/2018 Category Source Modifications Video https://www.youtube.com/watch?v=z6P1T_Cf6ZU Content Author Vykimo
-
Version 1.0.0
37 downloads
SRC Modification of skill "RG_INTIMIDATE, Snatch". Teleport the player near a mob with the same id or near a monster with the same race present on the current map (if none, on random location). That's only a patch to apply on your rathena folder. Don't forget to thumbs up me if you like my content~Free
-
I'll code it, it'll be available asap in src downloads. EDIT/ here is it :
-
Partial answer : Go in skill.cpp, search for : if( sd && src != bl && damage > 0 && ( dmg.flag&BF_WEAPON || (dmg.flag&BF_MISC && (skill_id == RA_CLUSTERBOMB || skill_id == RA_FIRINGTRAP || skill_id == RA_ICEBOUNDTRAP)) ) ) { replace by this : if( sd && src != bl && damage > 0 && ( dmg.flag&BF_WEAPON || dmg.flag&BF_MISC || dmg.flag&BF_MAGIC ) ) { This answer could partially answer your problem, but i'm not sure it would be enough..