Hey Everyone!

For those interested in adding a chaos war bot to their trainers, I have put together the code, which will hopefully
save a little time

I will be using the code in my next trainer, but it's a long time off the release so hopefully this will allow people to release it sooner.
I'm sure others have already done this, but I can guarantee you that I made this myself

Code:
case "69": //Chaos War Bot
		drops = [17875,17876]; //[chaos eye, chaos tentacle]
		enabledDrops = true;
		botCore.start();
		main.start();
		if(Game.world.strMapName == "chaoswar")
		{
			Game.world.moveToCell("r2", "Left");
		}else
		{
			Game.world.gotoTown("chaoswar-999999", "r2", "Left");
		}
The only problem I've found so far is that the drops can disconnect the user quite a lot I have no idea why
Furthermore, I don't have the packet (I think it will be a packet) which actually hands in the war token thingys...
If anyone knows this, please share!

Hope this helps,
Oliboli8769