DoD (Dungen of Dalanis) 1. boss farming Waypoint
Forum rules
Only post additional bot resources here. Please do not ask unrelated questions.
Only post additional bot resources here. Please do not ask unrelated questions.
Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint
man thanks to this thing I have not thought about it , really great.
it will edit the main post
thank you once again
it will edit the main post
thank you once again
--[[Hi @ll my english is very bad so I have translated the following text with google]]--
Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint
next problem, chars goes in the instance, then walk to the right wall,, like stucked,, and MM say,s we wont to get unstuck
thats not everytime,,
1 round , main iss perfect , partymember stuck on right wall
other round ,, all 2 stuck
next round party iss ok , main stuck ^^
thats not everytime,,
1 round , main iss perfect , partymember stuck on right wall
other round ,, all 2 stuck
next round party iss ok , main stuck ^^
I use the google translator, so do not be surprised if my english is funny
Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint
if this keeps up, I give up
Now I've searched the forum so much and tried.
My last attempt was playing with waitForLoadingScreen(2)
- () not work
- (1) not work
-(2) , (4) , (5) , (10) , (20) , (30) .... not work
I think this is something I'm in the right. I'm only surprised it still works, some times with the (2) default. every 20th run ?
I slowly desperate
Now I've searched the forum so much and tried.
My last attempt was playing with waitForLoadingScreen(2)
- () not work
- (1) not work
-(2) , (4) , (5) , (10) , (20) , (30) .... not work
I think this is something I'm in the right. I'm only surprised it still works, some times with the (2) default. every 20th run ?
I slowly desperate
I use the google translator, so do not be surprised if my english is funny
Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint
This sounds like something we brought up in another post. Zone ids include channel information so they are not always the same. So if you are in any other channel besides 1 it will fail the zone check. getZoneId should probably be changed to return only the zone id or zone id and channel as a separate value eg. zone, channel = getZoneId(). I'll look into it.
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint
Fixed in revision 696. Now it returns zone and channel. Eg.rock5 wrote:This sounds like something we brought up in another post. Zone ids include channel information so they are not always the same. So if you are in any other channel besides 1 it will fail the zone check. getZoneId should probably be changed to return only the zone id or zone id and channel as a separate value eg. zone, channel = getZoneId(). I'll look into it.
Code: Select all
local zone, channel = getZoneId()
Edit: Bugger, I just realised that if there are 3 channels then it will return 0-2 instead of 1-3. I'll fix it in my next commit. I don't think anyone will use channel anyway.
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint
Open main.xml
go to line 310 and find
go to line 310 and find
replace withInstancereset == true then
if Instancereset == true then
--[[Hi @ll my english is very bad so I have translated the following text with google]]--
Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint
Now it crashs at boss buff giving error boss_buff <a nil value>
Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint
open main.xml and find all
replace withboss_buff()
Boss_buff()
--[[Hi @ll my english is very bad so I have translated the following text with google]]--
Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint
nope didnt fix it
Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint
So I have just tried and it works great
have you installed all usefunction and addons ?
have you installed all usefunction and addons ?
--[[Hi @ll my english is very bad so I have translated the following text with google]]--
Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint
can you link what i need? XD
Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint
look on the main page
http://www.solarstrike.net/phpBB3/viewt ... 646#p33646
http://www.solarstrike.net/phpBB3/viewt ... 646#p33646
--[[Hi @ll my english is very bad so I have translated the following text with google]]--
Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint
oops fail didnt change all 3 Boss
Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint
78 okander dead in 132 min already sweet
Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint
umh it doesnt auto sell what to do??
Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint
setting up your options
changeProfileOption("INV_AUTOSELL_FROMSLOT", 60) -- 60 ist the firtst bag slot
changeProfileOption("INV_AUTOSELL_TOSLOT", 240) -- 240 if the last bag slot
changeProfileOption("INV_AUTOSELL_ENABLE", "true") -- true = sell / false = not sell
Slots = 175 -- ist the number of bag slot's max 180 (30x6) // always one or more less than the maximum number
changeProfileOption("INV_AUTOSELL_FROMSLOT", 60) -- 60 ist the firtst bag slot
changeProfileOption("INV_AUTOSELL_TOSLOT", 240) -- 240 if the last bag slot
changeProfileOption("INV_AUTOSELL_ENABLE", "true") -- true = sell / false = not sell
Slots = 175 -- ist the number of bag slot's max 180 (30x6) // always one or more less than the maximum number
--[[Hi @ll my english is very bad so I have translated the following text with google]]--
Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint
First bag slot is 61.
1-50 -- Are the 50 ItemShop bag slots.
51-60 -- Are the 10 Transmutor slots (56-60 are hidden).
61-240 -- Are the 180 bag slots.
1-50 -- Are the 50 ItemShop bag slots.
51-60 -- Are the 10 Transmutor slots (56-60 are hidden).
61-240 -- Are the 180 bag slots.
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint
##
## on line 51 changeProfileOption("INV_AUTOSELL_ENABLE", "true") set to true if you sell bag contents ##
## 40 changeProfileOption("INV_AUTOSELL_FROMSLOT", 120) The 60 first bagslots coming from Itemshop ##
## 41 changeProfileOption("INV_AUTOSELL_TOSLOT", 240) 240 it's the max ##
## 50 changeProfileOption("EGGPET_ENABLE_ASSIST", "true") Set to true if you wanna use your pet ##
## 42 Slots = 175 "1" is the first slot form you bag pack. ##
## "180" is the last possible slot ##
## 43 dura = xxx //100% = 1 // 50% = 0.5 // 10% = 0.1 ##
## 44 instancebuff = true true= On / false = Off get a buff if you open Coffin ##
## 47 Instancereset = true if you want to farme DoD solo and no wait to ##
## reset instance set this to true ##
## ##
## exp: Main char. go DoD and any other char is ##
## in house or miller ##
## ##
## 53 Grassland_Mix = true Set to true if you want use Grassland Mix ##
## 54-56 Magic_xxx = true Set to true if you want use the magic_instruments ##
## ##
## Set to party_true if you want use the magic_instruments ##
## form party menber ##
## ##
## Set to false if you want to disable ##
###############################################################################################################################################################-->
changeProfileOption("INV_AUTOSELL_FROMSLOT", 120)
changeProfileOption("INV_AUTOSELL_TOSLOT", 240)
Slots = 175
dura = 0.9
instancebuff = true
this addon just hates me ore?
## on line 51 changeProfileOption("INV_AUTOSELL_ENABLE", "true") set to true if you sell bag contents ##
## 40 changeProfileOption("INV_AUTOSELL_FROMSLOT", 120) The 60 first bagslots coming from Itemshop ##
## 41 changeProfileOption("INV_AUTOSELL_TOSLOT", 240) 240 it's the max ##
## 50 changeProfileOption("EGGPET_ENABLE_ASSIST", "true") Set to true if you wanna use your pet ##
## 42 Slots = 175 "1" is the first slot form you bag pack. ##
## "180" is the last possible slot ##
## 43 dura = xxx //100% = 1 // 50% = 0.5 // 10% = 0.1 ##
## 44 instancebuff = true true= On / false = Off get a buff if you open Coffin ##
## 47 Instancereset = true if you want to farme DoD solo and no wait to ##
## reset instance set this to true ##
## ##
## exp: Main char. go DoD and any other char is ##
## in house or miller ##
## ##
## 53 Grassland_Mix = true Set to true if you want use Grassland Mix ##
## 54-56 Magic_xxx = true Set to true if you want use the magic_instruments ##
## ##
## Set to party_true if you want use the magic_instruments ##
## form party menber ##
## ##
## Set to false if you want to disable ##
###############################################################################################################################################################-->
changeProfileOption("INV_AUTOSELL_FROMSLOT", 120)
changeProfileOption("INV_AUTOSELL_TOSLOT", 240)
Slots = 175
dura = 0.9
instancebuff = true
this addon just hates me ore?
Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint
FROM_SLOT is set to 120 so it skips the first 2 bags. Is that what you intended?
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Who is online
Users browsing this forum: No registered users and 1 guest