Jump to content

Leaderboard

Popular Content

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

  1. Hello I managed to compile and to run a server on Raspberry Pi 3! Now me and all my friends can connect to my Raspberry Pi to play on my server. Feels so awesome to be a GM again! I've also wrote a guide on how to install it on a Raspberry Pi. Even though it says Raspberry Pi, this guide will work on any Debian / Ubuntu system. If you have any questions feel free to ask, I will gladly answer them!
    1 point
  2. Hi everyone, After digging some old files from my old CDs, I found this history tree by Tsuyuki (as stated on the diagram) for everyone reference. Although it is already outdated, you may find it is useful to reminisce the past emulators that helped shaping the present emulators. It is a long life learning journey. For my personal opinion, RO emulator was one of the reason I started to get interested with computer science in general. Thank you, RO devs
    1 point
  3. Check your rsslib.php in your site and find code look like this : <a target=\"_blank\" href=\"$link\">" . (( strlen($title) > 16)? substr($title, 0, 16) . "...":$title) . "</a> Change the 16 to the max value you want to display. In your example the max text to display is 16, but the title contains 34 texts so the other 18 characters will be hidden since the max title length in rsslib.php is only 16. try to change it like 40 or 35 just not to reach the date texts. (Change both 16 values) Hopefully this helps you.
    1 point
  4. HTML , CSS , Bootstrap , for website body and for function use PHP . For Database use phpmyadmin .
    1 point
  5. Microsoft Visual Studio Refactor As of Git Hash: cacd98d, rAthena has removed support for MSVS 2008, 2010, 2012, 2013, and 2015 solution and projects and introduced an improved MSVS 2013 solution. Details: MSVS 2008, 2010, and 2012 have been removed because their support from Microsoft has ended. We are sorry for the inconvenience and we understand these tools are fairly large for people to have to acquire again but this refactor has laid a foundation for the future development of rAthena! For people who download MSVS 2017, think of this as a long term investment as this version will be supported for quite a few more years from Microsoft and the solution is easily adaptable to any newer version to come! MSVS 2013 was chosen as the default because it is the first release from Microsoft as a free community tool as well as support for C++ 11 (for future work on the C++ branch). Support for MSVS 2015 and 2017 still exists. Simply open the rAthena Solution and select Ok when it prompts about upgrading the solution files. Each component (char, login, map, etc.) now has their own project file. Removed redundancy by creating a core (common) project file. Added true x64 build support for Windows operating systems. Process of migrating your customized codebase should be effortless. If there are additional custom source files added, you can add them to the new solution easily. Migrating from earlier versions of Visual Studio: If you were using old versions of Visual Studio, we recommend you to use Visual Studio 2017 which requires only about 6 GB of disk space with only necessary components for building rAthena installed while older versions, i.e, Visual Studio 2012 requires about 10GB. VS2017 also loads faster than its ancestors 2013, 2015. Thanks to @Sirius_Black, @Secrets, and @Lemongrass for their work on this!
    1 point
  6. prontera,150,150,5 script Stat Dealer 99,{ set .@item,7720; // Adjust the item id here set .@name$,"[Stat Dealer]"; //Name of NPC in Dialogue can be changed here mes .@name$; mes "Good-day, I'm here to sell you Stat Points, each 10 Stat Points will cost you 1 "+getitemname(.@item)+" (id: "+.@item+")"; if(countitem(.@item) < 1) goto L_NoPay; next; mes .@name$; mes "How many "+getitemname(.@item)+" would you like to use?"; mes "You have ^00FF00"+countitem(.@item)+"^000000 "+getitemname(.@item)+""; mes "Use '0' to cancel transaction."; input .@input; if(.@input == 0) close; if(.@input > countitem(.@item)) goto L_NoPay; next; mes .@name$; mes "You would like to purchase "+.@input*10+" Status Points with "+.@input+" "+getitemname(.@item)+""; switch(select("Yes:No")){ case 1: mes .@name$; mes "Transaction is completed, just the last few steps.."; next; mes .@name$; mes "Transaction is completed, just the last few steps.."; mes ".."; next; mes .@name$; mes "Transaction is completed, just the last few steps.."; mes ".."; mes "..."; next; mes .@name$; mes "Transaction is completed, just the last few steps.."; mes ".."; mes "..."; mes "...."; next; delitem .@item,.@input; set StatusPoint, StatusPoint + (.@input*10); mes .@name$; mes "Transaction is completed, just the last few steps.."; mes ".."; mes "..."; mes "...."; mes "Transaction has been completed."; mes "Have a nice day."; close; case 2: mes .@name$; mes "Have a nice day."; close; } L_NoPay: mes "I'm sorry but you don't have the required payment to proceed"; close; }
    1 point
  7. Version v1.9

    204 downloads

    Antonios spawn in a random town. Every 10 minutes the remaining Antonios warp to another town. After all Antonios are killed the Antonio Leader is killed. The script ends after 1 hour or the Antonio Leader is killed. I wrote this from scratch as an event for my wife!
    Free
    1 point
  8. Version v1.1

    90 downloads

    This script allows players to purchase and carry up to 3 ancilla from the chruch.
    Free
    1 point
  9. Version v1.2

    71 downloads

    This script started as my custom AB script but was modified to allow a High Priest to learn the Adoramus skill.
    Free
    1 point
  10. This afternoon I enabled all groups on the forums to be able to upload their work to Files and put a price on them. What does this mean? Two things. Firstly, it means that any user on the forum is able to charge for their uploaded File. This has proven to be profitable in more ways than just of a monetary value. In the past, amazing features, code, maps, sprites, images, etc were created knowing that hard work would be met with funds in their account to either spend on the forums, or request via paypal. This encouraged a higher standard of working which produced a large number of projects. Secondly, it means that rAthena can survive for longer without further cashflow injections from elsewhere. Donations are marvellous, but they don't cover the monthly costs. Paid Files have a Tax value of 20% which covers the paypal fees and ensures that a few cents are kept in rA's coffers. Over the course of a month, these values would help to pay for our hosting. All paid files will be approved by either @Aleos or myself to begin with. The approval process will be strict - if your file is not of high quality, it will be rejected. Files that were previously uploaded to the forums when Nexus was alive no longer exist. If you had a paid file and want to charge for it, you will need to re-upload it (I deleted them all when i found that moderators had still been downloading them after they were hidden during my absence last year). If you run into any problems with permissions, please let me know as soon as possible via Forum PM!
    1 point
  11. File Name: Midgear Piercing NPC File Submitter: Darkelfen File Submitted: 10 Aug 2014 File Category: Utilities Content Author: Darkelfen Hello everyone, this custom NPC can create the slotted version of some mid headgears (Similar to the one on pRo) also it can create the Spiritual Auger. This is my first time posting here so any problems let me now ASAP. (IDK if this is the correct forum to post this >__>) Midgear Piercing.txt Hope it helps.
    1 point
×
×
  • Create New...