Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/07/17 in all areas

  1. Try this link https://github.com/zackdreaver/ROenglishRE
    2 points
  2. Hi everybody, You probably know the project RoBrowser by KeyWorld (a RO client on webbrowser). The project is dead since few years, but personnally I see real potential in this project. So that's why my new challenge is to update the robrowser (and potentially finish it). Here the main todo list : Guild Skill Cash shop UI Vending skill Homunculus basic AI Cart inventory Mail system Costume system All the hardcoded specialeffects (warp, heal, etc) Actually I worked ~40hours on it, I've done : Guild skill Cart system Main effect : heal, agiup, warp npc, etc Costume system And I just started CashShop. So this topic is because I am currently looking for 1-2 developpers motivated (and experienced for God's sake) to help me on this hard task. I hope this will be seen by someone who believes on that kind of project. Anyway, Thanks for reading ! Vykimo
    1 point
  3. setarray .ID[0],501,502,503,504,505; setarray .AM[0],1,2,3,4,5; for ( .@i = 0; .@i < 5; .@i++ ) { if (countitem(.ID[.@i]) < .AM[.@i]) .@missing$ += (.AM[.@i] - countitem(.ID[.@i])) + " x " + getitemname(.ID[.@i]) + "\n"; } if (.@missing$ != "") { mes "You are missing the following items:"; mes .@missing$; close; }
    1 point
  4. Just change your System/ItemInfo.lua/lub. Download here: https://github.com/zackdreaver/ROenglishRE
    1 point
  5. you can using this..https://github.com/Stolao/Npc_Release/tree/master/Daily_Reward just change the settings to match with your require.
    1 point
  6. Hello again @Questune09, you need to specifiy if its AddHunting or AddCollection and add this () just like is says in the script line :275 //AddHunting("<Quest Name>",<Min Lvl>,<Max Lvl>,<Reward|Item ID>,<Reward|Item Amount>,<Zeny Reward>,<Base EXP>,<Job EXP>,<Monster ID>,<Monster Amount>,...); ============= so add : AddHunting or AddCollection and add: (); AddHunting("Missing Monster",1,20,7720,2,300,6975,5175,1010,15); AddHunting("Missing Monster2",21,50,7720,2,500,13050,9675,1028,20); AddHunting("Kill the pest",40,100,7720,6,700,103725,150300,1500,25); AddHunting("Summer Quest",40,60,7720,5,1000,72225,81000,1323,32); AddHunting("Curse of Snake",60,105,7720,5,5000,293062,219712,1148,35); AddHunting("Curse of Amulet",41,75,7720,5,10000,59625,67050,1188,50); AddHunting("Doctors Sick",61,100,7720,5,20000,91125,102600,1099,50); AddHunting("Red Dragon",81,100,7720,8,25000,146700,169200,1715,33); AddHunting("Fast Cat",70,175,7720,15,350000,108000,76800,2072,100); AddHunting("Dark Summoner",81,120,7720,8,32000,273375,187425,1198,50); AddHunting("Ancient Mimic",101,150,7720,17,50000,275400,232650,1699,67); AddHunting("Another Tsk?",101,140,7720,12,35000,360112,304987,1987,65); AddHunting("Flame Trower",121,175,7720,12,330000,424350,318150,1682,80); AddHunting("Small Swordwoman",141,175,7720,10,588510,501750,1658,75); AddHunting("Fake Messenger",101,150,7720,6,30000,421975,341425,1371,55);
    1 point
×
×
  • Create New...