Search found 213 matches

by zer0
Thu Jan 15, 2009 7:13 am
Forum: MicroMacro general & support
Topic: [Request] MM Feature Request - Load and recognise image icon
Replies: 6
Views: 2080

[Request] MM Feature Request - Load and recognise image icon

This feature would be very handy indeed, the ability to load graphic image files (I need it for type .tga files), and be able to scan for that image in a given section of the GUI. For example, party member icons on mini-maps: looking in the mini-map section and looking for party member icons. It wou...
by zer0
Thu Jan 15, 2009 6:56 am
Forum: MicroMacro general & support
Topic: Lua - Creating multi-threaded scripts.
Replies: 2
Views: 1326

Re: Lua - Creating multi-threaded scripts.

Oh bugger looks like it's more complicated than I thought. :o

Give me awhile to digest all this. ;)

Thanks as always Elv.
by zer0
Thu Jan 15, 2009 12:47 am
Forum: MicroMacro general & support
Topic: Lua - Creating multi-threaded scripts.
Replies: 2
Views: 1326

Lua - Creating multi-threaded scripts.

Hey all, Wondering how to do multi-threaded scripts, I'm pretty sure it involves the use of co-routines but I don't entirely understand the documentation. http://lua-users.org/wiki/CoroutinesTutorial So just to give you a quick example, if I had the following: function foo() for i=1, 10 do print(&qu...
by zer0
Tue Jan 13, 2009 7:32 pm
Forum: Everything else
Topic: Shaiya[US] - Shaiya Bot ZS
Replies: 351
Views: 127885

Re: Shaiya[US] - ZS Shaiya Bot

I've a problem with bot again. My charcter hit 1-3 times on one mobs then turn to other mobs and do it again. He didn't kill any mobs. How to fix? P.S Thx for answering my previous question. Close Shaiya down, if your using Vista run it as Administrator. When your in do not move the Status info bar...
by zer0
Tue Jan 13, 2009 9:22 am
Forum: Everything else
Topic: Shaiya[US] - Shaiya Bot ZS
Replies: 351
Views: 127885

Re: Shaiya[US] - ZS Shaiya Bot

Hi , i have setup the bot but when i press Ins it simply keep rotating the camera and buff seems he cant target monsters. In micromacro it keep write cycle_target . How to fix ? P.S. : using 0.34b If your using Vista make sure that you run the cracked game.exe as Administrator. Otherwise make sure ...
by zer0
Tue Jan 13, 2009 12:22 am
Forum: Everything else
Topic: Shaiya[US] - Shaiya Bot ZS
Replies: 351
Views: 127885

Re: Shaiya[US] - ZS Shaiya Bot

qwertyqaz:
They explain it from here onwards.
http://forum.cheatengine.org/viewtopic. ... &start=585
So the first half of that thread is pretty useless and old.
by zer0
Mon Jan 12, 2009 10:15 pm
Forum: Everything else
Topic: Shaiya[US] - Shaiya Bot ZS
Replies: 351
Views: 127885

Re: Shaiya - ZS Shaiya Bot

I've got this when I press Insert ...omacro/micromacro/scripts/zs_shaiya/classes/hook.lua:133: bad argument #1 to 'memoryReadString' ((null)) What does it mean? Means it cannot locate the Avatar name, are you using Shaiya[US]? Make sure you have selected the Avatar when your in-game, and your in Sh...
by zer0
Mon Jan 12, 2009 6:32 am
Forum: Everything else
Topic: Shaiya[US] - Shaiya Bot ZS
Replies: 351
Views: 127885

Re: Shaiya - ZS Shaiya Bot

Hang on that Jew's with just a simple mod I made.

Here is mine, sorry:
~Download~

It uses 7-zip compression.
by zer0
Mon Jan 12, 2009 6:04 am
Forum: Everything else
Topic: Shaiya[US] - Shaiya Bot ZS
Replies: 351
Views: 127885

Re: Shaiya - ZS Shaiya Bot

Yep I'm guessing that XML does not allow extended ASCII. Just use my release it's the exact same without the renaming, and no doughnut icon. ;)
by zer0
Mon Jan 12, 2009 5:56 am
Forum: Everything else
Topic: Shaiya[US] - Shaiya Bot ZS
Replies: 351
Views: 127885

Re: Shaiya - ZS Shaiya Bot

In data/config.xml change: <config name="window_name">ShAiYa</config> To the window name. Jewbacca's release he renamed it with a Squiggly S Extended ASCII. To make the symbol hold ALT then press 0167, then let go. Or just use my release if u can't work it out. http://www.mediafire.com/dow...
by zer0
Mon Jan 12, 2009 4:04 am
Forum: Everything else
Topic: Shaiya[US] - Shaiya Bot ZS
Replies: 351
Views: 127885

Re: Shaiya - ZS Shaiya Bot

New version released, a few changes, please use the config.xml provided. See first post . vvayinsane: Targeting orange mobs worked ok for me, try using the latest version. If it doesn't work open gui.lua In function Gui:get_target_difficulty_color() Uncomment the following lines: line 323: print(&qu...
by zer0
Thu Jan 08, 2009 1:45 am
Forum: MicroMacro general & support
Topic: micromacro
Replies: 8
Views: 2622

Re: micromacro

You'd have to port all your C code into the Lua language, that's assuming that it can be done Lua, as it has some restrictions and features. ".exe", and ".bat" files can be run from Command Prompt. Just because MicroMacro looks like Command Prompt, do not confuse the two, it's ju...
by zer0
Wed Jan 07, 2009 2:06 am
Forum: Everything else
Topic: Shaiya[US] - Shaiya Bot ZS
Replies: 351
Views: 127885

Re: Shaiya - ZS Shaiya Bot

The reason why is im trying to farm lapris outside of d1 ans 95 percent are the mobs are white. I use the shaiya bot but i keep an eye on it cause i dont want it to ks or get stuck I'm trying to sort out the white mob stuff out, I'll release it within a week. For not getting stuck try the wall hack...
by zer0
Tue Jan 06, 2009 11:35 pm
Forum: MicroMacro general & support
Topic: globals startKey and stopKey - accesor and mutator functions
Replies: 4
Views: 1672

Re: globals startKey and stopKey - accesor and mutator functions

I don't think you'd be able to encapsulate it using Lua as all registered variable outside of local are registered as globals. I guess you would have to hard code it and make the variables private in C++. And one more thing, is it possible it's made to work with one key to start/stop. Just like a to...
by zer0
Tue Jan 06, 2009 9:54 pm
Forum: MicroMacro general & support
Topic: globals startKey and stopKey - accesor and mutator functions
Replies: 4
Views: 1672

Re: globals startKey and stopKey - accesor and mutator functions

No, I know it's a global and you can just modify the variable. However, if your newish to programming, the only way you'll know how to change it is by looking at the implementation of "lib.lua" and finding the variable name. Actually it would be a pretty good idea to make the start/stop va...
by zer0
Tue Jan 06, 2009 2:01 am
Forum: MicroMacro general & support
Topic: globals startKey and stopKey - accesor and mutator functions
Replies: 4
Views: 1672

globals startKey and stopKey - accesor and mutator functions

Not sure if u wan't to do this Elv, I guess it's entirely up to you ^_^. but I've noticed that I have needed to change the start and stop key, and by doing so you have to open lib.lua and look for the variables. It would be handy just to have accesor & mutator functions instead so it's more obvi...
by zer0
Sun Jan 04, 2009 2:46 am
Forum: Everything else
Topic: Shaiya[US] - Shaiya Bot ZS
Replies: 351
Views: 127885

Re: Shaiya - ZS Shaiya Bot

vvayinsane wrote:I cant get the script to attack whte mobs..
Why do u wana attack white mobs? No xp in it.
Do you need to farm them for drops or something? White is used to detect when the bot has targeted yourself, I'll see what I can do.
by zer0
Thu Jan 01, 2009 10:33 pm
Forum: MicroMacro general & support
Topic: Gulron's Noob Questions Thread!
Replies: 15
Views: 5061

Re: Gulron's Noob Questions Thread!

Ok, then my best advice is to not start looking at the MicroMacro scripts yet. Instead download lua and do a few tutorials. http://lua-users.org/wiki/LuaTutorial The tutorials may be a bit boring but you can probably pick it up in a few weeks if your new to programming. When your confident that you ...
by zer0
Thu Jan 01, 2009 8:34 pm
Forum: MicroMacro general & support
Topic: Gulron's Noob Questions Thread!
Replies: 15
Views: 5061

Re: Gulron's Noob Questions Thread!

printf is used because Elverion finds it easier to remember and shorter. However it's just a function reference to string.format() which can be located here:
http://lua-users.org/wiki/StringLibraryTutorial