Hanashi Posted November 4, 2016 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 114 Reputation: 40 Joined: 10/23/13 Last Seen: 2 hours ago Share Posted November 4, 2016 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 Quote Link to comment Share on other sites More sharing options...
0 Start_ Posted November 4, 2016 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 11 hours ago Share Posted November 4, 2016 - 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; } Quote Link to comment Share on other sites More sharing options...
0 Hanashi Posted November 4, 2016 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 114 Reputation: 40 Joined: 10/23/13 Last Seen: 2 hours ago Author Share Posted November 4, 2016 i dont know either im still looking for the function Quote Link to comment Share on other sites More sharing options...
Question
Hanashi
moves the item from one place to another
@moveitem <item name/ID/all>,<current location of item>,<destined location>
example: i want to move all items from inventory to cart
@moveitem -1,1,3
i hope someone could do this
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.