Search found 45 matches

by Buh
Fri Jan 17, 2020 6:33 pm
Forum: Runes of Magic
Topic: Version 7.4.0.2897 progress
Replies: 1055
Views: 253864

Re: Version 7.4.0.2897 progress

Hello Guys. To prevent the issue that the bot is not attacking, you can prepare some Kitty combos and paste the attack "sendMacro("Kitty.attack()") into classes/cplayer.lua where the bot is attacking an enemy. The only thing thats not working for me is looting. Sometimes it dont loot ...
by Buh
Fri Dec 20, 2019 6:09 pm
Forum: Runes of Magic
Topic: READ FOR COMMUNITY
Replies: 42
Views: 18840

Re: READ FOR COMMUNITY

Is it correct, that changing the addresses to the correct addresses fixes the problems?
And is it necessary to change all addresses?
by Buh
Fri Dec 20, 2019 5:40 am
Forum: RoM general
Topic: micromacro error
Replies: 3
Views: 3114

Re: micromacro error

Same problem here

Would be nice if someone could update new addresses :)

Greetings
by Buh
Thu Jul 11, 2019 12:30 pm
Forum: Runes of Magic
Topic: HOW TO Position an aim the Slingshot in Sardo Castle Boss1
Replies: 0
Views: 8827

HOW TO Position an aim the Slingshot in Sardo Castle Boss1

Hey

Im searching for functions for the correct aiming of the slingshot from sardo boss 1.

Currently i testet player:aimAt() but first the Boss ist not visibile at this distance and second the slingshot will not turn everywhere.

Do someone have an answer to this?

Greetings
by Buh
Tue Feb 06, 2018 6:34 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: New Itemsop
Replies: 0
Views: 4142

New Itemsop

Hello

I want to program a bot which earns the daily bonus in the itemshop

Is there some support for this new item shop?

Greetings
by Buh
Fri Nov 10, 2017 11:04 am
Forum: Runes of Magic
Topic: Comparing characters with umlauts
Replies: 5
Views: 4292

Re: Comparing characters with umlauts

i wont tell my char name

But it probably can be "Swüßé"
by Buh
Thu Nov 09, 2017 12:06 pm
Forum: Runes of Magic
Topic: Comparing characters with umlauts
Replies: 5
Views: 4292

Re: Comparing characters with umlauts

Hey this doesnt work.. I mean also : im starting the bot in a batch file and directly assign the Character names to the RoM Clients. So is there another way to compare that given Character names from the opened clients on the one hand and on the other hand the assigned character names in the bat fil...
by Buh
Tue Oct 24, 2017 10:54 am
Forum: Runes of Magic
Topic: Comparing characters with umlauts
Replies: 5
Views: 4292

Comparing characters with umlauts

Hey Im starting by bot(s) with a binary file. This includes: START ../micromacro/micromacro.exe ../botscript.lua profile:default character:xxxöüä... If i have any umlauts in my current opened characters, it will not automatically choose this character to run the bot. Is it possible now, to change th...
by Buh
Thu Jul 13, 2017 5:13 pm
Forum: Runes of Magic
Topic: How can i port on a tower
Replies: 0
Views: 3313

How can i port on a tower

Hey The one question is: How can i port on a tower? I will write a bot for the EOJ -Quest -> The end of research (ID : 426327) I record the point, where the rune is and where the NPC is and tried to port on this building (seems like a tower) for harvesting the rune. But always when i want to port to...
by Buh
Thu Feb 02, 2017 12:12 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: How can iget the itemlvl and rarity from inboxitem?
Replies: 3
Views: 3642

Re: How can iget the itemlvl and rarity from inboxitem?

hey Thank you for your fast answer. Can you post an example code? Can you imagine? First i thought i can read the items name and convert it into a link so i can see / extract its id from extraction its rarity/level but this seems to be impossible The other thing could be the Widget GameTooltip:SetIn...
by Buh
Tue Jan 31, 2017 4:47 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: How can iget the itemlvl and rarity from inboxitem?
Replies: 3
Views: 3642

How can iget the itemlvl and rarity from inboxitem?

Hello I want to make a (big) tier stones bot. The last thing i must do is to verify the t6 items in my mailbox Someone have an idea how to solve this to compare, if its >lvl 94 and this item is blue? Greetings Buh PS: In a few months, if i have enough time, i will try to make a bot for the most of t...
by Buh
Thu Nov 24, 2016 12:38 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Attempt to call global TEXT("Sys"..tonumber("7"..v,16).."_name") - a nil value
Replies: 1
Views: 4329

Attempt to call global TEXT("Sys"..tonumber("7"..v,16).."_name") - a nil value

Can someone help me here?

TEXT("Sys"..tonumber("7"..v,16).."_name") is occuring an error

idk why? Do i have to use RoMScript("") or RoMCode("") for this

Greetings

Buh
by Buh
Thu Nov 24, 2016 12:33 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: ParseHyperlink - Error (Solutions?)
Replies: 3
Views: 5667

Re: ParseHyperlink - Error (Solutions?)

Hey

I tried it and it works but another error occurs..

The global function TEXT(...) is giving me this error: "attempt to call global TEXT a nil value..

Any ideas?

Greetings
by Buh
Thu Nov 24, 2016 12:02 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: ParseHyperlink - Error (Solutions?)
Replies: 3
Views: 5667

Re: ParseHyperlink - Error (Solutions?)

Hey

Thanks for your answer

I will try it, thanks!
by Buh
Thu Nov 24, 2016 11:16 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: ParseHyperlink - Error (Solutions?)
Replies: 3
Views: 5667

ParseHyperlink - Error (Solutions?)

Hey I want to program a bot for buying arcanium stats and read those items for its stats. i got this code here, for reading the Items in the whole Bagpack for i = 1,180 do local SlotID,_,ItemName = GetBagItemInfo(i) if ItemName ~= "" then local _, Data = ParseHyperlink(GetBagItemLink(SlotI...
by Buh
Tue Sep 27, 2016 10:43 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Function for item details?
Replies: 1
Views: 1661

Function for item details?

Hey

Is there a function or a way to get, for example, the stat name on a mana stone in my bagpack?
Just details of an item?

Greetings
by Buh
Thu Jun 23, 2016 10:16 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Addon "Autologin" - Set more Accounts visible
Replies: 1
Views: 1797

Addon "Autologin" - Set more Accounts visible

Hey Someone knows the addon "Autologin" ? It support 20 accounts/chars for a fast login but now i want to know, how to extend this and making the list as long as possible (completely down of the screen) http://mods.curse.com/addons/rom/autologin2#t1:screenshots Please help, if somebody kno...
by Buh
Wed Jun 08, 2016 12:01 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: "Attempt to call limit" - Crash
Replies: 4
Views: 3423

"Attempt to call limit" - Crash

Hey

i got the message "attempt to call limit" and the scripts crashes then

I think the reason is, that the memory is very high (15 of 16gb ram) and cpu is on about 85 to 95%

How can i get rid of this message/warning maybe?

Greetings
by Buh
Mon Jun 06, 2016 10:05 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Start Runes of Magic in a batch file (also auto login)
Replies: 2
Views: 3797

Re: Start Runes of Magic in a batch file (also auto login)

Ah ok, ill try. Thank you for searching!
by Buh
Sat Jun 04, 2016 5:12 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Start Runes of Magic in a batch file (also auto login)
Replies: 2
Views: 3797

Start Runes of Magic in a batch file (also auto login)

Hi. I need to know how to start the "Client.exe" in the "Runes of Magic" - Folder in a batch file. I tried it with a normal start but this print me this error: "ObjectDataClass[init] LoadFile failed=data/ImageObject.DB" Also if it is possible, can i set its Accout/Passw...