Search found 14 matches

by justAnub
Sat Oct 13, 2012 6:01 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's BuyFromItemShop userfunction
Replies: 123
Views: 36351

Re: Rock5's BuyFromItemShop userfunction

no problem i should have checked if the bug you found was updated in the version i had. :oops:
works like a charm now.
BTW, handy error message, isn't it? The original version would have just hung.
yes that error msg is really handy for getting the bugs out. :thumbs up:
by justAnub
Sat Oct 13, 2012 5:15 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's BuyFromItemShop userfunction
Replies: 123
Views: 36351

Re: Rock5's BuyFromItemShop userfunction

Can't get this userfunction to work, is show's sec password window i see password go in then the error occurs (tried with and without RoMScript("ItemMallFrame:Show()") yrest(1000) -- time for itemshop to pop RoMScript("ItemMallFrame:Hide()") in the userfunction both some result) ...
by justAnub
Thu Oct 11, 2012 3:54 am
Forum: Runes of Magic
Topic: Going through the wall aka teleportToWP()
Replies: 3
Views: 1372

Re: Going through the wall aka teleportToWP()

this waypoint i created goes over the fence then trough the ceiling where is a patch.
by justAnub
Fri Oct 05, 2012 3:57 am
Forum: Runes of Magic
Topic: target all mobs
Replies: 8
Views: 2871

Re: target all mobs

ok i this is the onload section of the waypoint you uploaded i removed the name of you're player for safety and added the code you should add in just before the </onload> tag. <onLoad><![CDATA[ DOD_SOLO = true DOD_PARTY_MEMBERS = {"REMOVED"} if not DOD_SOLO then SlashCommand("ILG on&q...
by justAnub
Thu Oct 04, 2012 6:34 pm
Forum: Runes of Magic
Topic: target all mobs
Replies: 8
Views: 2871

Re: target all mobs

You can add this to youre onload of youre waypont it has all important mobs in DoD you still to set target for bosses tho settings.profile.mobs = { "Experimental Item No. 21", "Incomplete Bloody Beast", "Strange Cask", "Rat for Experimentation", } or use the l...
by justAnub
Mon Sep 17, 2012 6:04 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 314735

Re: rock5's "fastLogin Revisited"

got a problem with this that the bot doesnt reconize any skills inside profile giving this error No ranged skills specified in profile; Turning COMBAT_RANGED_PULL off. Maximum range of range attack skills is less than COMBAT_DISTANCE 200. Reducing COMBAT_DISTANCE setting to 50. this happens when i c...
by justAnub
Sun Sep 09, 2012 9:27 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Teleporter Helper Functions (aka GoToPortal)
Replies: 26
Views: 14295

Re: Rock5's Teleporter Helper Functions (aka GoToPortal)

ok now i see where i messed up, like all thing in life R.T.F.M.
I used GoToPortal(102678), not realizing this one didn't have check's will change to GoThroughPortal() and retest when i return.
by justAnub
Sun Sep 09, 2012 8:36 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Teleporter Helper Functions (aka GoToPortal)
Replies: 26
Views: 14295

Re: Rock5's Teleporter Helper Functions (aka GoToPortal)

i have a small prob with this function the bot doesn't always recognize that a loading-screen appears and just wants to continue, it start buffing while loading or doesn't recognize any skills so its set too melee while character is a mage or shutting down complete because it thinks the game disconn...
by justAnub
Sun Sep 09, 2012 8:26 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: userFunction Deny party whisper
Replies: 1
Views: 1230

userFunction Deny party whisper

Created a small userfunction for when you running a mems bot like DoD farm or GC easy that when you get whisperd if they can join youre pt the bot replies pt is full or when a guildie or anyone else whispers to you it will reply that youre busy atm and wil come back to them in a while. inside the us...
by justAnub
Tue May 01, 2012 12:31 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Xaviera waypoint file lvl 42-48
Replies: 11
Views: 6963

Re: Xaviera waypoint file lvl 42-48

Sorry for the late reply, lisa is right it starts at snoop in xaviera. now i did run in some problem the code i have is if player.Level > 43 then if player.Class1 == CLASS_PRIEST OR player.Class1 == CLASS_DRUID then __WPL:setWaypointIndex(__WPL:findWaypointTag("2Chupra")) __WPL:setForcedWa...
by justAnub
Sat Apr 21, 2012 11:06 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Xaviera waypoint file lvl 42-48
Replies: 11
Views: 6963

Xaviera waypoint file lvl 42-48

Its not 100% perfect butt think i can share it now. This waypoint file starts from snoop and will lvl you to 48 so that you're ready to do butterfly/dog meat daylie. Problems atm are: Calm The Fury quest not always completes and want to so it multiple times a day which is impossible. ps thx to Mushr...
by justAnub
Sat Apr 21, 2012 4:18 am
Forum: Runes of Magic
Topic: Energy of Justice
Replies: 61
Views: 19042

Re: Energy of Justice

In the addon Dailynotes(rev 4.0.8) there is a option to auto quest and it wil not turn in the event quest when event is not up, been trying to understand a little bit of the code of the addon but my programming skill are too low to find any clue :cry:
by justAnub
Sat Sep 03, 2011 6:06 am
Forum: Runes of Magic
Topic: Memento farming - concept - Dalanis Dungeon
Replies: 255
Views: 101691

Re: Memento farming - concept - Dalanis Dungeon

got it working now, used the timer with onskill cast. in waypoint: if target and target.Name == "Okander \"Mad Man\" Mallen" then player:cast("MAGE_ENERGY_WELL"); player:cast("MAGE_ENERGY_INFLUX"); player:cast("MAGE_INTENSIFICATION"); player:cast(&qu...
by justAnub
Fri Sep 02, 2011 1:48 pm
Forum: Runes of Magic
Topic: Memento farming - concept - Dalanis Dungeon
Replies: 255
Views: 101691

Re: Memento farming - concept - Dalanis Dungeon

i tried multiple version using eventmonitor and timer. Eventmonitor version works for so far that he does get out of the way when madd mallen shout's ill crush you but does it after target is dead, im probaly using it wrong. Other thing is i don't want too much stuff in my on skill cast of profile, ...