Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/28/19 in Posts

  1. View File iRO - Ben Recycle NPC Ben Recycle in Prontera allows players to turn certain equipment into Rough Elunium and Rough Oridecon. How to use: func_AddItem(<equipment_id>, <item1>, <amount1>, <item2>, <amount2>); // WEAPONS func_AddItem(1421, 757, 4, 756, 4); func_AddItem(1822, 757, 2, 756, 2); func_AddItem(1625, 757, 5, 756, 5); func_AddItem(1819, 757, 3, 756, 3); func_AddItem(1269, 757, 4, 756, 4); func_AddItem(1142, 757, 3, 756, 3); func_AddItem(1624, 757, 5, 756, 5); func_AddItem(1626, 757, 5, 756, 5); func_AddItem(13404, 757, 5, 756, 5); func_AddItem(13027, 757, 6, 756, 6); func_AddItem(1821, 757, 1, 756, 1); func_AddItem(1268, 757, 5, 756, 5); // ARMORS func_AddItem(2422, 757, 3, 756, 3); func_AddItem(2104, 757, 1, 756, 1); func_AddItem(5124, 757, 2, 756, 1); func_AddItem(2406, 757, 3, 756, 3); func_AddItem(5122, 757, 2, 756, 1); func_AddItem(5126, 757, 2, 756, 1); func_AddItem(2504, 757, 2, 756, 1); func_AddItem(2353, 757, 15, 756, 15); func_AddItem(2514, 757, 6, 756, 6); func_AddItem(2404, 757, 2, 756, 1); func_AddItem(2315, 757, 2, 756, 1); func_AddItem(2102, 757, 2, 756, 1); func_AddItem(2114, 757, 2, 756, 2); Additional: // if enable shop UI (only work if items can sell to npc shop) .shop_npc$ = "ben_recycle_shop#iro"; Mirror Link: https://pastebin.com/cCBdevB5 Submitter Emistry Submitted 04/28/2019 Category Utilities Video Content Author Emistry  
    1 point
  2. The topic has been removed because of rAthena staff double standards and hypocrisy things. (rA staff blame me that I made a money on this topic while it's not and never was) All that I did for the last 2.5 years with around ~1k answers from my side is help for free for newbies here, but to rA staff, my topic is a pain in the ass. Sorry guys, but the topic can't be maintained on such a community anymore because of its admins. Bye
    1 point
  3. - script refresh_pvp -1,{ OnInit: bindatcmd "refresh",strnpcinfo(0) +"::OnRefresh"; end; OnRefresh: if( getmapflag( strcharinfo(3),mf_pvp ) ) { message strcharinfo(0),"@refresh is not allowed in pvp map."; end; } else { message strcharinfo(0),"You must wait 4 seconds for re-use this command."; if (@refdelay) end; set @refdelay, 1; atcommand "@refresh"; sleep2 4000; // 4sec Delay set @refdelay, 0; end; } } Tested and works fine
    1 point
  4. i think you missing file transparentitem.lub
    1 point
  5. 2018-09-19 ragexeRE not supported by rathena. If you really want use this client, then use hercules. Maximum supported version in rathena for ragexeRE is 2018-06-21. For 2018-09-19 with rathena, you can use ONLY ragexe. This exe file you can download here http://nemo.herc.ws/downloads/2018-09-19aRagexe/
    1 point
  6. np! I love how the plants look much more crisp and the trees way better than in the original. And the harmony in colors looks much better now as well. That place also bring me memories from my very first day in RO ? I wish they had made this change alongside the new Prontera, but you did it way better x3
    1 point
  7. Please share how you managed to fix it. Incase someone with the same problem encounter it, this thread would be helpful.
    1 point
×
×
  • Create New...