|
| 01 May 2016 12:58 PM |
why doesn't r+ notify me when new items/limiteds come out? missed zombie face because of this and everything else in the past week
I eat puppies ~ They are delicious. R$1,508 187,407 |
|
|
| Report Abuse |
|
|
|
| 01 May 2016 12:59 PM |
Is the option checked on the control panel?
|
|
|
| Report Abuse |
|
|
|
| 01 May 2016 12:59 PM |
yes all of that is idk what to do i tried deleting and reinstalling
I eat puppies ~ They are delicious. R$1,508 187,407 |
|
|
| Report Abuse |
|
|
WebGL3D
|
  |
| Joined: 04 Sep 2013 |
| Total Posts: 28311 |
|
|
| 01 May 2016 01:01 PM |
https://forum.roblox.com/Forum/ShowPost.aspx?PostID=188408462 Read this thread
#code print("~ WebGL3D ~ Purple Squid >") -- R+ |
|
|
| Report Abuse |
|
|
WebGL3D
|
  |
| Joined: 04 Sep 2013 |
| Total Posts: 28311 |
|
|
| 01 May 2016 01:02 PM |
If you've already tried removing it, and reinstall it next question do you have any notifications in the R+ in the top right, or does nothing happen at all?
#code print("~ WebGL3D ~ Purple Squid >") -- R+ |
|
|
| Report Abuse |
|
|
|
| 01 May 2016 01:02 PM |
i've tried reinstalling though and it's not even in notifications
I eat puppies ~ They are delicious. R$1,508 187,408 |
|
|
| Report Abuse |
|
|
|
| 01 May 2016 01:03 PM |
there's nothing for items in notifications, but trades, forums and messages pop up for me
I eat puppies ~ They are delicious. R$1,508 187,408 |
|
|
| Report Abuse |
|
|
|
| 01 May 2016 01:10 PM |
bump
I eat puppies ~ They are delicious. R$1,508 187,416 |
|
|
| Report Abuse |
|
|
WebGL3D
|
  |
| Joined: 04 Sep 2013 |
| Total Posts: 28311 |
|
|
| 01 May 2016 02:34 PM |
Went afk, I'm back now. If you go to the chrome://extensions page, and tick developer mode in the top right, then find ROBLOX+ and go to the background page -> Console, put this in: itemNotifier.cache-=3;
Does anything pop up in the console? Do you get notifications?
#code print("~ WebGL3D ~ Purple Squid >") -- R+ |
|
|
| Report Abuse |
|
|
|
| 01 May 2016 02:36 PM |
All that showed was numbers
I eat puppies ~ They are delicious. #robux #RAP |
|
|
| Report Abuse |
|
|
WebGL3D
|
  |
| Joined: 04 Sep 2013 |
| Total Posts: 28311 |
|
|
| 01 May 2016 02:38 PM |
No notifications, no notification in the R+ icon in the top right? What was the number that printed?
#code print("~ WebGL3D ~ Purple Squid >") -- R+ |
|
|
| Report Abuse |
|
|
|
| 01 May 2016 02:39 PM |
nope. 889
I eat puppies ~ They are delicious. #robux #RAP |
|
|
| Report Abuse |
|
|
WebGL3D
|
  |
| Joined: 04 Sep 2013 |
| Total Posts: 28311 |
|
|
| 01 May 2016 02:42 PM |
Only thing I can think left you can try is this itemNotifier.buttonCheck(function(s){console.log("Does this print?",s);}); let me know if that logs
#code print("~ WebGL3D ~ Purple Squid >") -- R+ |
|
|
| Report Abuse |
|
|
|
| 01 May 2016 02:42 PM |
every time i paste that into the console, the number reduces by 3 though
I eat puppies ~ They are delicious. #robux #RAP |
|
|
| Report Abuse |
|
|
WebGL3D
|
  |
| Joined: 04 Sep 2013 |
| Total Posts: 28311 |
|
|
| 01 May 2016 02:43 PM |
That's helpful run the buttonCheck code
#code print("~ WebGL3D ~ Purple Squid >") -- R+ |
|
|
| Report Abuse |
|
|
|
| 01 May 2016 02:44 PM |
>itemNotifier.buttonCheck(function(s){console.log("Does this print?",s);}); >undefined
:/
is the thing where it reduces by 3 something though?
I eat puppies ~ They are delicious. #robux #RAP |
|
|
| Report Abuse |
|
|
WebGL3D
|
  |
| Joined: 04 Sep 2013 |
| Total Posts: 28311 |
|
|
| 01 May 2016 02:46 PM |
The fact that is didn't log "Does this print" is a good sign, means there is an actual issue. Try this: users.currentId(function(id){console.log("Got me",id);}); catalog.info(133970575,function(i){console.log("Me too",i);});
Does it print got me, or me too? Could take a few seconds
#code print("~ WebGL3D ~ Purple Squid >") -- R+ |
|
|
| Report Abuse |
|
|
|
| 01 May 2016 02:46 PM |
Sorry to hear about your luck but it's been working just fine for me.
|
|
|
| Report Abuse |
|
|
|
| 01 May 2016 02:50 PM |
It was still "undefined".
users.currentId(function(id){console.log("Got me",id);}); catalog.info(133970575,function(i){console.log("Me too",i);}); undefined
I eat puppies ~ They are delicious. #robux #RAP |
|
|
| Report Abuse |
|
|
WebGL3D
|
  |
| Joined: 04 Sep 2013 |
| Total Posts: 28311 |
|
|
| 01 May 2016 02:51 PM |
It should have at least printed Got me, especially since it passed users.currentId before? Check again?
#code print("~ WebGL3D ~ Purple Squid >") -- R+ |
|
|
| Report Abuse |
|
|
|
| 01 May 2016 02:52 PM |
Still undefined :/
I eat puppies ~ They are delicious. #robux #RAP |
|
|
| Report Abuse |
|
|
zlib
|
  |
| Joined: 21 Jun 2015 |
| Total Posts: 14298 |
|
|
| 01 May 2016 02:54 PM |
| undefined is always gonna show up, there should be something after it though |
|
|
| Report Abuse |
|
|
WebGL3D
|
  |
| Joined: 04 Sep 2013 |
| Total Posts: 28311 |
|
|
| 01 May 2016 02:55 PM |
If what zlib said isn't there then there's nothing more I can do
#code print("~ WebGL3D ~ Purple Squid >") -- R+ |
|
|
| Report Abuse |
|
|
|
| 01 May 2016 02:56 PM |
Nothing after that, guess r+ just wont work for me :/
I eat puppies ~ They are delicious. #robux #RAP |
|
|
| Report Abuse |
|
|
WebGL3D
|
  |
| Joined: 04 Sep 2013 |
| Total Posts: 28311 |
|
|
| 01 May 2016 02:56 PM |
Sorry :/ Check your chrome version too on this page, chrome://help Make sure you're using version 42 or higher
#code print("~ WebGL3D ~ Purple Squid >") -- R+ |
|
|
| Report Abuse |
|
|