* *

News

Nexon has recently updated Mabinogi to a 64 bit client. This update has broken many mods in memory patchers for the time being. The mod creators are working hard to essentially rebuild all mods from scratch, and this process will take some time. Please be patient, and stay tuned for more updates.

Keep in mind that you must register an account, and be logged in to view any content on this site.

Mabinogi Status

Erinn Timer

Time
Erinn Time 14:58
Local 01:34
Server 01:34
Moongate Prior G16 [ + / - ]
11:11 Tir Chonaill
12:22 Dunbarton
13:33 Emain Macha
14:44 Bangor
14:44 Emain Macha
16:66 Emain Macha

Ceo in days.

Price [ + / - ]
01:12 Emain Macha - Island in South Pathway
01:48 Sen Mag 5th house from West
Rua [ + / - ]
01:39 Resting
02:15 Resting

Themes





Author Topic: The Unofficial Tiara's Moonshine Mod & Autobot  (Read 355028 times)

0 Members and 2 Guests are viewing this topic.

Offline Armchair

Re: The Unofficial Tiara's Moonshine Mod Merlin-V174 & AutoBot v3.8.1.174
« Reply #4025 on: December 10, 2013, 07:37:28 am »
Is it possible to add names over Polar Hornet white herb gather spots? Its sometimes difficult to click them.

Offline ShaggyZE

  • As the great Andrew Martin once said "One is glad to be of service"
  • Godly Member
  • *******
  • Posts: 6049
  • 10000000049 credits
  • View Inventory
  • Send Money To ShaggyZE
  • Total upvotes: 398
  • (Alexina) IGN: Ishaggyzel
Re: The Unofficial Tiara's Moonshine Mod Merlin-V174 & AutoBot v3.8.1.174
« Reply #4026 on: December 10, 2013, 12:12:44 pm »
yea, i've been meaning to add it, but haven't got on to check if it's propdb.6050.xml yet
"People are stupid; given proper motivation, almost anyone will believe almost anything. Because people are stupid, they will believe a lie because they want to believe it's true, or because they are afraid it might be true. People's heads are full of knowledge, facts, and beliefs, and most of it is false, yet they think it all true. People are stupid; they can only rarely tell the difference between a lie and the truth" ― Wizard's First Rule

Offline Variama

Re: The Unofficial Tiara's Moonshine Mod Merlin-V174 & AutoBot v3.8.1.174
« Reply #4027 on: December 11, 2013, 10:02:59 am »
How can i turn on the sky and weather after i install the mods? Mabi is depressing when i don't see a sky... .  3.

Offline Chocobubba

Re: The Unofficial Tiara's Moonshine Mod Merlin-V174 & AutoBot v3.8.1.174
« Reply #4028 on: December 11, 2013, 12:00:49 pm »
How can i turn on the sky and weather after i install the mods? Mabi is depressing when i don't see a sky... .  3.

You will find everything you need in the original post.

Sent from my Nexus 7 using Tapatalk


Offline Akeno

Re: The Unofficial Tiara's Moonshine Mod Merlin-V174 & AutoBot v3.8.1.174
« Reply #4029 on: December 12, 2013, 09:00:22 pm »
Question with autobot, delete only closes the program when using the autoclicker. Other keys don't do anything during autoclicker and delete doesn't work when I'm using fossil restoration. Also, fossil restoration always presses I once before it scans for fossils. Is there a way to turn that off?

Offline ShaggyZE

  • As the great Andrew Martin once said "One is glad to be of service"
  • Godly Member
  • *******
  • Posts: 6049
  • 10000000049 credits
  • View Inventory
  • Send Money To ShaggyZE
  • Total upvotes: 398
  • (Alexina) IGN: Ishaggyzel
Re: The Unofficial Tiara's Moonshine Mod Merlin-V174 & AutoBot v3.8.1.174
« Reply #4030 on: December 12, 2013, 11:27:00 pm »
the delete key works for me when restoring fossils so not sure what's going on with yours, though i've heard of other people's delete key not working to exit as well; in which case you just change channels if any problems occur to save the fossil.
but with auto clicker i don't see why pressing keys wouldn't work for you either though i don't often do it since i'm only using it while afk and its just clicking something since that's all it's capable of doing atm.
as for fossil restoration pressing the 'i' key; that's to open your inventory and right click the fossil to use it for you if you have the right 'use' image (for fossils in the inventory), but you can disable 'use items' to prevent it.
"People are stupid; given proper motivation, almost anyone will believe almost anything. Because people are stupid, they will believe a lie because they want to believe it's true, or because they are afraid it might be true. People's heads are full of knowledge, facts, and beliefs, and most of it is false, yet they think it all true. People are stupid; they can only rarely tell the difference between a lie and the truth" ― Wizard's First Rule

Offline Akeno

Re: The Unofficial Tiara's Moonshine Mod Merlin-V174 & AutoBot v3.8.1.174
« Reply #4031 on: December 13, 2013, 08:50:05 am »
Pressing the I key during fossil restoration seems counterproductive, the inventory window restores itself when you click complete on the fossil and pressing I again just closes the inventory.

Offline ShaggyZE

  • As the great Andrew Martin once said "One is glad to be of service"
  • Godly Member
  • *******
  • Posts: 6049
  • 10000000049 credits
  • View Inventory
  • Send Money To ShaggyZE
  • Total upvotes: 398
  • (Alexina) IGN: Ishaggyzel
Re: The Unofficial Tiara's Moonshine Mod Merlin-V174 & AutoBot v3.8.1.174
« Reply #4032 on: December 13, 2013, 01:09:23 pm »
it won't press it again if you take an image of the inventory check \Find\Images\buttons\inv*.bmp
if you look at the source you can see that it looks to see if the inventory is open and if it doesn't see it then it presses 'i'

Code: [Select]
Func _openItems()
If Not WinActive($mabititle) And $searchmode = "Client" Then WinActivate($mabititle)
If _itemsOpen() = 0 Then
Send("{i}")
If $summonpet = 1 Then
If Not WinActive($mabititle) And $searchmode = "Client" Then WinActivate($mabititle)
Send("{" & $petinvkey & "}")
EndIf
EndIf
EndFunc   ;==>_openItems
;=======================================================================================
Func _itemsOpen()
$tolerance = $tolerance2
If Not $Mode = "" Then
$file = _FileListToArray(@ScriptDir & "\Find\Images\buttons\", "inv*.bmp", 1)
If Not @error Then
For $i = 1 To $file[0]
$result = _ImageSearch(@ScriptDir & "\Find\Images\buttons\" & $file[$i], 0, $x1, $y1, $tolerance)
ToolTip($file[$i] & " = " & $result & " Tolerance = " & $tolerance, 0, @DesktopHeight - 20)
Sleep($shortestdelay)
If $result = 1 Then
Return 1
EndIf
Next
EndIf
Return 0
EndIf
EndFunc   ;==>_itemsOpen
and i use these functions on every bot that uses items and most times i will close all windows so they don't interfere with image scanning something on the ground or whatever, and then open inventory again.

so no, it's not counter productive.
"People are stupid; given proper motivation, almost anyone will believe almost anything. Because people are stupid, they will believe a lie because they want to believe it's true, or because they are afraid it might be true. People's heads are full of knowledge, facts, and beliefs, and most of it is false, yet they think it all true. People are stupid; they can only rarely tell the difference between a lie and the truth" ― Wizard's First Rule

Offline NeuroticX

Re: The Unofficial Tiara's Moonshine Mod Merlin-V174 & AutoBot v3.8.1.174
« Reply #4033 on: December 13, 2013, 04:07:55 pm »
Idk why but for some reason mabi keeps crashing on me..
Only thing I have in my data folder is stuff i made and Tiara..
so idk whats going on. but I'm getting white screened to a not working message Dx
Reinstalled the mod like 4 times works when uninstalled.

Offline ShaggyZE

  • As the great Andrew Martin once said "One is glad to be of service"
  • Godly Member
  • *******
  • Posts: 6049
  • 10000000049 credits
  • View Inventory
  • Send Money To ShaggyZE
  • Total upvotes: 398
  • (Alexina) IGN: Ishaggyzel
Re: The Unofficial Tiara's Moonshine Mod Merlin-V174 & AutoBot v3.8.1.174
« Reply #4034 on: December 13, 2013, 05:46:54 pm »
do you have an error report?
"People are stupid; given proper motivation, almost anyone will believe almost anything. Because people are stupid, they will believe a lie because they want to believe it's true, or because they are afraid it might be true. People's heads are full of knowledge, facts, and beliefs, and most of it is false, yet they think it all true. People are stupid; they can only rarely tell the difference between a lie and the truth" ― Wizard's First Rule

Offline Akeno

Re: The Unofficial Tiara's Moonshine Mod Merlin-V174 & AutoBot v3.8.1.174
« Reply #4035 on: December 13, 2013, 11:37:27 pm »
By inventory button, do you mean the large buttons at the bottom of the screen?

Offline ShaggyZE

  • As the great Andrew Martin once said "One is glad to be of service"
  • Godly Member
  • *******
  • Posts: 6049
  • 10000000049 credits
  • View Inventory
  • Send Money To ShaggyZE
  • Total upvotes: 398
  • (Alexina) IGN: Ishaggyzel
Re: The Unofficial Tiara's Moonshine Mod Merlin-V174 & AutoBot v3.8.1.174
« Reply #4036 on: December 13, 2013, 11:43:06 pm »
i mean buttons directory, which i've provided for years...
Mabinogi\AutoBot\Find\Images\buttons

http://puu.sh/5M56M.png

(patcher's have come and gone but i have not edited these images to accommodate for years)

as in the open window, not the buttons beneath.

disable it or take your own pics is what autobot requires, nothing has changed with the fundamental programming for years because i got it right the first time regardless of what other's might think.

the bottom left tooltip should tell you wither an image is recognized or not, but that won't stop the program cause it'll try and try again.
"People are stupid; given proper motivation, almost anyone will believe almost anything. Because people are stupid, they will believe a lie because they want to believe it's true, or because they are afraid it might be true. People's heads are full of knowledge, facts, and beliefs, and most of it is false, yet they think it all true. People are stupid; they can only rarely tell the difference between a lie and the truth" ― Wizard's First Rule

Offline NeuroticX

Re: The Unofficial Tiara's Moonshine Mod Merlin-V174 & AutoBot v3.8.1.174
« Reply #4037 on: December 14, 2013, 07:08:37 am »
There was no error message, mostly just froze and gave a end now message.
I just reinstalled mabi. ty :3

Offline aneil12

Re: The Unofficial Tiara's Moonshine Mod Merlin-V174 & AutoBot v3.8.1.174
« Reply #4038 on: December 14, 2013, 02:51:35 pm »
shagy when you have time could you make a video showing how to make autobot pick herbs in like step by step format. cause ive been messing with it for a bit. i got it to run from herb to herb , but i cant get it to pick them. and im kinda lost, took my like an hour just to get it to recognize the "Base Herb" text. im only interested in using it so i can hop on my other pc and do college work while its gathering saves a me an hour or two a day, which at the moment i could use. just a simple step by step text would work, just seguesting video so others might be able to follow along better, and it might save some people the trouble of digging through the forums or googleing, not that i mind digging the forums cause i do that from time to time to find interesting things
Note me in-game if you dont feel like replying on the forum

~Forum Spider~

Offline ShaggyZE

  • As the great Andrew Martin once said "One is glad to be of service"
  • Godly Member
  • *******
  • Posts: 6049
  • 10000000049 credits
  • View Inventory
  • Send Money To ShaggyZE
  • Total upvotes: 398
  • (Alexina) IGN: Ishaggyzel
Re: The Unofficial Tiara's Moonshine Mod Diva-V176 & AutoBot v3.8.1.176
« Reply #4039 on: December 19, 2013, 02:49:43 am »
Updated to R176: was a large update so hopefully i didn't miss anything, and if i did expect bug fixes to follow.
"People are stupid; given proper motivation, almost anyone will believe almost anything. Because people are stupid, they will believe a lie because they want to believe it's true, or because they are afraid it might be true. People's heads are full of knowledge, facts, and beliefs, and most of it is false, yet they think it all true. People are stupid; they can only rarely tell the difference between a lie and the truth" ― Wizard's First Rule

Offline Chocobubba

Re: The Unofficial Tiara's Moonshine Mod Diva-V176 & AutoBot v3.8.1.176
« Reply #4040 on: December 19, 2013, 06:40:28 am »
Updated to R176: was a large update so hopefully i didn't miss anything, and if i did expect bug fixes to follow.

I'm not sure if this is a bug or just something that got left in the registry data, but under \local\xml\ (in the installer) I have an option
"empty mod146"

I'm not sure what it is though, or if it's causing any issues. Just a head's up.

Offline ShaggyZE

  • As the great Andrew Martin once said "One is glad to be of service"
  • Godly Member
  • *******
  • Posts: 6049
  • 10000000049 credits
  • View Inventory
  • Send Money To ShaggyZE
  • Total upvotes: 398
  • (Alexina) IGN: Ishaggyzel
Re: The Unofficial Tiara's Moonshine Mod Diva-V176 & AutoBot v3.8.1.176
« Reply #4041 on: December 19, 2013, 06:43:51 am »
it's a mod that was removed a few versions ago until i replace it as to not have a missing sequence of numbers, enabling or disabling it will do nothing.
"People are stupid; given proper motivation, almost anyone will believe almost anything. Because people are stupid, they will believe a lie because they want to believe it's true, or because they are afraid it might be true. People's heads are full of knowledge, facts, and beliefs, and most of it is false, yet they think it all true. People are stupid; they can only rarely tell the difference between a lie and the truth" ― Wizard's First Rule

Offline david8479

Re: The Unofficial Tiara's Moonshine Mod Diva-V176 & AutoBot v3.8.1.176
« Reply #4042 on: December 19, 2013, 01:43:21 pm »
Guys is it just me or is the mod downloading slower than usual?

Offline GiratinaAltered

Re: The Unofficial Tiara's Moonshine Mod Diva-V176 & AutoBot v3.8.1.176
« Reply #4043 on: December 19, 2013, 02:04:02 pm »
Guys is it just me or is the mod downloading slower than usual?
It is but it could be because a lot of people are downloading at the time so the server is kinda slow in the process.

Made items:

Offline david8479

Re: The Unofficial Tiara's Moonshine Mod Diva-V176 & AutoBot v3.8.1.176
« Reply #4044 on: December 19, 2013, 02:06:40 pm »
It is but it could be because a lot of people are downloading at the time so the server is kinda slow in the process.
oh true

Offline bladefury

Re: The Unofficial Tiara's Moonshine Mod Diva-V176 & AutoBot v3.8.1.176
« Reply #4045 on: December 19, 2013, 04:00:07 pm »
You know how with adfly at the top right it has a countdown from 5 to 1 before it says skip add... that part doesnt load for me as of the last 2 updates /: Abyss's adfly and stuff works but idk why the tiara one won't load :C

Offline GiratinaAltered

Re: The Unofficial Tiara's Moonshine Mod Diva-V176 & AutoBot v3.8.1.176
« Reply #4046 on: December 19, 2013, 04:21:18 pm »
You know how with adfly at the top right it has a countdown from 5 to 1 before it says skip add... that part doesnt load for me as of the last 2 updates /: Abyss's adfly and stuff works but idk why the tiara one won't load :C
Do you have ad block enabled? If it is ,disable it till you finish downloading if not try a different browser and see if it's any different.

Made items:

Offline david8479

Re: The Unofficial Tiara's Moonshine Mod Diva-V176 & AutoBot v3.8.1.176
« Reply #4047 on: December 19, 2013, 04:22:23 pm »
You know how with adfly at the top right it has a countdown from 5 to 1 before it says skip add... that part doesnt load for me as of the last 2 updates /: Abyss's adfly and stuff works but idk why the tiara one won't load :C
maybe because you have an Adblock software that doesn't let it load

Offline Squirtle

Re: The Unofficial Tiara's Moonshine Mod Diva-V176 & AutoBot v3.8.1.176
« Reply #4048 on: December 19, 2013, 05:37:00 pm »
I keep crashing and the main screen still looks like ace merlin. Hackshield crashing :|

Offline ShaggyZE

  • As the great Andrew Martin once said "One is glad to be of service"
  • Godly Member
  • *******
  • Posts: 6049
  • 10000000049 credits
  • View Inventory
  • Send Money To ShaggyZE
  • Total upvotes: 398
  • (Alexina) IGN: Ishaggyzel
Re: The Unofficial Tiara's Moonshine Mod Diva-V176 & AutoBot v3.8.1.176
« Reply #4049 on: December 19, 2013, 05:40:33 pm »
then your patch failed, close crackshield, delete c:\nexon\mabinogi\package\175_to_176.pack, and download http://puu.sh/5SfsJ.dat to c:\nexon\mabinogi to repatch
"People are stupid; given proper motivation, almost anyone will believe almost anything. Because people are stupid, they will believe a lie because they want to believe it's true, or because they are afraid it might be true. People's heads are full of knowledge, facts, and beliefs, and most of it is false, yet they think it all true. People are stupid; they can only rarely tell the difference between a lie and the truth" ― Wizard's First Rule