Throwable = false ?
- cromcrom
- Posts: 549
- Joined: Tue Sep 11, 2012 7:16 am
- Location: Chateauroux in a socialist s#!$*&% formerly known as "France"
Throwable = false ?
Would it be possible some time in the future, maybe a patch, to have some asset definition that prevents the player to throw items ? Or maybe there is a way I didn't come up with. Any help on this please ?
A trip of a thousand leagues starts with a step.
Re: Throwable = false ?
What could you pick up that you couldn't throw?
"I'm okay with being referred to as a goddess."
Community Model Request Thread
See what I'm working on right now: Neikun's Workshop
Lead Coordinator for Legends of the Northern Realms Project
Community Model Request Thread
See what I'm working on right now: Neikun's Workshop
Lead Coordinator for Legends of the Northern Realms Project
- Message me to join in!
Re: Throwable = false ?
Cursed item héhéhé
Re: Throwable = false ?
o:
...
Where's that mind_explode.gif?
...
Where's that mind_explode.gif?
"I'm okay with being referred to as a goddess."
Community Model Request Thread
See what I'm working on right now: Neikun's Workshop
Lead Coordinator for Legends of the Northern Realms Project
Community Model Request Thread
See what I'm working on right now: Neikun's Workshop
Lead Coordinator for Legends of the Northern Realms Project
- Message me to join in!
Re: Throwable = false ?
But would you be able to drop the item, still?
- cromcrom
- Posts: 549
- Joined: Tue Sep 11, 2012 7:16 am
- Location: Chateauroux in a socialist s#!$*&% formerly known as "France"
Re: Throwable = false ?
Something very heavy ?Neikun wrote:What could you pick up that you couldn't throw?
A trip of a thousand leagues starts with a step.
Re: Throwable = false ?
If you make it very heavy, it will not be thrown very far at all.cromcrom wrote:Something very heavy ?Neikun wrote:What could you pick up that you couldn't throw?
"I'm okay with being referred to as a goddess."
Community Model Request Thread
See what I'm working on right now: Neikun's Workshop
Lead Coordinator for Legends of the Northern Realms Project
Community Model Request Thread
See what I'm working on right now: Neikun's Workshop
Lead Coordinator for Legends of the Northern Realms Project
- Message me to join in!
- cromcrom
- Posts: 549
- Joined: Tue Sep 11, 2012 7:16 am
- Location: Chateauroux in a socialist s#!$*&% formerly known as "France"
Re: Throwable = false ?
Thanks for these helpfull insights, Neikun. What I am talking about is not being able to throw a very heavy or flagged item out of the square the party is currently in, which is currently not the case, AFAIK. Just let it drop in the same square, party facing, would be nice, be it weight/boolean/whatever dependant.
So maybe someone has found a way to do this, and would give some hints, and if not, I am just asking.
So maybe someone has found a way to do this, and would give some hints, and if not, I am just asking.
A trip of a thousand leagues starts with a step.
-
- Posts: 35
- Joined: Fri Jun 15, 2012 7:31 am
- Location: Germany
Re: Throwable = false ?
I know a way. Timer and a script. Every tick of the timer, it calls the script to check your mouseItem. Saves the mouseitem to compare it with the previews mouseItem. If the estimated Mouseitem is not there and is not in the inventory, then set location of the item to the square of your party and play the "item_drop" sound. Should do the trick.
Re: Throwable = false ?
Got an idea, but it's a bit long to implement for every item, but can be a start.
If the item is heavy, if thrown it should not go farther than 1 square. So, my idea is to place hidden pressure plates around the item, connected to a script.
When a plate is pressed, the script should check which items are on the plates, and if there is a match with the desired item, the item must be destroyed and spawned again on the original spot.
As I said, it's long to implement...
If the item is heavy, if thrown it should not go farther than 1 square. So, my idea is to place hidden pressure plates around the item, connected to a script.
When a plate is pressed, the script should check which items are on the plates, and if there is a match with the desired item, the item must be destroyed and spawned again on the original spot.
As I said, it's long to implement...