Page 2 of 2

Re: Hunting board macro (eventMacro)

Posted: 16 Aug 2018, 01:19
by troypogs777
basically im a noob at macros. i didn't know what to replace in the lines so the bot won't fetch the quests.. I need advice what to replace to make it work in the pyramid hunting boards please. getting a headache from reading lines

Re: Hunting board macro (eventMacro)

Posted: 16 Aug 2018, 06:13
by fadreus
troypogs777 wrote:i didn't know what to replace in the lines so the bot won't fetch the quests.. I need advice what to replace to make it work in the pyramid hunting boards please. getting a headache from reading lines
Image

If you can spot the difference in this picture, you know what to change.

Re: Hunting board macro (eventMacro)

Posted: 17 Aug 2018, 04:28
by troypogs777
I'm getting this error code. Can anyone confirm this is a bug?

Code: Select all

OpenKore version what-will-become-2.1
Revision: ctime:2017_07_13
Loaded plugins:
  plugins/breakTime/breakTime.pl (breakTime; description: Automatically disconnect and reconnect at certain times of the day)
  plugins/eventMacro/eventMacro.pl (eventMacro; description: allows usage of eventMacros)
  plugins/macro/macro.pl (macro; description: allows usage of macros)
  plugins/map/map.pl (map; description: map)
  plugins/profiles/profiles.pl (profiles; description: Profiles Selector)
  plugins/raiseSkill/raiseSkill.pl (raiseSkill; description: automatically raise character skills)
  plugins/raiseStat/raiseStat.pl (raiseStat; description: automatically raise character stats)
  plugins/reconnect/reconnect.pl (reconnect; description: v1.0)

Error message:
Not a HASH reference at plugins/eventMacro/eventMacro/Core.pm line 175.

Stack trace:
Not a HASH reference at plugins/eventMacro/eventMacro/Core.pm line 175.
 at plugins/eventMacro/eventMacro/Core.pm line 175
	eventMacro::Core::create_macro_list('eventMacro::Core=HASH(0x6402eb4)', 'HASH(0x4b14484)') called at plugins/eventMacro/eventMacro/Core.pm line 54
	eventMacro::Core::new('eventMacro::Core', 'control\eventMacros.txt') called at D:/Openkore/ReStart - Venus/plugins/eventMacro/eventMacro.pl line 94
	eventMacro::parseAndHook('control\eventMacros.txt') called at D:/Openkore/ReStart - Venus/src/Settings.pm line 544
	Settings::loadByHandle(57) called at D:/Openkore/ReStart - Venus/plugins/eventMacro/eventMacro.pl line 68
	eventMacro::onstart3('start3', undef, undef) called at src/Plugins.pm line 434
	Plugins::callHook('start3') called at src/functions.pl line 305
	main::loadDataFiles() called at src/functions.pl line 87
	main::mainLoop() called at src/Interface.pm line 75
	Interface::mainLoop('Interface::Console::Win32=HASH(0x4413c14)') called at openkore.pl line 97
	main::__start() called at start.pl line 136

Died at this line:
  		####################################
* 		if (exists $macro->{$name}{'duplicatedMacro'}) {
  			error "[eventMacro] Ignoring macro '$name'. Macros can't have same name.\n";


Re: Hunting board macro (eventMacro)

Posted: 17 Aug 2018, 08:00
by fadreus
Even if you noob, if you read this line

Code: Select all

error "[eventMacro] Ignoring macro '$name'. Macros can't have same name.\n";
You know what you did wrong.

Re: Hunting board macro (eventMacro)

Posted: 17 Aug 2018, 22:44
by troypogs777
if you're gonna be a dick, don't reply anymore. This forums is for helping people learn and you're gonna be a dick about it better keep your comments to yourself.

Re: Hunting board macro (eventMacro)

Posted: 18 Aug 2018, 00:03
by fadreus
[Removed coz no one reading]

Re: Hunting board macro (eventMacro)

Posted: 18 Aug 2018, 00:18
by troypogs777
I've helped out a lot of even more people in this forums even spoon feeding them to the point. I've talked to them with respect and you are just a plain asshole.

Re: Hunting board macro (eventMacro)

Posted: 18 Aug 2018, 06:48
by fadreus
Oh no, please don't see me as yourself.
Im done spoon feed people, not anymore.
It's a plague.

None return to help others.
All become leechers.
I don't want spend time for anyone who just laid back and wait answer came to them.

To you, I might be a dick or asshole.
Maybe true, but I've no intention of being Mr Nice Guy anymore.

I just want to eradicate lazy people.
Some of them even sell developers hard work.
LIke what happen for russian server.

You do your way, I do my way.
You want to be feeded, go ahead and wait it fall into your lap.

I will only help people who help themselves first.

Re: Hunting board macro (eventMacro)

Posted: 08 Oct 2018, 21:54
by Pachu
questid1 is the quest id of your current active quest. how do you know which is the ID of your quest? check the manual, the info is there. from that point you should be able to figure it out yourself if you hadn't already