Jump to content

Recommended Posts

File Name: @identifyall

File Submitter: sevenzz23

File Submitted: 23 Oct 2013

File Category: Plugins

 

HPM @iall complete package.

 

Compatible with Windows System Only

 

if you are using Linux, ignore other files and use only identifyall.c

some Linux Systwem got many bugs with files what are allready compiled under VS2010 .

 

Instruction.

 

1. Download and extract files using 7z or any application that can extract it.

2. extract it in your server directory ex: C:/RO Server/Hercules/

2.1 then read "read me!.txt" or edit conf/plugins.conf and add identifyall

3. Your done. you can now try your plugins

the command is @iall.

If you want to edit look for src/plugins/identifyall.c

you can also add alias in atcommand.conf

 

If you have any questions feel free to drop a comment.

 

for more info on how to to use HPM visit Here

 

Click here to download this file

Share this post


Link to post
Share on other sites

Pretty Funny sevenzz23

 

Everytime im Releasing a Plugin , you are Releasing the same after me ,  mostly with the same codes and even with the same errors or just outcommeted lines.

 

 

same with the @autoattack   :)

 

you just change the @atcommand name  hehe

Share this post


Link to post
Share on other sites

Pretty Funny sevenzz23

 

Everytime im Releasing a Plugin , you are Releasing the same after me ,  mostly with the same codes and even with the same errors or just outcommeted lines.

 

 

same with the @autoattack   :)

 

you just change the @atcommand name  hehe

LOL didn't notice that? I don't see any of your files uploaded in plugins either..

 
BTW. mine is based on what Karazu provide :)
 

 

wrong title?

@identidyall

D - F

 

Sorry Typo-error

Share this post


Link to post
Share on other sites

Pretty Funny sevenzz23

 

Everytime im Releasing a Plugin , you are Releasing the same after me ,  mostly with the same codes and even with the same errors or just outcommeted lines.

 

 

same with the @autoattack   :)

 

you just change the @atcommand name  hehe

Haha, i noticed that too.you both releasing same thing.

Share this post


Link to post
Share on other sites

Please update.


Latest Hercules

 

 

identifyall.c: In function 'atcommand_iall':identifyall.c:37: warning: pointer type mismatch in conditional expression 

 

Share this post


Link to post
Share on other sites

up

 

do you really want it as source code when you can do the very same thing with just a few lines of script? :P

 

-	script	kdjshfksdjfh	-1,{OnInit:	bindatcmd "identifyall", strnpcinfo(0)+"::Onaaa",0,99;	end;Onaaa:	getinventorylist;	for ( .@i = 0; .@i < @inventorylist_count; .@i++ ) {		if ( !@inventorylist_identify[.@i] ) {			delitem2 @inventorylist_id[.@i], 1,0,0,0,0,0,0,0;			getitem @inventorylist_id[.@i], 1;			.@c++;		}	}	dispbottom .@c +" items identified";	end;}

by annie ruru

Share this post


Link to post
Share on other sites

 

up

 

do you really want it as source code when you can do the very same thing with just a few lines of script? :P

 

-	script	kdjshfksdjfh	-1,{OnInit:	bindatcmd "identifyall", strnpcinfo(0)+"::Onaaa",0,99;	end;Onaaa:	getinventorylist;	for ( .@i = 0; .@i < @inventorylist_count; .@i++ ) {		if ( !@inventorylist_identify[.@i] ) {			delitem2 @inventorylist_id[.@i], 1,0,0,0,0,0,0,0;			getitem @inventorylist_id[.@i], 1;			.@c++;		}	}	dispbottom .@c +" items identified";	end;}

by annie ruru

I will test it, Thank you!

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.