Jump to content
  • 0
sillyhead

How to Disable poison bottle and Yggdrasil Leaf

Question

i'm missing codes and i can't figure it out how to disable the item id: 610 and 678...

how do i write them on my scripts?

ex: 

OnClock1930: // everyday 7:30pm ends
L_end:
	gvgoff "guild_vs1";
	announce "The King of Emperium Hill is over!", bc_all;
	.start = 0;
	nowarp
    @skilloff //disable skills
	enablenpc "Exit#KoE";
	disablenpc "The King#KoE";
	killmonsterall "guild_vs1";
	end;

any help??

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.