Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/19/14 in all areas

  1. Afternoon all! I've just read over the iRO patch notes for this week and noticed that Ragnarok Online was entered into a competition on mmobomb.com and is doing rather well. In the next heat in the Rogue Division (where RO is competing in) it's up against Mabinogi, and from what i can see of the comments it looks like it's going to be a close call. How do you guys feel about voting and giving RO a helping hand? Voting for the next heat for the Rogue Division ends on the 21st of March, more details can be seen here: http://www.mmobomb.com/ultimate-f2p-showdown?nxid=10 P.S. iRO are going to provide a double exp event if RO gets through to the next round.. if anyone is playing official servers and want that extra exp boost then forward people you know to the above link!
    2 points
  2. Euphy's Scripts Disclaimer You may use, modify, and host all of my released scripts. You may not sell them, re-release them in any way (modified or otherwise), or remove the credits. < Event Manager > < Hunting Missions > < Queue System > < Euphy's WOE Controller > < All-In-One NPC > < Euphy's Quest Shop > < Euphy's Warper > < Item Rewards > < Custom Currency Multi-Shop > < Build Manager + > < Class Mastery System > < Class Specialization > < Badge System > < Guarantee Refine Ticket > < Item Fusion > < Euphy's MVP Ladder > < Card Trader > < NPC Duplicate Generator > < Auto-Potion >
    1 point
  3. Want to make a new add-on for your server?! Here's a 10-step guide on how to create your own launcher for your server. This would serve great as a one-way directory for your players, you can easily redirect them to your applications, website, etc! Disclaimer I used VB6 because most players do not have a .NET framework version later then 3.0ish installed Step 1: Download VB 6.0 portable, Run it afterwards. Don't forget to press Reg Key before running it. Step 2: Select Standard EXE Step 3: Click on the main form, then edit Caption under the Properties tab(lower right) rename it to your server name or whatever title you want. You can also re-size the form to whatever size you want your launcher to look like by dragging the borders, like how you re-size normal windows. Step 4(Optional): Place an icon by browsing the file upon clicking Icon property. Step 5: Create a button to launch your Patcher/Exe! By clicking the Command Button tool on the toolbox(left side), then dragging the desired size that you want on your main form. Step 6(Optional): Create another button to launch Setup or any file that your players often access. Step 7(Optional): Add your logo or banner to make your launcher pretty! Simply click the Picture Box tool, only two icons above the command button icon. Then browse for your logo by clicking the Picture property Step 8: Time to code those buttons! Simply double click the Patcher button we made earlier, the coding area will pop-up afterwards. Copy the codes written in the photo or paste the code below. Don't forget to replace "Your RO Patcher.exe" to the name of your patcher/exe file! Dim RetVal RetVal = Shell("Your RO Patcher.exe",1) Unload Form1 Step 9: Now, let's put the code for running the Setup.exe! Now, why is it much shorter? 'Cause the code below is needed to be used instead of the one below, only IF your exe/patcher contains spaces. Shell ("Setup.exe") Unload Form1 Step 10: Save your project then compile it! Go to File > Make Project1.exe Hurray, we're done! Here's the finished product of what we created! Now, just simply place this on the root folder of your RO files, along with setup, patcher, etc. so you wouldn't get errors! To improve the design and functionality of your launcher, you might wanna add & explore some functions & properties of forms and controls!
    1 point
  4. This games got charm and she's going to give it her all. Also I would've sown tears had Ragnarok lost to Pirate101. Edit: I was reading through some of the comments and found this: Perhaps we should spread the word?
    1 point
  5. The way you've written it, your mobs will respawn at some random coordinate on ama_test after 1-1.5 seconds. A possibility is that the monsters are respawning, just not in your room; after reviewing the map, there appears to be two rooms separate from each other: To control where the mobs are spawning, specify a rectangular area for the coordinates (i.e. ama_test,10,10,100,100 will spawn mobs between 10,10 and 100,100).
    1 point
  6. Private server software is legal, because Gravity releases the client for free, and there is no EULA to agree to with depreciated clients. Their art assets are theirs though... so dont use those on a site or loader (screenshots are OK). Aegis, is obviously not OK. The only thing that is criminal is hexing clients, but thats where it gets gray because you're not profiting from it. That letter is probably BS.
    1 point
×
×
  • Create New...