PDA

View Full Version : Adding Options


bogie
07-10-2006, 03:05 PM
Okay, I need to add some options to the vbplaza for my game. They are simple functions that don't do anything fancy. Basically they purchase the item and its a record for the admins to verify, nothing more.

I'm having some trouble creating options for these. I get this error when trying to make a purchase:

The vbPlaza option you are trying to purchase has an invalid Set Name.

Is there a guide for creating options?

For example, I offer members the ability to open an office (forum) on the board. I want an option that they can purchase and will charge them x amount of points and record it in the item history (and their history). Nothing fancy, just a paper trail for the admins to verify the purchase.

fff
07-10-2006, 10:54 PM
I'd be curious to know what the fix is for that too. I can't get the sports icons to show up in the category, so I tried to do it manually. It works in the vb plaza main menu, but when I click on it, I get that exact same message.

CMX_CMGSCCC
07-13-2006, 08:54 PM
The Set Name is the field it has to modify inside of the MySQL table that u r going to modify.

Like the Change User Title option would have 'usertitle' in there as its the fieldname inside of the 'user' table.

-CMX

bogie
07-14-2006, 03:34 AM
What if I don't want to modify anything though? I just want the money to be deducted from their account and the purchase added to their item history (a reciept of the purchase). How can I accomplish this?

bogie
07-16-2006, 05:57 AM
Bump.