Jump to content

Leaderboard

Popular Content

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

  1. Need the latest kRO Install folder for your private server? Look no further! ----> Download <---- Latest: 2023-04-04 Installation: Official kRO Updated: 04/04/2023 Download Link: https://mega.nz/folder/jUsDgRxQ#ttLmLjPY9p9cfU5_ShWVCw Package contains RSU RO Patcher Lite for kRO and kRO RE by [Ai4rei] This package is maintained by [Akkarin] Note: Due to continued abuse of my webservers, the files have been moved to MEGA. You can download an extractable .zip of an installed kRO directory, or you can download the official installer from kRO's website. Note: If you require older maps that are compatible with 2021 and older clients, download the 2021 .zip. A fan of this topic? Hit the rep button
    1 point
  2. UPDATED, NOW HAVE 72 HEADS UPDATED, NOW HAVE 84 HEADS !!!!! Here a Compiliation of basic customs Hairs from Ragnarok Online, This include the 29 oficial heads. All of these heads aren't made be me, with exception of #68, #69, #70 and #71 male heads and female #70 and #71 heads, this pack cames from internet and a bit of search, the authors put the credit on Spr files... But who diferent on that pack? - Repeated Heads Removed; - Missaligned Heads Fixed; (like #48 and #61) - 6 Unique Heads. - Now this pack is mixed with smokim pack (from cronus) - No Female Heads in Male pack, with exception of classic #43 I'm Still Working On this Pack to change female heads into male heads (like #43, #55, #56 etc - Male Hairstyles), to make all heads in Oficial Collors (1~7 to work with them), To Increase this into 100 Hairstyles Pack. Preview: DOWNLOAD: 84 Heads.zip Mirror 4Shared Mirror MediaFire
    1 point
  3. Hello everyone, I guess this is my first topic ever in Graphic Section since I joined eA/rA/Herc back in 2009 till today! This is my first time succeed in create a custom mob sprite that usable in RO. The monster look familiar to you? Yes, it's indeed one of the monster in MapleStory. Monster from MapleStory are always one of my favourite, they are adorable and cute. I like it very much! Hopefully I will be able to create more of those sprites, so that I maybe able to start writing a MapleStory Party Quests into RO. * Newbie in this spriting field.
    1 point
  4. You can use changebase with a OnPCBaseLevelUpEvent to change a player sprite, hold it in a character variable and check for that on login. There is an aura mod in the downloads section, you can use the same level check script and apply the aura for specific levels.
    1 point
  5. but the question is this, if QP_Act equals 0, so stop, and if 1 then it checks killedrid == .mob_id [QP_Val] or should it be: if(QP_Act) { if(killedrid == .mob_id[QP_Val]) } ?
    1 point
  6. It looks like in his example the NPC assigns one monster to kill at random from the list. Instead of looping through it which is what OP asked... In other words, @AnnieRuru, u right. Also it's good to see you more active again and junk.
    1 point
  7. Hi... prontera,152,166,5 script Quest KMob 4_M_02,{ if(QP_Act) { if(QT_MobKill < .mob_qt[QP_Val]) { mes "You have not completed the mission!","Kill: ["+QT_MobKill+"/"+.mob_qt[QP_Val]+"] "+strmobinfo(1,.mob_id[QP_Val])+""; close; } mes "Congratulations, you completed the quest!"; atcommand "@aura 2"; set QP_Act,0; set QT_MobKill,0; close; } mes "Hello, will I now ask you to kill some monsters for me ok?"; if(select("Ok:I do not want...")==2){ close; } next; set QP_Val,rand(1,getarraysize(.mob_id))-1; //Get a random mob_id set QP_Act,1; mes "Okay, go and kill "+.mob_qt[QP_Val]+"x "+strmobinfo(1,.mob_id[QP_Val])+" !"; close; OnNPCKillEvent: if(QP_Act && killedrid == .mob_id[QP_Val]){ set QT_MobKill,QT_MobKill+1; } end; OnInit: setarray .mob_id[0],1031,1002,1166,1784; //Mob ID, limited (0,126) mobs_ids setarray .mob_qt[0], 1, 2, 3, 5; //Qty kills, limited (0,126) mobs_qty end; }
    1 point
  8. do not edit this in the packets.h #ifndef PACKETVER_RE /// From this point on only kRO RE clients are supported #if PACKETVER > 20151104 #define PACKETVER_RE #endif #endif
    1 point
  9. Version 1.0

    14610 downloads

    (I am not the creator of this set!) Here is an updated version of the well known 553 Clothes Dyes / 251 Hair Dyes Pack. I duplicated the existing palettes from the pack to fill the missing gaps. It now works with 3rd classes, kagerou, oboro, and everything. However, I didn't fix any of the issues in this pack, you may see: - Black Areas on clothes - Ugly colors that doesn't fit ragnarok like flashy yellow - Many palettes which look the same - 3rd classes which doesn't look really good - Blacks Pecos etc.... I made a picture with all the palettes, you can check it. If you want palettes of a better quality, you may want to check My Palleting Services. Thank you!
    Free
    1 point
  10. prontera.gat,164,174,3 script Mall Warper 478,{ shop: warp "quiz_02.gat" ,338,74; end; <----------------- ADD THIS OnInit: waitingroom "NeutralRO Mall",0,0; end; }
    1 point
×
×
  • Create New...