Search found 140 matches

by lolita
Tue Jan 05, 2016 6:35 pm
Forum: Runes of Magic
Topic: Waypoint file without waypoint
Replies: 6
Views: 2583

Re: Waypoint file without waypoint

example

Code: Select all

<?xml version="1.0" encoding="utf-8"?><waypoints>
<onLoad>
	repeat
		something ()
	until something....
</onLoad>
</waypoints>
by lolita
Sat Feb 21, 2015 9:54 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Standalone Multihack
Replies: 178
Views: 138322

Re: Rock5's Standalone Multihack

maybe im dumb, probobly it's tru :D,
but cant u somehow cancel mouse weel, and make zoom in/out on keybored butons ( num pad - / + ) or something else :D
by lolita
Thu Feb 19, 2015 6:43 am
Forum: Runes of Magic
Topic: Micromacro Installation/Run Issue
Replies: 10
Views: 5155

Re: Micromacro Installation/Run Issue

Where did u get that userfunction.lua file, I dont have that in my userfunctions folder. Try delete it.
by lolita
Thu Feb 19, 2015 5:02 am
Forum: Runes of Magic
Topic: Micromacro Installation/Run Issue
Replies: 10
Views: 5155

Re: Micromacro Installation/Run Issue

it's becose your "rom" folder is in "micromacro" folder, u need to put "rom" folder into "micromacro/scripts"
corect path should be something like

Code: Select all

../micromacro/scripts/rom/startbot.bat
by lolita
Wed Feb 18, 2015 12:47 pm
Forum: Runes of Magic
Topic: Salioca Basin daily "One More Fight"
Replies: 2
Views: 2354

Re: Salioca Basin daily "One More Fight"

Did u tryed

Code: Select all

player:moveTo(CWaypoint(x, y, z))
insted of

Code: Select all

teleport(x, y, z)
by lolita
Wed Feb 18, 2015 12:42 pm
Forum: RoM general
Topic: Runes of Magic .ros
Replies: 1
Views: 1864

Re: Runes of Magic .ros

U can open and edit it with "Machinima Studio", it have extensions for Runes of Magic.
by lolita
Tue Feb 17, 2015 3:38 pm
Forum: Runes of Magic
Topic: One person HealBot
Replies: 9
Views: 3593

Re: One person HealBot

@Musier dont know why u want to use only those 2 skills, it will spend all of your mana, but this is what u asked for <onLoad> while (true) do RoMScript("TargetUnit('party1')") target = player:getTarget() if not player.Casting then if not target:hasBuff(500527) then -- no healing salve buf...
by lolita
Thu Jan 30, 2014 4:42 am
Forum: MicroMacro general & support
Topic: Change focus?
Replies: 4
Views: 2902

Re: Change focus?

thanks
by lolita
Wed Jan 29, 2014 7:37 am
Forum: MicroMacro general & support
Topic: Change focus?
Replies: 4
Views: 2902

Re: Change focus?

i was searching forum, but didnt find,
so is there comand for set window size and position?
by lolita
Sat Jan 25, 2014 6:00 am
Forum: Runes of Magic
Topic: How to call on the addon Daily Notes?
Replies: 8
Views: 2394

Re: How to call on the addon Daily Notes?

Idk how to accept specific quest with rombot in dailynotes, but you can accept all quest's with this function DailyNotesActivate(_arg) if RoMScript("DailyNotes") then RoMScript("DailyNotesFrame:Show()") cprintf(cli.lightblue,"Daily Notes addon instaled\n") if _arg then ...
by lolita
Thu Jan 23, 2014 6:53 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Standalone Multihack
Replies: 178
Views: 138322

Re: Rock5's Standalone Multihack

script is crashing with code above, when player speed is changed, this is error message 0:49am - [string "..."]:8: attempt to perform arithmetic on global 'playerAddress' (a nil value) but i think too that game will not alow me to move faster, and just port me back, so you dont have to put...
by lolita
Tue Jan 21, 2014 8:56 pm
Forum: Runes of Magic
Topic: litle help with daily Q
Replies: 16
Views: 4543

Re: litle help with daily Q

kuripot wrote:this waypoint can do alone or need a party?? how can i do alone
for this one you need party, v1.1 have "move" option, so you can do quest alone, you can finde it here
by lolita
Tue Jan 21, 2014 8:48 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Daily, Curse of Terror WP
Replies: 3
Views: 2712

Re: Daily, Curse of Terror WP

i didnt used this script a long time, but i gues you should put your next wp code at the end of waypont #6 replace

Code: Select all

checkRelog()
with what ever you want to do after CoT is finshed
by lolita
Tue Jan 21, 2014 8:38 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Standalone Multihack
Replies: 178
Views: 138322

Re: Rock5's Standalone Multihack

What's wrong with minimizing it? That's pretty much how I intended it to be used. If you want to see it, it stays on top, if don't want to see it you minimize it. I guess I could consider an option to start minimized so you don't have to minimize it every time you start it. Well for me it start as ...
by lolita
Thu Oct 24, 2013 1:21 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Standalone Multihack
Replies: 178
Views: 138322

Re: Rock5's Standalone Multihack

can you add "telepower" to next version of multihack? at the moment step size is 1, so it can be change, let's say with + and - on num pad
by lolita
Mon Oct 21, 2013 3:06 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: BlubBlab's Lyliya
Replies: 62
Views: 28403

Re: BlubBlab's Lyliya

i added print messages here like you said repeat if(newOne(targetObject.Id)== false)then i = i + 1; print("test 1, try #"..i) end if( i >= 3)then print("test 2, try #"..i) break; end if( z >= 5)then print("test 3, try #"..z) break; end z = z + 1; until not player:findNe...
by lolita
Thu Oct 17, 2013 5:26 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: BlubBlab's Lyliya
Replies: 62
Views: 28403

Re: BlubBlab's Lyliya

Well all alts are dwarfs, and they are normal size. I using latest version of script v1.7
It move to every object but dont cast skill.
by lolita
Thu Oct 17, 2013 7:51 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: BlubBlab's Lyliya
Replies: 62
Views: 28403

Re: BlubBlab's Lyliya

it sometimes fail to finish game, it teleport to all items, but dont cast spell on them, i dont know why. And i added Round counter to your mainrutine function local function mainroutine() count = 0 while true do count = count + 1 cprintf(cli.yellow,"Round "..count.."\n") yrest(4...
by lolita
Sun Oct 06, 2013 2:35 pm
Forum: Runes of Magic
Topic: Problem
Replies: 6
Views: 2064

Re: Problem

Maybe to post error message that MM print, someone will be able to help you ;)
by lolita
Sun Oct 06, 2013 8:12 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: BlubBlab's Lyliya
Replies: 62
Views: 28403

Re: BlubBlab's Lyliya

I tested v1.0.2 with 3 chars, finished with no error.
If there will be some bugs, ill let you know