Page 1 of 1

Rom-Bot + UberFlex still possible ?

Posted: Tue Oct 13, 2009 8:41 pm
by bussdee
Hi there!
I am searching for a way to use UberFlex with the bot.
All the bot should do is pressing the ENGAGE-MACRO on entering a fight (i dont want to config the skills in rombot)

@ v2 i only added a new line to the skills-database, call it "UBERFLEX" and choose just this new skill for my profile-config.
I tryed it @ v3 but i wont get it to run! =(

I always get this Error-Message:
..../classes/pawn.lua:183: bad argument #1 to `bitAnd` ((null))



anyone can help a stupid german freak?

Re: Rom-Bot + UberFlex still possible ?

Posted: Tue Oct 13, 2009 9:09 pm
by Administrator
One or more of your scripts is outdated. Redownload the new package or update off of SVN (deleting any red-marked files first).

Re: Rom-Bot + UberFlex still possible ?

Posted: Tue Oct 13, 2009 9:15 pm
by bussdee
Administrator wrote:One or more of your scripts is outdated. Redownload the new package or update off of SVN (deleting any red-marked files first).
Thanks a lot for the fast answer,
but i downloaded everything ~ 1h ago (and right now after your message again) and made a fresh install of everything
...still the same error message! Then i updated via SVN and created a new char an try to start the l1,10.xml to be shure i wont do anything wrong .... now with this ERROR:
.../pawn.lua:135: attempt to index global `adresses`(a nil value)




But that was not my question at all.
Maybe my english is to bad to understand. This is what i added (v2) in my skill.xml:

Code: Select all

<skill name="UBERFLEX" mana="20" range="250" cooldown="8" type="damage" target="enemy" />
...and this was my profile.xml:

Code: Select all

	<skills>
        <skill name="UBERFLEX" hotkey="VK_Z" priority="100"/>
	</skills>
i only use RoM-Bot for walking. EVERTHING else is done by UberFlex and some other stuff i created for my own (release soon) !!!

Re: Rom-Bot + UberFlex still possible ?

Posted: Wed Oct 14, 2009 12:38 am
by Administrator
Well, there's definitely something wrong with your files. It must not be updating properly. I've attached a full zip of the latest version (r351).

Re: Rom-Bot + UberFlex still possible ?

Posted: Wed Oct 14, 2009 6:30 am
by HanKo25
I supose you have the new UACFS form EU forum.

I use <skill name="UBERFLEX" " type="damage" target="enemy" /> because is a macro and put it on first line of skill.xml, its not a class specific skill with cooldown or mana usage.

For me always worked with no problem even if I have the skill.xml red all the time.

Re: Rom-Bot + UberFlex still possible ?

Posted: Wed Oct 14, 2009 11:56 pm
by bussdee
thx a lot, now i can start it without problems.
The only problem is using UberFlex now because i cant add skills to the database anymore without getting errors. :oops:

Re: Rom-Bot + UberFlex still possible ?

Posted: Thu Oct 15, 2009 12:13 am
by Administrator
bussdee wrote:thx a lot, now i can start it without problems.
The only problem is using UberFlex now because i cant add skills to the database anymore without getting errors. :oops:
You need to specify which errors you are seeing.

Re: Rom-Bot + UberFlex still possible ?

Posted: Fri Oct 16, 2009 12:12 am
by bussdee
if i add this to the first line of skills.xml:
<skill name="UBERFLEX" "type="damage" target="enemy" />
and between <skills_mage>...</skills_mage>:
<skill name="UBERFLEX" "hotkey="VK_Z" priority="90" />
i will get this message:

.../database.lua:10 XML Parse Error
File: .../skills.xml
Line: 1
(tryed line 3 too, with same error)
Comumn: 25
Message: not well-formed (invalid token)

:oops:


RomBot-MACRO @ VK_0
UBERFLEX-Macro @ VK_Z

Re: Rom-Bot + UberFlex still possible ?

Posted: Fri Oct 16, 2009 1:20 am
by d003232
bussdee wrote:

Code: Select all

<skill name="UBERFLEX" " type="damage" target="enemy" />
<skill name="UBERFLEX" " hotkey="VK_Z" priority="90" />
You really don't see the error?

Re: Rom-Bot + UberFlex still possible ?

Posted: Fri Oct 16, 2009 2:10 am
by bussdee
the small space is just a copy&paste-error and i can`t see the damm error. :oops: :oops: :oops:


<skill name="UBERFLEX" "type="damage" target="enemy" />
<skill name="UBERFLEX" "hotkey="VK_Z" priority="90" />

i copied a mage standart skill to this: (with no error now)
<skill name="MAGE_UBERFLEX" range="225" cooldown="6" priority="90" type="damage" target="enemy" />


But now he starts running, pointing (TAB) on a monster and just attack it, if the monster attacks me!!!
The Waypoints are not edited manually by me, i dont told him only to defense.

Now i added the Target-Debug and its telling me that the target is too strong. Can i change it to attack the enemy ?

Re: Rom-Bot + UberFlex still possible ?

Posted: Fri Oct 16, 2009 2:32 am
by d003232
Try the profile option

Code: Select all

<option name="DEBUG_TARGET"		value="true" />
to get more informations into the MM window. And be sure you have the ingame option 'click to move' turned on.

EDIT: perhaps the cooldown option in the skill is not what you want? If so cust delete that option.

Re: Rom-Bot + UberFlex still possible ?

Posted: Fri Oct 16, 2009 2:34 am
by bussdee
posted at the same time when i edited my message:

Now i added the Target-Debug and its telling me that the target is too strong. Can i change it to attack the enemy ?

Re: Rom-Bot + UberFlex still possible ?

Posted: Fri Oct 16, 2009 2:40 am
by d003232
bussdee wrote:posted at the same time when i edited my message:

Now i added the Target-Debug and its telling me that the target is too strong. Can i change it to attack the enemy ?
Ok. I suppose we have to change that 'auto elite' option. You can change the factor by yourself with

Code: Select all

<option name="AUTO_ELITE_FACTOR"		value="5" />
How much is your HP, how much the Hp of the mobs? And what the level?