Jump to content
  • 0

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


Archetype Saber

Question


  • Group:  Members
  • Topic Count:  90
  • Topics Per Day:  0.02
  • Content Count:  361
  • Reputation:   18
  • Joined:  01/09/13
  • Last Seen:  

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.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

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();
	}
Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

No only rk or rg can get the official mount

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  82
  • Reputation:   2
  • Joined:  10/30/13
  • Last Seen:  

prontera,147,175,6	script	Mount	67,{
	atcommand "@mount2";
	dispbottom "Klik me again to Dismiss your mount!!!";
close;}

Like This?

Link to comment
Share on other sites

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.

×
×
  • Create New...