Stops using @gstorage after 300. Not max cap. | 2.0.5.1

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Message
Author
christom1001
Noob
Noob
Posts: 2
Joined: 02 Aug 2008, 01:30
Noob?: No

Stops using @gstorage after 300. Not max cap. | 2.0.5.1

#1 Post by christom1001 »

Body Template:

Brief description of the problem: I have the macro set for @gstorage and my bot is correctly placing items in the Gstorage but whenever the capacity of gstorage reaches 300 which is the normal storage max it will no longer place them inside, so basically its stopping at normal storage cap instead of extending to full 1,000.

What you have done so far: So far I have searched through many of the item and weight control txt's looking for a value to change that is capping the storage space at 300 and have not been successful.

Portion of config that is relevant to the problem: My best guess was it was going to be in the config.txt file or the item_control.txt but no luck.

Any other useful information: I play on Xilero and no as of now I havent had any patches or updates that would change anything and no GM announcements.
Last edited by christom1001 on 02 Aug 2008, 15:12, edited 1 time in total.

User avatar
help_us
Testers Team
Testers Team
Posts: 106
Joined: 04 Apr 2008, 21:53
Noob?: No
Location: Asia
Contact:

Re: Stops using @gstorage after 300. Not max cap. | 2.0.5.1

#2 Post by help_us »

search Corelogic.pm inside src/AI,
then search this line:

Code: Select all

				# if storage is full disconnect if it says so in conf
				if(@storageID >= 300 && $config{'dcOnStorageFull'}) {
edit that 300 to number of your maximum storage capacity.
i think here is your problem about maximum storage capacity.

p/s : correct me if i`m totally wrong.[/color]
Image
Image

Cozzie
Spam Generator
Spam Generator
Posts: 499
Joined: 04 Apr 2008, 09:30
Noob?: No
Location: Melbourne, City of beer and awful sushis

Re: Stops using @gstorage after 300. Not max cap. | 2.0.5.1

#3 Post by Cozzie »

hrmm this should not be hardcoded imo, should have an option to specify.
Make Openkore Awesome. Join the team.

christom1001
Noob
Noob
Posts: 2
Joined: 02 Aug 2008, 01:30
Noob?: No

Re: Stops using @gstorage after 300. Not max cap. | 2.0.5.1

#4 Post by christom1001 »

Thank you so much this solved my problem <3 =DDDD

Cozzie
Spam Generator
Spam Generator
Posts: 499
Joined: 04 Apr 2008, 09:30
Noob?: No
Location: Melbourne, City of beer and awful sushis

Re: Stops using @gstorage after 300. Not max cap. | 2.0.5.1

#5 Post by Cozzie »

Make Openkore Awesome. Join the team.

Locked