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 - tazpot

Pages: [1] 2 3 ... 5
1
Items / Re: Rob The Bank - new item
« on: November 12, 2006, 08:44:45 pm »
When someone robs the bank i get a PM telling me the bank was robbed and by how much but it is missing the name of who commited the crime?

here is the send PM code:
Code: [Select]
sendpm($pmto, 'Bank Robbed!', "{$user} Robbed the bank for {$steal_amount}", 0, $pmfrom);
                return "You FLEECED THE BANK for $steal_amount bags of wool!  Thief! Your Karma is STILL reduced by 10! (Karma isn't blind!)";

have i done something is there another reason?

2
General SMFShop Discussion / Re: Questions about Shop mod
« on: November 06, 2006, 07:29:56 pm »
Why not use the armaggedon item and remove the credits that way giving all members the chance to wipe the slate clean >:D
or if you just want it so only you can reset them then make the armaggedon price out of reach of everyone except admin O0

3
Items / Re: Item: Egg your victims avatar
« on: October 27, 2006, 05:59:04 am »
 :D Good work Feeble and thanks for sorting the username thing O0

My members are egging all the time now and have started a kind of war  >:D :knuppel2:

4
Items / Re: Item: Egg your victims avatar
« on: October 26, 2006, 04:03:25 am »
I am having a problem with the entering of user names.

it is case sensitive i.e  if a members tries to egg tazpot it will create egged_tazpot.png  but if a members uses Tazpot it creates a different image called egged_Tazpot.png but wonn't show the first egging just the new one.

Is there a way to make the entering of a user name non-case sensitive?  :-\

5
General SMFShop Discussion / Re: Money to membergroups
« on: October 24, 2006, 04:22:23 am »
membergroup settings at the bottom of the shop admin menu  ;)

6
Items / Re: Item: Egg your victims avatar
« on: October 24, 2006, 01:13:04 am »
I had a problem with the preview images in V5 because my site is in a folder called 'smf' but i sorted it by changing the following lines in EggUser.php and including /smf before /sources..........  so that the preview looks in the right place.

this line
Code: [Select]
document.eggP.src = '".$boardurl."/smf/Sources/shop/item_images/' + sel.options[sel.selectedIndex].id;
and this line
Code: [Select]
<br/>Egg Preview: <img name='eggP'src='".$boardurl."/smf/Sources/shop/item_images/{$eggSelect[0][image]}' align='texttop'/>
Hope this helps someone  ;)

But i must say that this is a great shop item  O0

7
General SMFShop Discussion / Re: How to add items?
« on: October 21, 2006, 06:26:09 am »
Well thats the place you need to look O0

8
General SMFShop Discussion / Egg on yer face!!
« on: October 20, 2006, 07:45:46 pm »
I just spotted this on the smf forums and thought some of you might be interested 8)     
clicky

just wanted to say thanks for the mod.
just been playing around with it, and its very easy to make items for it.

just finished an item for my forums.

essentially it eggs users avatars.



it gets there avatar, and using gd, puts an egg on it. then changes their custom title to "you got egged"

doesnt override their old avatar, and stores it in avatars/eggs/, so that you may wear your victims avatar.
saves the img as. egged_{memberusername}
beauty of this script, is that you can egg as many times as you want, depending if you can affor that many eggs. it just keeps, adding eggs to the avatar.

I can't wait cos this looks like a great idea. :D

9
General SMFShop Discussion / Re: How to add items?
« on: October 20, 2006, 06:41:12 pm »
Follow the instructions in this board   clicky

You can download what you need from the links in the first post.  ;)

10
Items / Re: Rob The Bank - new item
« on: October 14, 2006, 04:06:58 am »
 O0  Cheers daniel that is perfect. I think the losing all money scared a few people so i will try it at 50%  O0

11
Items / Re: Rob The Bank - new item
« on: October 12, 2006, 07:29:03 am »
chadk  how would i go about changing the negative side effects so that it empties there inventory but only removes a % of their credits not all of them?

12
Items / Re: Rob The Bank - new item
« on: October 08, 2006, 04:54:30 am »
Excellent piece of work chadk i have been looking for something like this for a long. My members are so excited  :D

13
Items / Re: Item Transfers.
« on: June 18, 2006, 11:56:02 pm »
can you post the full page code for us to look at? it might help to understand where the error is. O0

14
Items / Re: Karma Bash item
« on: June 18, 2006, 11:53:18 pm »
Sorry i don't but  all you have to do to change the amount is edit a few bit's in the code.......

change the 10 to whatever you want in each of the following and then upload the edited page

Code: [Select]
$this->desc = "Bash 10 points of another members karma";
Code: [Select]
SET karmaBad = karmaBad + 10
Code: [Select]
return "Successfully bashed 10 karma points from {$_POST['bashwho']}!";
Code: [Select]
sendpm($pmto, 'You have been bashed', "{$user} bashed 10 points off your karma! [i] You do not need to reply to this automated message[/i]", 0, $pmfrom);
return "You have bashed {$_POST['bashwho']} for 10 points off their karma!";

and all should be fine. (always save the origional just in case)
Hope this helps

15
General SMFShop Discussion / Re: How to limit bank usage?
« on: May 27, 2006, 08:23:19 pm »
I will try again and see what happens.

i changed the shop_less_200 just to make things more obvious in the future  :)

Pages: [1] 2 3 ... 5