Search found 119 matches

by OneofMany
Thu Nov 03, 2011 8:31 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Fusion Control Functions
Replies: 187
Views: 60158

Re: Rock5's Fusion Control Functions

Thnx Rock, u've been a great help allways!

what i see in the fusion thing, and it does not concern me but. It allways opens the fusion addon twice ? is that normal?
by OneofMany
Thu Nov 03, 2011 8:01 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Fusion Control Functions
Replies: 187
Views: 60158

Re: Rock5's Fusion Control Functions

Ok, i got the tiering done, but now..... I want to make an excellent belt and a puri into a mana stone. I found that, if the puri is still in itemshop backpack, it wont work, even not manual, must be the fusion addon then??? If i put the puri into the normal backpack, it works. Question: How can i p...
by OneofMany
Thu Nov 03, 2011 2:56 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Fusion Control Functions
Replies: 187
Views: 60158

Re: Rock5's Fusion Control Functions

Rock, u are a genius. :) nvm my last post :) got it working now!
by OneofMany
Thu Nov 03, 2011 1:57 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Fusion Control Functions
Replies: 187
Views: 60158

Re: Rock5's Fusion Control Functions

But, before i go bump my head cuz i didnt see something again. Can i just make tier stones from the drops i get in Grafu Castle easy? its far more cheaper to just farm gc easy and send the weapons on to all characters. and after that let them upgrade them (only green and blue items) also what i unde...
by OneofMany
Wed Nov 02, 2011 4:34 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Fusion Control Functions
Replies: 187
Views: 60158

Re: Rock5's Fusion Control Functions

Would it be possible, to send a character 20 weapons lvl67 and send them too a character The bot will have too: buy random fusion stones and start tiering cuz i get an error when running this in my script: local tobuy = Fusion_NumberToBuy(20) local stonename = RoMScript("TEXT('Sys202999_name')&...
by OneofMany
Tue Nov 01, 2011 10:08 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's BuyFromItemShop userfunction
Replies: 123
Views: 35947

Re: Rock5's BuyFromItemShop userfunction

It does work without, but not foolproof. so i kept it in...

Also he removed the security checks. I'd like to keep those in too

And Diman, the error was because u didnt open the itemshop first. i bet it works now with only opening the itemshop and leaving the other commands in
by OneofMany
Tue Nov 01, 2011 9:36 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's BuyFromItemShop userfunction
Replies: 123
Views: 35947

Re: Rock5's BuyFromItemShop userfunction

3 accounts, 3 successes.

so opening itemshop and closing it again each transaction seems needed it seems.
by OneofMany
Tue Nov 01, 2011 9:21 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's BuyFromItemShop userfunction
Replies: 123
Views: 35947

Re: Rock5's BuyFromItemShop userfunction

i think i got it. I found out, when i open the itemshop (so it gets visible) and i close it again, then run the bot. it works! so now i put RoMScript("ItemMallFrame:Show()") yrest(1000) -- time for itemshop to pop RoMScript("ItemMallFrame:Hide()") in the userfunction. and it work...
by OneofMany
Tue Nov 01, 2011 8:22 am
Forum: Runes of Magic
Topic: Finding memory addresses in RoM, a How to Guide.
Replies: 49
Views: 58890

Re: Finding memory addresses in RoM, a How to Guide.

ahaaa, cool.

so tablesbase is the most important one to find then :) nice tip, next time, 1st will be that one then
by OneofMany
Tue Nov 01, 2011 7:54 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's BuyFromItemShop userfunction
Replies: 123
Views: 35947

Re: Rock5's BuyFromItemShop userfunction

so i need to alter something in the .lua to make it work? Because i see the secondary password popup, and get filled in. Then it says "Item shop backpack full" Then i just buy something manually, and i dont have to fill in the password. when i resume the bot, and it comes to its next check...
by OneofMany
Tue Nov 01, 2011 6:18 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's BuyFromItemShop userfunction
Replies: 123
Views: 35947

Re: Rock5's BuyFromItemShop userfunction

And now the strangest thing: i did put the 2 together in the code if inventory:itemTotalCount("Phirius Token Coin") > 1469 then BuyFromItemShop(453,"2ndpass") inventory:useItem(202928) end if inventory:itemTotalCount("Phirius Token Coin") > 1169 then BuyFromItemShop(436...
by OneofMany
Tue Nov 01, 2011 6:11 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's BuyFromItemShop userfunction
Replies: 123
Views: 35947

Re: Rock5's BuyFromItemShop userfunction

Ok, did a bit of testing. Item ID 453 = 10 charges --> works perfectly if inventory:itemTotalCount("Phirius Token Coin") > 1469 then BuyFromItemShop(453,"2ndpass") inventory:useItem(202928) end Item ID 436 = Purified Fusion Stone --> tells me item shop backpack is full if invento...
by OneofMany
Tue Nov 01, 2011 5:50 am
Forum: Runes of Magic
Topic: Create log file for waypoint
Replies: 26
Views: 7111

Re: Create log file for waypoint

For this ill pass :) ur question needs a more pro to answer :)
by OneofMany
Tue Nov 01, 2011 5:24 am
Forum: Runes of Magic
Topic: Create log file for waypoint
Replies: 26
Views: 7111

Re: Create log file for waypoint

remember that its just a text file, that, can be converted to excel using text to columns.

I think you want to fill in an excel form?

maybe try putting some enters and ; in the line. then you will get to youre desired position. Will only work once tho...
by OneofMany
Tue Nov 01, 2011 4:44 am
Forum: Runes of Magic
Topic: Create log file for waypoint
Replies: 26
Views: 7111

Re: Create log file for waypoint

It just starts at the end of file each time, if that is what you want to know?
by OneofMany
Tue Nov 01, 2011 3:54 am
Forum: Runes of Magic
Topic: Finding memory addresses in RoM, a How to Guide.
Replies: 49
Views: 58890

Re: Finding memory addresses in RoM, a How to Guide.

Today we can test our new knowledge again i think. Lets see how far we get. first gonna try the tablesbase :)

EDIT: aww, no practice today ;-) just a server reset :)
by OneofMany
Tue Nov 01, 2011 3:49 am
Forum: Runes of Magic
Topic: Origin 1st boss farm (Life Leecher)
Replies: 21
Views: 6842

Re: Origin 1st boss farm (Life Leecher)

Tried the waypoint yesterday, it will do 3 mems every 3 minutes. Thats doing it solo, had to change waypoints because it wouldnt walk out. And leaveparty/invite didnt work with me. Nice script, but i think GC easy is the fastest mems possible atm, as i get 330 mems/hour solo. not by bot but by hand ...
by OneofMany
Tue Nov 01, 2011 2:17 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's BuyFromItemShop userfunction
Replies: 123
Views: 35947

Re: Rock5's BuyFromItemShop userfunction

I can try again today, after maintenance...
by OneofMany
Mon Oct 31, 2011 10:05 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's BuyFromItemShop userfunction
Replies: 123
Views: 35947

Re: Rock5's BuyFromItemShop userfunction

Im gonna try without the 1 too, maybe that helps... ill report in later...
by OneofMany
Mon Oct 31, 2011 4:01 am
Forum: Runes of Magic
Topic: Origin 1st boss farm (Life Leecher)
Replies: 21
Views: 6842

Re: Origin 1st boss farm (Life Leecher)

Somebody got a ready script for this? Maybe the poster can upload his/her script? How many mems are there to be farmed each hour/night?