Search found 521 matches

by ZZZZZ
Fri Nov 15, 2013 8:17 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Malatina's survival
Replies: 409
Views: 112637

Re: Malatina's survival

I have this issue too. I ramdomly crash while doing survival and only survival. Not sure what causes it or where it gets stuck but wether im running 1 client or 8 its random with when i crash :(
by ZZZZZ
Wed Nov 13, 2013 7:45 am
Forum: Runes of Magic
Topic: Malatina's Servant (Yolius) Minigame
Replies: 98
Views: 32067

Re: Malatina's servant minigame?

Why would you want to do that? Do you want to end when you have collected all the Pumpkin Prizes and forget about the Pumpkin Coins and hp/xp rewards? You would have to clear half the tiles to get all the prizes. Takes about 2 minutes. If that's what you want it would be easy to add. There is curre...
by ZZZZZ
Wed Nov 13, 2013 6:17 am
Forum: Runes of Magic
Topic: Malatina's Servant (Yolius) Minigame
Replies: 98
Views: 32067

Re: Malatina's servant minigame?

Just curious if there is any way to simply dig until a spike is detected, and then stand on it to die and res out rather than completing the game or waiting the full 7 mins for it to finish. sorta like repeat repeat Yolious() until spike == true player:rest() until not player.Alive RoMScript("B...
by ZZZZZ
Tue Nov 12, 2013 7:58 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Userfunction Lootomatic - Control lootomatic from rombot
Replies: 12
Views: 5174

Re: Userfunction Lootomatic - Control lootomatic from rombot

Its more or less Lootomatic but i believe updated + a few more features.

http://rom.curseforge.com/addons/lootit/
by ZZZZZ
Mon Nov 11, 2013 8:16 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Userfunction Lootomatic - Control lootomatic from rombot
Replies: 12
Views: 5174

Re: Userfunction Lootomatic - Control lootomatic from rombot

Can this be easily modified for Lootit! or is that another kettle of fish?
by ZZZZZ
Mon Nov 11, 2013 12:08 pm
Forum: Runes of Magic
Topic: Guild Resourses
Replies: 13
Views: 2520

Re: Guild Resourses

yes! Thank you.
by ZZZZZ
Mon Nov 11, 2013 9:59 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: BlubBlab's Andor Training
Replies: 78
Views: 26529

Re: BlubBlab's Andor Training

I added else repeat RoMScript("CloseWindows()"); yrest(100) player:target_NPC(120687); until RoMScript("SpeakFrame:IsVisible()"); to line 170 - 175 under loadPaths(When_Finished) and havn't had an issue with the bot getting stuck in timed after reaching the pre-set score limit an...
by ZZZZZ
Mon Nov 11, 2013 9:55 am
Forum: Runes of Magic
Topic: Guild Resourses
Replies: 13
Views: 2520

Guild Resourses

Havn't been able to find anything so far about this, but have been looking for any way to determine which guild resource is the lowest, eg. guild = RoMScript("GetGuildInfo()") if guild Herb > guild Wood and guild Ore > guild Wood then --- get wood elseif guild Wood > guild Herb and guild O...
by ZZZZZ
Wed Oct 30, 2013 1:54 am
Forum: Runes of Magic
Topic: Focus command?
Replies: 2
Views: 1039

Re: Focus command?

Ahh thanks Rock, couldn't find it :/ Also could you move this post to board index/games/runes of magic? I didn't realise i posted this under Userfunctions, waypoints etc.
by ZZZZZ
Wed Oct 30, 2013 1:18 am
Forum: Runes of Magic
Topic: Focus command?
Replies: 2
Views: 1039

Focus command?

Trying to find if there is a command to focus a target. (Usually you target something, right click its portrait and click focus) Have tried a few different in-game macro's and also searched on this forum but haven't been able to find anything. gate = player:findNearestNameOrId(112064) if gate then p...
by ZZZZZ
Fri Oct 25, 2013 2:41 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: BlubBlab's Andor Training
Replies: 78
Views: 26529

Re: BlubBlab's Andor Training

Got this error on one of my characters today: Wave: 13, Score: 3140 Wave: 14, Score: 3595 Wave: 15, Score: 4081 Wave: 16, Score: 4596 Wave: 17, Score: 5146 Event finished, end score was 5721We try to find NPC 120687: We successfully target NPC Magelly Basac and try to open the dialog window. Use MAC...
by ZZZZZ
Fri Oct 25, 2013 1:35 am
Forum: Runes of Magic
Topic: Fast login
Replies: 7
Views: 1973

Re: Fast login

Thanks again Rock, made it into a function, had some issues with finding the mount just after loading in a new character with fastlogin but added player:update() and inventory:update(). Wasn't sure which 1 updates partner bag so did both to be safe. function MOUNT() player:update() inventory:update(...
by ZZZZZ
Wed Oct 23, 2013 4:50 am
Forum: Runes of Magic
Topic: Fast login
Replies: 7
Views: 1973

Re: Fast login

Also, rather than starting a new thread figured i would ask here, is it possible to check for a mount, and if you dont have one use mount rental tickets until you get a 7 day mount? something like: If player has mount then player:mount(); else repeat inventory:update(); if inventory:itemTotalCount(&...
by ZZZZZ
Wed Oct 23, 2013 4:12 am
Forum: Runes of Magic
Topic: Fast login
Replies: 7
Views: 1973

Re: Fast login

I never would have guessed that >.< Using "D.H-Survival" worked, thanks guys.
by ZZZZZ
Wed Oct 23, 2013 1:05 am
Forum: Runes of Magic
Topic: Fast login
Replies: 7
Views: 1973

Fast login

When using fast login i get this error: Moving to waypoint #13, (4778, -2014) Changing to character 1 account 3. Player address changed: 0x2CCF0F00 Maximum range of range attack skills is less than COMBAT_DISTANCE 70. Reducing C OMBAT_DISTANCE setting to 50. Maximum range of range attack skills is l...
by ZZZZZ
Tue Oct 22, 2013 11:03 am
Forum: RoM general
Topic: SavedVariables Directory
Replies: 1
Views: 1520

SavedVariables Directory

Just wondering if anyone knows how to change the directory that addon/character settings get saved in? Playing between different servers while having the same name can really screw up the other (changing macro's, action bars etc). Just after a way to change it from /users/documents/runes of magic to...
by ZZZZZ
Tue Oct 08, 2013 12:50 am
Forum: Runes of Magic
Topic: Crashing within minutes of starting the bot
Replies: 5
Views: 1479

Re: Crashing within minutes of starting the bot

Downloaded a new client and still it crash's. I keep getting this error when it does Charcoal-Roasted Ostrich Platter Wooden Deer Carving Go to Transparent Fruit Platter Player Teleported to X: 3772 Z: 3788 Y: 3027 The game client did not crash. 3:42pm - E:/Micromacro/scripts/rom/functions.lua:739: ...
by ZZZZZ
Sun Oct 06, 2013 6:43 am
Forum: Runes of Magic
Topic: Crashing within minutes of starting the bot
Replies: 5
Views: 1479

Re: Crashing within minutes of starting the bot

Oh god....I hope that isn't the reason....55 addons suck to setup :/ Will test it out now.

Nope still crashed... will have to re-install, thanks anyway.
by ZZZZZ
Sat Oct 05, 2013 7:24 pm
Forum: Runes of Magic
Topic: Crashing within minutes of starting the bot
Replies: 5
Views: 1479

Re: Crashing within minutes of starting the bot

Uhh tried everything you suggested and w/e else I could think of...no addons/no profiles/basic userfunctions/simple waypoints/re-downloaded mm etc, still crashes as it is doing waypoints, even ROMeo crashes the client if i use Swimhack :( Guess it has to do with my client, thanks anyway.
by ZZZZZ
Sat Oct 05, 2013 5:58 am
Forum: Runes of Magic
Topic: Crashing within minutes of starting the bot
Replies: 5
Views: 1479

Crashing within minutes of starting the bot

As the title says I keep crashing only moments after i start a script. Most noticeable is in minigames. I can run through manually but as soon as I try botting it I crit error. If anyone knows anything about how to fix it I would love to know, Micromacro doesnt report any issues just the usual detec...