Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/11/17 in all areas

  1. Need the latest kRO Install folder for your private server? Look no further! ----> Download <---- Latest: 2023-04-04 Installation: Official kRO Updated: 04/04/2023 Download Link: https://mega.nz/folder/jUsDgRxQ#ttLmLjPY9p9cfU5_ShWVCw Package contains RSU RO Patcher Lite for kRO and kRO RE by [Ai4rei] This package is maintained by [Akkarin] Note: Due to continued abuse of my webservers, the files have been moved to MEGA. You can download an extractable .zip of an installed kRO directory, or you can download the official installer from kRO's website. Note: If you require older maps that are compatible with 2021 and older clients, download the 2021 .zip. A fan of this topic? Hit the rep button
    1 point
  2. Hello. I'm MasterOfMuppets and I've just become a developer for rAthena. Some of you may recognize my name from when I used to develop for eAthena a long time ago where I mostly scripted custom implementations of official NPCs after painstaking screenshotting and play testing on iRO. This time it will be a bit different and I plan on mostly working on the source side of things. Although I'm not necessarily against working on scripting, the paradigm has changed a bit and we seem to wait for offical leaks before implementing new NPCs. I will probably write many custom versions of official scripts anyway and release them here, as I plan on making a pre-renewal server for myself with as much up-to-date renewal content as possible. But anyways on to the interesting stuff. The first project I've decided to take on on the source side of things is implementing the official battlegrounds queue in the RO interface of newer clients as I believe it will be a nice feature to have. Basically the way it works is that it makes it so you can queue for battlegrounds no matter where you are and get teleported to where you were before as you finish. I don't know exactly how long it will take to implement this, but I will try to work on it as fast as possible and hope that I can get some help testing it once it's finished. Nice to meet you guys, and I'm excited to be back in the Ragnarok pserver community.
    1 point
  3. Since August of last year, @Aleos and I have been discussing the feasibility of bringing this system back to life. Once upon a time it allowed rAthena to flourish, encouraging members to create amazing scripts and designs as there was a great motivator involved; money. Being able to sell files on rAthena was good motivation for members, and with the rAT (rAthena Tax Value of 20%) it meant that rAthena itself was able to cover costs without dipping into the staff's pockets to cover shortfall. Unfortunately this feature took abit of a nose-dive due to Admin inactivity and chargebacks. Inactivity meant that members who were selling their files didn't get their payout request completed in a timely manner. With the rA PayPal account being registered in a different country to myself, I couldn't provision many requests without paypal locking me out. Chargebacks meant PayPal was reversing the transaction and charging us for the privilege of having less money. After many months of planning, we believe we have ironed out the kinks and have placed contingencies to prevent another nose-dive. To begin with, some of the rAthena Staff have been busy creating designs, scripts, source edits, etc to upload to a special user on the system. They will be appearing on an "as and when" basis continually over the next few months. The @Files user is a system bot and will be the account responsible for selling files. Staff are all aware that adding a file to the system under this user negates "commission" that they would normally earn when uploading as themselves. The funds go directly to rA's PayPal account to accrue or be used for general rAthena outgoings. If there are no major hitches, we will consider re-opening the system for members to submit their files for sale under their own account in order to earn themselves commission. Current outstanding payout requests have all been cancelled and need to be resubmitted. The requests and user credit was transferred during the upgrade from IPB3 to IPS4, but the payout method has changed slightly, so they need to be resubmitted for the system to handle them correctly. You can find this page under main navigation My Account -> Account Credit. Payouts can also be authorised by the Content Moderators - this time round there will be no need for members to wait for me to be online. Please also note, when being moved to the PayPal page you will no longer see "rAthena" at the top. Instead you will see "Industrial-Illusions". The paypal email for rAthena hasn't changed. As of last week, rAthena is officially a registered not-for-profit legal entity. We have an accountant and everything! The devs can now put rAthena on their Résumé and use each other as Professional References. Neat huh? The Staff have been preparing for this for many months and are happy to answer any questions you might have regarding the IP.Commerce App. We would be grateful for constructive feedback too!
    1 point
  4. take the mecha sprite, ctrl+c, ctrl+v in costume_1 folder, add the _1 in the file name and be happy, both standard and alternate mechas uses the same sprite for mado gear.
    1 point
  5. // Sells Potions using #CUSTOMPOINTS as currency - pointshop pointtest 123,#CUSTOMPOINTS,501:1,502:1,505:3
    1 point
  6. What git hash are you using? Anyways try this one - script point_cmd -1,{ OnInit: bindatcmd("eventpt","point_cmd::OnAtcommand",0,99); end; OnAtcommand: .@points = atoi(.@atcmd_parameters$[1]); if( .@atcmd_parameters$[0] == "" || .@points < 1 || .@atcmd_numparameters != 2 ) { message strcharinfo(0),"Please enter correct parameters (usage: @evenpt <character name> <number of event points>)"; message strcharinfo(0),"@evenpt failed."; end; } .@charname$ = .@atcmd_parameters$[0]; .@accid = getcharid(3,.@charname$); .@rewarder$ = strcharinfo(0); if( attachrid(.@accid) ) { #EVENTPOINTS += .@points; dispbottom "You received "+.@points+" event points."; dispbottom "Total Event Points: "+#EVENTPOINTS+""; message .@rewarder$, ""+.@points+" Event Points was rewarded to "+.@charname$+"."; } else { message strcharinfo(0),"No character found."; message strcharinfo(0),"Might be offline or a non-existing character name."; message strcharinfo(0),"@evenpt failed."; } end; }
    1 point
  7. nope bro thats how you need to use it, whisper your npc like npc:sample and if you want to give all online player user all itemid quantity, or all#itemid#quantity
    1 point
  8. // [npc:Sample]map#512#10 // [npc:Sample]all#512#123
    1 point
  9. FTP client for webhost dude... Don't misslead new people
    1 point
  10. You're gonna have to get ahold of Ragnahosting. I don't have your information, I'm not staff for them, so I don't know what you're doing wrong.
    1 point
  11. Go to your client area at Ragnahosting, check your messages there, and there should be one that says "Your Cloud Instance Has Been Deployed." That has all the information you need to add the script to your server, use FileZilla or any other FTP program to upload your scripts to rAthena/npc/custom/ Then go back to rAthena/npc/ and edit scripts_custom.conf.
    1 point
×
×
  • Create New...