Log in

View Full Version : How do you edit lua. settings



my_reckoning
04-16-2013, 06:55 PM
how do i find then edit settings like that below?


-------- REFILL SETTINGS --------
local MinMana = 25 --- How many mana potions until you leave the hunt.
local MaxMana = 100 --- How many mana potions you begin the hunt with.
local MinHealth = 10 --- How many health potions until you leave the hunt.
local MaxHealth = 20 --- How many health potions you begin the hunt with.
--------- HUNT SETTINGS ---------
local GoldBP = 8860 --- What is the item ID of your gold backpack?
local MinCap = 10 --- You will leave the spawn at this capacity.
local HuntLoc = "Far-East" --- Do you want to hunt the "East", "West", "Far-West" or "North" hole?
--------- EXTRA SETTINGS --------
local HideEquipment = true --- Do you want to minimize your equipment?
local LogoutStamina = true --- Do you want to logout at 16 hours? (Inside the depot)

Eion
04-16-2013, 06:59 PM
I would recommend downloading Notepad++. Then just right click on the .LUA and click "edit with notepad++".

reecey
04-16-2013, 06:59 PM
how do i find then edit settings like that below?


-------- REFILL SETTINGS --------
local MinMana = 25 --- How many mana potions until you leave the hunt.
local MaxMana = 100 --- How many mana potions you begin the hunt with.
local MinHealth = 10 --- How many health potions until you leave the hunt.
local MaxHealth = 20 --- How many health potions you begin the hunt with.
--------- HUNT SETTINGS ---------
local GoldBP = 8860 --- What is the item ID of your gold backpack?
local MinCap = 10 --- You will leave the spawn at this capacity.
local HuntLoc = "Far-East" --- Do you want to hunt the "East", "West", "Far-West" or "North" hole?
--------- EXTRA SETTINGS --------
local HideEquipment = true --- Do you want to minimize your equipment?
local LogoutStamina = true --- Do you want to logout at 16 hours? (Inside the depot)

im guessing you saw this in a post?

Open the .lua file(s) that come with the .xbst

my_reckoning
04-16-2013, 07:04 PM
I would recommend downloading Notepad++. Then just right click on the .LUA and click "edit with notepad++".

thankyou so much for your help