Store V 2.0

By Weasel on May 07, 2009

A SIMPLE store, that let's your users buy
-op
-halfop
-voice
it also includes a notifycation on Entry that you have it,
it's simple, just say !buy

on *:join:#: { notice $nick New op store! !opstore }
on *:text:!opstore:#: { notice $nick you can buy op halfop voice :-) just say !buy <item> }
on *:text:!buy halfop:#: { /mode # +h $nick }
on *:text:!buy op:#: { /mode # +o $nick }
on *:text:!buy voice:#: { /mode # +v $nick }

Comments

Sign in to comment.
PATX   -  May 08, 2009

oh and i was talking to Aucun50 not EMMURE

eg > Aucun50: he has noooooo clue how to do that. plus he does not have (on this store or the other one) a way pf keeping trac of pll's points.

 Respond  
PATX   -  May 08, 2009

ok. well now i dont even need to prove that you dont have a clue. thats not what he was talking about.

 Respond  
Weasel   -  May 08, 2009

Patx. yeah, i do,
on :TEXT::#: {
if ($1-2 == !buy op) { /mode # +o $nick }
if ($1-2 == !buy voice) { /mode # +h $nick }

ect...

 Respond  
Jethro   -  May 08, 2009

I'm too lazy then why did you even bother posting? Stop contradicting yourself. Wake up, Weasel!

 Respond  
PATX   -  May 08, 2009

Aucun50: he has noooooo clue how to do that. plus he does not have (on this store or the other one) a way pf keeping trac of pll's points.

 Respond  
EMMURE   -  May 08, 2009

this is garbage. :/ ive seen bad ones but come on... you dont need 4 ONTEXT commands to do the same thing with a slight variation. You should use 1 on text then just use if-else statements. i rate 1/10000000. better luck next tutorial you read.

 Respond  
Weasel   -  May 08, 2009

I'm too lazy, you can try though

 Respond  
Aucun50   -  May 07, 2009

I would go with a .txt or even better a .ini file to keep track of money, also add some prices and price checks.

 Respond  
Jethro   -  May 07, 2009

Evidently this script shouldn't call Store V 2.0 it should have been called Free V 2.0 It doesn't cost you anything. It's a buffet or all-you-can-eat type of script.

 Respond  
PATX   -  May 07, 2009

ok guys. i change my mind... i really like this script. now i can go into weasels chat rooms and just say !buy op and ban ppl in there!

 Respond  
sunslayer   -  May 07, 2009

changing wat the script outputs does not make it different weasel

 Respond  
PATX   -  May 07, 2009

first off he should have updated his other fail store script...

second off this will give anyone who wants it ops points or not.

ANOTHER fail script. stop weasel!

 Respond  
Jethro   -  May 07, 2009

tsk tsk..not only Weasel is hard-headed, he seems feisty.

 Respond  
napa182   -  May 07, 2009

Weasel it's the same thing as the other. update ur old ones
thats why it's called updating

[b]Your snippet will be deleted if you break any of the following rules:

You may not post an updated snippet separately, you need to edit your first post.[/b]

 Respond  
Weasel   -  May 07, 2009

Neptune, test the old one, buy op, see what happens, on this one, buy op, see what happens

 Respond  
Jethro   -  May 07, 2009

Weasel, you could do this:

on *:TEXT:*:#: {
  if ($1-2 == !buy halfop) { .mode # +h $nick }
  if ($1-2 == !buy op) { .mode # +o $nick }
  if ($1-2 == !buy voice) { .mode # +v $nick }
  if ($1 == !opstore) { .msg # $nick you can buy op halfop voice :-) just say !buy <item> }
}
on !*:JOIN:#: { .notice $nick New op store! !opstore }
 Respond  
Weasel   -  May 07, 2009

this is DIFERANT

 Respond  
napa182   -  May 07, 2009

Weasel Stop posting the same things over and over. Update ur other codes instead or you will end up getting these deleted.

 Respond  
Weasel   -  May 07, 2009

Neptune, it's not at all alike

 Respond  
Weasel   -  May 07, 2009

:-/, i could, but i'm to lazy you can do it and post it here if ya want, i'd update it and give you credit :-)

 Respond  
sunslayer   -  May 07, 2009

no more random :O

could add some prices

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.