Search found 19 matches

by radulfizz
Mon Feb 03, 2014 7:10 pm
Forum: Runes of Magic
Topic: Auction House Script Request
Replies: 9
Views: 3290

Re: Auction House Script Request

local function GetBagItemID( bagIndex ) local inventoryIndex = GetBagItemInfo( bagIndex ) local link = GetBagItemLink(inventoryIndex) if not link then outt("--"); return end local _, data, _ = ParseHyperlink(link) if data and data ~= "" then local _,_,ret = string.find(data, &qu...
by radulfizz
Sun Mar 10, 2013 3:30 am
Forum: Runes of Magic
Topic: Andor Training Range again (help request)
Replies: 122
Views: 37072

Re: Andor Training Range again (help request)

I don't understand why your "ignore" is just a random number generator, that makes no sence
Just a quick way to make the bot shoot at different targets without having to keep a list of old objects.
by radulfizz
Sat Mar 09, 2013 5:03 am
Forum: Runes of Magic
Topic: Andor Training Range again (help request)
Replies: 122
Views: 37072

Andor Training Range again (help request)

Hi all, I only recently began to do this mini game, so I have no idea if they changed anything about it, but none of the scripts in the other thread is really working for me. As far as I see it, the problem is how the mobs are being targeted: playing manually, it seems you have to first use the skil...
by radulfizz
Tue Oct 09, 2012 6:03 pm
Forum: Runes of Magic
Topic: Quest
Replies: 14
Views: 3459

Re: Quest

Sorry for necroing this thread, but i think the probable solution is too interesting to remain ungiven. I ran across the same problem today, same symptoms. The prob is very likely, OP targets the NPC by name and gets a wrong NPC in memory, which is for a different state in the quest chain. So the so...
by radulfizz
Sun Sep 30, 2012 1:08 pm
Forum: Runes of Magic
Topic: Reading NPC chats
Replies: 9
Views: 2231

Re: Reading NPC chats

These bubbles i'm referring to, are like the NPC's 'saying' things, just that nothing shows up in chatlog.
Like at theatre event during fairytale event. Or some of the bartending events now.
No logs, even if I look the other way ;)
by radulfizz
Sun Sep 30, 2012 12:43 pm
Forum: Runes of Magic
Topic: Reading NPC chats
Replies: 9
Views: 2231

Reading NPC chats

Hi all,

some NPC's do some chat that doesnt appear in the chatlog
(like during quest 'video' sequences or some of the festival events),
it's just the bubbles over their heads.
Any idea if this appears in some sort of event or is somehow readable?
I couldnt find anything.

Thx for any input :)
by radulfizz
Wed Jun 27, 2012 10:57 am
Forum: Runes of Magic
Topic: "There is an obstacle between you and your target"
Replies: 8
Views: 2904

Re: "There is an obstacle between you and your target"

Ah, thank you very much, that is it.
I must have messed up when i was trying around.

Edit: Ha nice! Now my bot jumps in the air and shoots when there is an obstacle, solving the line of sight prob when its just about a few centimeters.
by radulfizz
Wed Jun 27, 2012 9:46 am
Forum: Runes of Magic
Topic: "There is an obstacle between you and your target"
Replies: 8
Views: 2904

"There is an obstacle between you and your target"

I would like to capture the above warning message.
Anyone knows which event type to monitor?
I tried WARNING_MESSAGE and SYSTEM_MESSAGE,
but apparently its neither.

Thanks for any input.
by radulfizz
Tue Dec 06, 2011 11:02 am
Forum: Runes of Magic
Topic: Giving thanks to Rock5 and Lisa
Replies: 6
Views: 2121

Re: Giving thanks to Rock5 and Lisa

+1

Thumbs up for your work!
by radulfizz
Sun Nov 27, 2011 6:28 am
Forum: Runes of Magic
Topic: Cooldown of Items - Possible?
Replies: 17
Views: 3750

Re: Cooldown of Items - Possible?

Not sure if I understood the original question right,
but how about putting the item into an actionbar and use

Code: Select all

cooldown, remaining = GetActionCooldown(slotnumber)
by radulfizz
Sun Nov 27, 2011 6:08 am
Forum: Runes of Magic
Topic: API question regarding public encounters
Replies: 1
Views: 856

API question regarding public encounters

Hey all, just wondering if there's a way to figure out the state of one of those public events (like dalanis pearl events etc) or the time left on the timer. Been browsing through the list of API functions and the code of the old Tonk manager, but to no real avail. There is a function PublicEncounte...
by radulfizz
Sun Nov 27, 2011 5:56 am
Forum: Runes of Magic
Topic: I hate podag
Replies: 3
Views: 1200

Re: I hate podag

Iirc, Boddosh (Podag) gives himself some sort of rage buff, if you cc him.
So in case you use any stun/slow etc skills, try not to, maybe this gives you enough of an edge.

Disregard this post, if you were aware of this already ;)
by radulfizz
Sat Oct 16, 2010 10:12 pm
Forum: Runes of Magic
Topic: Daily Quest Handing in
Replies: 1
Views: 1003

Re: Daily Quest Handing in

try

Code: Select all

sendMacro("OnClick_QuestListButton(3,1);");
to complete the first completable quest.
by radulfizz
Mon Oct 11, 2010 3:03 pm
Forum: Runes of Magic
Topic: How to use portable mailbox
Replies: 8
Views: 2837

Re: How to use portable mailbox

Hope this helps: OpenMail() PickupBagItem(GetBagItemInfo(i)) --pick up item to be sent ClickSendMailItemButton() --drop item into mail slot SendMail("MAILRECEIVER", "MAILSUBJECT", "MAILTEXT") Some issues i couldnt solve so far: I didnt find a sensible way to close the m...
by radulfizz
Wed Sep 29, 2010 11:47 am
Forum: Runes of Magic
Topic: Finding and looting dead bodies
Replies: 56
Views: 13417

Finding and looting dead bodies

Hey, I have the following problem: My char stands between many mobs and bodies which have the same name and ID. I need to find the bodies and loot them while ignoring the mobs until all bodies are looted. player:target_Object() wont help because it attacks the mobs too. Is there any (easy) way to cy...
by radulfizz
Wed Sep 29, 2010 11:30 am
Forum: Runes of Magic
Topic: Spirit of the Tempest Heights(event) and target_Object()
Replies: 2
Views: 2230

Re: Spirit of the Tempest Heights(event) and target_Object()

It's been a while since i played around with the bot at the TH event, so i might be a little off here. I never checked the ID's there, so never knew about different ID's for the chests in question, but they all go by the same name, so something like player:target_Object("Mysterious Treasure Che...
by radulfizz
Thu Sep 23, 2010 7:59 am
Forum: Runes of Magic
Topic: AutoSell Problem (item colors)
Replies: 1
Views: 898

Re: AutoSell Problem (item colors)

Problem solved.
Apparently i had some old files that didnt get updated.
Removed the files in question and did an update, now it seems to work.

Can be closed.
by radulfizz
Thu Sep 23, 2010 7:28 am
Forum: Runes of Magic
Topic: AutoSell Problem (item colors)
Replies: 1
Views: 898

AutoSell Problem (item colors)

Hey, is Autoselling working correctly? I think i have the settings right, but it doesnt sell. After a look into the code it appears to me that the colors are defined as 4-byte values in item.lua while at runtime, slotitem.Color in inventory.lua is a 3-byte value, so there's no match. Sorry if i'm no...
by radulfizz
Thu Sep 23, 2010 7:19 am
Forum: Runes of Magic
Topic: automated trading possible ?
Replies: 5
Views: 2336

Re: automated trading possible ?

No need for external programs if you just want to automate the receiving side. Get the addon Ingame Scripts, and put AgreeTrade() AcceptTrade() -- only correct if memory serves right ;) into the Autoscript. The giving side can be automated too with rombot of course, but as I understand you, thats no...