Jump to content
  • 0

R>@moveitem


Hanashi

Question


  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  113
  • Reputation:   40
  • Joined:  10/23/13
  • Last Seen:  

moves the item from one place to another

@moveitem <item name/ID/all>,<current location of item>,<destined location>

  • -1 =all items on specific storage
  • 1=inventory
  • 2=storage
  • 3=cart

example: i want to move all items from inventory to cart

 

@moveitem -1,1,3

 

i hope someone could do this  /lv

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  928
  • Reputation:   170
  • Joined:  04/05/13
  • Last Seen:  

-	script	MOVEMOVEMOVE	-1,{
OnInit:
	bindatcmd "moveitem",strnpcinfo(3)+"::OnAtcommand";
	end;
OnAtcommand:
	//MENU SELECT FOR 1st PARAMETER ( <item name/ID/all> )
	next;
	//MENU SELECT FOR 2nd PARAMETER ( <current location of item> )
	next;
	//MENU SELECT FOR 3rd PARAMETER ( <destined location> )
	//THEN DO THE FUNCTION *I don't know it.
	end;
}

/panic

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  113
  • Reputation:   40
  • Joined:  10/23/13
  • Last Seen:  

 i dont know either  /swt im still looking for the function

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...