Jump to content




[CC 1.5 | MC 1.4.7] Inventory Manager


53 replies to this topic

#41 hippomormor

  • New Members
  • 1 posts

Posted 15 March 2013 - 01:51 AM

None of the examble code works for me, i get invalid argument for target inventory, when i try to empty a players inventory to a chest/pipe bellow.
When i run the first example code, i get source slot indice out of bounds :(
What am i doing wrong?

EDIT: Nevermind, made my own. Something seems to be wrong in the examples. Turned out 0 wasn't a valid slot. I used this:

contact, state = os.pullEventRaw()
if state == true then
 print("Player Detected")
 m = invmanager.wrap("right")
 size = m.size("player")
 for i=1,size do
   m.move("player", "down", i)
 end
end

Edited by hippomormor, 15 March 2013 - 09:29 PM.


#42 Simon

  • Members
  • 58 posts
  • LocationSeattle

Posted 03 April 2013 - 04:54 PM

Why do you always use size-1?

#43 abihoooo

  • Members
  • 33 posts
  • LocationForge World

Posted 03 April 2013 - 10:10 PM

 Simon, on 03 April 2013 - 04:54 PM, said:

Why do you always use size-1?

BombStrike didn't update most of the examples when the API was changed. Before the item table started at 0 not 1, hence the size-1

#44 Simon

  • Members
  • 58 posts
  • LocationSeattle

Posted 05 April 2013 - 02:38 PM

Another question if you don't mind; will you ban me if I ask for a release date for the 1.5 version?

-Two Seconds Later-

Banned

#45 Cloudy

    Ex-Developer

  • Members
  • 2,543 posts

Posted 06 April 2013 - 01:10 PM

How can someone who isn't an op ban you.

#46 Sammich Lord

    IRC Addict

  • Members
  • 1,212 posts
  • LocationThe Sammich Kingdom

Posted 06 April 2013 - 01:18 PM

 Cloudy, on 06 April 2013 - 01:10 PM, said:

How can someone who isn't an op ban you.
I believe he was going it as a joke. Not sure though.

#47 Simon

  • Members
  • 58 posts
  • LocationSeattle

Posted 17 April 2013 - 01:40 PM

I was referring to the IC2 forum, which instabans any user that asks for a release date. By the way, (ic2 still isn't for 1.5)

Anyways, Crash Report!:

Minecraft has stopped running because it encountered a problem; Ticking tile entity

Spoiler
This happens allot.

#48 jtgriff

  • Members
  • 5 posts

Posted 19 April 2013 - 10:54 AM

Hello, I tried using the player manager perphial and I copied the example code and i get this error message when i try to run the program that says
test:1: attempt to index ? (a nil value) this is when i call invmanager.wrap("right")
Please help i like this and i dont want to give up on it.

Edit: Fixed it some kind of wierd problem

Edited by jtgriff, 19 April 2013 - 02:44 PM.


#49 Meni

  • Members
  • 59 posts

Posted 21 April 2013 - 02:35 PM

Wating the update for CC1.52 of this awesome mod :D

#50 TolkienLore

  • Members
  • 3 posts

Posted 25 May 2013 - 07:19 PM

The download link for 1.2.3 has stopped working, is there another method of downloading it?
Nevermind, figured out how to build it.

No matter what I do, the following returns: "attempted to index ? (a nil value)"
There are items in the chest to the south.

so = peripheral.wrap("left")
item = so.read("south")
print(item.id)

Edited by TolkienLore, 25 May 2013 - 10:37 PM.


#51 Nuiofrd

  • Members
  • 11 posts

Posted 27 May 2013 - 08:18 AM

So I am trying to download this from MediaFire (your current storage) and I keep receiving this error:





Archive Download Blocked


The file you attempted to download is an archive that is damaged or possibly encrypted. Free accounts are limited to 10 downloads per week of each file of this type. The limit for this file has been reached. Since Free accounts are limited to uploading files 200 MB or less, large files frequently must be split into multi-part archives. Our premium accounts can upload files up to 10 GB in size and can download an unlimited number of archives. Account rates start at $5.00 per month.

Still have questions, or think we've made a mistake? Please contact support for further assistance.


Any help appreciated
-Nuiofrd

#52 TolkienLore

  • Members
  • 3 posts

Posted 27 May 2013 - 09:05 PM

 Nuiofrd, on 27 May 2013 - 08:18 AM, said:

So I am trying to download this from MediaFire (your current storage) and I keep receiving this error:

Any help appreciated
-Nuiofrd

Download this as a zip: https://github.com/c...ventory-manager
Then download this: http://ant.apache.org/bindownload.cgi
Extract both to the same folder.
Open up the command prompt and enter: ant

If all worked out right, it should build for MC 1.4.7 and CC 1.5

#53 Ruffa-Duffa

  • Members
  • 42 posts

Posted 16 July 2013 - 03:35 AM

What happened to this?

#54 Simon

  • Members
  • 58 posts
  • LocationSeattle

Posted 21 July 2013 - 07:37 PM

 Ruffa-Duffa, on 16 July 2013 - 03:35 AM, said:

What happened to this?
It appears to have undergone a slow and painful death.
It has joined IndustrialCraft and RedPower in the realm of un-updated mods.

Either that, or BombStrike has been busy with non ComputerCraft stuff.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users