DoD (Dungen of Dalanis) 1. boss farming Waypoint

Additional botting resources. Addons may be either for the game itself or for the RoM bot.
Forum rules
Only post additional bot resources here. Please do not ask unrelated questions.
Message
Author
Xmen
Posts: 45
Joined: Thu Jan 19, 2012 10:18 am

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

#41 Post by Xmen » Fri Feb 03, 2012 7:47 pm

man thanks to this thing I have not thought about it :o , really great.
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]]--

M4gm4
Posts: 137
Joined: Sun Jan 30, 2011 2:30 pm

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

#42 Post by M4gm4 » Fri Feb 03, 2012 8:44 pm

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 ^^

:? :? :? :?
I use the google translator, so do not be surprised if my english is funny

M4gm4
Posts: 137
Joined: Sun Jan 30, 2011 2:30 pm

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

#43 Post by M4gm4 » Sat Feb 04, 2012 3:00 pm

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:
I use the google translator, so do not be surprised if my english is funny

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

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

#44 Post by rock5 » Sat Feb 04, 2012 8:44 pm

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

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

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

#45 Post by rock5 » Tue Feb 07, 2012 11:02 am

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.
  • 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

kilbord
Posts: 49
Joined: Fri Feb 24, 2012 11:27 am

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

#46 Post by kilbord » Fri Feb 24, 2012 1:34 pm

Waypoint 8 doesnt work what to do :(
Attachments
Untitled.png

Xmen
Posts: 45
Joined: Thu Jan 19, 2012 10:18 am

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

#47 Post by Xmen » Sat Feb 25, 2012 5:58 am

Open main.xml

go to line 310 and find
Instancereset == true then
replace with
if Instancereset == true then
--[[Hi @ll my english is very bad so I have translated the following text with google]]--

kilbord
Posts: 49
Joined: Fri Feb 24, 2012 11:27 am

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

#48 Post by kilbord » Sat Feb 25, 2012 6:09 am

Now it crashs at boss buff giving error boss_buff <a nil value>

Xmen
Posts: 45
Joined: Thu Jan 19, 2012 10:18 am

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

#49 Post by Xmen » Sat Feb 25, 2012 6:16 am

open main.xml and find all
boss_buff()
replace with
Boss_buff()
--[[Hi @ll my english is very bad so I have translated the following text with google]]--

kilbord
Posts: 49
Joined: Fri Feb 24, 2012 11:27 am

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

#50 Post by kilbord » Sat Feb 25, 2012 6:21 am

nope didnt fix it :(

Xmen
Posts: 45
Joined: Thu Jan 19, 2012 10:18 am

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

#51 Post by Xmen » Sat Feb 25, 2012 6:34 am

So I have just tried and it works great

have you installed all usefunction and addons ?
--[[Hi @ll my english is very bad so I have translated the following text with google]]--

kilbord
Posts: 49
Joined: Fri Feb 24, 2012 11:27 am

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

#52 Post by kilbord » Sat Feb 25, 2012 6:38 am

can you link what i need? XD

Xmen
Posts: 45
Joined: Thu Jan 19, 2012 10:18 am

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

#53 Post by Xmen » Sat Feb 25, 2012 6:51 am

--[[Hi @ll my english is very bad so I have translated the following text with google]]--

kilbord
Posts: 49
Joined: Fri Feb 24, 2012 11:27 am

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

#54 Post by kilbord » Sat Feb 25, 2012 7:02 am

oops fail didnt change all 3 Boss

kilbord
Posts: 49
Joined: Fri Feb 24, 2012 11:27 am

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

#55 Post by kilbord » Sat Feb 25, 2012 9:47 am

78 okander dead in 132 min already sweet :D

kilbord
Posts: 49
Joined: Fri Feb 24, 2012 11:27 am

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

#56 Post by kilbord » Sat Feb 25, 2012 9:55 am

umh it doesnt auto sell :? what to do??

Xmen
Posts: 45
Joined: Thu Jan 19, 2012 10:18 am

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

#57 Post by Xmen » Sat Feb 25, 2012 10:11 am

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
--[[Hi @ll my english is very bad so I have translated the following text with google]]--

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

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

#58 Post by rock5 » Sat Feb 25, 2012 10:20 am

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.
  • 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

kilbord
Posts: 49
Joined: Fri Feb 24, 2012 11:27 am

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

#59 Post by kilbord » Sat Feb 25, 2012 10:21 am

##
## 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?

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

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

#60 Post by rock5 » Sat Feb 25, 2012 10:29 am

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

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 5 guests