solitus
Aug 8 2006, 09:01 AM
I have a vb6 scrip that im using.
Now im wondering, if its possible to add a function that uses the "pre order gems"
for example, if i have a macro running, i would like the script use those gems.
should i use the guid of the item, and what api should i use?
im the crap programmer, so im using a friend to help me code, i just need to know if its possible to add this feature
GKusnick
Aug 8 2006, 12:50 PM
Using a gem is no different than drinking a potion or equipping a weapon. Just Use it.
Hard-coding item GUIDs in your script is not a good idea, since they can change on patch day. Use the inventory-searching functions to find the item by name before using it.