-
-
Post Thanks / Like - 9 Thanks
-
Who are you again?
+Rep, good shit.
-
Post Thanks / Like - 1 Thanks
JD (1 members gave Thanks to Shameless for this useful post)
-
Member
Hey Guys,
I am new on that, I have never worked with this program, can someone put some step by step how to get this to work?
Thank you very much.
-
Member
Can you make a detailed instructions for this please
-
Member
can we get more detailed instructions ?
-
Member
-
Member
Necro Bot looks for Coords.txt - maybe an if-switch would be nice. Just manually edited your script and then worked.
-
Member
I also got it. For me was just change 0.0.0.0:3000 > 127.0.0.1:3000, and it worked.
Just a note: After sometime the page is crashing. I will test it more.
Thank you very much for that, this tool is really nice.
-
Member
So is it only certain bots it works with? I tried installing it on my end: all im getting is this:
.... sinatra.rb in read
@contents.push File.read('../coords.txt')
sinatra.rb in block in <main>
@contents.push File.read('../coords.txt')
C:/row/Ruby200/lib/ruby/2.3.0/webrick/httpserver.rb in service
si.service(req, res)
C:/row/Ruby200/lib/ruby/2.3.0/webrick/httpserver.rb in run
server.service(req, res)
C:/row/Ruby200/lib/ruby/2.3.0/webrick/server.rb in block in start_thread
block ? block.call(sock) : run(sock)
GET
No GET data.
POST
No POST data.
COOKIES
No cookie data....
full log is here: sinatra.rb in read @contents.push File.read('../coords.txt') sinatra.rb in - Pastebin.com looks like something isnt installed right, I tried reinstalling it a few times, same stuff happens.
I installed ruby 2.3 32bit
Last edited by docdk; 07-23-2016 at 05:15 PM.
-
Member
Originally Posted by
docdk
I think that is because Necro´s bot just change the way that the cordinates are stored, take a look here: https://github.com/NecronomiconCodin...5d9ce7a2aa1c26
"Move Coords.txt to Configs folder as an .ini"
-
Fedora Potato Johnson V
Originally Posted by
GotMilk?
I'll update that tomorrow
-
Post Thanks / Like - 1 Thanks
GotMilk? (1 members gave Thanks to JD for this useful post)
-
Member
Originally Posted by
JD
I'll update that tomorrow

Thank you very much.
-
Member
To make it work with Necro move botmap folder to "pokemonbotfolder/bin/Debug/Configs/" and, edit sinatra.rb to
require 'sinatra'
set :bind, '0.0.0.0'
set :port, 3000
get '/' do
@contents = []
@contents.push File.read('../coords.ini')
erb :map
end
get '/coords' do
@coords = File.read('../coords.ini')
@coords
end
Last edited by Turfy; 07-23-2016 at 05:48 PM.
-
Member
I don't get how this works. Somebody please make a detail instruction.
-
Member
Last edited by vdc; 07-23-2016 at 11:08 PM.