Ok, iam on a mud, and there is a fishing ability with nets and poles and such.
And scripting is allowed but, noone wants to give up their script for it and it kinda sucks.
What I have been trying to use are triggers, and of course triggers arent working unless it hits the right one and using mild wildcards like * and %1 and such arent doing the job.
What I would like help with or if somone can make for me, i know this is going to be hard well for me that is. Is to make one for me by anychance.
Here is the basic things that I have gotten.
When on the Shore I can use:
net scan
When that pops up I see:
[->-------]
Now the > can range from in between the [] all around
the '-'
Usually I have it set to type 'net throw' which then the net sinks and it randomly time intervals to sink when it sinks i see this:
[#--------]
Which also goes across the --'s, when I get to the '>' above after i type net scan, i have to type 'net pull', which is fine for the trigger but I can only make 1 trigger and hopefully I will get 2 in a row which I dont ever do.
After I type 'net pull I get this:
net pull
You pull up your net:
And find 23 minnows 1 lobster and 15 crawfish inside of it!
Than after that goes through it types: 'net scan' from the trigger of:
And find * * inside of it!
Which thankfully I didnt need to lable every kinda sea food on there.
Can anyone help me, What iam thinking is that it seend a variable to temporly either put something into memory form the [->-------] so when the [#--------] gets to [-#-------] it will type 'net pull', I didnt think scripts can look at what was previous or keep in memory of what was used last like that. BUt I think it can be done from other posts I have seen from other type of things, which I tried to adapt to mine which dont work aorrectly. Since It isnt seeing what was the real one before hand to pull when it hits that.
I heep you can help guys.
Please and Thank you
-HF
*EDIT*
Oh BTW if I fail, if i lag or anything, and I type the 'pull net' either to early or to soon or what ever I get this:
You pull up your net:
But have nothing to show in it.
Then I type after that:
net scan
or
Your net lands on the bottom, you pull it back up with nothing in the darn thing.
Then it shoudl start all over again hopefully.
And scripting is allowed but, noone wants to give up their script for it and it kinda sucks.
What I have been trying to use are triggers, and of course triggers arent working unless it hits the right one and using mild wildcards like * and %1 and such arent doing the job.
What I would like help with or if somone can make for me, i know this is going to be hard well for me that is. Is to make one for me by anychance.
Here is the basic things that I have gotten.
When on the Shore I can use:
net scan
When that pops up I see:
[->-------]
Now the > can range from in between the [] all around
the '-'
Usually I have it set to type 'net throw' which then the net sinks and it randomly time intervals to sink when it sinks i see this:
[#--------]
Which also goes across the --'s, when I get to the '>' above after i type net scan, i have to type 'net pull', which is fine for the trigger but I can only make 1 trigger and hopefully I will get 2 in a row which I dont ever do.
After I type 'net pull I get this:
net pull
You pull up your net:
And find 23 minnows 1 lobster and 15 crawfish inside of it!
Than after that goes through it types: 'net scan' from the trigger of:
And find * * inside of it!
Which thankfully I didnt need to lable every kinda sea food on there.
Can anyone help me, What iam thinking is that it seend a variable to temporly either put something into memory form the [->-------] so when the [#--------] gets to [-#-------] it will type 'net pull', I didnt think scripts can look at what was previous or keep in memory of what was used last like that. BUt I think it can be done from other posts I have seen from other type of things, which I tried to adapt to mine which dont work aorrectly. Since It isnt seeing what was the real one before hand to pull when it hits that.
I heep you can help guys.
Please and Thank you
-HF
*EDIT*
Oh BTW if I fail, if i lag or anything, and I type the 'pull net' either to early or to soon or what ever I get this:
You pull up your net:
But have nothing to show in it.
Then I type after that:
net scan
or
Your net lands on the bottom, you pull it back up with nothing in the darn thing.
Then it shoudl start all over again hopefully.