Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Another problem I can't fix it >_<
Constrictor Offline
Junior Member
**
Posts: 16
Joined: Jan 2008
Post: #1
Another problem I can't fix it >_<
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
(This post was last modified: 01-23-2008 02:13 AM by Constrictor.)
01-23-2008 01:57 AM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Online
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #2
RE: Another problem I can't fix it >_<
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


My Blog
(This post was last modified: 01-23-2008 06:48 PM by ZiNgA BuRgA.)
01-23-2008 01:07 PM
Find all posts by this user Quote this message in a reply
Constrictor Offline
Junior Member
**
Posts: 16
Joined: Jan 2008
Post: #3
RE: Another problem I can't fix it >_<
Thx xD Time to reset items xD

I'll make more suggestion soon xD
01-23-2008 02:55 PM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Online
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #4
RE: Another problem I can't fix it >_<
Cool, thanks Constrictor!

My Blog
01-23-2008 06:48 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: