Arealoot?

Daifuku

Graphics Moderators
Staff member
Messages
226
Points
43
Discord
itsbecaxo 
Emulator
Not sure if this is considered as source but I would like to request arealoot. Works like the greed skill from blacksmith the only difference is that you have to click on the ground instead of using a skill. 3x3 cells arealoot would be perfect (●`^(エ)^´  ●)

sorry if this was already requested somewhere, couldn't find it

 
Last edited by a moderator:
default_smile.png
I actually looking for this also but I believe this is a source paid request that's why I don;t bother, unless someone share or do it.

 
default_smile.png
I actually looking for this also but I believe this is a source paid request that's why I don;t bother, unless someone share or do it.
Let's just hope that someone is willing to do it. (´(エ)`)

 
after create a new ground skill:

skill_castend_pos2

map->foreachinarea(skill->greed,src->m,x-1,y-1,x+1,y+1,BL_ITEM,src);
pc_takeitem

Code:
&& sd->ud.skill_id!=BS_GREED && sd->ud.skill_id!=GO_NEWGROUNDSKILL)
 
Last edited by a moderator:
Back
Top