Search found 111 matches

by Eggman1414
Fri Dec 27, 2013 9:30 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Fusion Control Functions
Replies: 187
Views: 60516

Re: Rock5's Fusion Control Functions

After deleting the folder, I reinstalled and it seemed to fix it. But the FPS goes to like 3. Its an addon problem but the userfunction seems to work
by Eggman1414
Fri Dec 27, 2013 9:28 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Fusion Control Functions
Replies: 187
Views: 60516

Re: Rock5's Fusion Control Functions

Seems like there is a problem. from the curse page. Emmm... the f+i button seems to have a problem. The settings are: use fusion stones random and fusion stones, item tier lvl 5, max stats 3 and allow green, blue and purple items.so last time i used f+i button with a lvl 80 purple item and it took i...
by Eggman1414
Fri Dec 27, 2013 8:54 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Fusion Control Functions
Replies: 187
Views: 60516

Re: Rock5's Fusion Control Functions

I have Recall Belts(T5) and Random Fusion Stones. I set the config to use Random Fusion Stones and clicked the white button
by Eggman1414
Fri Dec 27, 2013 8:33 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Fusion Control Functions
Replies: 187
Views: 60516

Re: Rock5's Fusion Control Functions

Errors out at line 249: RoMScript("Fusion:Do_onClick(FusionFrame_Do)"); Checked it for you Should be RoMScript("Fusion:Do_OnClick(FusionFrame_Do)") the "o" was not Cap. :) but I cant seem to get it to start. It just tells me, not enough items to transmute. I have random...
by Eggman1414
Fri Dec 27, 2013 5:44 am
Forum: Runes of Magic
Topic: Tier Stone Production: 2 Scripts to Rule them All
Replies: 76
Views: 21924

Re: Tier Stone Production: 2 Scripts to Rule them All

is there a way for the bot to choose the closest waypoint under a tag? For example: I have set up a crash option for my waypoint: print("Did the Client Crash?") print("1. Yes 2. No") crash = io.stdin:read(); crash = tonumber(crash); while crash == 1 do print("Did the client ...
by Eggman1414
Fri Dec 27, 2013 3:31 am
Forum: Runes of Magic
Topic: Tier Stone Production: 2 Scripts to Rule them All
Replies: 76
Views: 21924

Re: Tier Stone Production: 2 Scripts to Rule them All

Thanks works perfectly :)
by Eggman1414
Fri Dec 27, 2013 2:20 am
Forum: Runes of Magic
Topic: Tier Stone Production: 2 Scripts to Rule them All
Replies: 76
Views: 21924

Re: Tier Stone Production: 2 Scripts to Rule them All

<?xml version="1.0" encoding="utf-8"?><waypoints type="TRAVEL"> <onLoad> -- Buy Belts script - V2.0 - written by Jandrana -- Edited by Eggman1414 <!-- Name Table is where you list all characters you want to send belts too --> nameTable = { "Names are here" };...
by Eggman1414
Fri Dec 27, 2013 12:05 am
Forum: Runes of Magic
Topic: Tier Stone Production: 2 Scripts to Rule them All
Replies: 76
Views: 21924

Re: Tier Stone Production: 2 Scripts to Rule them All

Does anyone know how to get a table to print each entry with an index number next to it using columns? Perhaps using something like this? local inc = math.ceil(#nameTable/4) for i = 1, inc do local val1 = nameTable[i] local val2 = nameTable[i + inc] local val3 = nameTable[i + inc*2] local val4 = na...
by Eggman1414
Thu Dec 26, 2013 8:00 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Fusion Control Functions
Replies: 187
Views: 60516

Re: Rock5's Fusion Control Functions

interesting about the frames though, didn't know that's how it worked in the first place. I agree, those two functions are really the only ones anyone will want to use.
by Eggman1414
Thu Dec 26, 2013 5:01 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Fusion Control Functions
Replies: 187
Views: 60516

Re: Rock5's Fusion Control Functions

As im sure your aware, the new fusion no longer works with your userfunction, I think he rewrote the frames.
by Eggman1414
Thu Dec 26, 2013 2:00 am
Forum: Runes of Magic
Topic: Tier Stone Production: 2 Scripts to Rule them All
Replies: 76
Views: 21924

Re: Tier Stone Production: 2 Scripts to Rule them All

I keep getting this error. /micromacro/scripts/rom/classes/waypointlist.lua:83: Failed to compile and run Lua code for waypointlist onLoad event. Also Rock, yes the fusion part did fail: IGF:\FusionFrame1:Show()\ [string "local a={FusionFrame1:Show()} return a"]:1: attempt to index global ...
by Eggman1414
Thu Dec 26, 2013 12:39 am
Forum: Runes of Magic
Topic: Tier Stone Production: 2 Scripts to Rule them All
Replies: 76
Views: 21924

Re: Tier Stone Production: 2 Scripts to Rule them All

Does anyone know how to get a table to print each entry with an index number next to it using columns? for example: for k,v in pairs(nameTable) do print(k, v) end; That will print all names in nameTable. In a single column looks like this 1 character 2 character 3 character 4 character 5 character 6...
by Eggman1414
Tue Dec 24, 2013 6:04 am
Forum: Runes of Magic
Topic: Tier Stone Production: 2 Scripts to Rule them All
Replies: 76
Views: 21924

Re: Tier Stone Production: 2 Scripts to Rule them All

Maybe I should of explained it better. If I am running my buybelts script, and the client crashes while sending belts to character 7, I have to restart the script and hence start over sending belts. It starts at 1 again.
by Eggman1414
Tue Dec 24, 2013 4:21 am
Forum: Runes of Magic
Topic: Tier Stone Production: 2 Scripts to Rule them All
Replies: 76
Views: 21924

Re: Tier Stone Production: 2 Scripts to Rule them All

Ok so I'm running into some problems. The first problem is something I should of added in the beginning, Is there a way to code a menu to come up in Rombot and list the characters, and have the user select which one to start at or start at the beginning. For example, if the client crashes you have t...
by Eggman1414
Mon Dec 23, 2013 12:21 am
Forum: Runes of Magic
Topic: Tier Stone Production: 2 Scripts to Rule them All
Replies: 76
Views: 21924

Re: Tier Stone Production: 2 Scripts to Rule them All

Havent tried the new fusion, Ill check it out see what happens
by Eggman1414
Sun Dec 22, 2013 8:45 pm
Forum: Runes of Magic
Topic: Tier Stone Production: 2 Scripts to Rule them All
Replies: 76
Views: 21924

Re: Tier Stone Production: 2 Scripts to Rule them All

Updated with V2.0.
Features:

Uses blank Tier 5 Belts from Sarlo instead of Tier 4 Belts from Limon
More compact code
by Eggman1414
Sat Dec 21, 2013 1:16 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's travelTo userfunction
Replies: 145
Views: 63013

Re: Rock5's travelTo userfunction

What should the optionString var be when adding a new portal? For instance, I am trying to add Sarlo to the function but am unable for the bot to find Sarlo? this is what I added Under Node List Sarlo = {Zone=26, Npc={Id=118219, X=-17872, Z=-3332, Y=804}, ConnectsTo={"Syrbal"}}, and under ...
by Eggman1414
Mon Dec 02, 2013 1:45 am
Forum: Runes of Magic
Topic: Improving language support
Replies: 11
Views: 2249

Re: Improving language support

Interesting idea, Would seem pretty cool, if not to just have a little bit more customization.
by Eggman1414
Wed Oct 23, 2013 1:16 am
Forum: Runes of Magic
Topic: Fast login
Replies: 7
Views: 1957

Re: Fast login

loadPaths(D.H-Survival)
That seems to be your error.

The reason
attempt to index global
'D'
Your path is reading as D.H-Survival, like cmd.exe H-Survival is .exe

I believe thats the reason. Im sure someone will correct me if it is wrong.
by Eggman1414
Fri Sep 13, 2013 10:09 am
Forum: Runes of Magic
Topic: Rombot WindowVaild Error
Replies: 1
Views: 917

Rombot WindowVaild Error

Just started up the bot and got this error, first time its happened to me.
Image


Any Ideas?