LimitedTime66 Posted October 3, 2017 Share Posted October 3, 2017 (edited) 7 minutes ago, Antonio Kala said: Please kindly explain to your friends that osrs does not use a GPU. A java application with graphics being rendered all the time doesn't run on the graphics component. Got it. Edited October 3, 2017 by LimitedTime66 Quote Link to comment Share on other sites More sharing options...
Butters Posted October 3, 2017 Share Posted October 3, 2017 Correct me if I'm wrong, but a dedicated server is usually 2-3 times more expensive than a vps with same specs. Is it 2-3 times better? I think no. Better grab a couple of vps's for the same price and you'll be able to run more. Quote Link to comment Share on other sites More sharing options...
sudoinit6 Posted October 3, 2017 Share Posted October 3, 2017 14 hours ago, Folks said: I run 1 bot per gig of ram on a vps with a shitty CPU, just use lowcpu and lowresouce or nointerface. Do you have problems with webwalking? I found a sweet hookup on vps with a gig of ram and a shitty cpu and I am running all those options but I get a lot of this: WebWalkingEvent; Terminated! Exceeded attempt threshold. I code around it and eventually it gets where it needs to go but it is sapping my overall efficiency. It's strange, sometimes it will give me that error 40 times in a row and sometimes it walks just fine, same route. Quote Link to comment Share on other sites More sharing options...
sudoinit6 Posted October 3, 2017 Share Posted October 3, 2017 2 hours ago, LimitedTime66 said: A java application with graphics being rendered all the time doesn't run on the graphics component. Got it. Your friends have misinformed you. It wouldn't be accurate to say that it doesn't run on the graphics component, because if you use the interface and render the game it does. But it would be accurate to say the GPU doesn't help performance no matter what GPU you are using. On my linux box there is literally no GPU nor a GUI running (there is a fake one to fool OSRS into thinking there is one but it is imaginary (Xvfb if anyone is interested)). I run multiple bots without a gui or GPU. Quote Link to comment Share on other sites More sharing options...
Folks Posted October 4, 2017 Share Posted October 4, 2017 8 hours ago, sudoinit6 said: Do you have problems with webwalking? I found a sweet hookup on vps with a gig of ram and a shitty cpu and I am running all those options but I get a lot of this: WebWalkingEvent; Terminated! Exceeded attempt threshold. I code around it and eventually it gets where it needs to go but it is sapping my overall efficiency. It's strange, sometimes it will give me that error 40 times in a row and sometimes it walks just fine, same route. Not really, my webwalking seems fine, are you using lowcpu? Quote Link to comment Share on other sites More sharing options...
IDontEB Posted October 4, 2017 Share Posted October 4, 2017 9 hours ago, sudoinit6 said: Do you have problems with webwalking? I found a sweet hookup on vps with a gig of ram and a shitty cpu and I am running all those options but I get a lot of this: WebWalkingEvent; Terminated! Exceeded attempt threshold. I code around it and eventually it gets where it needs to go but it is sapping my overall efficiency. It's strange, sometimes it will give me that error 40 times in a row and sometimes it walks just fine, same route. Sudo your problem comes from how you wrote the script itself. I think you're using something like if(!area.contains(myPosition())){ getWalking().webWalk(Position)}. If your character is within 5 squares I believe it is, webWalker will consider it's job successful. 11 hours ago, LimitedTime66 said: A java application with graphics being rendered all the time doesn't run on the graphics component. Got it. Runescape runs 100% on CPU. A CPU can render graphics, albeit not as well as a gpu. Quote Link to comment Share on other sites More sharing options...
sudoinit6 Posted October 4, 2017 Share Posted October 4, 2017 29 minutes ago, IDontEB said: Sudo your problem comes from how you wrote the script itself. I think you're using something like if(!area.contains(myPosition())){ getWalking().webWalk(Position)}. If your character is within 5 squares I believe it is, webWalker will consider it's job successful. Runescape runs 100% on CPU. A CPU can render graphics, albeit not as well as a gpu. Nah it happens when I am saying "If inventory is full walk to bank". It is only happening over long distances, not short ones. Quote Link to comment Share on other sites More sharing options...
Woz Posted October 5, 2017 Share Posted October 5, 2017 On 10/3/2017 at 11:36 PM, IDontEB said: Sudo your problem comes from how you wrote the script itself. I think you're using something like if(!area.contains(myPosition())){ getWalking().webWalk(Position)}. If your character is within 5 squares I believe it is, webWalker will consider it's job successful. Runescape runs 100% on CPU. A CPU can render graphics, albeit not as well as a gpu. You are assuming that the CPU has graphics capabilities, which is true for most consumer-grade CPUs. However, it is not true for most server-grade CPUs. Xeon processors do not have any graphics capabilities integrated. They must be accompanied by a separate graphics card. Otherwise, the server wouldn't even be able to boot up to a display. Quote Link to comment Share on other sites More sharing options...
killaaaa Posted October 5, 2017 Share Posted October 5, 2017 Im using contabo running 22 bots for 25USD a month. I thought they where a scam but there real nice and there VPS are great. Quote Link to comment Share on other sites More sharing options...
hybes Posted October 5, 2017 Share Posted October 5, 2017 For such a small amount of bots I'd buy a cheap VPS so you don't need to leave your PC on. Could get something <$15 on lowendbox. Not worth purchasing a dedicated unless you're going to be running 20+ imo Quote Link to comment Share on other sites More sharing options...
IDontEB Posted October 6, 2017 Share Posted October 6, 2017 On 10/5/2017 at 2:59 AM, Woz said: You are assuming that the CPU has graphics capabilities, which is true for most consumer-grade CPUs. However, it is not true for most server-grade CPUs. Xeon processors do not have any graphics capabilities integrated. They must be accompanied by a separate graphics card. Otherwise, the server wouldn't even be able to boot up to a display. Even if you give the server a GPU runescape will not be rendered by the GPU. You don't need a GPU at all, and even OSBuddy had to edit the games graphics processor to make it use a GPU for their Open GL stuff. Also Runescape can be run in nointerface mode perfectly fine so where is any need for the GPU? Quote Link to comment Share on other sites More sharing options...