Search found 45 matches

by Xmen
Tue Mar 06, 2012 2:47 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: DoD (Dungen of Dalanis) 1. boss farming Waypoint
Replies: 118
Views: 72068

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

first problem is that they don't help each other fight mobs
set in profile the Char. name


<friend name="CHAR NAME" />


second is that the warden pets skills are not on when they enter the instance i downloaded the new verson of MM so i have the lastest download i have my all my party options ...
by Xmen
Tue Feb 28, 2012 9:04 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: DoD (Dungen of Dalanis) 1. boss farming Waypoint
Replies: 118
Views: 72068

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

kilbord wrote:all settings are right .... can i just get the old version 0.3 back plz
I can not be found
AlterEgo95 wrote:Hey :)
I´ve tried to follow all steps, I have.....
look into your private messages
by Xmen
Sun Feb 26, 2012 5:15 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: DoD (Dungen of Dalanis) 1. boss farming Waypoint
Replies: 118
Views: 72068

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

you must adjust the settings that you want :lol:



changeProfileOption("INV_AUTOSELL_FROMSLOT", 120)
changeProfileOption("INV_AUTOSELL_TOSLOT", 180)
dura = 99
instancebuff = true

--==New on Ver. 0.2==--
Instancereset = true

--==New on Ver. 0.3==--
changeProfileOption("EGGPET_ENABLE ...
by Xmen
Sun Feb 26, 2012 12:36 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: DoD (Dungen of Dalanis) 1. boss farming Waypoint
Replies: 118
Views: 72068

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

hmm is has not much change to previous version
by Xmen
Sat Feb 25, 2012 7:50 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: DoD (Dungen of Dalanis) 1. boss farming Waypoint
Replies: 118
Views: 72068

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

I have revised the main.xml he should now go sell

if this is not the case then check once your profile


<option name="DEBUG_AUTOSELL" value="true" />
<option name="INV_AUTOSELL_ENABLE" value="true" />
<option name="INV_AUTOSELL_FROMSLOT" value="120" />
<option name="INV_AUTOSELL_TOSLOT" value ...
by Xmen
Sat Feb 25, 2012 10:48 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: DoD (Dungen of Dalanis) 1. boss farming Waypoint
Replies: 118
Views: 72068

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

ok thank you I will check this
by Xmen
Sat Feb 25, 2012 10:43 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: DoD (Dungen of Dalanis) 1. boss farming Waypoint
Replies: 118
Views: 72068

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

ok then I would do it.
The things which thou wilt not sell in the first two bags
and set to follow in the option

change profile option ("INV_AUTOSELL_FROMSLOT", 121)
change profile option ("INV_AUTOSELL_TOSLOT", 240)
Slots = 175
change profile option ("INV_AUTOSELL_ENABLE", "true")

your ...
by Xmen
Sat Feb 25, 2012 10:34 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: DoD (Dungen of Dalanis) 1. boss farming Waypoint
Replies: 118
Views: 72068

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

how many backpacks you have active ? and the entire contents to be sold? or not


the options start at line 40 to 56

changeProfileOption("INV_AUTOSELL_FROMSLOT", 60)
changeProfileOption("INV_AUTOSELL_TOSLOT", 240)
Slots = 175
dura = 0.9
instancebuff = false

--==New on Ver. 0.2 ...
by Xmen
Sat Feb 25, 2012 10:11 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: DoD (Dungen of Dalanis) 1. boss farming Waypoint
Replies: 118
Views: 72068

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 ...
by Xmen
Sat Feb 25, 2012 6:34 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: DoD (Dungen of Dalanis) 1. boss farming Waypoint
Replies: 118
Views: 72068

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 ?
by Xmen
Sat Feb 25, 2012 6:16 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: DoD (Dungen of Dalanis) 1. boss farming Waypoint
Replies: 118
Views: 72068

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

open main.xml and find all
boss_buff()
replace with
Boss_buff()
by Xmen
Sat Feb 25, 2012 5:58 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: DoD (Dungen of Dalanis) 1. boss farming Waypoint
Replies: 118
Views: 72068

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

Open main.xml

go to line 310 and find
Instancereset == true then
replace with
if Instancereset == true then
by Xmen
Fri Feb 03, 2012 7:47 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: DoD (Dungen of Dalanis) 1. boss farming Waypoint
Replies: 118
Views: 72068

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

man thanks to this thing I have not thought about it :o , really great.
it will edit the main post
thank you once again
by Xmen
Fri Feb 03, 2012 3:39 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: DoD (Dungen of Dalanis) 1. boss farming Waypoint
Replies: 118
Views: 72068

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

my constellation...
My question is could the party.xml implement a healer function when main class is druid or priest?
...
yes I will add this for the next update



k, i´m testing around ,,, and deactivate ireset() with <!-- ireset() --> in the waypoint 2
...
Please should be noted the ...
by Xmen
Thu Feb 02, 2012 2:10 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: DoD (Dungen of Dalanis) 1. boss farming Waypoint
Replies: 118
Views: 72068

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


nothing ...^^
There should at least print DoD, or monitor started.

you probably have small lags, add a break between the two functions
main.xml on line 288 find follow Countround() add after on new line yrest(1000)

<!-- # 2 -->
<waypoint x="1678" z="-5092" y="772" tag="enter" type="TRAVEL ...
by Xmen
Sun Jan 29, 2012 8:12 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: party chat monitoring
Replies: 32
Views: 18965

Re: party chat monitoring

I can not find errors
Please send the waypoint section from other party members
by Xmen
Sun Jan 29, 2012 6:41 pm
Forum: Runes of Magic
Topic: help with syntax
Replies: 4
Views: 1976

Re: help with syntax

remove "type="NORMAL" "
<?xml version="1.0" encoding="utf-8"?> <waypoints type="NORMAL">
<!-- # 1 --><waypoint x="6350" z="4620" y="168">
<?xml version="1.0" encoding="utf-8"?><waypoints>
<!-- # 1 --><waypoint x="6350" z="4620" y="168">
by Xmen
Sat Jan 28, 2012 6:32 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Malatina's survival
Replies: 409
Views: 165976

Re: Malatina's survival

rock5 wrote:

Code: Select all

player.Class1 == CLASS_WARRIOR or CLASS_ROGUE 
That's not the right way to write it. Should be.

Code: Select all

player.Class1 == CLASS_WARRIOR or player.Class1 == CLASS_ROGUE
It right i have tried to find a quick solution to. Has apparently functioned