reactOnMiniMap.pl - creating a new plugin

Other plugins for extending OpenKore's functionality. This forum is only for posting new plugins and commenting on existing plugins. For support, use the Support forum.

Moderator: Moderators

Mucilon
Cybernatic Entity
Cybernatic Entity
Posts: 249
Joined: 04 Apr 2008, 13:15
Noob?: Yes
Location: Brazil

Re: reactOnMiniMap.pl - creating a new plugin

#61 Post by Mucilon »

Which version did work?
But your server doesn't seem to have the same problems of the Janovas's server.
boss1669
Noob
Noob
Posts: 4
Joined: 11 Oct 2008, 11:47
Noob?: Yes

Re: reactOnMiniMap.pl - creating a new plugin

#62 Post by boss1669 »

the latest one from you
how do i config in my config

it said something about the text...
and must specify something for got i will print screen another picture let see
boss1669
Noob
Noob
Posts: 4
Joined: 11 Oct 2008, 11:47
Noob?: Yes

Re: reactOnMiniMap.pl - creating a new plugin

#63 Post by boss1669 »

see this
the 1 red line said "Error in function (Talk text) (Rsponse Npc)
the 2 redline said "You must specify...."
the 3 reline said "Don't know this funstion"minimap"read the manual

Please help meee

4 id ban in one day ^^"
You do not have the required permissions to view the files attached to this post.
Mucilon
Cybernatic Entity
Cybernatic Entity
Posts: 249
Joined: 04 Apr 2008, 13:15
Noob?: Yes
Location: Brazil

Re: reactOnMiniMap.pl - creating a new plugin

#64 Post by Mucilon »

Thats because you must not use the reactOnNPC and this new plugin together!
There isn't a minimap text command!!!
To use this plugin just place it at your plugin folder... it is automatic!
If you had read the posts above, you would see the only block needed at your config.txt file!

Code: Select all

reactOnMiniMap {
   red 255
   green 0
   blue 0
}
Where the color's numbers mean the color you wanna read as a number!

Please read all the posts to see what was done so far!

About your IDs banned, I always recommend to use test accounts, but you post the name of your accounts at the images, any GM who read this will automatically ban you! So, be careful in the next times.
boss1669
Noob
Noob
Posts: 4
Joined: 11 Oct 2008, 11:47
Noob?: Yes

Re: reactOnMiniMap.pl - creating a new plugin

#65 Post by boss1669 »

i have config as you tell me i removed responses on npc also

but it couldn't work
You do not have the required permissions to view the files attached to this post.
Janovas
Noob
Noob
Posts: 17
Joined: 30 Aug 2008, 08:29
Noob?: Yes
Location: Thailand

Re: reactOnMiniMap.pl - creating a new plugin

#66 Post by Janovas »

i want to add old code in to v0.5 for Reseting variables.
maybe point it show lie

i add

Code: Select all

my $hooks = Plugins::addHooks(	['packet/minimap_indicator', \&onMiniMap, undef],
				['packet/npc_talk_number', \&onNumber, undef],
				['packet/npc_talk_text', \&onText, undef],
				['packet/npc_talk_continue', \&onContinue, undef],
				['packet/npc_talk_close', \&onContinue, undef]);

sub onContinue {
    my (undef, $args) = @_;
	$num = 0;
	@posx = ();
	@posy = ();
	message "[$prefix] Reseting variables.\n", "success";
}
to error. i don't know to new code v0.5

Sorry i go to other state to travel. i can't online

i think. Point is show loop and change near position
do see it
You do not have the required permissions to view the files attached to this post.
Janovas
Noob
Noob
Posts: 17
Joined: 30 Aug 2008, 08:29
Noob?: Yes
Location: Thailand

Re: reactOnMiniMap.pl - creating a new plugin

#67 Post by Janovas »

Image

how to add code 3 number
You do not have the required permissions to view the files attached to this post.
Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: reactOnMiniMap.pl - creating a new plugin

#68 Post by Technology »

One ST0 to rule them all? One PE viewer to find them!
One ST_kRO to bring them all and in the darkness bind them...

Mount Doom awaits us, fellowship of OpenKore!
emmnuael
Noob
Noob
Posts: 1
Joined: 29 Dec 2008, 23:27
Noob?: No

Re: reactOnMiniMap.pl - creating a new plugin

#69 Post by emmnuael »

there's an error when it must talk the number:

i'm using v28 - openkore v 2.0.6.1
Erro na função 'talk num' (Responde o NPC)
Você precisa especificar um número.


Something like
Error in function 'talk num' (Respond to NPC)
You must specify a number.


And i don't know how add numbers at .pl file... :?:

Well i did a macro that talk number, but it don't work:

###################### Number 0 ###############################
automacro number0 {
map pay_dun04
console /[reactOnMiniMap v0.5] Total points: 118, Registered positions: 33./
run-once 1
call answering0
}

macro answering0 {
do talk num 0
}

it isn't triggering, i think the command console/ / isn't reading the log created by plugin... =/
Minikung
Noob
Noob
Posts: 7
Joined: 23 Apr 2008, 04:28

Re: reactOnMiniMap.pl - creating a new plugin

#70 Post by Minikung »

Image

Help me

@Mucilon
You do not have the required permissions to view the files attached to this post.