Page 3 of 6

Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint

Posted: Fri Feb 03, 2012 7:47 pm
by Xmen
man thanks to this thing I have not thought about it :o , really great.
it will edit the main post
thank you once again

Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint

Posted: Fri Feb 03, 2012 8:44 pm
by M4gm4
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 ^^

:? :? :? :?

Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint

Posted: Sat Feb 04, 2012 3:00 pm
by M4gm4
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 :cry:

Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint

Posted: Sat Feb 04, 2012 8:44 pm
by rock5
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.

Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint

Posted: Tue Feb 07, 2012 11:02 am
by rock5
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.
Fixed in revision 696. Now it returns zone and channel. Eg.

Code: Select all

local zone, channel = getZoneId()
Of course the channel is optional but if you have any use for it, you can get it like this.

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.

Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint

Posted: Fri Feb 24, 2012 1:34 pm
by kilbord
Waypoint 8 doesnt work what to do :(

Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint

Posted: Sat Feb 25, 2012 5:58 am
by Xmen
Open main.xml

go to line 310 and find
Instancereset == true then
replace with
if Instancereset == true then

Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint

Posted: Sat Feb 25, 2012 6:09 am
by kilbord
Now it crashs at boss buff giving error boss_buff <a nil value>

Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint

Posted: Sat Feb 25, 2012 6:16 am
by Xmen
open main.xml and find all
boss_buff()
replace with
Boss_buff()

Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint

Posted: Sat Feb 25, 2012 6:21 am
by kilbord
nope didnt fix it :(

Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint

Posted: Sat Feb 25, 2012 6:34 am
by Xmen
So I have just tried and it works great

have you installed all usefunction and addons ?

Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint

Posted: Sat Feb 25, 2012 6:38 am
by kilbord
can you link what i need? XD

Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint

Posted: Sat Feb 25, 2012 6:51 am
by Xmen

Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint

Posted: Sat Feb 25, 2012 7:02 am
by kilbord
oops fail didnt change all 3 Boss

Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint

Posted: Sat Feb 25, 2012 9:47 am
by kilbord
78 okander dead in 132 min already sweet :D

Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint

Posted: Sat Feb 25, 2012 9:55 am
by kilbord
umh it doesnt auto sell :? what to do??

Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint

Posted: Sat Feb 25, 2012 10:11 am
by Xmen
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

Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint

Posted: Sat Feb 25, 2012 10:20 am
by rock5
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.

Re: DoD (Dungen of Dalanis) 1. boss farming Waypoint

Posted: Sat Feb 25, 2012 10:21 am
by kilbord
##
## 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

Posted: Sat Feb 25, 2012 10:29 am
by rock5
FROM_SLOT is set to 120 so it skips the first 2 bags. Is that what you intended?