Jump to content

Question

Posted

Hey Awesome cheaters:cheer:

im stuck again :thinking:

now im working on Auction in the CB

i found a code and trying to adapt its 

i Stuck on this two things 

pack Acis

dont have the "createDummyItem"  what can replace it 

and createItem now is just Create but its giving me and error all the time

Thank you :dance:

 

ItemInstance itemBuy = ItemInstance.createItem("auction buy", ih.getItemId(), 1, player, player);
ItemInstance item = ItemTable.getInstance().createDummyItem(holder.getItemId());

1 answer to this question

Recommended Posts

  • 0
Posted
Quote

ItemInstance itemBuy =  player.addItem("auction buy", ih.getItemId(), 1, player, true);



ItemInstance item = player.addItem("auction buy", holder.getItemId(), XX , player, true);

 

 

Where XX is the count , probably holder.getCount() or smth similar exist 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock