Should be ok if you use UHs on ms if knight health below 40%, I suggest to use ornate set and maybe prismatic ring if you can afford it
Printable View
check your email or private msg
@Sidd Check PM
@bergvall
Checked !!
New navi script for EK+ED will be released in the near future!
is good place? i mean good exp and cash? behemonths edron
@Sidd Exp will be alright, profit is the main goal at behes. Will be a good place for level 130~+ :)
Hey, have bought your Oramond Sewer X1 script. Running on a 300+ EK... I'm not sure if I have the settings correct but it seems to be going wrong. It tries to lure way to much, changing hardcore or softcore doesn't fix the luring issues, doesnt seem to change anything at all switching soft/hardcore. Even if it has 12+ monsters chasing it, it will continue to run through the waypoints luring more. And only stops to kill when it has way too many monsters around it. This is leading to serious waste of UHP. Used 80+ UHP in 20-30 mins.
Any ideas?
Needs to have a setting to turn on targetting.. so it doesnt just run with 10+ monsters chasing....
It should lure like 5-6 then kill next to wall. Plase add me to skype nimo.scripts I will see what's going on there :)
@aussiehunter
Softcore shouldnt lure at all, just keep hunting one by one with enabled targeting all the time.
All orders processed
You still releasing an update? Haven't received.
I have done most of things, but I am thinking about add floor below as optional spawn, so you can hunt 2 caves using same script.
Things I added today arent important. It's just new boxes depositer, and option to run if player/pk on spawn, that's why it's not relased yet.
Testing new script... there is no new depot option?
As I said I havent relased new version yet, just the fix for softcore mode. If you want to turn on targeting if X monsters on screen add this as new peristent. However I would use orginal script without this.
local amount = 2 -- amount to turn on targeting
auto(1000)
if $wptsection == "Hunt" then
if maround(8, unpack(MONSTERS)) >= amount then
targon()
end
end
Alright. Thanks i'll try that.
Another problem. The "ignore single monster" option doesn't work.
In that targetting script, can you make it ignore Glooth Blob? Otherwise will turn on targetting at glooth blobs
Ignore single works only on hardcore mode.
Use this if you want specifict monsters
local amount = 2 -- amount to turn on targeting
auto(1000)
if $wptsection == "Hunt" then
if maround(8, "Rat", "Cave Rat", "Bug") >= amount then
targon()
end
end
Just change and add monsters names like I did.
Thanks
This script needs a lot of fixing bro.
1. Even with the option of Teleport TP unchecked, it kept trying to go up.
2. Even with the option of Carpet unchecked, it kept trying to go through the carpet.
3. It happened twice that the character whilst running from the drakens, it got into the tp and didnt come back ( this might happened cuz i play with 150-180 ping ).
Oh and I think you should remake this script to actually start in Gray Island and go through the tp, its easier and faster than gathering the 7 tomes to be able to gain some speed, but it still has the risks of finding lancer beetles raid and such. This is just an opinion though. Keep it comming, I like your scripts bro.
@Digotsu
Lancer beetles, Just do this.
auto(100)
if maround(5, 'Lancer Beetle') >= 4 and maroundspell('exevo mas san', 'any', 'Lancer Beetle') >= 4 and cancast('exevo mas san') then
cast('exevo mas san')
end
;)
To the top
To the top
Can you post when your oramond sewer script is finished updating?
I will.
Meanwhile Zao Temple Complex Drakens updated to version 1.1. Check updatelog at script page.
@Digotsu
To the top