Jump to content

Shark28

Members
  • Posts

    19
  • Joined

  • Last visited

Everything posted by Shark28

  1. Ich bin auch noch da ganz besonders da ich demnächst wohl eins der größten Ragnarok Online Projekte vorstellen werde aber dazu kommt bald auch ein weitere Thread
  2. I'm derStef1991, also known as Shark. I've been playing Ragnarok for nearly 20 years and have been developing my own project called RoyalRO for about 4 years. I've taught myself everything and place a huge emphasis on clean, high-quality work. Because of this, my development might not be the fastest, but the scripts in my game and on my website run without errors and have extremely short load times. It's very important to me to keep everything clean and organized to provide future players with a perfect gaming experience, complete with unique features that haven't been seen before. I hope you enjoy reading! Background: I have been working on my Ragnarok Online project (RoyalRO) for about 4 years now, working on it whenever I have time. I grew up with Ragnarok Online and believe it has enormous potential that Gravity never fully realized. I'm also currently finishing up my client, which I have completely overhauled to create a new UI and to enable the game to run in Full HD. To achieve this, I have reworked all textures and some resources to enhance the day-night experience and added features like rain, thunderstorms, and even storms on all maps. Release: I will introduce this soon, but today, I want to present the first major part of my project, as I am now at a point where the official RoyalRO website can enter its initial alpha phase. I've often looked at FluxCP and must say that it was a milestone for its time, and the programming was pleasant. However, I found the associated designs very monotonous, as 90% of them were built in the same framework, and the installation was sometimes very difficult, especially when trying to upgrade to a higher PHP version. For these reasons, I decided to create a standalone plugin for myself that includes all the essential features for a Ragnarok Online server, such as registration, login, character overview, donations, password reset, and password change, with an external connection to the Ragnarok Online server's database. This system operates with two databases: one for WordPress, where content, images, and source code are stored, and another where all relevant SQL data for the game is stored. Users can register via the website without needing FluxCP or other tools like Account_f // Account_m; they can simply create an account through the "Account" tab. Upon creating an account, a registration confirmation is automatically sent to the user. I’ve also added a feature where the user must click a confirmation link to activate the account. After logging in, users have access to an internal plugin menu with various pages, such as a character overview showing their job, base level, and job level. More features will follow, like resetting character location, renaming characters, and much more. However, for now, I’ve established the basic structure. There's also a password change page where users can change their current password and receive a confirmation email with a link that must be clicked for the password to be changed. Then, we have the donate page, where users can donate and receive cash points. These cash points are credited to the account immediately after PayPal confirmation, and users receive a notification that the transaction was successful. They can then log into the client and use the in-game shop. Additionally, there is a vote site where users can vote for the server and earn vote points, which can be used to unlock VIP status or other items. All of this can be purchased directly on the website and enjoyed in-game. Here is a little Youtube Video about the Features from my Website. ^ https://www.youtube.com/watch?v=gPHyaIy2fEY ^ I will occasionally provide insights into the further development of the website and the project. I will also soon introduce my RoyalRO Discord Bot, which includes several features to enhance the player experience. So, it’s definitely worth checking back from time to time, and I’d appreciate it if you could send me suggestions for improvements or things you’d like to see. I’ll do my best to make them a reality. Conclusion: I develop the server as time and inspiration allow since I work full-time and naturally don’t always have the mental space for the project. Therefore, I can’t promise that updates and content will be released weekly, but I will do my best to keep you updated on what’s happening with RoyalRO. I believe that if I continue developing for another 4 years, I’ll eventually be ready to release the big project.
  3. Hello community, I'm currently working on a Rain script, and I already have the necessary files for the client. I took an existing effect and modified it. Now, I'm facing an issue in locating the server data for adding "@rain." Does anyone have an idea or path for me to find, for example, "@sakura" or "@snow" so that I can modify them? I would genuinely appreciate your help. When I replace the effects and images with Sakura, the rain works, but unfortunately, I can't find the server components. It would be great if someone could help me with that. Thank you. I found it and make it
  4. Hey guys, I've taken the time to develop a Custom Monster Add Tool based on Google Excel and would like to offer it freely. Please note that you can only copy and download the table to use it. I will soon create a program for this so that you can easily integrate it with the Sader´s Monster Generator to quickly add custom monsters. I hope you enjoy using the tool. If you have any suggestions for improvement, I'd appreciate it if you could share them with me so that I can enhance the tool/table. Feel free to copy and use the table. Don't steal credits; give credits to me, as I put effort into creating them. Do not edit my work without my permission, including recolors." It's a link to Google Docs where you can easily download the table. Custom Monster Add Configure if you like my Custom Monster Add Configure give me positive Feedback or a Thump Up How to Download it: If you want to download the table, click on 'Data,' then on 'Download,' and download it as an xlsx file. Next, open your Google Sheets or Microsoft Excel, go to 'Import,' and select the file. It's important to choose the xlsx format, as the formula for conversion or continuation might otherwise be lost. Have fun with this Tool. Your Shark28 my own ragnarok online project is actually not promoted / started because i make many custom stuff and more 2024 come my new Ragnarok Online Server "RoyalRO". Ragnarok Online Monster Statting.xlsx
  5. Hey people, I've been developing my server for almost 2 years now and have developed some scripts and instances. I've also written a story for my server and entered it into the server. I want to put the server online by 1.5 or 1.6. how can i promote the server that players want to play on it and recommend it to others. Regards shark
  6. Do you have check your char,interna Config?? Maybe your Server delete the IP Adress and need to reconfigurate. Look in Import and check your connection. Socket 5 is a IP error Option 2 Check your Firewall and Start the Server as Administration
  7. Do you mean this ?? https://github.com/rathena/rathena/blob/master/npc/re/instances/OldGlastHeim.txt you can find all scripts and instances in github you need only to search it. I hope i can help you regards, shark28
  8. Hi Guys, I need your help. This is my first self-made NPC, the kill counter works and you can also submit the quest, but he writes the messages all one after the other although he should do it in different message boxes. can someone please help me and explain what I'm doing wrong. chry_fld,62,73,4 script Uppe 894,{ mes "Hallo ich bin Uppe."; mes "Ich brauche deine Hilfe!"; mes "Kannst du bitte 10 Poringe besiegen."; mes "Ich gebe dir auch eine kleine Belohnung."; next; mes "Danke das du 10 Poringe besiegt hast."; mes "Hier ist deine Belohnung."; mes "Kannst du mir noch einen Gefallen tun?"; mes "Solltest du nach Prontera reisen, kannst du meinen Bruder Ornn besuchen"; mes "Er hat bestimmt weitere Missionen, wo du ihm helfen kannst."; next; if(PoringKills < 10) goto l_nokills; set PoringKills,PoringKills - 10; getitem 569,400; getexp 500,300; close; l_nokills: mes "Du hast noch keine 10 Poringe besiegt.!"; mes "Komm wieder wenn du sie besiegt hast.!"; close; OnNPCKillEvent: if(killedrid == 1002) //1002 = Poring { set PoringKills,PoringKills + 1; } close; end; OnInit: waitingroom "Novice Mission",0; end; } }
  9. Kann ja sein das jemand damit Erfahrung gemacht hat bevor ich einen Anwalt frage ob das rechtens ist. Da laut kooperstionsverträge wie battleriff das möglich wäre hier wird das Geld gesondert von den Webseiten Betreiber ausgezahlt. Nur mag ich alles gesamt auf einen Webspace liegen haben.
  10. Hallo liebe rathena gemeinde, Ich freue mich jetzt schon auf die Philosophie vieler Beiträge ^^. Aber mal eine Frage wie schaut die rechtliche Lage aus wenn man in ragnarok online Turniere macht wo Preisgelder gesetzt werden ist das rechtens wenn man dies auf twitch streamt und dem Gewinner ein Preisgeld von 50 Euro auszahlt oder darf man p-server nur for free anbieten. Den donations sind Grauzonen aber wie sieht das mit Turnieren aus ?? Gruß Steffen
×
×
  • Create New...