Quick questions

Ledhead

Member
Ok been playing around for a little while now and have the basic idea but since some of my questions go back to 2+ year old posts not sure on some answers...

I try to run the miner/hauler over night but server down time is pretty much making it useless.


1) can haulers use tractor beams? (http://www.isxgames.com/forums/showthread.php?t=2417) I've equipped one but doesn't seem to care.

2) is there a way for the miner/hauler to auto fleet up?

3) as of yesterday I'm trying out isboxer, will it allow autologin and auto fleet to work?

4) does the minimum drones in bay setting function? Have 2 drones in bay, 50 in station but it doesn't seem to be checking and adding the other 2 to bring it up to it's minimum setting. Don't remember now if i unpacked the drones that may be the issue.

5) More or less a general question... Seems real quiet and i see a crap load of bots running around are they all using the free miners or just no one visits here? First botting experience was with glider so I was probably really spoiled to the community it had.
 

Ledhead

Member
update

1) guessing no...

2) have the invite/accept scripts set if autologin ever works

3) trying to get autologin to work all posts are 2+ years and even the wiki forgets to mention after editing the launcher_config.xml you have to relocate it...

issue is I get this error in logs

** launcher starting on 05/04/2010 at 18:41:04
18:41:04: LoginHandler: Initialized
18:41:04: obj_Configuration_BaseConfig: Initialized
18:41:04: Warning: Common settings missing - initializing
18:41:54: obj_Configuration_BaseConfig: Initialized
18:41:55: No login, pw, or CharID found in Launcher config



Code:
<?xml version='1.0' encoding='UTF-8'?>
<!-- Generated by LavishSettings v2 -->
<!-- Rename this file launcher_config.xml to use -->
<InnerSpaceSettings>
	<Set Name="EVE">
		<Setting Name="Default Login">TRUE</Setting>
		<Set Name="Common">
			<Setting Name="Login Name">account1</Setting>
			<Setting Name="Login Password">password1</Setting>
			<Setting Name="CharacterName">toon one</Setting>
			<Setting Name="AutoLoginCharID">1111111111</Setting>
		</Set>
	</Set>
	<Set Name="EVE2">
		<Setting Name="Default Login">FALSE</Setting>
		<Set Name="Common">
			<Setting Name="Login Name">account2</Setting>
			<Setting Name="Login Password">password2</Setting>
			<Setting Name="CharacterName">toon two</Setting>
			<Setting Name="AutoLoginCharID">12222222222</Setting>
		</Set>
	</Set>
</InnerSpaceSettings>
I have a space in my toon names but since it's not logging in i don't see how that is an issue yet... I've triple checked the CharID for both accounts.

4) still doesn't seem to notice i have drones in station

5) seems to be answering itself... :(
 

Ledhead

Member
I tried that per this thread http://www.isxgames.com/forums/showthread.php?t=3448&highlight=invite then got to the last couple posts.

still get the same error. I was gonna try and pull a fresh svn copy tomorrow and start from scratch and see if that works. maybe something i tried didn't get undone and that may be causing the issue at this point.

I'd love to have an up to date list of what does and doesn't work with vanilla svn and what people have got working outside of that... i suck horrifically bad at coding but can hack/slash/cut/paste like Dr Frankenstein. If the features don't work it doesn't work though.

**edit** actually the older posts i saw said to put it in scripts folder not config but i have tried both
 
Top Bottom