Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fish to BackpackH
Author Message
babazar
Journeyman
*

Posts: 189
Likes Given: 2
Likes Received: 10 in 9 posts
Joined: Jun 2013
Reputation: 0



Post: #1
Fish to BackpackH
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?
10-21-2013 09:10 AM
Find all posts by this user Like Post Quote this message in a reply
Crusader
Master
**

Posts: 254
Likes Given: 7
Likes Received: 19 in 12 posts
Joined: Apr 2012
Reputation: 6

Erehwon New Hera

Post: #2
RE: Fish to BackpackH
well i told u in chat what to use....did u manage to solve with the proper trigger?
10-21-2013 11:48 AM
Find all posts by this user Like Post Quote this message in a reply
babazar
Journeyman
*

Posts: 189
Likes Given: 2
Likes Received: 10 in 9 posts
Joined: Jun 2013
Reputation: 0



Post: #3
RE: Fish to BackpackH
trying but strugglinh, i was hoping someone would have had done something like this before..
10-22-2013 03:41 AM
Find all posts by this user Like Post Quote this message in a reply
Gyros
Apprentice
*

Posts: 28
Likes Given: 1
Likes Received: 0 in 0 posts
Joined: Mar 2012
Reputation: 1



Post: #4
RE: Fish to BackpackH
Code:
On=@ItemDropOn_Ground
if !((<weight> + <act.weight>) > <maxweight>)
    if ((<action> == id(skill_fishing)) || (<action> == skill_fishing))
        if ((<act.type> == t_fish)
            act.bounce
(This post was last modified: 10-22-2013 06:02 AM by Gyros.)
10-22-2013 05:57 AM
Find all posts by this user Like Post Quote this message in a reply
babazar
Journeyman
*

Posts: 189
Likes Given: 2
Likes Received: 10 in 9 posts
Joined: Jun 2013
Reputation: 0



Post: #5
RE: Fish to BackpackH
Ty Gyros
10-22-2013 07:16 AM
Find all posts by this user Like Post Quote this message in a reply
xwerswoodx
Journeyman
*

Posts: 86
Likes Given: 4
Likes Received: 7 in 4 posts
Joined: Jun 2012
Reputation: 0

UoMMO

Post: #6
RE: Fish to BackpackH
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
(This post was last modified: 10-25-2013 02:01 AM by xwerswoodx.)
10-25-2013 02:00 AM
Find all posts by this user Like Post Quote this message in a reply
babazar
Journeyman
*

Posts: 189
Likes Given: 2
Likes Received: 10 in 9 posts
Joined: Jun 2013
Reputation: 0



Post: #7
RE: Fish to BackpackH
sorry guys not working using 56c

nvm its working i was over weight lol Big Grin ty guys
(This post was last modified: 10-28-2013 08:43 AM by babazar.)
10-28-2013 08:16 AM
Find all posts by this user Like Post Quote this message in a reply
xwerswoodx
Journeyman
*

Posts: 86
Likes Given: 4
Likes Received: 7 in 4 posts
Joined: Jun 2012
Reputation: 0

UoMMO

Post: #8
RE: Fish to BackpackH
(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
10-28-2013 08:58 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)