Search found 156 matches

by Andre235
Mon Mar 13, 2023 7:34 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Problems with item:moveTo inventory
Replies: 2
Views: 1122

Re: Problems with item:moveTo inventory

me again: i think i solved the problem... at first: its bag slot 0-239, instead of 1-240. and i played around with the item.max_stack address and now i got no issues and it moves the items completely... here is my addresses.lua addresses.lua @Admin: can you confirm it and put it to the git repositor...
by Andre235
Mon Mar 13, 2023 3:53 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Problems with item:moveTo inventory
Replies: 2
Views: 1122

Problems with item:moveTo inventory

i have a function in my secret garden script, that automatically moves the items to the itemshop bank, but it works not really good... the script is running, every item appears at the mouse cursor, but only 20-30% of the items will be moved. myabe it is an address or a timing problem. i tried to set...
by Andre235
Thu Jan 19, 2023 11:28 am
Forum: Runes of Magic
Topic: ROM NEED UPDATE
Replies: 12
Views: 1779

Re: ROM NEED UPDATE

hi, i had no time for more, but it starts simple scripts without crashes.
by Andre235
Sat Oct 17, 2020 10:36 am
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 253882

Re: Version 7.4.0.2897 progress

I still have some citem warnings. Sometimes with the Item ids from itemshop bag and sometimes With wrong id values (1 or 501 or Maybe 12xxx, but no 6 digits).
by Andre235
Sun Oct 11, 2020 1:38 pm
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 253882

Re: Version 7.4.0.2897 progress

Waiting for the new brute-force tool results :P The results are in! This morning I had to make a few more corrections and refinements, and very happy with the results. Within a matter of minutes it turned up two addresses: 0x631b44 0x631b48 If you plug that in for addresses.memdatabase.base, it wou...
by Andre235
Sun Oct 11, 2020 4:02 am
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 253882

Re: Version 7.4.0.2897 progress

the addresses will be increased by every patch. so we will never get the same addresses at the same event... but it is possible, that the addresses will have the same address difference than the event in the last year. this coud help, if you will find the addresses manually. i think that its not the...
by Andre235
Sat Oct 10, 2020 9:16 am
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 253882

Re: Version 7.4.0.2897 progress

Thank you for this Feedback, were are the Items from your citem Warnings?

The Item.lua:154 error is caused by monstercards - sorry, but i can‘t help you with this problem :(
by Andre235
Fri Oct 09, 2020 2:04 pm
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 253882

Re: Version 7.4.0.2897 progress

ok, no citem warnings now... but i got the problem, that the player is starting to use skills, and after using 1-2 attacks, the player stops attacking... :-/

here is the new addresses.lua:
addresses.lua
(9.02 KiB) Downloaded 165 times
by Andre235
Fri Oct 09, 2020 8:43 am
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 253882

Re: Version 7.4.0.2897 progress

i delete micromacro folder, i download new and i repolace addreeses file (your addresses posted below)....but nothing same error.suggest? now i have this error after id errors: Wrong value returned in update of CItem id: 1 Wrong value returned in update of CItem id: 1 Wrong value returned in update...
by Andre235
Fri Oct 09, 2020 1:23 am
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 253882

Re: Version 7.4.0.2897 progress

Are you sure, that your Game Client was Not minimized?
by Andre235
Thu Oct 08, 2020 12:55 pm
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 253882

Re: Version 7.4.0.2897 progress

here is a working version with some issues (many CItem warnings - sorry fpr this, i have some problems to find out the memdatabase base address :oops: )
addresses.lua
(9.09 KiB) Downloaded 170 times
by Andre235
Thu Aug 27, 2020 3:27 pm
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 253882

Re: Version 7.4.0.2897 progress

Please try only one of this options. If you get an error, you can’t be sure, wich of the three lines causes the error... In my opinion the player:target_NPC(112976) Should work. But you have to write the right name of this function (you wrote: player:NPC(112976) That is maybe the Reason for your lat...
by Andre235
Wed Aug 26, 2020 3:47 pm
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 253882

Re: Version 7.4.0.2897 progress

Is it the right id???? Try player:target_Object(112976) yrest(500); Or player:target_Object(112976) yrest(500); Attack() Or harvest it? player:harvest(112976); I looked in the runes database. There is the id 112976 an NPC!!!! player:target_NPC(112976) yrest(500)( Try try try :oops:
by Andre235
Sun Aug 23, 2020 6:51 am
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 253882

Re: Version 7.4.0.2897 progress

i got this error, while player is in battle. i forgot to look at the waypoint to look for the line, that caused this error, sorry for this :-/ but here is the error message: 2020-08-23 13:33:27 - ... Of Magic/micromacro/scripts/rom/classes/memdatabase.lua:199: attempt to compare number with nil and ...
by Andre235
Thu Aug 20, 2020 12:28 am
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 253882

Re: Version 7.4.0.2897 progress

Where are the Daily cards stored? My bot is Using daylie Tickets Too But he is Running stable for 7-8 hours (excepting the Player:merchant Function: at First the bot sells nearly all items. But after a few times The bot doesn‘t sell. He just repairs. I have to restart MM and the Game to solve it).
by Andre235
Tue Aug 18, 2020 1:23 pm
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 253882

Re: Version 7.4.0.2897 progress

Hi mudro323,

the Administrator has uploaded an Update. Now you can use git-update or Download the Script from the First Post in this topic.

This should solve your Problems
by Andre235
Sat Aug 15, 2020 8:24 am
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 253882

Re: Version 7.4.0.2897 progress

Tuedennuegel wrote: Sat Aug 15, 2020 7:20 am Ich Danke dir für deine Mühe.
es gibt zwar nicht wirklich viele Cache Ordner....aber es war sicher der richtige Weg von dir.

Gruß
Bernd
Aber es gibt unter Umständen mehrere Bot-Ordner und es ist nicht immer zu sehen, welcher von MM verwendet wird
by Andre235
Sat Aug 15, 2020 6:29 am
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 253882

Re: Version 7.4.0.2897 progress

die texts.lua kann ich hier nicht hoch laden, da die 26mb groß ist... bist du ganz sicher, dass du im richtigen ordner bist? ich habe dir mal das komplette RoM script angehängt (bevor ich noch weiter herum rate): rom.rar einfach deine Wegpunkt-Dateien, deine Profile und deine userfunctions einfügen ...
by Andre235
Sat Aug 15, 2020 4:18 am
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 253882

Re: Version 7.4.0.2897 progress

Hast du die aktuelle Version vom bot?
by Andre235
Sat Aug 15, 2020 12:56 am
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 253882

Re: Version 7.4.0.2897 progress

Hallo zusammen, ich habe seit 3 Tagen bei einigen Chars folgendes Problem: 2020-08-15 05:48:20 - .../scripts/rom/classes/item.lua:154: attempt to concatenate field 'Name' (a nil value) Das ist die Lösung dazu (Datei bitte aus dem originalen Post laden): ok, fine, here are some good news! With the n...