Vadi's Autosipper Lusternia v.2
 
To install this script, download the following .txt file, open it in a plain text editor (like Notepad) and copy it into the Nexus reflex editor, under the Archives - Import XML section. When prompted, MERGE the file into your current archive. For more explicit step by step instructions, read the XML Importing and Exporting Manual.

DOWNLOAD NOW


This script is a copy of the Achaean autosipper that has been modified to work for Lusternia - references to moss which are contained in the script actually manipulate sparkleberry usage in game.

The script will allow for health and mana sipping prioritization, as well as auto-sparkleberry eating. The script offers a pause function, and can also track gains and losses in health and mana.

Syntax for using the script:

sipinstall - do this first to set the script up.
hh - toggles sipping prioritization.
pp - toggles the pause feature.
tr - toggles tracking of health and mana gains and losses.

The sipper is synchronysed by checking score - it will sip health if you fall 100 points below maximum, it will sip mana when you fall 300 points below maximum, and it will eat sparkleberry when health or mana falls below 800 maximum. These values can be adjusted in the following triggers, by changing the bolded numbers to your preferred values. You can either edit them in the actual script before you import, or edit the triggers individually in the Nexus settings editor.
    Health : {d:currenthealth}/{d}       Endurance : {d}/{d}
#set maxhealth $2
#set siphealth = $maxhealth-100
#set mosshealth = $maxhealth-800

Mana : {d:currentmana}/{d} Willpower : {d}/{d}
#set maxmana $2
#set sipmana = $maxmana-300
#set mossmana = $maxmana-800



(back to free scripts)

This site is optimized for viewing in Mozilla Firefox 1.5 or later, and IE 7.0 or later, with a resolution of 1024x768.