Hi
Anyone selling or do anyone know of a bot that works on Project Diablo 2?
If you got a link to a thread on how to get e.g Kolbot to work on Project / Path of Diablo, please link it
Thank you
Hi
Anyone selling or do anyone know of a bot that works on Project Diablo 2?
If you got a link to a thread on how to get e.g Kolbot to work on Project / Path of Diablo, please link it
Thank you
d2bs 1.4 works but oog won't run at all so it won't make games on it's own. If you create your own games and set your scripts up correctly the bot will run but finding ID's for the skills on here is rough.
I tried getting v1.4 from here: Files | D2BS Project | Assembla, but it keeps failing to load:
Any suggestions?
PM me if anyone needs this.
To get skill id you must use very scaaary script
First create the new dbj file in the default scripts directory ( inside kolbot main dir or whatever you have ) then create new dbj file with your favourite name ( main is shit so shit.dbj ) the put that inside and save it. ( in that case I check id for clay golem if you put your name there guess what ). At last in the game write command .load shit.dbj and look to the console for spell id.
function main()
{
skillId = getSkillByName("Clay Golem")
print(skillId)
}
How do i start the game because it keeps on crashing when i want to start with the gamepath of pd2...
It says the address of game.exe is not valid..
Last edited by blubber424; 11-27-2020 at 06:09 AM. Reason: additional info
Anyone know? Feel free to pm me
Yes, you can setup the d2bs 1.4 beta seems to work, then you just need to rewrite scripts and include the right files, i took the ones from kolton 1.13d but needs some debugging ... thats where i struggle..
Link for d2bs 1.4 is in this thread.
If anyone has working scripts with all the proper includes would be amazing if you could share...
The problem we have is that we need a copy of Kolton's scripts from 1.4 otherwise the scripts will need a massive re-write because it looks like there are loads of core functions being called that don't exist in the 1.4 core
well we need to rewrite it anyways because of differences in PD2, im currently at the rewrting of the inventory section. Just takes time i dont really have...
The inventory isn't an issue at all though. You can leave that as it is and put charms in the bottom half, then the bot only has to worry about the regular invetory.
The issue's I've ran into:
1. There is no such core function "getPacket" which is required for changing IAS/FCR/FHR/FBR and I would also assume PacketCasting / WayPoint Menu via Packets
2. The but is unable to fillTome / buyKeys because either it can't find the books in the character. me.findItem(518, 0, 3) returns false even though it should be true when they are in top section of inventory and bottom section but then it continues and still fails. Lets say we just buy a book and fill it and then comment out buyKeys and fillTome in town.js it will pass this
3. Now we get it to run a script... it starts running the chosen script and Town.doChores() fails because it attempts to do something that can't be done.
4. Let's comment out town chores... it tries to use the pather to go to the waypoint (either via packet or via clicking) and it fails. The pather isn't working...
[11/30/20 16:35:49] D2BS 15264: D2BS Engine startup complete.
[11/30/20 16:35:49] D2BS 15264: ÿc2D2BSÿc0 :: Engine startup complete!
[11/30/20 16:35:49] D2BS 15264: ÿc2D2BSÿc0 :: Starting d2botblank.dbj
[11/30/20 16:35:49] D2BS 15264: ÿc2D2BSÿc0 :: d2customlogin.dbj running.
[11/30/20 16:35:55] D2BS 15264: ÿc2D2BSÿc0 :: Starting default.dbj
[11/30/20 16:35:55] D2BS 15264: ÿc2D2BSÿc0 :: default.dbj running.
[11/30/20 16:35:56] D2BS 15264: Heartbeat loaded
[11/30/20 16:35:56] D2BS 15264: ÿc4Loaded NIP: ÿc2kolton.nipÿc4. Lines: ÿc2810ÿc4. Valid entries: ÿc2338. ÿc4Time: ÿc131 ms
[11/30/20 16:35:56] D2BS 15264: ÿc4Loaded NIP: ÿc2LLD.nipÿc4. Lines: ÿc2426ÿc4. Valid entries: ÿc2169. ÿc4Time: ÿc115 ms
[11/30/20 16:35:56] D2BS 15264: ÿc2Fast pickit active.
[11/30/20 16:35:56] D2BS 15264: ÿc3Start ToolsThread script
[11/30/20 16:36:02] D2BS 15264: ÿc2Starting script: ÿc9Summoner
[11/30/20 16:36:02] D2BS 15264: Skip Tomes
11/30/20 16:36:02] D2BS 15264: Skip Keys
11/30/20 16:36:02] D2BS 15264: Skip Chores
11/30/20 16:36:02] D2BS 15264: Attempting to use Waypoint
[11/30/20 16:36:02] D2BS 15264: EXCEPTION!
*** 0xc0000005 at 0x0b1c2ba2 (Unknown in Unknown line 0)
D2BS loaded at: 0x0b150000
Registers:
EIP: 0x0b1c2ba2, ESP: 0x0c80fb58
CS: 0x0023, DS: 0x002b, ES: 0x002b, SS: 0x002b, FS: 0x0053, GS: 0x002b
EAX: 0x00002816, EBX: 0x00002816, ECX: 0x0d968344, EDX: 0x09c027b8, ESI: 0x0afce0b0, EDI: 0x0b648478, EBP: 0x0b631e58, FLG: 0x00010202
Stack Trace:
0x00000000
End of stack trace.
Last edited by DSRyan; 11-30-2020 at 11:41 AM.
1.) IAS etc. is not that important for me at least, im not sure if waypoints are packetbased....
2.) could work but the tome seems to be important and i get an undefined inventory from a statment ....
3.)got the same problem
4.) and same problem again...
Im out of pms/ i cant send more then 6 private messages a day, send me yours...
Last edited by blubber424; 11-30-2020 at 12:05 PM.