Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/18/22 in Posts

  1. RO Open Setup About Clone of the default game setup application, shipped with every RagnarokOnline installation. It works on every 32-bit Microsoft* Windows* platform. Source is available for customizations. Known Issues None. Translations English - 100% (primary) French - 100% (Valioukha) German - 100% (Xalion) Brazilian Portuguese - 100% (EvilPuncker) Czech - 100% Japanese - 100% (Mintmoon) Russian - 100% (Jarek) Simplified Chinese - 100% (tinpont) Spanish - 100% (jaBote) Thai - 100% (iSuzutsuki) Traditional Chinese - 100% (Angelmelody) translate OpenSetup into your language Q & A Why does the client not use the Lua settings? Use latest OpenSetup version. If that's already the case, use newer client. Why does OpenSetup not let me to save without Administrator? A few settings are still written to a location in the registry, that needs Administrator rights. I have have issues with OpenSetup, is there something I should add to my report? When you experience the issue, press Shift+Esc inside the OpenSetup window until it closes and provide the generated log file (exename.log) along with your report. Download & Website http://ai4rei.net/p/opensetup License This work is licensed under a Creative Commons Attribution-Noncommercial 3.0 Unported License.
    1 point
  2. Try this prontera,143,173,5 script Level Reset 757,{ if (BaseLevel < 255||JobLevel < 120 ) { mes "You need to be at least level 255 and Job level 120."; } if (RESET_COUNT >= 20 ) { mes "I'm sorry, but you can't use this npc again"; close; } else if (select("Reset", "cancel") == 1) { resetlvl 1; RESET_COUNT++; StatusPoint += (RESET_COUNT * 10); // free 10 status point per reset. if (RESET_COUNT && RESET_COUNT % 10 == 0) { getitem 512, 10; // every 10 reset get apple. } } end; }
    1 point
  3. View File Staff Signs STAFF SIGN CUSTOM HEADGEAR BUNDLE Greetings again, rAthena! I'm Haziel, you might know me from the work I've done for the past years, I'm now posting new releases every week. Staff Signs is a bundle of Custom Headgears, it has all necessary files to be appropriately implemented, such as Equip Sprites, Icon and Collection files! This package contains four different Headgears to represent each Staff position, such as Community Manager, Event Manager, Game Master and Administrator! Let me know in the comments below if I'm missing any other! I hope you enjoy the final product! If you're interested in my work, Contact me on hyering or through one of the channels below! By downloading this file, you agree to my Terms of Service: • YOU WILL NOT remove my signature from any of the included files. • YOU WILL NOT alter, edit, recolour any of my files unless for your personal use. • YOU WILL NOT repost, repass or mirror my work nor edited versions of it anywhere. • YOU WILL NOT sell, resell or in any manner, ask money or rewards using my work as an exchange. • YOU WILL NOT claim my work as yours. Submitter Haziel Submitted 05/31/2018 Category Headgears Video Content Author Haziel Graphics  
    1 point
  4. hye guys i need help on how to install flux cp, without any server hosting, i just wana install them so that i can learn to make flux cp template, sorry if im on the wrong section or such noob request, but any one who would like to share and guide please make a detailed guide step by step with picture if posible. and thank you for your time, :D
    1 point
  5. sec i have this Edit: - script BGM -1,{ OnBGMCmnd: mes "[BGM]"; mes "Whats the file number"; //todo create a list input .@bgm$; close2; playBGM .@bgm$; end; OnInit: bindatcmd("bgm","BGM::OnBGMCmnd",0,99); bindatcmd("BGM","BGM::OnBGMCmnd",0,99); end; } found it, this will let players use @BGM / @bgm to change there currently playing song they just input say 121 to play the song Outer Breath
    1 point
×
×
  • Create New...