Search found 961 matches

by BlubBlab
Sun Dec 06, 2015 10:23 pm
Forum: MicroMacro general & support
Topic: virtual mouse usage
Replies: 12
Views: 12313

Re: virtual mouse usage

Okay I called them:(need some testing) /* mouse.getWindowPosition(hwnd) Returns: number x number y Returns the position of the physical mouse cursor, in pixels insode the window. */ /* mouse.setWindowPosition(hwnd, number x, number y) Returns: nil Attempts to set the physical mouse wheel inside the ...
by BlubBlab
Sun Dec 06, 2015 9:20 pm
Forum: MicroMacro general & support
Topic: virtual mouse usage
Replies: 12
Views: 12313

Re: virtual mouse usage

Should be easy to implement http://stackoverflow.com/questions/6423729/get-current-cursor-position POINT p; if (GetCursorPos(&p)) { //cursor position now in p.x and p.y } This returns the cursor position relative to screen coordinates. Call ScreenToClient to map to window coordinates. if (Screen...
by BlubBlab
Sun Dec 06, 2015 6:22 am
Forum: Guild Wars 2
Topic: I'm a bit confused(and Gw2 is f2p since a while)
Replies: 2
Views: 9379

Re: I'm a bit confused(and Gw2 is f2p since a while)

I can't say it is bad but neither can I say it is whoooha. The best way to describe it is : It was terrible over-hyped especially the point which everyone pointed out which should be the strong points of the game aren't nearly as good as I imagined. I'm also playing DP again when it only would be a ...
by BlubBlab
Sun Dec 06, 2015 5:11 am
Forum: RoM general
Topic: GM Knowledge for Runes of Magic
Replies: 20
Views: 14917

Re: GM Knowledge for Runes of Magic

I can't say much about it only ROM is the second hell of drama I have more then once thought I'm inside a soap when I was still inside of a guild.
by BlubBlab
Sat Dec 05, 2015 11:38 pm
Forum: Guild Wars 2
Topic: I'm a bit confused(and Gw2 is f2p since a while)
Replies: 2
Views: 9379

I'm a bit confused(and Gw2 is f2p since a while)

I tested it and thx to my new PC I haven't any performance issues anymore but I'm not sure from where the problem is. It is possible it is because I'm playing f2p or I missed something but I'm level 17 or something like that and I had basically only 1 quest the rest are events. I mean the game has c...
by BlubBlab
Thu Dec 03, 2015 8:39 pm
Forum: Upcoming games
Topic: Blade and Soul
Replies: 31
Views: 28106

Re: Blade and Soul

I hears blade and soul has a very unique loot system check that out :
https://www.reddit.com/r/bladeandsoul/c ... _dungeons/

So no more I have too much gold and every one is forced to know the market value of the stuff they want to get.
by BlubBlab
Thu Dec 03, 2015 8:36 pm
Forum: MicroMacro general & support
Topic: Regex for MM2
Replies: 7
Views: 10411

Re: Regex for MM2

Thx I will try something else and see if that helps if not MS got my fury^^
Anyway I started to multi-task since I got my new PC soo much to do
by BlubBlab
Thu Dec 03, 2015 4:16 pm
Forum: MicroMacro general & support
Topic: Regex for MM2
Replies: 7
Views: 10411

Regex for MM2

Hi since lua's regex have their limits and not full suport all of them I thought i could make for the string add-on some extra functions but runned into some problems: 1>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\regex(1019): error C2039: 'difference_type': is not a member of 'st...
by BlubBlab
Tue Dec 01, 2015 8:54 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Howling Mountains - Full Zone Quest Series
Replies: 17
Views: 6718

Re: Howling Mountains - Full Zone Quest Series

Hello there, I've been trying your waypoints for a new human character and I've had some problem: On waypoint #245 The bot always stop with an error about the GetSupplies() and the bot stop. I can't find any information about the GetSupplies() function on the wiki and in the userfunction from you a...
by BlubBlab
Mon Nov 30, 2015 2:22 pm
Forum: Runes of Magic
Topic: bot stuck at player adress changed
Replies: 9
Views: 3783

Re: bot stuck at player adress changed

-- Bad read, return if tmpAddress == 0 then cprintf(cli.red, "Error 1"); return end -- Check that it's a valid address by checking the id local tmpId = memoryReadRepeat("uint", getProc(), tmpAddress + addresses.pawnId_offset) or 0 if not tmpId or tmpId < PLAYERID_MIN or tmpId > ...
by BlubBlab
Sun Nov 29, 2015 12:30 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Wander waypoints
Replies: 1
Views: 1944

Re: Wander waypoints

nice idea
by BlubBlab
Sat Nov 28, 2015 2:38 pm
Forum: Runes of Magic
Topic: bot stuck at player adress changed
Replies: 9
Views: 3783

Re: bot stuck at player adress changed

Okay, this is the part I put a print too. I will look what happens Originally I meant every codeblock but at first glance there is a very good chance that is it but only when you don't see a print where the address change in your MM. The reason is it doesn't throw an error when that happen and th b...
by BlubBlab
Sat Nov 28, 2015 2:21 pm
Forum: Runes of Magic
Topic: bot stuck at player adress changed
Replies: 9
Views: 3783

Re: bot stuck at player adress changed

Maybe change it into a loop or at least give an error message.
by BlubBlab
Sat Nov 28, 2015 2:16 pm
Forum: Runes of Magic
Topic: bot stuck at player adress changed
Replies: 9
Views: 3783

Re: bot stuck at player adress changed

In which player:update() ? I thought a little bit about my problem and it has nothing to do with the arcanium arena, but with changing classes generally. When doing arcanium arena, your char changes into duelist and at the end back to your class. Had the same problem when changing class at housemai...
by BlubBlab
Fri Nov 27, 2015 8:55 pm
Forum: RoM general
Topic: GM Knowledge for Runes of Magic
Replies: 20
Views: 14917

Re: GM Knowledge for Runes of Magic

Yes. They're all associated with gms, although, they did only talk about it in private channels on ts or when nobody was around- however, I was lucky enough to overhear Eerie mention some gm activities. Willgrimm- He whispered me shortly after I came back from my second ban- He knew I was botting a...
by BlubBlab
Fri Nov 27, 2015 6:28 pm
Forum: MicroMacro scripts
Topic: MM2 Bot-Framework a work in progress..
Replies: 47
Views: 45260

Re: MM2 Bot-Framework a work in progress..

Okay camera is finished , InputOutput is connected and the externel classes are written.
Still some cleaning up in the abstarct movement class todo and logger decesion is still out and then I need a bot for testing.
by BlubBlab
Fri Nov 27, 2015 6:23 pm
Forum: Misc tools
Topic: My Tool List
Replies: 2
Views: 14086

Re: My Tool List

Administrator wrote:WinPCap is also great for packet capture/edit/replay. Check it out when you're bored.
I know WinPcap but I couldn't get it to work so easily because it is a framework which needs you to know what to do before you have yourself any clue.
by BlubBlab
Fri Nov 27, 2015 3:04 pm
Forum: Runes of Magic
Topic: bot stuck at player adress changed
Replies: 9
Views: 3783

Re: bot stuck at player adress changed

maybe you could add some print in the player:update() ?
by BlubBlab
Fri Nov 27, 2015 9:53 am
Forum: Runes of Magic
Topic: Found a small bug
Replies: 0
Views: 11937

Found a small bug

I found something odd In camera.lua local proc = getProc(); local memerrmsg = "Failed to read memory"; self.XUVec = debugAssert(memoryReadFloat(proc, self.Address + camXUVec_offset), memerrmsg); self.YUVec = debugAssert(memoryReadFloat(proc, self.Address + camYUVec_offset), memerrmsg); sel...
by BlubBlab
Wed Nov 25, 2015 3:36 pm
Forum: Misc tools
Topic: My Tool List
Replies: 2
Views: 14086

My Tool List

I thought maybe I should write down what tools I use and for what and what I can suggest based on what I know: Programming: Eclipse IDE(Mars) Lua, Java For Java and Lua compiling, debugging, syntax check and documentation. It's a monster of an IDE support also Scala, Java EE, C/C++ and other languag...