MyBB Hacks

Full Version: Another problem I can't fix it >_<
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok I try to found the way to do and I can't for now Tongue

I have few questions Biggrin

I think you know Digimon right?

I want the buying method like if you don't have "this" item. You can't buy "this" item. Do you know how can I do this ?\

Moe more clear, I want to buy item "x" but to buy this item "x" you require item "y" to buy it (not just money) and when you already buy item x, item y is still in your inventory (It's not gone).

-------------------------------------------------

And I want to know how can I make everyone set what item they want to display on postbit. (Like I have many cloths but you can wear only 1 cloth per time) (And I set only 1 item per catagory can be display in post bit)

Maybe I need button [Display This!] can you make it for me? xD

So this method will be like (Make this item display in post bit but make other don't display in postbit instead)

--------------------------------------------------

Ok last one... Eyes

How can I reset everything (Include item in inventory + Money in Bank) not just money (Want to wip out everything) but item in shop still there the same ?

--------------------------------------------------

Is this possible? I'm not really good at PHP so I can't do anything except suggestion >_<

I know only C,C++,C# >_<

Regards, Constrictor
Hi Constrictor,

For your first two questions, unfortunately, these features don't exist in the Inventory module.  I'll consider adding them.

As for clearing everyone's inventory, you can do so by running an SQL query:

SQL Code
UPDATE mybb_users SET inventory=''

Change "mybb_" to suit your table prefix (if it's not "mybb_").
I'm not too certain if 'inventory' is the correct name - not at home, so can't check right now.  It should be though.

As for PHP, well, like many languages, it follows C/C++ syntax, so shouldn't be difficult to understand Tongue

Thx xD Time to reset items xD

I'll make more suggestion soon xD
Cool, thanks Constrictor!
Reference URL's