Jump to content

Akkarin

Forum Manager
  • Posts

    3122
  • Joined

  • Last visited

  • Days Won

    208

Files posted by Akkarin

  1. 20.00 USD

    SMS Authentication for FluxCP

    This Addon will allow server owners to require SMS Authentication when players register their account. Players who are not logged in will be able to see a new link in the primary navigation for SMS Authentication. When they enter their account name and the code sent to them via SMS, the account will become unbanned and the player can login.
    There is a reasonable-sized readme file with instructions of what to do and where to register your account to access the API used in this Addon. Other APIs can be used but will not be supported. The code provided with the included function can be used in other areas of FluxCP with a little bit of rewriting. You're only limited by your imagination!
    After purchasing, send me a Discord DM with your rA Order ID and PingedOut email address and I'll get some free Credits added to your account for testing, or just to start you off.

    1 purchase   3 downloads

    Submitted

  2. Free

    Github Action - Test Build

    Github Actions provides an amazing way to automate tasks on specific events within your repository.
    This Actions file will provide you with similar functionality to the CI used by rAthena, but for your own code! Click the Actions Tab for your own Github hosted server repo for details.
    This specific Action is designed for my RO server, but you can modify whatever you like (line 65) to suit your own server. As Github Actions minutes are now free for public repos, there's no reason why you shouldn't be using something like this to test your code with! You should also be using Git to manage your server's code..

    57 downloads

    Submitted

  3. Free

    Patcher Output

    Please note that this will only work if your patch files are controlled via Github. If you don't know how to use Git, you should either learn or delete these files.
    Instructions:
    1. Copy the file 'patcher_output.txt' to your npc/ directory and add the 'npc:' inclusion line to whichever .conf file you prefer (usually npc/scripts_custom.conf)
    2. Go to your server's Github repository and create a new 'Action'. Copy the content from update.yml and commit. Remember to create the following Repository Secrets:
    SERVER_IP
    SERVER_USERNAME
    SERVER_PASSWORD
    LOCATION_PATCHER
    MYSQL_HOST
    MYSQL_USERNAME
    MYSQL_PASSWORD
    MYSQL_DATABASE
    3. Add the following to your conf/channels.conf file:
    ,
        {
            name: "#syslog"
            alias: "[SystemLog]"
            color: "Orange"
            type: "CHAN_TYPE_PUBLIC"
            delay: 1000
            autojoin: true
            chat: false
            leave: false
            self_notif: false
        }
    4. When you commit a new patch file to your patch server's repo and push the changes to Github, you will trigger the action and it will create a message in the syslog channel in-game once the action has completed.
    Access to your server's SQL DB is required, and this script uses SSH to run the update script. I suggest creating a special SSH user that can only access your patchers web directory.
    This package is provided as-is and no direct support will be available.

    76 downloads

    Updated

  4. 3.50 USD

    Item Use, Drop & Pickup Events

    A handy extra set of script events and variables for you to maximise your event and quest scripts!
    New Variables: DroppedItemID, DroppedItemQTY, UsedItemID, PickedItemID
    New Scripted Event Triggers: OnItemDropEvent, OnItemUseEvent, OnItemPickupEvent
    Includes 3 Test NPC scripts e.g.
    - script onusetest -1,{ end; OnItemUseEvent: dispbottom "Found item use event"; dispbottom "Using on "+ UsedItemID; switch(UsedItemID){ case 501: dispbottom "You used a Red Potion!"; break; } end; } As an example use-case, I've previously used this code in an Easter event script where each time you pickup any 1 of the 13 different eggs, specific code will run for effects, item swapping, costume changes, play sounds, etc. The possibilities are enormous!

    18 purchases   43 downloads

    Submitted

  5. 10.00 USD

    Theme - TH1

    Built with Bootstrap 5 for ease of data view and manipulation, this theme is light-weight with extra features!
    Modifications
    There are a multitude of config options in the config file that you can change to easily modify this theme. However, there are no wacky extra configs that essentially duplicate the code from /config/application.php like some "designers" do - there's no need and they shouldn't do it.
     
    Item & Monster Image - Ready
    All the item and monster images (like the images displayed on the db pages) will show automatically as they're served from II's image repository, updated once per week. There is code in the config file that explains how to display specific images for items and mobs elsewhere on the site.
     
    Character Sprites - Ready
    This theme uses II's chargen that is regularly updated to display character images. It's used primarily on the Server Info page where the number of each class is listed, with a selection of random hats. Refresh the page to force the chars to swap hats!
     
    Updated Facebook Page Plugin
    Most themes still use the now deprecated Page Like code. For ease of customisation, this theme uses the shiny new Page Plugin with various options in the theme's config file. You will need to create a Facebook App to use this plugin and can be disabled via the config file.
     
    Sliders!
    There are two carousel sliders in this theme:
    Firstly, in the Right Sidebar to display offers. Easily customised in the config file. Secondly, the screenshots box on the homepage that expands to display the image in a modal. These can also be customised in the theme config. Upload as many as you like!
     
    Top 3 Killed MVPs
    This is also using the hosted chargen to display MVP images on-the-fly so you don't have to do anything! You can easily edit the number if you want to display more.
     
    World Boss Sidebar Box
    If you've installed my World Boss code, the remaining kills will be displayed in a Sidebar Box. It's a small snippet to display the number so you can easily customise this box however you like! It can also easily be disabled via the config file.
     
    Footer Social Icons
    These icons will only display if you insert the links into the config file. You can also copy/paste (and swap the names) to easily create your own footer icons!
     
    License
    You are not allowed to redistribute this theme or any files associated with it. They are for your use only.
     
    Price Structure
    Now to explain the price. This theme costs $10 to download and install, and you can download all updates for the first 4 months.
    4 months after purchasing, the rAthena forums will issue an invoice for a renewal charge of $10. You do not have to pay the extra $10 if you don't want to! If you choose not to renew, you will no longer be able to download new fresh updates.
    The renewal charge simply allows you re-download the file and it's updates after 4 months have elapsed. I will be actively developing new features for this theme (like Facebook Login in the next release, and integration with roBrowser) and other features that you can only download if you have an active subscription to this theme. If you chose not to renew, and then in 7 months time a really cool feature is added to this theme, you will have to settle the renewal invoice before you can download updates.
    Hope that clears up how the pricing structure works!

    75 purchases   175 downloads

    Updated

  6. Free

    WoWRO FluxCP Theme

    A "just-for-fun" project that I was working on about 65 billion years ago.
    This theme has been updated to work with the current rAthena FluxCP theme system.
    Server status and online player count on the homepage works. All standard FluxCP pages should work just fine, but you'll need to re-jigg the item and mob index tables to squash them in. I hate adding an overflow to them for horizontal scroll, so you're encouraged to merge some table columns instead ?
    Images are supplied as-is. I don't have a PSD for any of them, they were all ripped from a site around 2009-ish.

    103 downloads

    Submitted

  7. Free

    Forum Team Badges - Style 2

    Zip includes four .png files:
    Team Manager Developer Game Master VIP Size: 208 x 80 pixels.
    Mode: 8bit RGB.
    No .psd is included. Images are "as-is". Screenshot is compressed, actual images are better quality.
    For instructions on how to apply these to your forum groups, see your forum software's instructions/website.

    81 downloads

    Updated

  8. Free

    Forum Team Badges - Style 1

    Zip includes four .png files:
    Team Manager Developer Game Master VIP Size: 208 x 80 pixels.
    Mode: 8bit RGB.
    No .psd is included. Images are "as-is". Screenshot is compressed, actual images are better quality.
    For instructions on how to apply these to your forum groups, see your forum software's instructions/website.

    32 downloads

    Updated

  9. 2.00 USD

    World Boss Event

    // ========================================================= // World Boss System, scripted by Akkarin // ========================================================= // In this script's original state, a "World Boss" will // spawn in a random location after 10,000 monster kills // every 4 minutes past the hour. // // This script imitates the old World Boss mechanic from an // MMO called TERA. // // The location and MVP are selected at random from arrays. // =========================================================  

    95 purchases   195 downloads

    Updated

  10. Free

    Smokey @hide

    //===== rAthena Script =======================================
    //= @hide
    //===== By: ==================================================
    //= Akkarin
    //===== Current Version: =====================================
    //= 1.0
    //===== Compatible With: =====================================
    //= rAthena Project
    //===== Description: =========================================
    //= Adds some sexy purple smoke to the @hide command.
    //= Default to @ and # commnd level 99. Feel free to change.
    //============================================================
    //= This is based off an ancient src edit to the @hide command, but for the life of
    //= me i can't find it so it's now in a script, so src edits aren't required.
    //============================================================

    542 downloads

    Submitted

  11. Free

    FluxCP Theme: Limestone & Sharppurple

    These themes are old, so I've given them a quick dusting off and updated them to work with the current theme system.
    You should note that the status bar at the top do not work. Neither does the WoE banner box on the homepage. There are plenty of scripts around the forums to make these both work and is a good challenge for anyone who is looking into theme development.
    They are provided as-is.

    1204 downloads

    Submitted

  12. Free

    FluxCP Theme: Lightweight Clouds

    This is an incredibly basic modification of the default bootstrap theme.
    Navigation moved to inside container Clouds in body background tag The changes in this theme should help other users to create their own themes. If you want to actually use it as a theme for your FluxCP installation, I'm not going to stop you, but I do recommend you continue to make changes per your needs.

    242 downloads

    Submitted

  13. Free

    xmas event map

    Contents:
    3 map files (.gat .gnd .rsw) 1 minimap (.bmp) There is no script for this map, it was just something i created for a friend last year as he had a "wave" instance script where mobs were spawned in the south-east corner of the map and they made their way to the north-west corner, so i built a small town and placed a wooden door hidden amongst the trees to signify the end-point. 

    172 downloads

    Submitted

  14. Free

    Instance: Prison Break

    Contents: 
    3 map files (.gat .gnd .rsw) 1 instance script file (.txt) This is just a quick instance script i wrote for a server i used to develop for. It uses a slightly modified version of the default @jail map with the staircase and bars removed so that the mobs spawned inside each of the cells can roam around once they're spawned by the script. On entrance, 2 mobs are spawned, then once killed the script will spawn two more further down the corridor. When they're killed you get two more mobs spawned a little further up. etc etc until you reach the top of the map where MvPs are spawned in the cells at the top, one at a time.
    There is no instance entrance script, you should decide how you want to create the instance yourself. This was designed to be IM_CHAR with a Base Level requirement of 99+ but it's up to you how you implement it. There are probably errors. If you can't fix them yourself, you shouldn't be running a server.
    Prize is configured at the bottom of the script.
    Don't forget to add to your db/import/instance_db.txt file.

    160 downloads

    Submitted

  15. Free

    Item Images

    This is an archive of all 'item' and 'collection' .bmp's in data.grf and rdata.grf - extracted and converted from upto-date GRF's.
     
    Images extracted, converted to .png and replaced #FF00FF with transparency, then saved as their item ID e.g:
    File for apple image »¡°£Æ÷¼Ç.bmp converted and renamed to 501.png.
    Ideal for uploading to websites/control panel shop pages.
     
    Please note: This is a .7z file. You will need 7-Zip or a capable version of (Win/un)RAR to unpack it.

    2511 downloads

    Updated

  16. Free

    OnPCLogin Settings

    You know when you login to your server that you work on, or even play on, and you always end up typing the same commands each time before you even say hello to anyone? @autoloot, then @uptime to see when the last reboot was, @rates if you've got fluctuating exp/drop rates, etc etc. @showexp cos you want to know what's going on, blah blah blah.
    With this Settings NPC, a player can set those commands to automatically execute when they login. These are account based, but could easily be modified to char based. Following the general format of the script, it should be easy to add/remove commands from those available to the player.
    @main is listed at the bottom of the script, so if you don't use it you may as-well remove that line.
    This script is years old, revamped to make it work with recent revisions - I've tested it on both our live server, and my dev server and seems to work.. but if you find any bugs or glitches, or something that could be optimised a bit more, please let me know ?

    891 downloads

    Updated

  17. Free

    FluxCP Theme: iRO

    iRO's site thrown into theme files for rA's FluxCP.
    This is a reasonably complete port. All pages should now work with the theme and overflow with a scrollbar if the page data exceeds the fixed width.
    Note: The slideshow code on the right nav bar and the kafra shop items box on the homepage have little/no code. You are encouraged to add the code to display images yourself.

    1946 downloads

    Updated

×
×
  • Create New...