|
|
want to implement or not? |
yes |
|
85% |
[ 6 ] |
no |
|
14% |
[ 1 ] |
|
Total Votes : 7 |
|
Author |
Message |
the_pillo The Magnificent
 Group: Verified Member Joined: 09 Jul 2009 Donor:  Posts: 1105 Gold: 0.00 Clan: Honor

Status: Warn:  Reputation: 32
|
#1 Posted: 08 Nov 2010 01:37 am Post subject: Need Mod Input |
|
|
Ok, so what i was thinking is... and i got the idea from here..
http://www.d3jsp.org/viewtopic.php?t=50590
but,
What if there was a d3jsp account on bnet (inconspicuously named). this account was in each of the realms. The information for it would be kept the same for all realms. And on this account there would be naming conventions such ass
####_Armor
####_Weapons
####_Jewelry
####_Helms
####_Boots
####_Belts
####_Runewords
####_Runes
Each mod that volunteers would then be either assigned or choose a mule. They will then stock the mules with a specific number of each specific item. These items will be boughten with a cumulative fund, the stores money. All items sold to the store will be bought for 1/3 - 1/5 the going rate. This will offer the members a quick way to unload some items and make some fg.
Once there are items on the mule, the mod can then update that specific item in the store.
The store prices can be either fixed or be 2x the buying price or 3x the buying price
Code: |
(buying price= (1/3 or 1/5 market price)
Therefore if the market price of a shako is 15fg, the store would buy it for 5 and sell it for 10-15.
|
This allows the player to profit off of their diablo items and yet the store can make a profit as well in order to buy more items. Eventually when the store has enough fg, the rest can simply be deleted. boom no more.
The way the store works can be multiple ways. Either tramway trusts the mods enough to have access to some form of fg storage through the store, or the mods pay out of pocket and call it a "business transaction" and write a receipt after a certain amount of fg has been used and reclaim it from tramway.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~Distribution~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Mods have volunteered, they know their specific mule, they know the information for the entire bnet system (the account on every realm). The mule is also full.
Code: |
A user comes along and buys a shako. the store sends a pm to "mod", the mod then log onto the account under the specific core, grabs the item and throws it in a game. Sends a pm to the user to pick up the item @ "--------#/## ". The user enters, picks up the item and leaves the game. the mod logs off the account. |
The mod then locates another one of that item.
EDIT:
the initial investment for the store can either be through donations of items or fg. or tram could give it an initial allowance.
This is merely an idea, these are by no means rules or anything.
Last edited by the_pillo on 08 Nov 2010 01:40 am; edited 1 time in total _____________________
Happiness is a disease, and smiling is the cough that spreads it - pillo-
"When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours." |
|
Back to top |
|
 |
Izual
Group: Members Joined: 26 Jul 2010 Posts: 600 Gold: 3.60
Status: Warn:  Reputation: 7
|
#2 Posted: 08 Nov 2010 02:36 am Post subject: Re: Need Mod Input |
|
|
the_pillo wrote: | Ok, so what i was thinking is... and i got the idea from here..
http://www.d3jsp.org/viewtopic.php?t=50590
but,
What if there was a d3jsp account on bnet (inconspicuously named). this account was in each of the realms. The information for it would be kept the same for all realms. And on this account there would be naming conventions such ass
####_Armor
####_Weapons
####_Jewelry
####_Helms
####_Boots
####_Belts
####_Runewords
####_Runes
Each mod that volunteers would then be either assigned or choose a mule. They will then stock the mules with a specific number of each specific item. These items will be boughten with a cumulative fund, the stores money. All items sold to the store will be bought for 1/3 - 1/5 the going rate. This will offer the members a quick way to unload some items and make some fg.
Once there are items on the mule, the mod can then update that specific item in the store.
The store prices can be either fixed or be 2x the buying price or 3x the buying price
Code: |
(buying price= (1/3 or 1/5 market price)
Therefore if the market price of a shako is 15fg, the store would buy it for 5 and sell it for 10-15.
|
This allows the player to profit off of their diablo items and yet the store can make a profit as well in order to buy more items. Eventually when the store has enough fg, the rest can simply be deleted. boom no more.
The way the store works can be multiple ways. Either tramway trusts the mods enough to have access to some form of fg storage through the store, or the mods pay out of pocket and call it a "business transaction" and write a receipt after a certain amount of fg has been used and reclaim it from tramway.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~Distribution~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Mods have volunteered, they know their specific mule, they know the information for the entire bnet system (the account on every realm). The mule is also full.
Code: |
A user comes along and buys a shako. the store sends a pm to "mod", the mod then log onto the account under the specific core, grabs the item and throws it in a game. Sends a pm to the user to pick up the item @ "--------#/## ". The user enters, picks up the item and leaves the game. the mod logs off the account. |
The mod then locates another one of that item.
EDIT:
the initial investment for the store can either be through donations of items or fg. or tram could give it an initial allowance.
This is merely an idea, these are by no means rules or anything. |
decent idea
i can see potential |
|
Back to top |
|
 |
Myoga- Tomato is the LOOOOOVVEE Fruit!!!11!
 Group: Retired Moderators Joined: 12 Apr 2010 Donor:  Posts: 1314 Gold: 2375.80

Status: Warn:  Reputation: 57

|
#3 Posted: 08 Nov 2010 08:51 am Post subject: |
|
|
You would need a bot that can accept the items 24/7 and know what it is picking up. For example, a low stat BotD will sell for a lot less then a near perf BotD so it will need to be able to make price judgments based on stats.
Also, the mule that picks up the item will need to message another bot (since as far as I know bots like D2NT can't interact with the web) so you'll need a quick script that will work for MirageBot (I can do that no problem rofl, including the PHP part), that will interact with a PHP script that adds / removes items.
Ex.
Mule picks up item in game, sends whisper to _AccountInChannel_ (*rec / *nr) (*item, (*stat1, *stat2, *stat3)) etc. (Maybe even skin / gfx )
Then the _AccountInChannel_ loads up a webpage like so: http://www.d3jsp.org/items.php?action=(rec/sold)&item=$item&stat1=$stat1&stat2=$stat2 etc etc.
Which then the PHP script would update the shop.
I really like this idea, although it would take a few dedicated programmers to get it up and running (one person could potentially do it but the more the merrier ^^).
I'm all for the idea.
Last edited by Myoga- on 08 Nov 2010 08:54 am; edited 3 times in total _____________________
|
|
Back to top |
|
 |
the_pillo The Magnificent
 Group: Verified Member Joined: 09 Jul 2009 Donor:  Posts: 1105 Gold: 0.00 Clan: Honor

Status: Warn:  Reputation: 32
|
#4 Posted: 08 Nov 2010 11:14 am Post subject: |
|
|
Myoga- wrote: | You would need a bot that can accept the items 24/7 and know what it is picking up. For example, a low stat BotD will sell for a lot less then a near perf BotD so it will need to be able to make price judgments based on stats.
Also, the mule that picks up the item will need to message another bot (since as far as I know bots like D2NT can't interact with the web) so you'll need a quick script that will work for MirageBot (I can do that no problem rofl, including the PHP part), that will interact with a PHP script that adds / removes items.
Ex.
Mule picks up item in game, sends whisper to _AccountInChannel_ (*rec / *nr) (*item, (*stat1, *stat2, *stat3)) etc. (Maybe even skin / gfx )
Then the _AccountInChannel_ loads up a webpage like so: http://www.d3jsp.org/items.php?action=(rec/sold)&item=$item&stat1=$stat1&stat2=$stat2 etc etc.
Which then the PHP script would update the shop.
I really like this idea, although it would take a few dedicated programmers to get it up and running (one person could potentially do it but the more the merrier ^^).
I'm all for the idea. |
hmm i hadnt even considered a bot to run it lol. that is a smart idea mi amigo. _____________________
Happiness is a disease, and smiling is the cough that spreads it - pillo-
"When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours." |
|
Back to top |
|
 |
Yaya
Group: Scammer Joined: 06 Nov 2010 Donor:  Posts: 2717 Gold: Locked

Status: Warn:  Reputation: 20

|
#5 Posted: 08 Nov 2010 02:20 pm Post subject: |
|
|
What the fuck! Idea stealer there!
Nah, JK. I got 2 x bots running almost 24/7 and I almost have a full character up at Europe Ladder Softcore. I will save some forumgold and start up some bots on East and West ladder aswell, since over 70% of the d3jsp users originally are americans
let me know!  |
|
Back to top |
|
 |
the_pillo The Magnificent
 Group: Verified Member Joined: 09 Jul 2009 Donor:  Posts: 1105 Gold: 0.00 Clan: Honor

Status: Warn:  Reputation: 32
|
#6 Posted: 08 Nov 2010 04:32 pm Post subject: |
|
|
n00b^ wrote: | What the fuck! Idea stealer there!
Nah, JK. I got 2 x bots running almost 24/7 and I almost have a full character up at Europe Ladder Softcore. I will save some forumgold and start up some bots on East and West ladder aswell, since over 70% of the d3jsp users originally are americans
let me know!  |
i gave you credit .
but ya, i think this would be an interesting thing to implement. A good way to stimulate the diablo 2 market on jsp and a good way to attract more members. If they can come to a site and buy something without dealing with the bidding and spam and afk and such then its a better system.
As always i play devils advocate as well so here is my antithesis
The root evil with this plan is the fact that in essence it deteriorates the already flailing diablo trading here. Why would people buy items from another person when they can just as easily buy it through the store. What happens if a moderator decides to go rogue and steal all the stuff? what happens if the account is hacked?
The answers to my anti thesis:
Specialty items (rares, and specific stats) will still be traded, only uniques and runewords will be held by the store. And even then there will not be a large stock, im thinking 1-2 per item.
If a moderator goes rogue and steals stuff.. they are banned, and whoopdy do. they just stole some pixels for a 10 year old game... big tough guy XD
If the account is hacked, an investigation will ensue to make sure it was not the fault of a moderator. If it is found that it was a random hacker and noone associated with the moderators at jsp then its a lose and the store will be restocked and harder passwords will be used.
As for the actual password, i say we aim for something complex...
example password:
az83nq01pa1 _____________________
Happiness is a disease, and smiling is the cough that spreads it - pillo-
"When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours." |
|
Back to top |
|
 |
Kolba
 Group: Members Joined: 27 Feb 2010 Posts: 14321 Gold: Locked Clan: chillout

Status: Warn:  Reputation: 29
|
#7 Posted: 08 Nov 2010 07:03 pm Post subject: |
|
|
n00b^ wrote: | What the fuck! Idea stealer there!
Nah, JK. I got 2 x bots running almost 24/7 and I almost have a full character up at Europe Ladder Softcore. I will save some forumgold and start up some bots on East and West ladder aswell, since over 70% of the d3jsp users originally are americans
let me know!  |
You gotta be kiddin'.
Anyway good idea, just to short up. |
|
Back to top |
|
 |
spiochek_ma_bana
 Group: Members Joined: 09 Mar 2010 Posts: 6288 Gold: Locked Clan: Piękni i Bogaci

Status: Warn:  Reputation: 11
|
#8 Posted: 08 Nov 2010 07:31 pm Post subject: |
|
|
Prices change quite a lot every week. This idea is too challenging for mod team and no one would be able to take responsibility for setting up fg scaler. _____________________
I love Britney and her music, because is the backbone to my music taste.
Without her support, I would end up feeling lost when I need to gain courage during hard times, cheer up or relax. |
|
Back to top |
|
 |
|
 |
Myoga- Tomato is the LOOOOOVVEE Fruit!!!11!
 Group: Retired Moderators Joined: 12 Apr 2010 Donor:  Posts: 1314 Gold: 2375.80

Status: Warn:  Reputation: 57

|
#9 Posted: 08 Nov 2010 09:06 pm Post subject: |
|
|
spiochek_ma_bana wrote: | Prices change quite a lot every week. This idea is too challenging for mod team and no one would be able to take responsibility for setting up fg scaler. |
I'm sure there would be a mod panel where moderators could modify the prices as the ladder goes on. Even if they were updated weekly the prices would still stay pretty close to the current going price. _____________________
|
|
Back to top |
|
 |
Yaya
Group: Scammer Joined: 06 Nov 2010 Donor:  Posts: 2717 Gold: Locked

Status: Warn:  Reputation: 20

|
#10 Posted: 09 Nov 2010 06:59 am Post subject: |
|
|
It would be cool if we had, lets say 3-4 users who could bot. Cdkeys would be handed out free to the botters (Maybe, just a thought!) So we can bot even more to get some new members to the d3jsp site
I could run in different realms, but at the moment i'll run in europe. so like,
user xxx = Europe
user xxx2 = East
userxxxx3 = west
userxxx4 = asia JK LOL! no1 plays asia.
anyways, I think this would be a good idea. |
|
Back to top |
|
 |
Myoga- Tomato is the LOOOOOVVEE Fruit!!!11!
 Group: Retired Moderators Joined: 12 Apr 2010 Donor:  Posts: 1314 Gold: 2375.80

Status: Warn:  Reputation: 57

|
#11 Posted: 09 Nov 2010 07:47 pm Post subject: |
|
|
n00b^ wrote: | It would be cool if we had, lets say 3-4 users who could bot. Cdkeys would be handed out free to the botters (Maybe, just a thought!) So we can bot even more to get some new members to the d3jsp site
I could run in different realms, but at the moment i'll run in europe. so like,
user xxx = Europe
user xxx2 = East
userxxxx3 = west
userxxx4 = asia JK LOL! no1 plays asia.
anyways, I think this would be a good idea. |
I used to play Asia as well as East.
I'm still all down for the idea, I can hold ops in a channel 24/7 (nearly, internet drops at 1 PM EST every day then comes back up) so that shouldn't be hard to handle. If we get this item thing working as well I'm sure we could pool some FG onto a "bank" account that only select members will have access to which we can use to send / receive FG for items (if we're using pillo's item buyer / seller idea). _____________________
|
|
Back to top |
|
 |
the_pillo The Magnificent
 Group: Verified Member Joined: 09 Jul 2009 Donor:  Posts: 1105 Gold: 0.00 Clan: Honor

Status: Warn:  Reputation: 32
|
#12 Posted: 18 Nov 2010 01:18 am Post subject: |
|
|
Myoga- wrote: | n00b^ wrote: | It would be cool if we had, lets say 3-4 users who could bot. Cdkeys would be handed out free to the botters (Maybe, just a thought!) So we can bot even more to get some new members to the d3jsp site
I could run in different realms, but at the moment i'll run in europe. so like,
user xxx = Europe
user xxx2 = East
userxxxx3 = west
userxxx4 = asia JK LOL! no1 plays asia.
anyways, I think this would be a good idea. |
I used to play Asia as well as East.
I'm still all down for the idea, I can hold ops in a channel 24/7 (nearly, internet drops at 1 PM EST every day then comes back up) so that shouldn't be hard to handle. If we get this item thing working as well I'm sure we could pool some FG onto a "bank" account that only select members will have access to which we can use to send / receive FG for items (if we're using pillo's item buyer / seller idea). |
asia is where i play hardcore whenever im playing it for fun instead of items or ladder lol.
but this is a bump, would still like to see this idea considered and possibly inplemented. because at the moment the store is useless XD _____________________
Happiness is a disease, and smiling is the cough that spreads it - pillo-
"When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours." |
|
Back to top |
|
 |
Yaya
Group: Scammer Joined: 06 Nov 2010 Donor:  Posts: 2717 Gold: Locked

Status: Warn:  Reputation: 20

|
#13 Posted: 19 Nov 2010 04:18 pm Post subject: |
|
|
I have got 3 bots running as we speak, im very active in botting at the moment.. everything for the site, right?
I would like one of the staffmembers to take a look at this.. im down too. |
|
Back to top |
|
 |
Yaya
Group: Scammer Joined: 06 Nov 2010 Donor:  Posts: 2717 Gold: Locked

Status: Warn:  Reputation: 20

|
#14 Posted: 27 Nov 2010 08:24 pm Post subject: |
|
|
Up |
|
Back to top |
|
 |
Ipad
Group: Members Joined: 28 Jul 2010 Donor:  Posts: 619 Gold: 755.60 Clan: HoD II
Status: Warn:  Reputation: 19
|
#15 Posted: 28 Nov 2010 12:37 am Post subject: |
|
|
Myoga- wrote: | You would need a bot that can accept the items 24/7 and know what it is picking up. For example, a low stat BotD will sell for a lot less then a near perf BotD so it will need to be able to make price judgments based on stats.
Also, the mule that picks up the item will need to message another bot (since as far as I know bots like D2NT can't interact with the web) so you'll need a quick script that will work for MirageBot (I can do that no problem rofl, including the PHP part), that will interact with a PHP script that adds / removes items.
Ex.
Mule picks up item in game, sends whisper to _AccountInChannel_ (*rec / *nr) (*item, (*stat1, *stat2, *stat3)) etc. (Maybe even skin / gfx )
Then the _AccountInChannel_ loads up a webpage like so: http://www.d3jsp.org/items.php?action=(rec/sold)&item=$item&stat1=$stat1&stat2=$stat2 etc etc.
Which then the PHP script would update the shop.
I really like this idea, although it would take a few dedicated programmers to get it up and running (one person could potentially do it but the more the merrier ^^).
I'm all for the idea. |
seems like you already know how to program it  _____________________ I have an ipad |
|
Back to top |
|
 |
the_pillo The Magnificent
 Group: Verified Member Joined: 09 Jul 2009 Donor:  Posts: 1105 Gold: 0.00 Clan: Honor

Status: Warn:  Reputation: 32
|
#16 Posted: 28 Nov 2010 01:22 am Post subject: |
|
|
you guys get this rolling and ill donate a cdkey to d3jsp for use during this _____________________
Happiness is a disease, and smiling is the cough that spreads it - pillo-
"When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours." |
|
Back to top |
|
 |
Craisaur
Group: Banned Joined: 26 Nov 2010 Posts: 4 Gold: Locked
Status: Warn: Banned Reputation: 0

|
#17 Posted: 28 Nov 2010 03:36 am Post subject: |
|
|
I DONATE A GULL DAGGER TOWARD THIS FUND! _________________ This user's signature has been disabled |
|
Back to top |
|
 |
the_pillo The Magnificent
 Group: Verified Member Joined: 09 Jul 2009 Donor:  Posts: 1105 Gold: 0.00 Clan: Honor

Status: Warn:  Reputation: 32
|
#18 Posted: 28 Nov 2010 04:46 am Post subject: |
|
|
Craisaur wrote: | I DONATE A GULL DAGGER TOWARD THIS FUND! |
cha ching! my favorite weapon  _____________________
Happiness is a disease, and smiling is the cough that spreads it - pillo-
"When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours." |
|
Back to top |
|
 |
Craisaur
Group: Banned Joined: 26 Nov 2010 Posts: 4 Gold: Locked
Status: Warn: Banned Reputation: 0

|
#19 Posted: 28 Nov 2010 04:51 am Post subject: |
|
|
I also just found
Flawless Amethyst
A rare helm:
39def
10fhr
31 life
15 fire res
red color
and a nice armor
10fhr
38 mana
19 cold res
1 socket (free)
363 def
and also nice boots that give 2 to leap
Which all will be donations to the shop
As I continue mfing normal diablo I will continue findign more godly's to donate _________________ This user's signature has been disabled |
|
Back to top |
|
 |
the_pillo The Magnificent
 Group: Verified Member Joined: 09 Jul 2009 Donor:  Posts: 1105 Gold: 0.00 Clan: Honor

Status: Warn:  Reputation: 32
|
#20 Posted: 28 Nov 2010 04:53 am Post subject: |
|
|
Craisaur wrote: | I also just found
Flawless Amethyst
A rare helm:
39def
10fhr
31 life
15 fire res
red color
and a nice armor
10fhr
38 mana
19 cold res
1 socket (free)
363 def
and also nice boots that give 2 to leap
Which all will be donations to the shop
As I continue mfing normal diablo I will continue findign more godly's to donate |
unfortunately until the system is perfected we will only accept uniques mi amigo, how about you spread the love and join a random game and give them to those noobs. It will only help the community Great finds though, keep up the good work  _____________________
Happiness is a disease, and smiling is the cough that spreads it - pillo-
"When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours." |
|
Back to top |
|
 |
|