Search found 545 matches

by MiesterMan
Sat Mar 24, 2012 10:07 pm
Forum: MicroMacro general & support
Topic: removing numbers after decimal.
Replies: 4
Views: 2876

Re: removing numbers after decimal.

I know how to do that in C++ for outputting to a printf, not sure if it works the same with lua.

http://www.lua.org/manual/5.1/

If it is the same than you put a .0 after it like:

Code: Select all

printf("You have %.0f hp.\n",hpFloat);
by MiesterMan
Thu Mar 22, 2012 5:34 pm
Forum: MicroMacro general & support
Topic: Hi all, Is there a command to send and receive TCP messages
Replies: 22
Views: 7537

Re: Hi all, Is there a command to send and receive TCP messa

Always looking for new games to play. What exactly changed about the game? Is it free to play? Did they add some crapshield like gameguard or punkbuster to go with it? And what language was the script in? Autoit scripts can almost directly be converted into lua to work with micromacro without all th...
by MiesterMan
Thu Mar 22, 2012 11:29 am
Forum: Off topic
Topic: Return of the crapshield!
Replies: 14
Views: 16797

Re: Return of the crapshield!

Oh, all I was thinking to do was remove the hooks that blocked viewing memory. There is no macro system in the game so everything I'd want to do is strictly reading memory so I figured that would be enough (But I don't even know how to do that yet so it's still just in my head).
by MiesterMan
Thu Mar 22, 2012 10:01 am
Forum: Runes of Magic
Topic: Using bot to +++ items?
Replies: 38
Views: 16672

Re: Using bot to +++ items?

It was for the rating calculation of gear. Btw, I gave up on that being usable too. It seems that each kind of gear has its own kind of plus values and it's different for unconstant level ranges/crafted/dropped/quested items. But I could have sworn you already added to code to find that and figured ...
by MiesterMan
Thu Mar 22, 2012 9:50 am
Forum: Off topic
Topic: Return of the crapshield!
Replies: 14
Views: 16797

Re: Return of the crapshield!

I wanted to know what DLL I needed to write the fix for as I'd only ever heard of ntdll that has the debug functions but I wasn't able to see any names after I loaded the executable for Eligium. Now here's the funny part, I loaded the executable and while loading I could see the memory in the disass...
by MiesterMan
Thu Mar 22, 2012 7:22 am
Forum: MicroMacro general & support
Topic: Hi all, Is there a command to send and receive TCP messages
Replies: 22
Views: 7537

Re: Hi all, Is there a command to send and receive TCP messa

If you are using this for runes of magic I believe there are a lot of work arounds for this already. I know MM has some network functionality but I've never worked with it myself. This is the link to the "Network Functions" section of the micromacro manual, if it helps: http://www.solarstr...
by MiesterMan
Thu Mar 22, 2012 7:19 am
Forum: MicroMacro scripts
Topic: Micro Macro for Eligium?
Replies: 50
Views: 35237

Re: Micro Macro for Eligium?

I don't see why it would be different, maybe try reinstalling micromacro with the latest version (download the latest version to a new folder and put the bot script in it) then run that to see if something's wrong with the install. You'd have to ask admin if something different and I'm pretty sure v...
by MiesterMan
Wed Mar 21, 2012 12:37 pm
Forum: Runes of Magic
Topic: Using bot to +++ items?
Replies: 38
Views: 16672

Re: Using bot to +++ items?

rock5 wrote:Was there a question in that statement?
Sorry, yes there was. I didn't word it very well though. Have all those data been added to the bot or no?
by MiesterMan
Wed Mar 21, 2012 12:33 pm
Forum: MicroMacro general & support
Topic: A few question: data types & structures
Replies: 2
Views: 1965

Re: A few question: data types & structures

Administrator wrote:automagically
I love that term! :lol:
by MiesterMan
Tue Mar 20, 2012 9:51 pm
Forum: Runes of Magic
Topic: Using bot to +++ items?
Replies: 38
Views: 16672

Re: Using bot to +++ items?

This topic must be ancient because I recall you figured out the math for this when we discussed it in my userfunc for swapping equipment (which is still in BETA... :lol: ).
by MiesterMan
Tue Mar 20, 2012 8:09 pm
Forum: Runes of Magic
Topic: Load code after every kill
Replies: 3
Views: 1306

Re: Load code after every kill

lisa, can you hook it by doing something like this: settings.profile.events.onLeaveCombat = function() settings.profile.events.onLeaveCombat() queststate = getQuestStatus(425509) if queststate == "complete" then __WPL:setWaypointIndex(__WPL:findWaypointTag("complete")); end end ?...
by MiesterMan
Mon Mar 19, 2012 9:59 am
Forum: MicroMacro scripts
Topic: Diablo III
Replies: 46
Views: 29177

Re: Diablo III

I never see bots for diablo, only trainers and hacked items. Depending on how they make the gameplay for diablo III, I don't see how a bot is really gonna be a desirable thing. Unless there's that non-hacked character flag you're trying to get by botting it. Even then, is the effort really worth it?
by MiesterMan
Sat Mar 17, 2012 5:41 pm
Forum: MicroMacro scripts
Topic: Micro Macro for Eligium?
Replies: 50
Views: 35237

Re: Micro Macro for Eligium?

I dont know what is wrong with the script. At my Pc it works fine for me. There are no problems.. but my friend got also the problem that the script dont use skill. Is he using the same client? I used the keyword "Eligium*" to attach to the window. If he has more than one window open with...
by MiesterMan
Mon Mar 12, 2012 11:51 am
Forum: MicroMacro scripts
Topic: Micro Macro for Eligium?
Replies: 50
Views: 35237

Re: Micro Macro for Eligium?

You can't put it too close to the text. You want it on the green part of the bar. If you put it within the text then it'll change when the numbers overwrite it. Try to keep it between 0-25% or 75-100%. I know it's an annoying limitation, but unless you're really good at getting just under or over th...
by MiesterMan
Mon Mar 12, 2012 9:57 am
Forum: MicroMacro scripts
Topic: Micro Macro for Eligium?
Replies: 50
Views: 35237

Re: Micro Macro for Eligium?

Hmm, I wonder if I accidentally backspaced over something. I'd been running the bot all day without a problem (aside from activating a feature in the game that you can't even activate from in the game... wierdness).

I corrected the line, let me know if this does the trick.
by MiesterMan
Mon Mar 12, 2012 8:03 am
Forum: MicroMacro scripts
Topic: Micro Macro for Eligium?
Replies: 50
Views: 35237

Re: Micro Macro for Eligium?

This is bot2, it uses an hp check which requires you to have the bot running and the hp/mp bar visible. It usese mouse clicks to detect where on the hp and mp bars you want to pot and then check at an interval if it's time to pot. REMEMBER: If you move the game window you need to reset the bot setti...
by MiesterMan
Mon Mar 12, 2012 5:24 am
Forum: MicroMacro scripts
Topic: Micro Macro for Eligium?
Replies: 50
Views: 35237

Re: Micro Macro for Eligium?

Feedback is welcome, also if anyone knows what key is being pressed that I didn't program the bot to press, or better -- why is it pressing it, please let me know. I'm currently working on a single window color scan version so the bot will be remotely intelligent. This will be a version that require...
by MiesterMan
Mon Mar 12, 2012 5:17 am
Forum: Off topic
Topic: Return of the crapshield!
Replies: 14
Views: 16797

Re: Return of the crapshield!

I was using 2.00 for this, for some reason things look diferent in 1.1 so I'll pull that up for you in a bit.
by MiesterMan
Sun Mar 11, 2012 7:55 pm
Forum: Off topic
Topic: Return of the crapshield!
Replies: 14
Views: 16797

Re: Return of the crapshield!

Step 1, you need to figure out if the executable is packed and encrypted or not. Open it up in Olly and copy the first ~20 lines and post them here. I believe it's packed based on the error message I see in game. When an image file that would be used in game isn't there the console is spammed with ...
by MiesterMan
Sun Mar 11, 2012 7:29 am
Forum: Off topic
Topic: Return of the crapshield!
Replies: 14
Views: 16797

Return of the crapshield!

So, I figured I'd poke around and see what else I've got to play. "Oh, I've got 4story, lets' look at that archaic pos and see we can do." Nope, it's got a crapshield and I dunno how to get around those. Well, may as well take a look at Gate of Anderon now (US version of 4Story), well hell...