Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Make Drop effect doesn't work #6

Closed
andrewjunggg opened this issue Jun 14, 2017 · 5 comments
Closed

Make Drop effect doesn't work #6

andrewjunggg opened this issue Jun 14, 2017 · 5 comments

Comments

@andrewjunggg
Copy link

Due to latest update, I tried to do some simple script like this:

on right click with fishing rod:
	add 1 to {fish.%player%}
	if {fish.%player%} is not set:
		set {fish.%player%} to 1
	if {fish.%player%} >= 20:
		chance of 65%:
			make player drops 1 of held item from his inventory
			set {fish.%player%} to 0
			message "&6Pancinganmu terlepas dari tangan!"
			stop
		set {fish.%player%} to 0

and it doesn't drop anything

@Tuke-Nuke
Copy link
Owner

Try to change to make player drops 1 of held item from held item

@andrewjunggg
Copy link
Author

Already do that, but still not working. It seems working like a stop effect which the {fish.%player%} not set to 0 and won't message the "&6Pancinganmu terlepas dari tangan!"

@Tuke-Nuke
Copy link
Owner

Just to remember. What is your server and TuSKe version?

@Tuke-Nuke
Copy link
Owner

Do you still have the issue? Even with 1.7.7-beta?

@Tuke-Nuke
Copy link
Owner

Closed due to inactivity and I can't reproduce it + it's working fine in latest versions.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants