@identifyall

Mhalicot

Gamers Republic
Messages
1,971
Points
0
Location
Asia
Github
mhalicot
Emulator
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

 
Last edited by a moderator:
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  
default_smile.png


you just change the @atcommand name  hehe

 
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  
default_smile.png


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
default_smile.png

 
wrong title?

@identidyallD - F
Sorry Typo-error


 
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  
default_smile.png


you just change the @atcommand name  hehe
Haha, i noticed that too.you both releasing same thing.
 
haha in a different way.. I am releasing plugins in download..
default_biggrin.png


 
~ 2.0 Update Compilation Compatibility for Hercules rev. 13300

 
Please update.


Latest Hercules

 

Code:
identifyall.c: In function 'atcommand_iall':identifyall.c:37: warning: pointer type mismatch in conditional expression 
 
do you really want it as source code when you can do the very same thing with just a few lines of script?
default_tongue.png


- 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

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


- 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!

 
Back
Top