Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/16/19 in Posts

  1. please stay cool and don't go off-topic stay on the topic or we would be forced to lock this post if you found your answer , please mark it as an answer and if you have another question , open a new topic with that question if it's a personal question , you can ask the person in the private messages if he agree to contact you (i am talking about all who are moving off-topic)
    3 points
  2. View File Episode 17.2: maps Requared the latest kRo data (2019-10-02+)! New maps now don`t crash client. Fixed some 3D models and their position. Thanks Tokei for converting (rsm2 to rsm) models. Textures for models: EP_17.2-textures.grf Include only: fixed maps (rsw) @Balfear fixed models @Tokei Submitter Balfear Submitted 11/02/2019 Category Maps & 3D Resources Video Content Author -  
    1 point
  3. Well even official items need the inventory bmp. Just means you need to add the files for that item into your grf. (Just because it exists on iRO doesn't mean you're not just missing the files for said item.) Official and custom items use the same folder structure. Here I've attached all the files for the mask. Mask.7z
    1 point
  4. autobonus "{ bonus2 bHPRegenRate,500,400; }",20,9200,BF_MAGIC;
    1 point
  5. <map name>,<x>,<y>,<facing>%TAB%shop%TAB%<NPC Name>%TAB%<sprite id>,<itemid>:<price>{,<itemid>:<price>...} ^ why not use that?
    1 point
  6. Only way I could think of is making a custom SC_ and apply it using that. And no, I haven't tried making custom statuses yet.
    1 point
  7. - script Basic Weapons -1,{ mes "[ Basic Weapons ]"; mes "What item do you wish to purchase?"; next; .@s = select(.menu$) - 1; if(Zeny < .zeny[.@s]){ mes "[ Basic Weapons ]"; mes "You don't have enough zeny."; close; } Zeny -= .zeny[.@s]; getitem2 .sellitem[.@s],1,1,10,0,0,0,0,0; close; OnInit: setarray .sellitem, 28113,1201,1301; setarray .zeny, 1,2,3; for(.@i = 0; .@i < getarraysize(.sellitem); .@i++) .menu$ = .menu$ + getitemname(.sellitem[.@i])+" +10 [Cost -> "+.zeny[.@i]+"]:"; end; } Untested.
    1 point
  8. Same fix done from Poring Catcher : Dice_Event_v2.txt
    1 point
  9. Err this should be the fix for that : Tested and working. poring_catcher_v2.txt
    1 point
  10. Here's my modified version of a Healer with your request on it. If you have existing Healer that you want to use you just need to add the Following : Link : https://upaste.me/dd0151084701ae54c
    1 point
  11. kRO Full Client 2019 06 19 ( UPDATED WEEKLY) includes BGM DOWNLOAD HERE
    1 point
×
×
  • Create New...