SphereCommunity

Full Version: Fish to BackpackH
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey, Wondering if you could help me out. When fishing all fish go to floor, Is there anyway to setup easily for them to go to backpack?
well i told u in chat what to use....did u manage to solve with the proper trigger?
trying but strugglinh, i was hoping someone would have had done something like this before..
Code:
On=@ItemDropOn_Ground
if !((<weight> + <act.weight>) > <maxweight>)
    if ((<action> == id(skill_fishing)) || (<action> == skill_fishing))
        if ((<act.type> == t_fish)
            act.bounce
Ty Gyros
Code:
On=@ItemDropOn_Ground
if (<act.ispotion>) && (<act.more1> == s_explosion)
act.morep 0,0
endif

if !((<weight> + <act.weight>) > <maxweight>)
    if ((<action> == id(skill_fishing)) || (<action> == skill_fishing))
        if (<act.type> == t_fish)
        act.bounce
        endif
    elif ((<action> == id(skill_magery)) || (<action> == skill_magery))
        if (<act.type> == t_food)
        act.bounce
        endif
    endif
endif
sorry guys not working using 56c

nvm its working i was over weight lol Big Grin ty guys
(10-28-2013 08:16 AM)babazar Wrote: [ -> ]sorry guys not working using 56c

nvm its working i was over weight lol Big Grin ty guys

I'm using 56c and its working. Make sure you have an event
Reference URL's