EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   DrumsUI (https://www.eq2interface.com/forums/forumdisplay.php?f=47)
-   -   How to get Item and Spell ID's (https://www.eq2interface.com/forums/showthread.php?t=13831)

Drumstix42 02-17-2010 10:05 PM

How to get Item and Spell ID's
 
How to get an Item ID

Turn your chat logging on (/log) and link the item into chat.
Then go to your log file (EQ2 install/logs/ServerName/eq2log_characterName):

Quote:

(1266452844)[Wed Feb 17 19:27:24 2010] Logging to 'logs/Blackburrow/eq2log_Drumstixx.txt' is now *ON*
(1266452852)[Wed Feb 17 19:27:32 2010] You say, "\aITEM 855760996 -149127685:Dedicated Trauma Remedy\/a"
The the first number (in orange) is the item ID.

To use in a macro:
use_itemvdl 855760996
You can also quickly find ID's of known items listed at http://www.lootdb.com/ (look at the link text on item pages), or use http://u.eq2wire.com and see the Item Link.



How to get a Spell/Ability ID

I've been informed that finding the Spell ID is the same method.
Simply drag your ability from the Knowledge window into the chat, and check your log file.



If that does not work for you, try the below method:

1. Put your ability on a hotbar (preferably the first hotbar on the first slot to find it quicker....)
2. Type this: /savehotkeys MyHotkeys.txt
3. Find MyHotkeys.txt in your EverQuest II installation directory and open it up

It lists your hotkeys by bar number and hotkey number (0 is the first key, 11 is the last one)

For example this spell ID is Unholy Blessing VI in the first hotbar in the first hotkey:
Quote:

0 0 spell 4057210147 20709845 3655337140
The the first number (in orange) is the Ability ID.

To use in a macro:
useability 4057210147
Or:
useabilityonplayer SELECTED 4057210147

foozlesprite 03-01-2010 01:33 AM

Here are the t9 potion IDs in case anyone needs them:

1730973387 Focused Trauma Remedy
1222056897 Focused Noxious Remedy
99234158 Focused Arcane Remedy
301952041 Focused Elemental Remedy

Not tested yet, could use a confirmation =)

TalTal 03-01-2010 08:37 AM

Quote:

Originally Posted by foozlesprite (Post 88892)
Here are the t9 potion IDs in case anyone needs them:

1730973387 Focused Trauma Remedy
1222056897 Focused Noxious Remedy
99234158 Focused Arcane Remedy
301952041 Focused Elemental Remedy

Not tested yet, could use a confirmation =)

-1222056897 Focused Noxious Remedy

Nox is a negative id.

Silat

Drumstix42 03-05-2010 12:40 AM

Thanks guys. I added these in with the Player window click potion cures along side the T8 potion numbers. Gave you guys a nod in the update notes.

shinmuriel 04-13-2010 07:10 PM

file for quick casts?
 
Where is the file for quick casts, i somehow deleted them and I'd like to save a backup in case it happens again. Are all of my toons under one file or in separate files? Thanks.

Drumstix42 04-13-2010 08:38 PM

Quote:

Originally Posted by shinmuriel (Post 89837)
Where is the file for quick casts, i somehow deleted them and I'd like to save a backup in case it happens again. Are all of my toons under one file or in separate files? Thanks.

EverQuest install folder/UI/DrumsUI/POI/drumsui_textsettings.xml

Eliziana 06-13-2010 12:44 PM

Loving your work! Just a small FYI, you can also get the spell IDs by linking the spell in chat. Just drag the icon from your knowledge book into chat and check logs :)

chriswebstar 06-16-2010 05:00 AM

I just copy the link from the chat box and paste in notepad or whatever is open. The URL bar of the in-game browser works too.

Drumstix42 06-16-2010 03:01 PM

Both good contributions. I wasn't aware you could drag the icons from the spellbook and link them (since they aren't items).

I'll add these to the guide above :)

none33pl 04-25-2012 10:22 AM

T10 regular potions:

\aITEM -351706028 1124269794 0:Robust Trauma Remedy\/a
\aITEM -1982866447 566509895 0:Robust Arcane Remedy\/a
\aITEM -686534912 1392463223 0:Robust Noxious Remedy\/a
\aITEM 136666185 1303747609 0:Robust Elemental Remedy\/a

Drumstix42 04-29-2012 07:01 PM

Thanks ^

If you want to be able to use the T10 potions to pot cure, you'll need to use the use_itemvdl command in your Player Window click buttons until the /cureplayer command is fixed by SOE:

Trauma: use_itemvdl -351706028
Arcane: use_itemvdl -1982866447
Noxious: use_itemvdl -686534912
Elemental: use_itemvdl 136666185

Eliziana 03-06-2013 06:45 PM

Set this up tonight using the code above, with the pots in my inventory, but I'm just getting:

"You may only use items in your inventory" for the trauma one.

any ideas?

lordebon 03-06-2013 07:50 PM

Quote:

Originally Posted by Eliziana (Post 103389)
Set this up tonight using the code above, with the pots in my inventory, but I'm just getting:

"You may only use items in your inventory" for the trauma one.

any ideas?

Check your personal bank for them. If you have pots in the bank, the game has a nasty bug where it tries to use those in the bank first which will give that error. If they're only in your inventory they work, but any in your personal bank (not guild bank) confuses it.

Eliziana 03-06-2013 08:24 PM

Thank you very much, that was it! <3


All times are GMT -5. The time now is 08:01 AM.

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