Jump to content
  • 0

Looking for an Item that uses an "@" Command (i.e @mount)


Question

Posted

I was thinking of making an custom usable item.
Idea came from the Mount Reins but instead only Gryphon and Dragons can be used. (RK and RG's main Mount)

for example. 
when I use APPLE (not consumable but re-usable) a command (@mount) will be on effect and if I use the apple AGAIN the script on the item will effect the command (@mount) to take off the mount.

 

one way round.

4 answers to this question

Recommended Posts

Posted

Insert into an item the script

	if ( getskilllv("KN_RIDING") ) {
		if ( eaclass()&EAJ_THIRDMASK == EAJ_RUNE_KNIGHT )
			setdragon;
		else if ( eaclass()&EAJ_THIRDMASK == EAJ_ROYAL_GUARD )
			setriding !checkriding();
	}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...