Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Ricardo-san

Pages: [1] 2
1
Installation Problems / Minor Issue
« on: December 16, 2008, 11:47:27 am »
When I installed SMFShop, my Internet went down for a second and the installation was interrupted. So then I installed again, and now on the Modify Boards section in the Admin panel some sections are doubled.
Any idea what file to edit to remove this?
Quote
Count Shop Points
Members will receive Shop credits for posting in this forum.

   
Shop Credits
If custom values are set for these two settings, they will override the settings set on the SMFShop administration page. Set these to "0" to use the default values (currently 1KBux per topic, and 0.5KBux per post)

   Per new topic: KBux
Per new post: KBux
Enable Shop Bonuses
Shop Bonuses will be take effect in this board

   
Count Shop Points
Members will receive Shop credits for posting in this forum.

   
Shop Credits
If custom values are set for these two settings, they will override the settings set on the SMFShop administration page. Set these to "0" to use the default values (currently 1KBux per topic, and 0.5KBux per post)

   Per new topic: KBux
Per new post: KBux
Enable Shop Bonuses
Shop Bonuses will be take effect in this board

   

2
Requested additions / SMFShop for 2.0 Beta?
« on: May 21, 2008, 02:09:43 pm »
Hi,
Currently I am running the 3.1 Beta version of SMF too and I want to install SMFShop on it.
Any compatible versions?

3
General SMFShop Discussion / Re: Shop Gone from Mod Site?
« on: May 21, 2008, 02:03:18 pm »
I noticed that too. It was still up a few days ago... :P

4
Modifications / Re: SMFPets Version 0.2
« on: March 28, 2008, 12:31:25 pm »
Sorry can't find where to put it...any help?

5
Modifications / Re: SMFPets Version 0.2
« on: March 28, 2008, 11:58:08 am »
Got it! I'll use if/else statment. If info1, then add info2. Then the quert checks for info10. I'll post the code here when I'm done. ;D

6
Modifications / Re: SMFPets Version 0.2
« on: March 28, 2008, 11:52:32 am »
Darn that doesn't work...I think I have to create two new functions. Dang. More work... :tickedoff:

7
Modifications / Re: SMFPets Version 0.2
« on: March 28, 2008, 11:41:42 am »
It appears that you set the cage to one-use only:
   
Code: [Select]
function getUseInput()
{
global $db_prefix, $ID_MEMBER, $item_info;

$result = db_query("SELECT maxpets FROM {$db_prefix}members WHERE ID_MEMBER = {$ID_MEMBER}", __FILE__, __LINE__);
$row = mysql_fetch_assoc($result);
if ($row['maxpets'] >= $item_info[1]) {
return "You already have too many pets to use this item. Using it will just result in item loss.";
}
If I delete the if/else statement I could get unlimited pets. But how about 10 cages...? Change $item_info[1] to $item_info[10]? Would this work?  :idiot2:

8
Modifications / Re: SMFPets Version 0.2
« on: March 28, 2008, 11:10:24 am »
Cool, I'll check it out. I don't recall that option when I made the cage item, i might have to go in the script and manually change it. :P

9
Requested additions / Post Count Percentage Item
« on: March 28, 2008, 11:07:01 am »
Hey guys and girls. I have an item request:
An item that increases post count by, say 50%, for 10 posts. So 10 posts would count as 20. Then the user has to buy it again.

10
Requested additions / Re: Inventory Items
« on: March 28, 2008, 11:04:16 am »
Thanks Basil. :)

11
Modifications / Re: SMFPets Version 0.2
« on: March 28, 2008, 04:33:46 am »
...and just as I said it, here comes a problem. i can buy up to three cages, but after that, it displays the same error message as JusPlay77. Queer...

12
Modifications / Re: SMFPets Version 0.2
« on: March 28, 2008, 03:39:15 am »
Does anyone know how to show the pets in your sig? Someone wrte the code already, but I cant find his post...

13
Modifications / Re: SMFPets Version 0.2
« on: March 27, 2008, 12:44:11 pm »
What are you guys talking about? Go to my forum below and you'll see. Works perfectly fine. Thanks for the sweet mod!
(My forum is down below in my sig. Plz sign up! Esp. Basil, if he has the time. If not, its ok. :) )

14
Requested additions / Re: Inventory Items
« on: March 27, 2008, 12:34:09 pm »
Thanx Basil. I know a lot of PHP and MySQL, could probably do it right now. But I was thinking about making a sort of "rpg-battle" system using items. I would set Karma to regular, no negatives. Then, there would be attack items, that subtract Karma, and defense items, that add Karma. This would probably be pretty easy, but I just want to know if their is a way to give a user credits after successfully taking away all of another's user's Karma. Eh...I actually don't think Karma will work for this, because you start off with 0. Any suggestions?

Oh yeah. Also, is there any way to give items categories, such as helmet, weapon, clothing etc.? Users can buy one of each and that displays below the avatar. http://senkouryu.net has a really cool shop system like this. 

15
Installation Problems / Strangest Thing Ever
« on: March 26, 2008, 06:20:48 pm »
 :2funny:

Pages: [1] 2