Marra Posted February 13, 2015 Posted February 13, 2015 Hello gays. I Need comand: @arealoot - Allows you to loot many items at once (3x3 range) Quote
0 FelipeMartins Posted February 10, 2018 Posted February 10, 2018 Guys i am looking for it, if anyone get it, pelase let me know! thank you! Quote
0 PsyOps Posted June 30, 2020 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
mrlongshen Posted February 18, 2015 Posted February 18, 2015 You have an @dropall command. what do you means ? Quote
EL Dragon Posted February 18, 2015 Posted February 18, 2015 make @itemrain Item_ID Number_of_drop_items - script Haze2 -1,{ Onitemrain: .@itemid = atoi( .@atcmd_parameters$ ); .@amount = atoi( .@atcmd_parameters$[1] ); if ( getitemname( .@itemid ) == "null" ) { message strcharinfo(0), "Invalid Item ID"; end; } if ( .@amount <= 0 || .@amount > 100 ) .@amount = 100; .@area = getbattleflag("area_size"); getmapxy .@map$, .@x, .@y, 0; while ( .@i < .@amount ) { do { .@dx = rand( -.@area, .@area ); .@dy = rand( -.@area, .@area ); } while( !checkcell( .@map$,(.@x+.@dx),(.@y+.@dy),cell_chkpass ) ); makeitem .@itemid, 1, .@map$, .@x + .@dx, .@y + .@dy; .@i++; } end; OnInit: bindatcmd "itemrain", strnpcinfo(0) +"::Onitemrain", 60,99; end; } Quote
Marra Posted February 19, 2015 Author 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
Elsa Mist Posted May 17, 2015 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
Dragonis1701 Posted August 14, 2015 Posted August 14, 2015 Did anyone ever get @Arealoot to work on rAthena? Quote
Stolao Posted September 10, 2015 Posted September 10, 2015 Just make a script at commands that makes character cast greed? 1 Quote
FXFreitas Posted September 10, 2015 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
Stolao Posted September 11, 2015 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
benching Posted September 30, 2015 Posted September 30, 2015 tried casting greed on target/monster death? 1 Quote
Question
Marra
Hello gays.
I Need comand:
@arealoot - Allows you to loot many items at once (3x3 range)
12 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.