The bot allows certain command line parameters to be passed to it when starting up. The Director already uses these when it sends your email, server, delay, etc. to the bot when launching it.

Parameter

Usage

Description

Login settings

username

-username or -u

The login for the account.

password

-password

The password for the account.

server

-server or -s

The server to log into.

delay

-delay or -d

The delay time to log into the server, in minutes.

title

-title

The window title you will see in the task bar and name in the system tray for the bot.

autologin

-autologin

A "0" (off) or "1" (on) switch to turn autologin to the server on/off.

autorun

-autorun

A "0" (off) or "1" (on) switch to turn auto goal setting on/off.

autoscripts

-autoscripts

A "0" (off) or "1" (on) switch to turn autorun of scripts on/off.

netbookmode

-netbookmode

A "0" (off) or "1" (on) switch to turn on/off the shortened screensize/buttons for netbooks and small monitors.

connectioncheck

-connectioncheckdelay

Used to set the number of seconds between connection timeout checks.

Global settings

secret key

-ssk

The user's forum secret key to link the bot to NeatPortal.com

maxtrade

-maxtrade

Used to set the maximum trade quantity allowed via scripting or default tradepolicy. Default is 99,999,999.

MinimizeToTray

-minimizetotray

0=off 1=on set global settings minimize to tray option on or off

Minimize

-minimize

enable/disable minimize bot on login (default = 0)

TTSAttackWarning

-ttsattackwarning

enable/disable TTS Attack Warning (default = 0) (dont use this option, it will lock your bot up except in test release Zinc 4 builds!)

AttackFocus

-attackfocus

enable/disable focus(bring to foreground) window on incoming attack

BalloonAttackWarning

-balloonattackwarning

enable/disable balloon pop up attack warnings

CaptchaAutoSolve

-captchaautosolve

enable/disable captcha auto solver

attackwarning

-attackwarning

enable/disable audible attack warning

warreports

-warreports

enable/disable alliance defense reports being logged to log window

notradingreports

-notradingreports

enable/disable trading messages being recorded to log window

noattackreports

-noattackreports

enable/disable enable NPC/valley attack messages being logged to reports window

noamuletmessages

-noamuletmessages

enable/disable amulet spins being logged in system window

sce

-sce

enable/disable security code

claimpackages

-claimpackages

enable/disable auto package claim (default = 1)

secure

-secure

enable/disable secure scripts (default = 1) if enabled, prevents Config.password from being accessed by scripts

resetfh

-resetfh

enable/disable reset farming history at startup (default = 0)

showsettings

-showsettings

enable/disable show Settings screen if new settings are detected (default = 1)

Account Creation

player

-player

set the Lord name on account creation

sex

-sex

set the gender on account creation. 0 is male, 1 is female

faceindex

-faceindex

set the face picture on account creation. runs 0-24 for males, 0-7 for females

zone

-zone

set the state to start in on account creation. use the actual state name, ie - romagna

flag

-flag NEAT

set the flag to use on account creation. limit 4 characters, obviously :)

Misc Settings

runscript

-runscript MyScript.txt

Commands bot to load up the txt file specified at startup to be autoran. Label autorun already in the city will run after the runscript script.

An example of using these command line parameters from a Windows 7 command prompt:

C:\NeatBot> NeatBot123.exe -u neatbot@neatportal.com -password abcdefg -s 123 -title NeatBotRox

You can also use these with the Director at the bottom where it says Custom Parameters. Simply type in the parameter(s) you want and restart the bot(s) you want to be affected by them. If they're a one-time deal, like to enable some global setting, then delete the parameters afterwards or they'll be applied to every bot you start afterwards too.

The following syntax is recognized:

-parameter value

-parameter=value

-parameter:value

/parameter:value

/parameter=value

/parameter value

To set checkbox for one of the above-mentioned parameters, the value must be one of these (any other vlaue will uncheck it):

1
yes
on
true

Please note that until we get the source code upgraded for Zinc 4.0 compatibility, command line parameters will not work with Linux binary builds. This is a limitation in the program we're using now to compile them. Sorry, we hope to rectify this very soon!


CategorySetup CategoryHowTo

StartupParameters (last edited 2013-11-03 23:23:40 by Inanna)