Author Topic: [REQUEST] buyItem  (Read 1316 times)

I remember MARBLE MAN or somebody making a event add-on which allows players to purchase items and stuff without using VCE. If anyone has the add-on, please let me know.

yes, is it failbin'd?

I don't know, I searched "buyItem" and I couldn't find the addon.

It was actually failbinned :C

I think Marble Man's whole topic was failbinned. I can't find it.

We're doomed.
I think Marble Man's whole topic was failbinned. I can't find it.

Use VCE and your life will be a lot better.

Use VCE and your life will be a lot better.
Can you tell me how to make it work? I have VCE. I wanted this for a Boss Battles server to make the Shop work.


System I use:
¦¦¦¦¦¦¦¦
onActivate   Self   VCE_ifValue   0   <var:client:50forget>   0   1   1 9
onVariableTrue   Player   addItem   0   1275
onVariableTrue   Client   playSound   0   1922
onVariableTrue   Client   CenterPrint   0   <font:impact:5><shadow:3:3><shadowcolor:000000><color:F0F0F0>Equipped <color:FFFF00>.50 FALCON   3
onVariableTrue   Client   CenterPrint   25   <font:impact:10><shadow:3:3><shadowcolor:000000><color:F0F0F0>Equipped <color:FFFF00>.50 FALCON   3
onVariableTrue   Client   CenterPrint   50   <font:impact:15><shadow:3:3><shadowcolor:000000><color:F0F0F0>Equipped <color:FFFF00>.50 FALCON   3
onVariableTrue   Client   CenterPrint   100   <font:impact:20><shadow:3:3><shadowcolor:000000><color:F0F0F0>Equipped <color:FFFF00>.50 FALCON   3
onVariableTrue   Client   CenterPrint   125   <font:impact:25><shadow:3:3><shadowcolor:000000><color:F0F0F0>Equipped <color:FFFF00>.50 FALCON   3
onVariableTrue   Client   CenterPrint   150   <font:impact:30><shadow:3:3><shadowcolor:000000><color:F0F0F0>Equipped <color:FFFF00>.50 FALCON   3
onVariableFalse   Self   VCE_ifValue   0   <var:client:score>   4   4000   10 21
onVariableFalse   Client   playSound   0   1909
onVariableFalse   Client   CenterPrint   0   <color:FFFFFF><font:impact:20>You can't afford that!   3
onVariableTrue   Player   addItem   0   1275
onVariableTrue   Client   playSound   0   1929
onVariableTrue   Client   CenterPrint   0   <font:impact:5><shadow:3:3><shadowcolor:000000><color:F0F0F0>Purchased <color:FFFF00>.50 FALCON<color:F0F0F0> for <color:00DD00>$4000   3
onVariableTrue   Client   CenterPrint   25   <font:impact:10><shadow:3:3><shadowcolor:000000><color:F0F0F0>Purchased <color:FFFF00>.50 FALCON<color:F0F0F0> for <color:00DD00>$4000   3
onVariableTrue   Client   CenterPrint   50   <font:impact:15><shadow:3:3><shadowcolor:000000><color:F0F0F0>Purchased <color:FFFF00>.50 FALCON<color:F0F0F0> for <color:00DD00>$4000   3
onVariableTrue   Client   CenterPrint   100   <font:impact:20><shadow:3:3><shadowcolor:000000><color:F0F0F0>Purchased <color:FFFF00>.50 FALCON<color:F0F0F0> for <color:00DD00>$4000   3
onVariableTrue   Client   CenterPrint   125   <font:impact:25><shadow:3:3><shadowcolor:000000><color:F0F0F0>Purchased <color:FFFF00>.50 FALCON<color:F0F0F0> for <color:00DD00>$4000   3
onVariableTrue   Client   CenterPrint   150   <font:impact:30><shadow:3:3><shadowcolor:000000><color:F0F0F0>Purchased <color:FFFF00>.50 FALCON<color:F0F0F0> for <color:00DD00>$4000   3
onVariableTrue   Client   IncScore   0   -4000
onVariableTrue   Client   VCE_modVariable   0   50forget   0   1


I wonder if someone can remake it.
I want a alternative to VCE.

hey badspot
can i put the link up


http://forum.blockland.us/index.php?topic=188555.0
Here you go.
1. It seems according to the thread to be buggy.
2. I want it to be a EVENT, not a command.
3. I want onPointsTrue and onPointsFalse events, so if you have enough points, it calls onPointsTrue, and if you don't have enough points, it calls onPointsFalse.