EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   XML Modification Help & Info (https://www.eq2interface.com/forums/forumdisplay.php?f=22)
-   -   Equipping Items (https://www.eq2interface.com/forums/showthread.php?t=13947)

Mistal 03-06-2010 06:38 PM

Equipping Items
 
Hello,

I have spent a couple of days reading through the forum and have found a lot of really great information.

I made my first mod last night which has worked out really well and I'm extremely pleased with it.

Today I decided to try another one but I have hit a slight problem... I am equipping some items as part of this and the problem comes as I have two earrings to equip and it tries to eqiup them in the same slot. What do I need to type to assign the slot number to the individual item?

I found the post with all the slot information which is great but I am unsure of how I get it to work I have tried several guesses but with no luck so far.

inventory equipvdl 20 (20 being the slot number i am trying to get it into) IDNUMBER#

Any help would be sincerely appreciated,

Mistal

EQAditu 03-06-2010 08:17 PM

As far as I know the command syntax is as follows:

inventory equipvdl vdl# slot# appearance

Appearance can be 0 or 1, I assume. Usually 0 if you really want to be wearing it.

Mistal 03-06-2010 09:19 PM

/facepalm

Ty so much :) going to go give that a try

Mistal

Mistal 03-10-2010 07:43 PM

Hi

sorry to bring this one up again but it's not working and is still trying to put both items in the same slot

here is what I have

Code:

inventory equipvdl 1603336818 20 0
inventory equipvdl -938525696 21 0

I have also tried

Code:

inventory equipvdl 1603336818 activate1 0
inventory equipvdl -938525696 activate2 0

These are two items which go in the charm slots, been coming back to this over the last couple of days but I can't work out what i'm doing wrong.

Drumstix42 03-10-2010 07:56 PM

I haven't checked recently, but I don't think the inventory equip command has parameters for defining which slot they go to. I could be wrong though!

Mistal 03-10-2010 08:00 PM

So I can't get two slot items to equip in the two different slots? :( .. where would i find out this information? .. Sorry i'm still a bit green in knowing where to look for stuff.

Mistal 03-10-2010 08:17 PM

I did a little test with a single item first setting my mod to equip it in slot 20 which it did then to equip it in slot 21 which it did .. so it looks like it can be told where to go.. so i'm not sure why it wont do it when you have two items one going into each slot.

Mistal 03-12-2010 05:17 AM

/facepalm
 
Apparently when trying to equip an item into a selected slot it actually helps if you are using the right item ID lol

It works :)


All times are GMT -5. The time now is 09:27 PM.

vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI