Search found 13 matches

by SouthernLights
Tue Apr 22, 2014 5:31 am
Forum: Runes of Magic
Topic: Rogue rotation
Replies: 47
Views: 12053

Re: Rogue rotation

Yes Lisa there are level 81 daggers. Can buy them outside grotto of horror.
by SouthernLights
Mon Mar 31, 2014 5:36 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Mana Stone Tier Production Factory Now V2.5 06/08/2014
Replies: 161
Views: 58730

Re: Mana Stone Tier Production Factory V2.4

I assume so. How would I check? I mean I know I've updated to revision 772 as of now, and continue to have the same issue with the small exception that the error says line 84 instead of 83.
by SouthernLights
Sat Mar 29, 2014 4:16 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Mana Stone Tier Production Factory Now V2.5 06/08/2014
Replies: 161
Views: 58730

Re: Mana Stone Tier Production Factory V2.4

Yea I see other people's post so I know it works, just wish it did for me lol
by SouthernLights
Sat Mar 29, 2014 3:15 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Mana Stone Tier Production Factory Now V2.5 06/08/2014
Replies: 161
Views: 58730

Re: Mana Stone Tier Production Factory V2.4

Well fooey. Was hoping I could use this to make some tier stones with all the garden alts I created. But alas, it seems it is not to be.
by SouthernLights
Fri Mar 28, 2014 4:06 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Mana Stone Tier Production Factory Now V2.5 06/08/2014
Replies: 161
Views: 58730

Re: Mana Stone Tier Production Factory V2.4

<?xml version="1.0" encoding="utf-8"?><waypoints type="TRAVEL"> <onLoad> <!-- Eggman1414's Mana Stone Production Script --> <!-- V2.4 --> <!-- 01/26/2014 --> <!-- Two User options need changed --> <!-- line 11 and line 18 --> function buycharges() BuyFromItemShop(896, ...
by SouthernLights
Thu Mar 27, 2014 5:56 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Mana Stone Tier Production Factory Now V2.5 06/08/2014
Replies: 161
Views: 58730

Re: Mana Stone Tier Production Factory V2.4

so i copied the onload code from daily pasted in its own file and saved it as a lua. still not sure what i should be looking for mistake wise. i am noob to writing code :(
by SouthernLights
Thu Mar 27, 2014 12:54 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Mana Stone Tier Production Factory Now V2.5 06/08/2014
Replies: 161
Views: 58730

Re: Mana Stone Tier Production Factory V2.4

table.insert(self.Waypoints, tmp); elseif( string.lower(name) == "onload" ) then if( string.len(action) > 0 and string.find(action, "%w") ) then self.onLoadEvent = loadstring(action); assert(self.onLoadEvent, sprintf(language[152])); if( _G.type(self.onLoadEvent) ~= "functi...
by SouthernLights
Tue Mar 25, 2014 11:17 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Secret Garden Ideas
Replies: 105
Views: 31973

Re: Secret Garden Ideas

Z, Lisa, Rock Thanks a ton you guys. I just did in about an hour what it has taken me 4-5 to do for the past few days. You guys are EPIC! Now if I can just get Egg's mana stone system running ill be set! Again, thanks for all the hard work!
by SouthernLights
Tue Mar 25, 2014 8:01 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Mana Stone Tier Production Factory Now V2.5 06/08/2014
Replies: 161
Views: 58730

Re: Mana Stone Tier Production Factory V2.4

desktop/micromacro/scripts/rom/classes/waypointlist.lua:83: Failed to compile and run Lua code for waypointlist onLoad event. That might be a 0 instead of an 8.
by SouthernLights
Tue Mar 25, 2014 6:15 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Secret Garden Ideas
Replies: 105
Views: 31973

Re: Secret Garden Ideas

Awesome stuff guys! Question. When the first character finished and went outside, it sent an error ""attempt to call global 'SetCharList' <a nil value>"" Is this a setup failure on my part? *EDIT* Figured it out. My noob behind forgot to get the userfunction for LoginNextChar. So...
by SouthernLights
Tue Mar 25, 2014 5:06 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Secret Garden Ideas
Replies: 105
Views: 31973

Re: Secret Garden Ideas

Lisa, so how do I use that code you posted there? I have been running like 60+ chars through manually and it is killing my keyboard and mind! LoL I have a basic understanding of running MM and RoMbot. Basically meaning that I can turn it on, tell it to run, and copy/paste scripts and functions where...
by SouthernLights
Mon Mar 24, 2014 3:27 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Mana Stone Tier Production Factory Now V2.5 06/08/2014
Replies: 161
Views: 58730

Re: Mana Stone Tier Production Factory V2.4

Ok I have dl'd all the userfunctions and all waypoints and everything is where it should be.. I believe lol I keep getting the error Failed to compile and run Lua code for waypointlist onLoad event. I have read through the posts but have not seen how to fix this. Any help?