Leaderboard
Popular Content
Showing content with the highest reputation on 09/29/17 in all areas
-
1 point
-
Version 1.1
1825 downloads
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 張阿神. Sample Usage: callfunc("F_UsableEnchantItem", <delete_item_id>, <enchant_item_id>{, <card_index>}); Item Database : Create a custom item for enchant - Id: 501 AegisName: Red_Potion_Enchant_Usable Name: Red Potion Type: DelayConsume Buy: 10 Weight: 70 Script: | callfunc("F_UsableEnchantItem", 501, 909, 3); Create a custom enchant item with special bonuses. - Id: 909 AegisName: Jellopy_Enchant_Item Name: Jellopy Type: Etc Buy: 6 Weight: 10 Flags: BuyingStore: true Script: | .@eqp = getequippedon(); if (.@eqp & EQP_ARMOR) { bonus bVit,100; } if (.@eqp & EQP_HEAD_TOP) { bonus bInt,100; } if (.@eqp & EQP_SHOES) { bonus bAgi,100; } Preview :Free1 point -
Version 2.2.0
40928 downloads
Third Job Costumes + New Classes The Correction With the advent of jRO releasing new Job Costumes, and also, the new classes from the Taekwon branch, many of server owners want to replace the vanilla sprites or even, implement the bodystyle system. But, there's a catch! Originally jRO, and now, even kRO spriters, have made it completely off of the default pattern of palette. In a classic example, you can notice the pattern of the RO palettes. What matters is the position of the colours, as an example, for all jobs, the white-ish tones will be always on the same row, so we can use it to create custom palettes. See how it works: But jRO didn't follow the classic pattern, making it incompatible with custom palettes (@Kamishi ones included). So, I edited frame by frame of each job sprite, of each gender, mounted or not, correcting them, converting them in a way so many of the previously created palettes will work. This package includes: Alternate Outfits: Alternate Royal Guard M/F + Gryffon Battlemount + Lion Mount Alternate Ranger M/F + Warg Battlemount + Ostrich Mount Alternate Minstrel/Wanderer + Ostrich Mount Alternate ArchBishop M/F + Alpaca Mount Alternate Warlock M/F + Fox Mount Alternate Mechanic M/F + Savage Mount Alternate Genetic M/F + Savage Mount Alternate Guillotine Cross M/F + Hyena Mount Alternate Shadow Chaser M/F + Hyena Mount Alternate Sorcerer M/F + Fox Mount Alternate Sura M/F + Alpaca Mount Alternate Rune Knight M/F + Dragon Battlemount + Lion Mount New Classes Star Emperor M/F + Wolf Mount Soul Reaper M/F + Wolf Mount As requested by @Emistry, I also added an extra, making it more compatible to default palettes: Kagerou/Oboro + Frog Mount Following the another @Emistry's request, all files are now already on GRFs. The previous version had no Cashmount palette included, this one fixes the issue. Only the already released costumes are supported at this moment. The Rune Knight seems to be the last of them, it's over a year from the first release! As a final part of the package, I'm including Classic Palettes for all Alternate Costumes. Enjoy the final product!Free1 point -
Okay, I don't see any difference... Let's see, when I'm at home from work I will take a better look at it. Regards, Chris1 point
-
Could you post us you're wedding script to check for differences, cuz in the rAthena there is no @name$ used, at least I didn't see it, only .@name$. But I think there are two different scripts at work, one with an OnPCLoginEvent and this church script. Do you have added an script recently to you're server? Edit: After reading Cyro's reply, I checked the image again and saw that the npc "Greet" calls that OnPCLoginEvent error.1 point
-
check your console the error below line shows you which script emitting that error1 point
-
The console says something about Happy Marry in prt_church. But I couldn't find anything like the pcloginevent in that script, npc/other/marriage.txt.1 point
-
If you could post your script, we might be able to help you easier. Regards, Chris1 point
-
Version 1.2
1205 downloads
Guild package Redeemer NPC [NPC Information] Includes: 1.Package Code Generator 2.Package Code ( for Guild with Players of the same IP ) 3.Different Package set for Guild Master. 4.Different Package set for Guild Member. To Redeem the guild package: 1.Should be a Guild Master 2.Required Minimum Guild Member. (8 default) 3.All Guild Members should be Online 4.Non Duplicate IP Check ( to avoid multiple login of single player ) 5.Duplicate IP Check ( Use the code to bypass IP check ) 6.Online Status Check 7.First time to Redeem GPack (IP Based)Free1 point -
Hi Lai. That's the hourly reminder. You can diff it out of the client by checking 'Remove Hourly Announce (Recommended)' in NEMO.1 point
-
1 point
-
Version 1.0a
721 downloads
[NOTE] For now on I will keep release all of my work for free , I hope most people can enjoy my script without paid. But if you still want to support my work, please consider donate or become my patron. Thank you. It just a questing board which everyone can post request on it and let other to complete it for reward. Feature: Set a title for the request Set a requested Item or Zeny on the board (Or Both) Set a reward Item or Zeny on the request This script need my release of: Suggestion are welcome. Pending Script Upload: Todo list: //= 1. Change log from status to actual log and delete expired or completed request //= 2. Make it compatible with newest RANDOM OPTIONS Item //= 3. Add blacklist check //= 4. Add weight check By downloading this script, you agree to these terms: You are not allowed to redistribute this script in any way, shape, or form. Chargeback scams are not tolerated and will get you punished on rAthena. I still retain all rights to this script. Terms above may be changed or adjusted without prior notification. Copyright © - Yuchinin 2017 - All Rights ReservedFree1 point -
1 point
-
1 point