Help - Search - Member List - Calendar
Full Version: Store Revised
Sparkbomb Werewolf Forums > News and Updates > News and Announcements
Shattered Rift
With the very rapidly approaching usergroups (Werewolves, Phoenixes, and Spectres), the Store layout has underwent a slight change. You will have Store access according to your usergroup (mind you, while Admins and Supermods are not removed from their station), and hence don't have to worry about being cluttered up by having to view the other Stores (besides, you can't use an Item you're not in the group of, tongue.gif).

While my hopeful date of release for the usergroups was last Friday, I think Marcus and I will have everything up and running by this Friday. .::Crosses fingers::.
rollercoaster375
QUOTE(Shattered Rift @ Nov 25 2004, 03:55 AM)
With the very rapidly approaching usergroups (Werewolves, Phoenixes, and Spectres), the Store layout has underwent a slight change. You will have Store access according to your usergroup (mind you, while Admins and Supermods are not removed from their station), and hence don't have to worry about being cluttered up by having to view the other Stores (besides, you can't use an Item you're not in the group of, tongue.gif).

While my hopeful date of release for the usergroups was last Friday, I think Marcus and I will have everything up and running by this Friday. .::Crosses fingers::.
*



*poke* they are up wink.gif
Shattered Rift
QUOTE(rollercoaster375 @ Nov 25 2004, 02:05 PM)
*poke* they are up wink.gif
*


Updated Silver Bullets haven't been made yet, nor have the updated Fangs... er, have they? Spark Bombs aren't perfected (they work, but they're not Spectre-only). Wolf Nail was in that same boat, last I checked.

And I haven't coded the N.A.T. or the Critter, or the other thing that needs a name. We still have a bit more to finish.
rollercoaster375
QUOTE(Shattered Rift @ Nov 25 2004, 05:07 PM)
Updated Silver Bullets haven't been made yet, nor have the updated Fangs... er, have they? Spark Bombs aren't perfected (they work, but they're not Spectre-only). Wolf Nail was in that same boat, last I checked.

And I haven't coded the N.A.T. or the Critter, or the other thing that needs a name. We still have a bit more to finish.
*



Bullets, no, fangs, yes, here's the code you need: (wolves=9, pheonix=10, spectre=11)

CODE

if (($ibforums->member['mgroup_others'] == 9) OR ($ibforums->member['mgroup_others'] == 10)) {
$this->_error("Sorry, you must be a member of group 11 to use this item!");
}
Shattered Rift
QUOTE(rollercoaster375 @ Nov 25 2004, 04:36 PM)
Bullets, no, fangs, yes, here's the code you need: (wolves=9, pheonix=10, spectre=11)

CODE

if (($ibforums->member['mgroup_others'] == 9) OR ($ibforums->member['mgroup_others'] == 10)) {
$this->_error("Sorry, you must be a member of group 11 to use this item!");
}

*


Eh? I thought I just needed if user isn't a Spectre, generate error.

And if Fangs are the right Fangs... switch them into the Werewolf Store.
rollercoaster375
QUOTE(Shattered Rift @ Nov 25 2004, 06:58 PM)
Eh? I thought I just needed if user isn't a Spectre, generate error.

And if Fangs are the right Fangs... switch them into the Werewolf Store.
*


blink.gif Thats what it says tongue.gif

sure.... *does beta testing*
Shattered Rift
QUOTE(rollercoaster375 @ Nov 25 2004, 07:34 PM)
blink.gif Thats what it says tongue.gif

sure.... *does beta testing*
*


It says to check if the user is a Werewolf of Phoenix... which means normal users can still use it, which isn't what we want, tongue.gif.
rollercoaster375
QUOTE(Shattered Rift @ Nov 25 2004, 09:10 PM)
It says to check if the user is a Werewolf of Phoenix... which means normal users can still use it, which isn't what we want, tongue.gif.
*


.... right....
CODE

if ($ibforums->member['mgroup_others'] != 11) {
error(Sorry, you much be a spectre to use this item.);
}
Shattered Rift
For all the normal users that are confused... the update I just made should make sense.

The "spacing" problem between the Stores on the sidebar (how there was the empty room) just got fixed.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.