Search found 12 matches

by runnpray
Wed May 02, 2012 5:15 pm
Forum: Runes of Magic
Topic: BuffName
Replies: 6
Views: 2505

Re: BuffName

ah, I see what I did. I gave you the script for DeBuff's not Buffs try

/run for i=1,100 do local n,_,_,id=UnitBuff("target",i) if n then DEFAULT_CHAT_FRAME:AddMessage(n.." = "..id) else break end end
by runnpray
Wed May 02, 2012 3:57 pm
Forum: Runes of Magic
Topic: BuffName
Replies: 6
Views: 2505

Re: BuffName

Hit Enter and type or cut and paste into chat
by runnpray
Wed May 02, 2012 1:17 pm
Forum: Runes of Magic
Topic: BuffName
Replies: 6
Views: 2505

Re: BuffName

In chat to find buffid : /run for i=1,100 do local n,_,_,id=UnitDebuff("target",i) if n then DEFAULT_CHAT_FRAME:AddMessage(n.." = "..id) else break end end Hero potion (or Hero Magic Medicine) buff id is 501337 For the itemid to use I go to the runes database, search the item and...
by runnpray
Thu Apr 26, 2012 3:39 pm
Forum: Runes of Magic
Topic: 2bd Boss GC
Replies: 2
Views: 938

Re: 2bd Boss GC

you're the best. works perfectly. The level of complexity from DoD first to GC second boss is quite a bit. But I think the effort was worth it, learned a lot about waypoints, functions, profile options, skills, etc. Appreciate the help.
by runnpray
Thu Apr 26, 2012 2:38 am
Forum: Runes of Magic
Topic: 2bd Boss GC
Replies: 2
Views: 938

2bd Boss GC

Would like to Kill Issac first because if you kill Ardmond first Issac goes berserk and stacks too many bleeds to survive. Have tried a number of things to kill Issac first and none of them are working consistently. IF I am running the instance manually I can go over to the right side of the room an...
by runnpray
Wed Apr 25, 2012 4:13 pm
Forum: Runes of Magic
Topic: Bot not selling items to merchant
Replies: 7
Views: 2390

Re: Bot not selling items to merchant

thanks! when I did a search on "bag spaces" I read something about 1-30 being the cash shop bag and the actual backpack slots go up to 240... total brain freeze on not trying other numbers. works great now.
by runnpray
Wed Apr 25, 2012 3:32 pm
Forum: Runes of Magic
Topic: Bot not selling items to merchant
Replies: 7
Views: 2390

Bot not selling items to merchant

Profile: <!-- Auto selling options when used with player:merchant --> <option name="INV_AUTOSELL_ENABLE" value="true" /> <!-- true | false --> <option name="INV_AUTOSELL_FROMSLOT" value="239" /> <!-- 1 = bag 1 slot 1 --> <option name="INV_AUTOSELL_TOSLOT&...
by runnpray
Mon Apr 16, 2012 6:23 pm
Forum: Runes of Magic
Topic: Barrier at the Moonlight Circus
Replies: 3
Views: 1314

Re: Barrier at the Moonlight Circus

Ok, need a little bit of help here. I used an FDB extractor to see the file structure. I found some likely candidates and added some zero bit .ros files to the model folder, but no luck. Could you point me in the right direction as to where to look?

thanks!
by runnpray
Mon Apr 16, 2012 1:53 am
Forum: Runes of Magic
Topic: Barrier at the Moonlight Circus
Replies: 3
Views: 1314

Barrier at the Moonlight Circus

Can the barrier be bypassed by removing the model? I don't the quest item disguise and would like to go back and farm the cards.

thanks
by runnpray
Wed Mar 21, 2012 8:42 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: butterlfly for low HP character
Replies: 27
Views: 9340

Re: butterlfly for low HP character

Not sure if I posted in wrong sub-forum?
by runnpray
Mon Mar 19, 2012 11:27 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: butterlfly for low HP character
Replies: 27
Views: 9340

Re: butterlfly for low HP character

I use these 2, follow similar lines but stop at different places when they get to butterflies. Lisa, I have been trying to use the scripts but without success. If I target the npc (green circle) it will either pick up or turn in the quest but otherwise it will just run back and forth. Do I need a u...
by runnpray
Tue Feb 07, 2012 4:09 pm
Forum: Runes of Magic
Topic: counter / timer public event
Replies: 17
Views: 6114

Re: counter / timer public event

There is msg sent to chat 'Regional event now restarting!' to start the event and then 'Regional event has ended sucessfully!' can those be used as a trigger?