Post subject: A simple way to stop scamming while buying SOSUN
Posted: Thu Oct 23, 2008 4:51 am
Casual Member
Joined: Oct 2008 Posts: 81 Location: Singapore
Basically, every other day, i heard people getting scammed because the god damn joymax set the trade limit at 100m and 1 billion.
I do believe that they wont go up for the cap anymore but since the sosun items are all going over 1 billion, what can we do?
Simple. Basically get the idiots at joymax to set up a new NPC , selling Special items for 100million and the resale price at 100%, or even 95% if they want to suck out some gold.
So when theres the npc, if you are going to buy something for 5 billion, instead of buying 4 pots at 1 billion each and risk getting scammed, all you need to do is to buy 50 of that special item from the NPC and just trade it. After that, the guy with the special items just need to sell it to get the cash and everyone live happily after.
Only problem is.. whether joymax can be bothered to do such a simple thing.
Edit : Seems like alot of people cant be bothered reading everything so to everyone who is gonna suggest raise the trade limit to 10b or whatever, you cant do that without a major change. Its just not possible.
Last edited by RUMS on Thu Oct 23, 2008 5:28 pm, edited 1 time in total.
Post subject: Re: A simple way to stop scamming while buying SOSUN
Posted: Thu Oct 23, 2008 5:15 am
Senior Member
Joined: Feb 2008 Posts: 4222 Location: Nowhere
RUMS wrote:
Toshiharu wrote:
Or you buy sun items that worth a bil and trade the guy and buy the items back for a bil each.
Ex-
Sun Chest, Shoulders, Gloves, Legs worths = like.. 4bil? for Sun Sword. Your items in trade and his sword in trade.
You buy each sun item for a bil each. No scam.
True but theres still many guy who insist on buying pots for 1 billion lol.
And buying those items would take up time as well.
Uhh.. yeah.. but I also forgot to mention that only works if you have the items already. It'd be pretty hard if you're buying the parts for around 4bil and buying the parts back for 4bil. Unless you got like 10bil sitting in your inventory.
Only downside to that.. XD
_________________ If being a loser means not playing Silkroad all day.. lulwut?
Post subject: Re: A simple way to stop scamming while buying SOSUN
Posted: Thu Oct 23, 2008 6:41 am
Casual Member
Joined: Oct 2008 Posts: 81 Location: Singapore
Lempi wrote:
You say your way is a simple way... I know an even more simple way that will take less work on blizzards part.
Make the trade cap and stalling cap unlimited.
Problem solved.
Every game have a limit to what they can trade. Its part of the coding stuff.
Im not the best at it but well i do know that by increasing a limit of something, the size of the thing will go up and there will be more lag if i aint wrong.
Post subject: Re: A simple way to stop scamming while buying SOSUN
Posted: Thu Oct 23, 2008 7:07 am
Active Member
Joined: Sep 2008 Posts: 601 Location:
RUMS wrote:
Lempi wrote:
You say your way is a simple way... I know an even more simple way that will take less work on blizzards part.
Make the trade cap and stalling cap unlimited.
Problem solved.
Every game have a limit to what they can trade. Its part of the coding stuff.
Im not the best at it but well i do know that by increasing a limit of something, the size of the thing will go up and there will be more lag if i aint wrong.
Yes if you increase the limit, something will go up, the limit that is. Normally they should be able to increase the limit to at least 4bil without problem. Same applies for the normal trade exchange. The problem is that if you increase the limit the prices will increase as well because people will be able to sell stuff for more money without bothering.
_________________ IGN: SirSparhawk
Spoiler!
Level: 3x Guild: CosaNostra Build: Rogue/Bard Farming: 4gap FTW Questing all the way! Even if it screws with my SP. Rev6
Post subject: Re: A simple way to stop scamming while buying SOSUN
Posted: Thu Oct 23, 2008 7:10 am
Frequent Member
Joined: Oct 2008 Posts: 1060 Location:
Lempi wrote:
You say your way is a simple way... I know an even more simple way that will take less work on Joymax's part.
Make the trade cap and stalling cap unlimited.
Problem solved.
I agree. Why do they even have a limit? Clearly by selling 89 and 90 pieces you can make over 1 Billion gold. It's their fault that items are over priced by allowing botting. In my opinion, they should make it unlimited.
Post subject: Re: A simple way to stop scamming while buying SOSUN
Posted: Thu Oct 23, 2008 7:28 am
Frequent Member
Joined: Oct 2008 Posts: 1060 Location:
Cerus wrote:
Lempi wrote:
You say your way is a simple way... I know an even more simple way that will take less work on Joymax's part.
Make the trade cap and stalling cap unlimited.
Problem solved.
Wat you said is harder to code than what RUMS had proposed.
Is it REALLY that HARD to code in order to make it unlimited? Or at least up to 10B. If anyone selling sun this cap for over 10B gold they are out of their minds.
Post subject: Re: A simple way to stop scamming while buying SOSUN
Posted: Thu Oct 23, 2008 7:31 am
Veteran Member
Joined: Oct 2008 Posts: 3203 Location: England
OTG wrote:
Cerus wrote:
Lempi wrote:
You say your way is a simple way... I know an even more simple way that will take less work on Joymax's part.
Make the trade cap and stalling cap unlimited.
Problem solved.
Wat you said is harder to code than what RUMS had proposed.
Is it REALLY that HARD to code in order to make it unlimited? Or at least up to 10B. If anyone selling sun this cap for over 10B gold they are out of their minds.
Simple answer, No.
All you would need to change is a couple of lines of code to allow an extra digit or 2.
Post subject: Re: A simple way to stop scamming while buying SOSUN
Posted: Thu Oct 23, 2008 7:54 am
Banned User
Joined: Nov 2006 Posts: 1002 Location:
Lempi wrote:
....
SpiderPig? I don't think u remember me lol XD I don't know if u're the person i think u're. Alps, Deathgods, BogeyBot, Aania, Ben, Spitfire... ring any bell?
Edit: I still think its easier to code what RUMS said than to add the trade limit. Its not just edit of 1-2 lines of codes...
_________________ <<banned from SRF for bot admission. -SG>>
Last edited by Cerus on Thu Oct 23, 2008 8:04 am, edited 1 time in total.
Post subject: Re: A simple way to stop scamming while buying SOSUN
Posted: Thu Oct 23, 2008 7:58 am
Casual Member
Joined: Jul 2008 Posts: 62 Location: Earth 2008
Usually it's a 32bit integer for ALL games, so the highest number is 2^32 (around 4.3 billion); reason being is because there is not enough memory to store the number . Though it applies to anything that requires representing the number as a single integer, i.e. trading, I think Joymax is trying to avoid the billions digit entirely for simplicity in programming.
Post subject: Re: A simple way to stop scamming while buying SOSUN
Posted: Thu Oct 23, 2008 7:58 am
Frequent Member
Joined: Oct 2008 Posts: 1060 Location:
OTG wrote:
Cerus wrote:
Lempi wrote:
Wat you said is harder to code than what RUMS had proposed.
Is it REALLY that HARD to code in order to make it unlimited? Or at least up to 10B. If anyone selling sun this cap for over 10B gold they are out of their minds.
Simple answer, No.
All you would need to change is a couple of lines of code to allow an extra digit or 2.
Then I don't see why it can't be done. In Sparta this noob Egyptian named Vokor has been scamming and stealing suns left and right. He has TWO! Sun Spears and like tons of 8D Sun. I think he's been aiming for a sun glavie. I know he pretends to sell the sun spear for a few couple of billions.
Post subject: Re: A simple way to stop scamming while buying SOSUN
Posted: Thu Oct 23, 2008 8:32 am
Casual Member
Joined: Oct 2008 Posts: 81 Location: Singapore
OTG wrote:
Then I don't see why it can't be done. In Sparta this noob Egyptian named Vokor has been scamming and stealing suns left and right. He has TWO! Sun Spears and like tons of 8D Sun. I think he's been aiming for a sun glavie. I know he pretends to sell the sun spear for a few couple of billions.
Becaues this is Joymax that we're talking about?
If they couldnt be bothered to change the spelling error from "Muwhang's Frozne Glaive", i guess it can be expected.
Post subject: Re: A simple way to stop scamming while buying SOSUN
Posted: Thu Oct 23, 2008 8:37 am
Frequent Member
Joined: Oct 2008 Posts: 1060 Location:
RUMS wrote:
OTG wrote:
Then I don't see why it can't be done. In Sparta this noob Egyptian named Vokor has been scamming and stealing suns left and right. He has TWO! Sun Spears and like tons of 8D Sun. I think he's been aiming for a sun glavie. I know he pretends to sell the sun spear for a few couple of billions.
Becaues this is Joymax that we're talking about?
If they couldnt be bothered to change the spelling error from "Muwhang's Frozne Glaive", i guess it can be expected.
Not every game is perfect, especially when you expect so much from a free game.
Post subject: Re: A simple way to stop scamming while buying SOSUN
Posted: Thu Oct 23, 2008 8:41 am
Casual Member
Joined: Oct 2008 Posts: 81 Location: Singapore
OTG wrote:
RUMS wrote:
OTG wrote:
Then I don't see why it can't be done. In Sparta this noob Egyptian named Vokor has been scamming and stealing suns left and right. He has TWO! Sun Spears and like tons of 8D Sun. I think he's been aiming for a sun glavie. I know he pretends to sell the sun spear for a few couple of billions.
Becaues this is Joymax that we're talking about?
If they couldnt be bothered to change the spelling error from "Muwhang's Frozne Glaive", i guess it can be expected.
Not every game is perfect, especially when you expect so much from a free game.
If someone bought even 1 silk, they can be considered a paying customer and its widely accepted that you should expect better services when you are paying for their service.
Post subject: Re: A simple way to stop scamming while buying SOSUN
Posted: Thu Oct 23, 2008 8:55 am
Active Member
Joined: Feb 2008 Posts: 615 Location:
RUMS wrote:
Basically, every other day, i heard people getting scammed because the god damn joymax set the trade limit at 100m and 1 billion.
I do believe that they wont go up for the cap anymore but since the sosun items are all going over 1 billion, what can we do?
Simple. Basically get the idiots at joymax to set up a new NPC , selling Special items for 100million and the resale price at 100%, or even 95% if they want to suck out some gold.
So when theres the npc, if you are going to buy something for 5 billion, instead of buying 4 pots at 1 billion each and risk getting scammed, all you need to do is to buy 50 of that special item from the NPC and just trade it. After that, the guy with the special items just need to sell it to get the cash and everyone live happily after.
Only problem is.. whether joymax can be bothered to do such a simple thing.
or they could just increase the trade limit to 10 bil
Post subject: Re: A simple way to stop scamming while buying SOSUN
Posted: Thu Oct 23, 2008 8:58 am
Casual Member
Joined: Oct 2008 Posts: 81 Location: Singapore
ahmedsabry wrote:
RUMS wrote:
Basically, every other day, i heard people getting scammed because the god damn joymax set the trade limit at 100m and 1 billion.
I do believe that they wont go up for the cap anymore but since the sosun items are all going over 1 billion, what can we do?
Simple. Basically get the idiots at joymax to set up a new NPC , selling Special items for 100million and the resale price at 100%, or even 95% if they want to suck out some gold.
So when theres the npc, if you are going to buy something for 5 billion, instead of buying 4 pots at 1 billion each and risk getting scammed, all you need to do is to buy 50 of that special item from the NPC and just trade it. After that, the guy with the special items just need to sell it to get the cash and everyone live happily after.
Only problem is.. whether joymax can be bothered to do such a simple thing.
or they could just increase the trade limit to 10 bil
If you even bothered reading half the thread, you would have realise that increasing the cap to 10 billion would not really be possible unless they drastically change things.
Post subject: Re: A simple way to stop scamming while buying SOSUN
Posted: Thu Oct 23, 2008 9:52 am
Addicted Member
Joined: Aug 2007 Posts: 2587 Location: OTL&OG
not my problem not like ill ever have a sun <3 if i buy a 500-700m wep its more then enough for me ^^ 1 bil max for a +9 is ok aswell, woul'nd ever pay more then 2 bil or w/e for a sun, if its from a person i dont know/trust, if it is, its even more simple
Post subject: Re: A simple way to stop scamming while buying SOSUN
Posted: Thu Oct 23, 2008 10:24 am
Hi, I'm New Here
Joined: Oct 2008 Posts: 11 Location:
Shadowfox542 wrote:
Its their last defense against gold buyers. Inb4 I MAKE 1B LEGIT EASY. 90% of people with 1b+ imo, are gold buyers. Let them get scammed.
whoever said Joymax was against gold selling? lol if i'd known better, they're prob'ly even supporting it coz these gold bots are on premiums i think XD
_________________ The number one race persecuted in our beloved game cannot be blamed entirely for their own actions. Why? Hint: their country shares its name with that of fat-ass poultry served on thanksgiving. It would only be natural to assume that they have been 'bird-brains' since birth.
Post subject: Re: A simple way to stop scamming while buying SOSUN
Posted: Thu Oct 23, 2008 12:44 pm
Senior Member
Joined: Feb 2008 Posts: 4222 Location: Nowhere
Shadowfox542 wrote:
Its their last defense against gold buyers. Inb4 I MAKE 1B LEGIT EASY. 90% of people with 1b+ imo, are gold buyers. Let them get scammed.
You're an idiot. Make 3 +7s and you made yourself a bil. You call that buying gold? Or getting a sun item/som weapon drop and sell it for <insert something that is around a bil> call that buying gold as well?
_________________ If being a loser means not playing Silkroad all day.. lulwut?
Users browsing this forum: No registered users and 19 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum