Load the script and watch how he deals with full spawn.... @leux10
Printable View
Load the script and watch how he deals with full spawn.... @leux10
Enable rage of the skies (vis ue) and e-ring equip if you are afraid of dying. Vis ue should clear the monsters out entirely with decent magic level. E-ring might be overshooting, but the experience per hour still compensate for a death or two at this level. Water elementals is simply very good experience per hour for such level.
/Stusse
@Stusse, energy ring still dont work for me.. can u check why?
Code:-- [[ SETTINGS ]] --
Config.Vocation = 'druid'
Config.Backpacks = {
['1. Supplies'] = 'Blue Backpack',
['2. Rares'] = 'Purple Backpack',
['3. Stackables'] = 'Beach Backpack',
['4. Gold'] = 'Brocade Backpack'
}
Config.ResetBackpacks = true -- reset all backpacks instead of just gold
Config.Potions = {
{ name = 'great mana potion', max = 200, min = 65 }
}
Config.Runes = {
{ name = 'thunderstorm rune', max = 250, min = 40}
}
Config.Options = {
['First-Teleporter'] = false, -- Do you want to hunt the first hardcore teleporter spawn? (150+)
['Second-Teleporter'] = false, -- Do you want to hunt the second hardcore teleporter spawn? (150+)
['Third-Teleporter'] = false -- Do you want to hunt the third hardcore teleporter spawn? (150+)
}
Config.Cap = 50
Config.Money = {
Extra = 1000,
Round = 1000
}
Config.SoftBoots = {
Enabled = false,
PercentEquip = 60,
PercentDequip = 99,
Normal = 3079
}
Config.RefillMana = {
Enabled = true,
Range = 5
}
Config.DropVials = {
Enabled = true,
Cap = 100,
Slots = 3
}
Config.Reconnect = false
Config.Stamina = {
Enabled = true,
Hours = 20,
Xlog = true
}
Config.Screenshot = {
Level = true,
Skills = false
}
Config.Chat = {
Enabled = true
}
Config.Withdraw = {
{ name = 'brown mushroom', amount = 100, from = 2, to = 0, enabled = false }, -- From 3rd depot slot, to main backpack
{ name = 'energy ring', amount = 1, from = 3, to = 0, enabled = true } -- From 4th depot slot, to main backpack
}
Config.Equip = {
['ring'] = { enabled = true, name = 'energy ring', reason = 'monsters', count = 4, list = {'Frost Dragon', 'Drillworm', 'Crystal Spider', 'Water Elemental', 'Wiggler', 'Wyvern', 'Crystalcrusher'} }
}
Config.DropItems = {
{ name = 'gold coin', cap = 100, amount = 100, enabled = true }
}
Config.Prices = {
["Spider Silk"] = { value = 5000}
}
Config.HUD = {
enabled = true,
hideList = false,
icons = false,
file = '[120+ M] Crystal Gardens'
}
Config.HasteRefill = {
Enabled = false,
Spell = 'utani gran hur'
}
-- [[ ADVANCED SETTINGS ]] --
Config.SortItems = {
{ name = 'great mana potion', index = 1 },
{ name = 'thunderstorm rune', index = 1 }
}
Config.Shooter = {
{ enabled = false, spell = 'exevo gran mas vis', count = 5, mana = 800, minhp = 10, maxhp = 80, creatures = 'frost dragon,drillworm,crystal spider,water elemental,wiggler,wyvern,crystalcrusher' },
{ enabled = true, spell = 3202, count = 2, mana = 0, minhp = 0, maxhp = 100, creatures = 'frost dragon,frost dragon hatchling,drillworm,crystal spider,water elemental,wiggler,wyvern,crystalcrusher' },
{ enabled = false, spell = 'exori gran vis', count = 1, mana = 200, minhp = 10, maxhp = 100, creatures = 'frost dragon,frost dragon hatchling,crystal spider,water elemental,wyvern,crystalcrusher' },
{ enabled = false, spell = 'exori gran flam', count = 1, mana = 200, minhp = 10, maxhp = 100, creatures = 'wiggler,drillworm' },
{ enabled = true, spell = 'exori gran frigo', count = 1, mana = 40, minhp = 0, maxhp = 100, creatures = 'crystalcrusher' },
{ enabled = true, spell = 'exori vis', count = 1, mana = 40, minhp = 0, maxhp = 100, creatures = 'frost dragon,frost dragon hatchling,crystal spider,water elemental,crystalcrusher' },
{ enabled = true, spell = 'exori flam', count = 1, mana = 40, minhp = 0, maxhp = 100, creatures = 'wyvern,pirate skeleton,wiggler,drillworm' },
}
Hello.
I just bought your 50+ ek ultimate nargor script and at label bdoor10 it wont open the door, he just stands there looking stupid please fix :)?
i'd be glad if u ryszard would answer my pm and solve my problem
greetings
I'm just curious with the latest patch and the new pots that are available if you guys were planning on making any updates to scripts or leaving it to us to make any changes if wanted.
Hello
Drefia Necros for ek wont cast gfb when trapped by ghosts please fix :D
Also in serveral of your scripts you have deposit on the pots you use making you buying new ones every refill ^^
General question for SolidScripts! I have scripts and on config it ask me to drop gold under 100cap, all works etc no problem, but I wonder where is the script for this? Because I want to change it for 200 cap drop gold.
I search on config I don't find the dorp gold script, I search in the other lua file sslib.lua dont find any script there and I search in the scripts .lua file and all I find is
but where is the script itself? drives me crazy just wanna know XD mystery!Quote:
if(_dropGold) then
Module.Start('drop-gold')