what would the codeing look like to be able to right click a meteor and have it turn into a metpack? i did this and it says This items's use is not implemented yet.
Code:
if (ItemParts[0] == "1088001")
{
if (ItemsInInventory <= 39)
{
AddItem("720027-0-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
RemoveItem(ItemUID);
}
}
i only used 1 met because im not sure how to set it up so u need 10 mets to make a scroll
what would the codeing look like to be able to right click a meteor and have it turn into a metpack? i did this and it says This items's use is not implemented yet.
Code:
if (ItemParts[0] == "1088001")
{
if (ItemsInInventory <= 39)
{
AddItem("720027-0-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
RemoveItem(ItemUID);
}
}
i only used 1 met because im not sure how to set it up so u need 10 mets to make a scroll
Why not just code Millionaire Lee to scroll 10 DBs and/or meteors?
Why not just code Millionaire Lee to scroll 10 DBs and/or meteors?
he is already coded to pack mets and dbs i just wanted to make it faster so you dont have togo to the Millionaire Lee. and it is not only that code that doesnt work any item that i add and want to do somthing when you right click it comes up with the same message
he is already coded to pack mets and dbs i just wanted to make it faster so you dont have togo to the Millionaire Lee. and it is not only that code that doesnt work any item that i add and want to do somthing when you right click it comes up with the same message
i looked at his code for packing mets not much help since his codeing is in client.cs and the use items section is in character.cs i dont get ythe items sitll says item use not implemented here is the start of the section that i am putting the item in and a met scroll that i copyed off of anyone know y i cant change my met into a met scroll by right clicking it in my inventory?
if (ItemParts[0] == "1088001") // If met is right clicked.
{
if (InventoryContains(1088001, 10)) // and user has atleast 10 mets
{
RemoveItem(ItemNext(1088001)); // remove 10 mets
RemoveItem(ItemNext(1088001));
RemoveItem(ItemNext(1088001));
RemoveItem(ItemNext(1088001));
RemoveItem(ItemNext(1088001));
RemoveItem(ItemNext(1088001));
RemoveItem(ItemNext(1088001));
RemoveItem(ItemNext(1088001));
RemoveItem(ItemNext(1088001));
RemoveItem(ItemNext(1088001));
AddItem("720027-0-0-0-0-0", 0, (uint)General.Rand.Next(36457836)); // add metscroll - metpack id is 721510. unsure of which you wanted...
}
else // if user has below 10 mets
{
MyClient.SendPacket(General.MyPackets.SendMsg(MyClient.MessageId, "SYSTEM", Name, "You do not have 10 meteors.", 2005));
}
}
Mets!!!! 12/24/2007 - Conquer Online 2 - 4 Replies quick question,, can mets in tc upgrade any kinds of items to lvl 120? or only certain types?
(for example:lvl 110 tro armor upgrade in tc to lvl 120 armor) or (lvl 115 blade upgrade to lvl 120) by only using mets in tc
Less mets? 12/30/2006 - Conquer Online 2 - 8 Replies Usually I found a met roughly in 700-900 kills, now since the patch it has been about 900-1200 from my experience.
Just bad luck or did others notice this too ?
mets 12/08/2006 - Conquer Online 2 - 7 Replies what is fastest way to get mets?
How do you get mets? 06/03/2006 - Conquer Online 2 - 9 Replies How do you get mets?just curious,how does everyone get them? for either upgrading or socketing,so how do you get alot?
BJX and mets 03/10/2006 - Conquer Online 2 - 50 Replies ive been running bjx for a straight 3 days now, i have a noob hunting at robins, it hasnt found 1 met....is it just dumb luck or is there a setting thats fucked?