First of All i think all of you are advanced user of Charles.
You can delete almost all bug item that count = 0 from your inventory.
1. Open Charles
2. Try to Sell Some Item
3. Look at "sell_item" in your Charles
4. Right Click, Choose "Edit" on "sell_item"
5. Click "Form" on "Edit : sell_items" (picture like pencils)
6. index = xxxx = Items Number , Count = 0 , strengthen = 0 , money = 0.
7. Execute
8. Finish.
Actually rhenz, this is a different method from yours so no. It's not a "leech".
This is a lot simpler without the use of breakpoints, and unlike yours... this can sell items that cannot be dragged to the selling bin because they don't have prices. Like some armors that are spawned using index numbers, for example.
Now don't get me wrong. Yours was a pretty good tutorial with screenshots and everything. This is just a different and simpler method.
Delete users inventory 03/09/2012 - SRO Private Server - 1 Replies another admin added items to my invent on smc showed up once in char 3 times so i'd crash im not able to delete via smc, changed name and got into char sold the items but unable to do any edits via smc as just get db query failed
the sql command used was
exec _ADD_ITEM_EXTERN 'CharName','ItemsCodeName',Count,OptLvl
declare @CharName varchar(64)
set @CharName = 'bleh'
exec _ADD_ITEM_EXTERN @CharName,'ITEM_CH_SWORD_13_C_RARE',1,200
Get item by id in inventory. 10/05/2011 - CO2 Private Server - 5 Replies This is how I do it in my source.
Is it a fine way to do it?
public Item GetItemInInventoryByID(uint ID)
{
var ret = from item
in this.Inventory
where item.ID == ID
select item;
foreach (Item retitem in ret)
Item Inventory ? 08/24/2010 - S4 League - 6 Replies Hi evryone i'm here for ask 1 thing..
Some time ago I heard about this project and I just wanted to ask you something if you nyamocha / XD he really worked with some raffy94thebest
grz a greeting Heroez :D
[Question] delete Items from Inventory 08/12/2010 - EO PServer Hosting - 4 Replies Perhaps it is rather a stupid question, but I ask anyway.
Is there an Action Type ID what items will automatically delete after the maintenance?
Or do I have to make that over a Query?
And I could be whoever they happened to Action ID list post. Because I can not find here.
The once forcer or funhacker created.