Search found 213 matches

by zer0
Thu Mar 26, 2009 5:55 am
Forum: Runes of Magic
Topic: RoM-bot not looting
Replies: 4
Views: 2982

Re: RoM-bot not looting

by zer0
Thu Mar 26, 2009 5:53 am
Forum: MicroMacro general & support
Topic: [Feature Request] lib/mods/xml.lua - Write to XML files.
Replies: 1
Views: 1457

[Feature Request] lib/mods/xml.lua - Write to XML files.

Elv I have found that your XML library module is invaluable. Nearly all my configuration data now exists in XML files. There is one thing that I would like it to do though. To easily be able to write to the files as well with set (mutator) functions. Reason I would like this is I think I have figure...
by zer0
Thu Mar 26, 2009 5:40 am
Forum: Everything else
Topic: Shaiya[US] - Shaiya Bot ZS
Replies: 351
Views: 127876

Re: Shaiya[US] - Shaiya Bot ZS

Regarding v0.0352b:
It looks like it has a few bugs, I will make another minor release when I have tested it more extensively. ;)
by zer0
Sun Mar 22, 2009 7:51 am
Forum: Everything else
Topic: Shaiya[US] - Shaiya Bot ZS
Replies: 351
Views: 127876

Re: Shaiya[US] - ZS Shaiya Bot

New release made to be compatible with latest Shaiya version 47.

See First post.

v0.0352b -
* Memory address offsets moved to config.xml.
* Removal of some redundant code.
by zer0
Tue Feb 24, 2009 7:05 am
Forum: Everything else
Topic: Shaiya[US] - Shaiya Bot ZS
Replies: 351
Views: 127876

Re: Shaiya[US] - ZS Shaiya Bot

by zer0
Mon Feb 23, 2009 7:19 am
Forum: Everything else
Topic: Shaiya[US] - Shaiya Bot ZS
Replies: 351
Views: 127876

Re: Shaiya[US] - ZS Shaiya Bot

People who are posting issues read through this thread first, some of you are posting questions that have already been answered in prior posts.

Read from here onwards:
http://solarimpact.servegame.com/phpBB3 ... t=80#p2130
by zer0
Mon Feb 23, 2009 7:10 am
Forum: MicroMacro general & support
Topic: xml.lua - Added mod to parse hex strings as a number
Replies: 2
Views: 1677

xml.lua - Added mod to parse hex strings as a number

I added a mod to change parsed hex strings to a number. Handy if you want to put hexadecimal as a value. For example: <config name="mem_offset">0x0f00</config> Becomes 1024. In XML.lua: Here was the mod. -- convert hex string to number. if( string.find(data, "^(0x%x+)$") ~= nil) ...
by zer0
Mon Feb 16, 2009 9:12 pm
Forum: MicroMacro general & support
Topic: How to read memory at specific instructions
Replies: 7
Views: 2391

Re: How to read memory at specific instructions

edited: Elv there isn't a way MM could be programmed to do it without me using any fancy DLL injections is there? I've encountered a few things that are temporary memory, but have been unable to access them due to MM's limitations. Would it be possible to have a read register function (I have no ide...
by zer0
Mon Feb 16, 2009 8:09 pm
Forum: MicroMacro general & support
Topic: How to read memory at specific instructions
Replies: 7
Views: 2391

Re: How to read memory at specific instructions

That doesn't sound right Elverion, because I've already searched the memory for a changing target name and found nothing. So I looked for the base address of a Monster name, then searched for what accesses the address, and isolated the instructions that way, as far as I can tell it uses temporary me...
by zer0
Mon Feb 16, 2009 6:50 am
Forum: MicroMacro general & support
Topic: How to read memory at specific instructions
Replies: 7
Views: 2391

How to read memory at specific instructions

Hey all, I am trying to do a few things extra with my bot, but found that I need to read memory addresses at specific ASM instructions, my question is how would I go about doing this? DLL injection? And if so how would I code the DLL and use it in MicroMacro? Can you provide a reference or a tutoria...
by zer0
Fri Feb 13, 2009 12:57 am
Forum: Everything else
Topic: Shaiya[US] - Shaiya Bot ZS
Replies: 351
Views: 127876

Re: Shaiya[US] - ZS Shaiya Bot

I've tried briefly, it works but not very well because the bot has been designed to battle one mob at a time. However, I have been able to get a Guardian bot running via a Virtual Machine that done a ok job at luring mobs. You have to do a few extra things though. In My_Avatar.xml in the options: S...
by zer0
Fri Feb 06, 2009 12:17 am
Forum: Everything else
Topic: Shaiya[US] - Shaiya Bot ZS
Replies: 351
Views: 127876

Re: Shaiya[US] - ZS Shaiya Bot

Make sure that in your Control Panel >> Power Options, the monitor is not set to turn off, if it is then the script will not be able to detect any pixels.
by zer0
Thu Feb 05, 2009 11:57 pm
Forum: Everything else
Topic: Shaiya[US] - Shaiya Bot ZS
Replies: 351
Views: 127876

Re: Shaiya[US] - ZS Shaiya Bot

No the latest patch didn't affect the script at all, the reason it's not targeting is because you haven't overridden the default value of minimum target color, and trying to target white color mobs. In your My_Avatar.xml file: <option name="target_difficulty_color_min" value="white&qu...
by zer0
Thu Feb 05, 2009 2:47 am
Forum: Everything else
Topic: Shaiya[US] - Shaiya Bot ZS
Replies: 351
Views: 127876

Re: Shaiya[US] - ZS Shaiya Bot

The sit shortcut by default is the "C" key, if you changed it in-game you'll need to change it in constants.lua. In "constants.lua", line 38: sit=key.VK_C, Change it to the key you have re-assigned it too. Your hp, mp, sp sit tolerance can be set with the following options in My_...
by zer0
Wed Feb 04, 2009 9:35 pm
Forum: Everything else
Topic: Shaiya[US] - Shaiya Bot ZS
Replies: 351
Views: 127876

Re: Shaiya[US] - ZS Shaiya Bot

Past any kind of code or debugging between CODE tags. This is code Most likely you haven't assign the skills in your My_avatar.xml file to the right shortcut slots. If you do that it looks for the wrong messages in the client console, never seeing it as successfully pressed. Post your My_Avatar.xml ...
by zer0
Wed Feb 04, 2009 9:07 am
Forum: Everything else
Topic: Shaiya[US] - Shaiya Bot ZS
Replies: 351
Views: 127876

Re: Shaiya[US] - ZS Shaiya Bot

So there was no attacking but spamming buffs, and it would only target the monsters never pressing the attack button(the monsters were green). I used the avatar.lua that came with the bot and i figured that that one didn't attack either but it did spam a wider array of buttons so i just moved my at...
by zer0
Tue Feb 03, 2009 9:10 am
Forum: Everything else
Topic: Shaiya[US] - Shaiya Bot ZS
Replies: 351
Views: 127876

Re: Shaiya[US] - ZS Shaiya Bot

How did you disable windows previewing? Start, right click properties, taskbar tab, un-tick Show window previews (thumbnails), then apply. Make sure you close all windows except Shaiya, and MicroMacro. hmm, maybe if Elverion takes a look at it he might have a better idea of the issue. When are you t...
by zer0
Tue Feb 03, 2009 6:27 am
Forum: Everything else
Topic: Shaiya[US] - Shaiya Bot ZS
Replies: 351
Views: 127876

Re: Shaiya[US] - ZS Shaiya Bot

Do the Cheat Engine Tutorials it will show you how to locate the base address of a pointer. Yes the character, avatar pointer are probably the same just different wording. Why not attach Shaiya to Cheat Engine, then manually add a pointer, enter the pointer address and the hp offset, and see if it b...