|
| 05 May 2016 01:58 AM |
| Im planning on buying 49 of 1 item but I want to know its rap once there all bought? how could i work this out |
|
|
| Report Abuse |
|
|
NukiNater
|
  |
| Joined: 28 Oct 2011 |
| Total Posts: 11607 |
|
|
| 05 May 2016 02:08 AM |
If I remember right, it's like sell price/10 + current rap
so do that 49 times
-|Nuke98 - R$460 - add 24.5k posts|- |
|
|
| Report Abuse |
|
|
|
| 05 May 2016 02:53 AM |
DOn't worry I coded a script to do it
local RAP = 100 -- Set this to the current RAP of the item local RealRap = RAP local Sell = 166 -- Set this to what its lowest selling price is or what ur buying it for
RAP = RAP - Sell RAP = RAP / 10 RealRap = RealRap - RAP
print(math.ceil(RealRap)) -- Check the output for what its new rap will be
|
|
|
| Report Abuse |
|
|
Parabolt
|
  |
| Joined: 03 Dec 2010 |
| Total Posts: 21576 |
|
|
| 05 May 2016 02:54 AM |
what even is that
is that german
https://www.roblox.com/Trade/TradeWindow.aspx?TradePartnerID=13329987 |
|
|
| Report Abuse |
|
|
|
| 05 May 2016 02:57 AM |
its lua, so if u want to hoard a item and see how much rap it will be once u've hoarded it do this:
local Values = {} -- input all the selling prices from lowest to highest till u run out of robux seperate each number with a comma RAP = 95 -- Set this to the items rap RealRap = RAP
for i,v in pairs (Values) do Sell = v RAP = RAP - Sell RAP = RAP / 10 RealRap = RealRap - RAP RAP = RealRap end
print(math.ceil(RAP))
|
|
|
| Report Abuse |
|
|
Parabolt
|
  |
| Joined: 03 Dec 2010 |
| Total Posts: 21576 |
|
|
| 05 May 2016 02:59 AM |
I'd pay you to teach me LUA, been attempting it since 09 lol
Just not good with languages
https://www.roblox.com/Trade/TradeWindow.aspx?TradePartnerID=13329987 |
|
|
| Report Abuse |
|
|
|
| 05 May 2016 03:00 AM |
I'm not that advanced, I could easily re-make the mad murderer easily enough and I don't have a mic. But if you need a hand Ill help.
|
|
|
| Report Abuse |
|
|
|
| 05 May 2016 03:00 AM |
@brick
Weak, i might create an api for that and integrate it into roblox using httpservice :0 |
|
|
| Report Abuse |
|
|
|
| 05 May 2016 03:02 AM |
heh, I might create a chrome extension that u just put the item id and it does all the work so you can hoard easier haha
|
|
|
| Report Abuse |
|
|
NukiNater
|
  |
| Joined: 28 Oct 2011 |
| Total Posts: 11607 |
|
|
| 05 May 2016 03:18 AM |
I'll make a java program for it tomorrow
cause you know, I know java
-|Nuke98 - R$460 - add 24.5k posts|- |
|
|
| Report Abuse |
|
|
call23re2
|
  |
| Joined: 02 Jan 2011 |
| Total Posts: 1337 |
|
| |
|
|
| 05 May 2016 04:06 AM |
@Nuki would ya m8? Then I might just start buying really cheap items, then raising there rap about 500ish then trade them off thats what im doing right now, caluclated rap profit is 6k
|
|
|
| Report Abuse |
|
|
Parabolt
|
  |
| Joined: 03 Dec 2010 |
| Total Posts: 21576 |
|
|
| 05 May 2016 04:08 AM |
there's two things id like to learn from you
lua + trading cuz I suck at both
https://www.roblox.com/Trade/TradeWindow.aspx?TradePartnerID=13329987 |
|
|
| Report Abuse |
|
|
NukiNater
|
  |
| Joined: 28 Oct 2011 |
| Total Posts: 11607 |
|
|
| 05 May 2016 04:11 AM |
yeah for sure great thing about java is I can give you the code and you can use an online compiler
-|Nuke98 - R$460 - add 24.5k posts|- |
|
|
| Report Abuse |
|
|
NukiNater
|
  |
| Joined: 28 Oct 2011 |
| Total Posts: 11607 |
|
|
| 05 May 2016 04:11 AM |
I'll do it sometime soon, maybe this weekend if I have time. I'm super far behind in school even though it wouldn't take long to make the program
-|Nuke98 - R$460 - add 24.5k posts|- |
|
|
| Report Abuse |
|
|
|
| 05 May 2016 04:21 AM |
Righto, I really should learn Java so I can stuff like this.
|
|
|
| Report Abuse |
|
|
NukiNater
|
  |
| Joined: 28 Oct 2011 |
| Total Posts: 11607 |
|
|
| 05 May 2016 04:22 AM |
It's pretty easy I'm taking it in place of math this year
-|Nuke98 - R$460 - add 24.5k posts|- |
|
|
| Report Abuse |
|
|
|
| 05 May 2016 04:28 AM |
| Oh nice. I might actually do JavaScript, as that can be used for both games and chrome extensions. Also there is a nice codeacademy course on it. |
|
|
| Report Abuse |
|
|
Parabolt
|
  |
| Joined: 03 Dec 2010 |
| Total Posts: 21576 |
|
|
| 05 May 2016 04:31 AM |
w3schools is a good site for learning programming birck
https://www.roblox.com/Trade/TradeWindow.aspx?TradePartnerID=13329987 |
|
|
| Report Abuse |
|
|
|
| 05 May 2016 04:33 AM |
| Oh really I'll check them out later. |
|
|
| Report Abuse |
|
|
boyder123
|
  |
| Joined: 07 May 2013 |
| Total Posts: 277 |
|
|
| 05 May 2016 05:04 AM |
| @Brick what item are you hoarding? |
|
|
| Report Abuse |
|
|
|
| 05 May 2016 02:27 PM |
Go to my inventory, you will see. I won't actually do the big change till I have more time (Friday).
|
|
|
| Report Abuse |
|
|