Page 8 of 53

Re: Version 7.4.0.2897 progress

Posted: Sun Jan 26, 2020 10:04 am
by Andre235
Gitupdate will be tested soon

Mage thunderstorm still is placed anywhere, => not working :(

Re: Version 7.4.0.2897 progress

Posted: Sun Jan 26, 2020 11:20 am
by Sasuke
Administrator wrote: Thu Jan 23, 2020 6:52 pm Just pushed up some fixes for the flyhack/swimhack, and (hopefully) a fix for ground-targetted AoE spells (ie. Thunderstorm). Now AoE skills should still target correctly even if your mouse isn't over the game window.

Can someone please confirm if that fixes the issues they had?
can we update with svn or still with another program?can you link me here pls?

Re: Version 7.4.0.2897 progress

Posted: Sun Jan 26, 2020 11:52 am
by Andre235
Just run a micromacro update with Svn. RoM bot update with MM. Type [your rom-folder]/gitupdate (in my case rom/gitupdate)
Or you can still download it from the link in the first message of this thread

Re: Version 7.4.0.2897 progress

Posted: Sun Jan 26, 2020 12:00 pm
by morc
please repair createpath
skills does not works perfectly (bot casting flame but after 1-2 sec [skill not ending] the character run to the next waypoint)
LOOT false parameter does not work perfectly (if character stand by a lootable mob do not loot, but do not move to the next waypoint in some cases)

Re: Version 7.4.0.2897 progress

Posted: Mon Jan 27, 2020 2:35 pm
by Administrator
Ego95 wrote: Sun Jan 26, 2020 8:13 amI am not familiar with that github thing. What am I doing wrong? How do I set it up correctly?

Code: Select all

Please enter the script name to run.
Type in 'exit' (without quotes) to exit.
Script> rom-bot-version7.4.0.2897/gitupdate
Opening gitupdate.lua...
Starting script execution - Press CTRL+C to exit.
Press CTRL+L to cancel execution and load a new script.
-------------------------------------------------------------------------------
Backing up current code to gitupdate-backup
error: pathspec 'version7.4.0.2897' did not match any file(s) known to git



Please enter the script name to run.
Type in 'exit' (without quotes) to exit.
Script>
Sorry about that. I think that's likely because the .git (a hidden folder used by git software) is probably out of date on your local system (probably using the old Google code repository). Do you see the .git folder? If so, try deleting it. If not, try turning on view hidden files for that folder.

Re: Version 7.4.0.2897 progress

Posted: Mon Jan 27, 2020 4:51 pm
by Sasuke
I need an info, I have to do a daily where a player after taking the quest waits for it to be completed to talk to the NPC.
2 players, one does the quest and the other waits to deliver it, how can I get the second player to talk to the NPC after completing it? And how can I switch players in the same account without using rock login.xml that currently does not work ?thank you

Re: Version 7.4.0.2897 progress

Posted: Tue Jan 28, 2020 10:08 am
by Ego95
Well, I also needed lo delete the .tmp file.
This is the result which still not seems to be 100% correct.

Code: Select all

MicroMacro v1.05.207
SolarStrike Software
http://www.solarstrike.net
Please enter the script name to run.
Type in 'exit' (without quotes) to exit.
Script> rom-bot-version7.4.0.2897/gitupdate
Opening gitupdate.lua...
Starting script execution - Press CTRL+C to exit.
Press CTRL+L to cancel execution and load a new script.
-------------------------------------------------------------------------------
[WARN]: scripts\rom-bot-version7.4.0.2897/gitupdate.lua:74
Git has not been configured for this path yet. You must do so now.
Backing up current code to gitupdate-backup
Cloning into '.tmp'...
remote: Enumerating objects: 11, done.
remote: Counting objects: 100% (11/11), done.
remote: Compressing objects: 100% (10/10), done.
remote: Total 5472 (delta 1), reused 6 (delta 1), pack-reused 5461
Receiving objects: 100% (5472/5472), 2.05 MiB | 1.38 MiB/s, done.
Resolving deltas: 100% (4092/4092), done.
I dont know how to configure git for any path.

Re: Version 7.4.0.2897 progress

Posted: Tue Jan 28, 2020 11:05 am
by Andre235
Sasuke wrote: Mon Jan 27, 2020 4:51 pm I need an info, I have to do a daily where a player after taking the quest waits for it to be completed to talk to the NPC.
2 players, one does the quest and the other waits to deliver it, how can I get the second player to talk to the NPC after completing it? And how can I switch players in the same account without using rock login.xml that currently does not work ?thank you
example.xml
(639 Bytes) Downloaded 143 times
QUEST_ID = "Questname" or Quest-ID
QUEST_NPC = "Questgiver" or Questgiver-ID

there are other maybe better solutions (e.g. with a "while" or "return" in a function) but this is easy to copy, no ingame monitor needed and it asks not for questitem or something :)

Re: Version 7.4.0.2897 progress

Posted: Tue Jan 28, 2020 11:17 am
by Administrator
Ego95 wrote: Tue Jan 28, 2020 10:08 am Well, I also needed lo delete the .tmp file.
This is the result which still not seems to be 100% correct.

Code: Select all

MicroMacro v1.05.207
SolarStrike Software
http://www.solarstrike.net
Please enter the script name to run.
Type in 'exit' (without quotes) to exit.
Script> rom-bot-version7.4.0.2897/gitupdate
Opening gitupdate.lua...
Starting script execution - Press CTRL+C to exit.
Press CTRL+L to cancel execution and load a new script.
-------------------------------------------------------------------------------
[WARN]: scripts\rom-bot-version7.4.0.2897/gitupdate.lua:74
Git has not been configured for this path yet. You must do so now.
Backing up current code to gitupdate-backup
Cloning into '.tmp'...
remote: Enumerating objects: 11, done.
remote: Counting objects: 100% (11/11), done.
remote: Compressing objects: 100% (10/10), done.
remote: Total 5472 (delta 1), reused 6 (delta 1), pack-reused 5461
Receiving objects: 100% (5472/5472), 2.05 MiB | 1.38 MiB/s, done.
Resolving deltas: 100% (4092/4092), done.
I dont know how to configure git for any path.
That was actually the correct thing. Since you removed the .git folder, which is where the git configuration lives, it had to reconfigure it. It should have been automatic and looks like it succeeded. If you try re-running the gitupdate script it should say that you're up to date now, right?

Re: Version 7.4.0.2897 progress

Posted: Tue Jan 28, 2020 11:26 am
by Sasuke
Andre235 wrote: Tue Jan 28, 2020 11:05 am
Sasuke wrote: Mon Jan 27, 2020 4:51 pm I need an info, I have to do a daily where a player after taking the quest waits for it to be completed to talk to the NPC.
2 players, one does the quest and the other waits to deliver it, how can I get the second player to talk to the NPC after completing it? And how can I switch players in the same account without using rock login.xml that currently does not work ?thank you
example.xml

QUEST_ID = "Questname" or Quest-ID
QUEST_NPC = "Questgiver" or Questgiver-ID

there are other maybe better solutions (e.g. with a "while" or "return" in a function) but this is easy to copy, no ingame monitor needed and it asks not for questitem or something :)
i try .xml but players still speak with npc,but i'd like him wait to npc just only when finish dailies and not all the time
it there a method for see the ids of quests or items?cause i need auto open glorious victory package from sw.......andre can i add name quests without id?

Re: Version 7.4.0.2897 progress

Posted: Tue Jan 28, 2020 11:32 am
by morc
thank you :)
createpath is working fine

Re: Version 7.4.0.2897 progress

Posted: Tue Jan 28, 2020 11:33 am
by Ego95
This is what I get always now. Don't know why it always tells me I need to configure something.

Code: Select all

[WARN]: scripts\rom-bot-version7.4.0.2897/gitupdate.lua:74
Git has not been configured for this path yet. You must do so now.
Backing up current code to gitupdate-backup
fatal: destination path '.tmp' already exists and is not an empty directory.
Completed checkout.


Please enter the script name to run.
Type in 'exit' (without quotes) to exit.
Script>

Re: Version 7.4.0.2897 progress

Posted: Tue Jan 28, 2020 2:21 pm
by Rivva
Hello Administrator! :roll: :roll: :roll: :roll:
Please have a look at partydps.xml, partyhealer.xml and RBAssist.xml!!!
When I try to start RBAssist.xml I get following message:
I used this option very often and looking forward to get it back to work!!

Re: Version 7.4.0.2897 progress

Posted: Tue Jan 28, 2020 2:32 pm
by Andre235
To update the partydps we need some additional addresses. I tried the old ones, but they didnt work :P

Re: Version 7.4.0.2897 progress

Posted: Tue Jan 28, 2020 4:36 pm
by morc
so...
createpath perfect

not working:
secondary skills usage
healing herbs/potions usage
buff usage (example: w/m Lightning Burn Weapon)

uncertain operation:
loot
target heal monitoring
skill use

other problem:
too long starting time (example: first start and/or after teleport with zone change)

i started to fix skill IDs (m/w, m/k, m/r, r/m, k/m, m/w) without ISS

Re: Version 7.4.0.2897 progress

Posted: Tue Jan 28, 2020 5:25 pm
by Administrator
I'll be looking into all of these problems when I have the time available. Each of these things can easily take several hours to investigate fix. I probably spent no less than 25 hours investigating different approaches to the skill fixes. I understand you each have your own priorities of what you would like to be fixed first but I'm only one person. I still have my regular job to do, my family to care for, international travel (for work), and potential employees to interview, which leaves me with little time to put towards projects like this.

What I'm saying is, it's going to take awhile for me to get into all of these things and properly fix them. Please be patient, but do feel free to keep reporting issues.

Re: Version 7.4.0.2897 progress

Posted: Tue Jan 28, 2020 7:27 pm
by Administrator
Ego95 wrote: Tue Jan 28, 2020 11:33 am This is what I get always now. Don't know why it always tells me I need to configure something.

Code: Select all

[WARN]: scripts\rom-bot-version7.4.0.2897/gitupdate.lua:74
Git has not been configured for this path yet. You must do so now.
Backing up current code to gitupdate-backup
fatal: destination path '.tmp' already exists and is not an empty directory.
Completed checkout.


Please enter the script name to run.
Type in 'exit' (without quotes) to exit.
Script>
I looked into this and found what was causing it. While it was checking out into the temporary folder correctly, the copy process was getting hung up (I blame Microsoft). You will need to fetch the fix manually (use the link on the first page) but after that it should just work (I hope).

Re: Version 7.4.0.2897 progress

Posted: Wed Jan 29, 2020 12:01 am
by Rivva
Dear Katherine!
I am sure that I speak for most of the runes player which are searching help here in this forum!
:D :D
I am very very grateful that you spend a lot of time in keeping the bot alive! :lol: :lol:
You do a great job here and I am convinced that you do your best! :mrgreen: :mrgreen:
So thank you very much fpr your efforts!!
Lot of grateful greetings from Austria, Rivva :roll: :roll:

Re: Version 7.4.0.2897 progress

Posted: Wed Jan 29, 2020 1:54 am
by morc
Administrator wrote: Tue Jan 28, 2020 5:25 pm I'll be looking into all of these problems when I have the time available. Each of these things can easily take several hours to investigate fix. I probably spent no less than 25 hours investigating different approaches to the skill fixes. I understand you each have your own priorities of what you would like to be fixed first but I'm only one person. I still have my regular job to do, my family to care for, international travel (for work), and potential employees to interview, which leaves me with little time to put towards projects like this.

What I'm saying is, it's going to take awhile for me to get into all of these things and properly fix them. Please be patient, but do feel free to keep reporting issues.
Hi Kat!

I'm just trying to pick up the bugs I find
i know a lot of time for repairs, and I'm patient ;)

Sorry, do not misunderstand, thank you very much for any help!

Re: Version 7.4.0.2897 progress

Posted: Wed Jan 29, 2020 8:34 am
by saverombotplz
Hi i found something with scout only uses one skill "wind arrows".