Marra Posted February 13, 2015 Share Posted February 13, 2015 Hello gays. I Need comand: @arealoot - Allows you to loot many items at once (3x3 range) Quote Link to comment Share on other sites More sharing options...
0 FelipeMartins Posted February 10, 2018 Share Posted February 10, 2018 Guys i am looking for it, if anyone get it, pelase let me know! thank you! Quote Link to comment Share on other sites More sharing options...
0 PsyOps Posted June 30, 2020 Share Posted June 30, 2020 Then what is @autoloot or @alootid for? Once the player kills the mob, can just cast greed then that should be it. I would try to create a command i guess then add a custom greed skill for a 3v3 area. then make it passive with the command skill Quote Link to comment Share on other sites More sharing options...
Cold Posted February 17, 2015 Share Posted February 17, 2015 You have an @dropall command. Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted February 18, 2015 Share Posted February 18, 2015 You have an @dropall command. what do you means ? Quote Link to comment Share on other sites More sharing options...
EL Dragon Posted February 18, 2015 Share Posted February 18, 2015 make @itemrain Item_ID Number_of_drop_items - script Haze2 -1,{ Onitemrain: [email protected] = atoi( [email protected]_parameters$ ); [email protected] = atoi( [email protected]_parameters$[1] ); if ( getitemname( [email protected] ) == "null" ) { message strcharinfo(0), "Invalid Item ID"; end; } if ( [email protected] <= 0 || [email protected] > 100 ) [email protected] = 100; [email protected] = getbattleflag("area_size"); getmapxy [email protected]$, [email protected], [email protected], 0; while ( [email protected] < [email protected] ) { do { [email protected] = rand( [email protected], [email protected] ); [email protected] = rand( [email protected], [email protected] ); } while( !checkcell( [email protected]$,([email protected][email protected]),([email protected][email protected]),cell_chkpass ) ); makeitem [email protected], 1, [email protected]$, [email protected] + [email protected], [email protected] + [email protected]; [email protected]++; } end; OnInit: bindatcmd "itemrain", strnpcinfo(0) +"::Onitemrain", 60,99; end; } Quote Link to comment Share on other sites More sharing options...
Marra Posted February 19, 2015 Author Share Posted February 19, 2015 (edited) hum... I ned comand This command retrieves the item you are in the area of 3x3 exists on multiple servers .. GGRO, TALANRO ETC Edited February 19, 2015 by Marra Quote Link to comment Share on other sites More sharing options...
Elsa Mist Posted May 17, 2015 Share Posted May 17, 2015 hum... I ned comand This command retrieves the item you are in the area of 3x3 exists on multiple servers .. GGRO, TALANRO ETC hErcules have this but in plugin mod... Quote Link to comment Share on other sites More sharing options...
Dragonis1701 Posted August 14, 2015 Share Posted August 14, 2015 Did anyone ever get @Arealoot to work on rAthena? Quote Link to comment Share on other sites More sharing options...
Stolao Posted September 10, 2015 Share Posted September 10, 2015 Just make a script at commands that makes character cast greed? 1 Quote Link to comment Share on other sites More sharing options...
FXFreitas Posted September 10, 2015 Share Posted September 10, 2015 (edited) Just make a script at commands that makes character cast greed? He want it passive not active, example: You attack a poring with a swordsman, poring dies and all itens in 3 cells of your range go to your inventory. You attack a poring with a archer, poring dies but the itens drops in ground because the distance between the poring and the archer is 7 cells. Its a plugin for hercules. Edited September 10, 2015 by FXFreitas Quote Link to comment Share on other sites More sharing options...
Stolao Posted September 11, 2015 Share Posted September 11, 2015 Just make a script at commands that makes character cast greed? He want it passive not active, example: You attack a poring with a swordsman, poring dies and all itens in 3 cells of your range go to your inventory. You attack a poring with a archer, poring dies but the itens drops in ground because the distance between the poring and the archer is 7 cells. Its a plugin for hercules. Ah I understand, mb Quote Link to comment Share on other sites More sharing options...
benching Posted September 30, 2015 Share Posted September 30, 2015 tried casting greed on target/monster death? 1 Quote Link to comment Share on other sites More sharing options...
Hello gays.
I Need comand:
@arealoot - Allows you to loot many items at once (3x3 range)
Link to comment
Share on other sites