Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Mabinogi
You last visited: Today at 17:55

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Request]Fossil Mining Bot

Discussion on [Request]Fossil Mining Bot within the Mabinogi forum part of the MMORPGs category.

Closed Thread
 
Old   #1
 
elite*gold: 0
Join Date: Oct 2009
Posts: 5
Received Thanks: 0
[Request]Fossil Mining Bot

I got a request if you want to add it to your multi bot dark, or start a whole new bot with these. I was thinking of a bot that mines at the sulfer ores, that only picks up the fossils and then uses rawk0r's fossil restoration macro and if you can make it summon your pet mount it then go turn them into the girl, then repeat the process.
IceFang is offline  
Old 11/03/2009, 04:30   #2
 
elite*gold: 0
Join Date: Apr 2009
Posts: 87
Received Thanks: 2
this aculy was mentiond in hes posts all rdy
Alexzander22 is offline  
Old 11/03/2009, 07:05   #3
 
elite*gold: 0
Join Date: Nov 2009
Posts: 10
Received Thanks: 0
I'm looking for this type of bot also
valtierra is offline  
Old 11/03/2009, 08:00   #4
 
icekenshin's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 83
Received Thanks: 9
Yea and while your at it can you make it also Fix me a sammich... do the dishes... some laundry would be nice. hmmm ooh and can you input some code that would make my rent like disabled? or is that "real life" sided, I can never tell.

Thx gais X3

now lets sip on some hot Hoji chai :3
icekenshin is offline  
Old 11/03/2009, 15:48   #5
 
elite*gold: 0
Join Date: Apr 2009
Posts: 87
Received Thanks: 2
hell ya bills suck also pay my car note while at it
Alexzander22 is offline  
Old 11/04/2009, 09:15   #6
 
Valfirion's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 7
Received Thanks: 0
LOL want it to clean you room too Oo you are too lazy man

just make it mine and pick the nuts(fossils) >>

in fact fossils look like ==" ****? a brain? dunno?
Valfirion is offline  
Old 11/04/2009, 12:32   #7
 
elite*gold: 0
Join Date: Sep 2009
Posts: 359
Received Thanks: 124
Alright guys, here's my preliminary, and bad-as-hell version of an auto fossil miner. What it does is click in place (somehow, I managed to fail to imagesearch the sulfur site *shrug* Maybe I'll fix it, or I'll let one of you do that =D)

Then, instead of failing to imagesearch the fossil, I made it use the same string I used for metallurgy, so that worked. You'll hafta edit your fossils to contain the words "Metallurgy Site". Actually, you're probably better off not using this bot, because it fails so hard -_-

Code:
/******************************Start Inititalization
*/
MineX = 0
MineY = 0
Startchannel = 1
Currentchannel := Startchannel
CCX = 100
CCY = 300
CCWarnCloseX= 600
CCWarnCloseY= 400
C1X = 342
C1Y = 268
CHX := C1X
IncY = 12
CCAcceptX = 377
CCAcceptY = 422

/******************************End Initialization
*/

/******************************Start Functions
*/

Pickup()
{
	global
	Loop
	{
		MouseMove 50,50
		Sleep 150
		Send {LALT DOWN}
		Sleep 100
		ImageSearch MX, MY, MineX-250, MineY-200, MineX+250, MineY+200, *100 *TransBlack Ore2.gif
		If (ErrorLevel = 0)
		{
			MX += 20
			MY += 8
			MouseMove MX, MY
			Sleep 100
			Click
			Sleep 100
		}
		If (ErrorLevel = 1)
			Break
	}
	SEND {LALT UP}
}

Mine(MineX, MineY)
{
	MouseMove %MineX%, %MineY%
	Sleep 100
	Click
	Sleep 6000
}

NextChannel()
{
	global
	
	WinWait, Mabinogi : Dragon, 
	IfWinNotActive, Mabinogi : Dragon, , WinActivate, Mabinogi : Dragon, 
	WinWaitActive, Mabinogi : Dragon, 

	CurrentChannel += 1
	If (CurrentChannel = 8)
		CurrentChannel = 1
	ChannelDifference := CurrentChannel - 1
	ChannelYDifference := IncY * ChannelDifference
	NextY := C1Y + ChannelYDifference

	;MsgBox %CCX%, %CCY%
	Send {LWIN}
	Sleep 250
	MouseMove %CCX%, %CCY%
	Sleep 250
	Click
	Sleep 250
	MouseMove %CCWarnCloseX%, %CCWarnCloseY%
	Sleep 250
	Click
	Sleep 250
	MouseMove %CHX%, %NextY%
	Sleep 250
	Click
	Sleep 250
	MouseMove %CCAcceptX%, %CCAcceptY%
	Sleep 250
	Click
	PixelGetColor StartColor, 150, 150, Slow
	Loop
	{
		PixelGetColor CCCheck,150,150,Slow
		If (CCCheck =! StartColor)
		{
			break
		}
	}
	Sleep 8000
}


/******************************End Functions
*/

/****************************** Start Hotkeys
*/
$F1::
MouseGetPos MineX,MineY
Loop
{
	Loop 50 ;put # of times 1 pickaxe can be used before swapping
	{
		Loop 9
		{
			Mine(MineX, MineY)
			Pickup()
		}
		NextChannel()
	}
}
return

$F2::
NextChannel()
return

$F3::
MouseGetPos MouseX,MouseY
PixelGetColor StartColor, MouseX, MouseY, Slow
MsgBox %StartColor%
return



$F11::
Pause Toggle
return

$F12::
Reload
return
/******************************End Hotkeys
*/
Um... that's .ahk. Zoom all the way out using 600x800 windows mode. Click F1 with your mouse over a sulfur site. Start in ch 1. It'll mine that site a number of times, then CC >.<

Told you its fail. Its a workable frame tho. I don't think I'll be updating it much. If someone else wants to take this code and fly with it, be my guest.

Image for the "Metallurgy Site" attached

If this doesn't work for you, don't tell me that. I know. I re-itterate, its not good by any means.

Make it imagesearch the sites, that's prob your best bet. Then... well... improve on it >.>

Of course, use bitmap fonts, OR create your own image (In which case, use the word "Sulfur" cuz that would be a lot more intelligent)
lostmage333 is offline  
Old 11/05/2009, 03:32   #8
 
icekenshin's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 83
Received Thanks: 9
-_- It didn't bypass my rent.... its still here and screaming at me

But good attempt that this, I wanna take a shot at this see if I can make anything happen.
icekenshin is offline  
Closed Thread


Similar Threads Similar Threads
request mining bot
01/03/2010 - CO2 Programming - 2 Replies
ok frist off i am not to good with script vessels and stuff like that but i would like a easy to use mining bot just something that drops ores and keeps all gems and other items can someone help me out with this. seeing i looked thorugh this whole site and couldnt find anything thank you very much for you help.
[Request] Fossil Mod
10/15/2009 - Mabinogi - 3 Replies
I have been looking since the patch this morning, and I can not seem to find the file for the fossil image. I am thinking it may be generated by the server, such as the dye palette. I was wondering if there is any way to do some sort of bypass for it, like fishing, or stop the timer?
[REQUEST] MINING SPEED
11/13/2008 - RF Online - 3 Replies
TO ALL PRO HACKERS. CAN YOU MAKE MINING SPEED FASTER LIKE ATTACK SPEED? just an idea, more ores = more upgrade!
request: gatherer mining spots
08/30/2006 - World of Warcraft - 0 Replies
soo, hab keine gefunden fuer mining.. hat wer n paar gatherer mining spots fuer mich? die ich in gatherbook einfuegen kann? ich braeuchte das fuer n glider profil :D anybode here has any kind of gatherer mining location for me? it would be nice if they would be so, that i can insert them in gatherbook. i need them for a glider-profil
Mining bot with dll injection Request...
12/26/2005 - Conquer Online 2 - 2 Replies
Howdie. i've seen many working mining bots and other bots in here... but noone of them seems to have dll injection..... what makes it impossible to use with more then 1 account, because it uses the mouse... i was wondering if there is any working CO2.0 bots ( mining, in particular ) with dll injection ? ty in advance ^__^



All times are GMT +2. The time now is 17:55.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.