Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/10/24 in all areas

  1. View File Mob Element View A small mod that allows you to display a custom icon and a title referring to the element and element level of the mob. It can be disabled by changing it in monster.conf // Show Element Info [Hyroshima] // 0= Off, 1= On mob_ele_view: 1 I have an observation to inform, if any of the information related to show_mob_info is enabled the mod will behave as disabled. // Display some mob info next to their name? (add as needed) // (does not works on guardian or Emperium) // 1: Display mob HP (Hp/MaxHp format) // 2: Display mob HP (Percent of full life format) // 4: Display mob's level show_mob_info: 0 Obs: i am making 2 diff files available: _A = Closest to current revision. _B = A little older compared to the current review The video quality is not very good (sorry), watch the preview video in fullscreen Submitter Hyroshima Submitted 10/04/24 Category Source Modifications Video Content Author Hyroshima  
    1 point
  2. You need to use a new ID. Looks like 40000 is already in use. If you want to see your default gm commands, you need to add it manually in your book info.
    1 point
  3. If you want anyone with group_id greater than VIP to use this command you just need to change the first line after OnAtcommand like this: // Remove or comment this one: // if(vip_status(VIP_STATUS_ACTIVE)){ // Use this one instead: if(getgroupid() >= VIP_STATUS_ACTIVE){
    1 point
  4. I use this, it is much simpler. prontera,190,213,3 script Plagearism Master 4_M_TWMASKMAN,{ mes "[ ^FF0000Fu^000000 ]"; mes "I have the ability of many Jobs, I am a Master!"; mes "What Skill do you need to copy?"; set .@SkillID,select( implode( .SkillName$,":" ) ) - 1; mes "Selected "+.Skillname$[.@SkillID]; close2; unitskilluseid getnpcid(0),.SkillID[.@SkillID],10,getcharid(3); end; OnInit: setarray .SkillID[0],14,19,20,90,84,89,535,537,540,62,379; setarray .SkillName$[0],"Cold Bolt","Fire Bolt","Lightning Bolt","Earth Spike","Jupitel Thunder","Storm Gust","Crimson Fire Formation","Lightning Spear of Ice","Wind Blade","Bowling Bash","Soul Breaker"; end; }
    1 point
  5. Just simply include this in your diff patch. Fix patch "Always load Korea ExternalSettings lua file" for 2018 clients.
    1 point
  6. Here for download the jRO client : http://ragnarokonline.gungho.jp/beginner/download.html If you looking for specific patches, you can use the jRO ftp : ftp://ftppatch.ragnarokonline.jp/pub/dl-gunghoftp/roftp/
    1 point
×
×
  • Create New...