Jump to content

Mhalicot

Community Contributors
  • Content Count

    1971
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Mhalicot

  1. actually it is not my script I only convert it to plugins, @mrlong it is normal to turn off the autopots when died if not, potions will still being consume... @khen more info please.
  2. No prob will update to @autohp/@autosp when I saw support that 5/5 rates
  3. File Name: autopots File Submitter: Mhalicot File Submitted: 25 Nov 2013 File Category: Plugins HPM autopots complete package. Compatible with Windows System Only if you are using Linux, ignore other files and use only autopots.c 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. edit conf/plugins.conf and add autopots 3. find autopots/autopots.sln and recompile it. 4. You can now start using your ready made plugins if you are using VS2010/VS2009/vs2013 or whatsoever and you are failing to compile because of platform issue. this is what you need to do. In Recompiling: If you are using other MSVS/C Quote Note: Recompile if you modify the script. if you want to use berry only type @autopots 50 607 0 0 @autohp 50 607 @autosp 50 607 To turn it of, simply type @autopots again If you have any questions feel free to drop a comment. for more info on how to to use HPM visit Here (Tested on Hercules rev. 137**) Credit: Original file by Goddameit and converted by Me Click here to download this file
  4. ^ Release Autopots Plugins Leave vote
  5. Mhalicot

    @autopots

    ^ Release Autopots Plugins Leave vote
  6. Mhalicot

    autopots

    Version 4.1

    868 downloads

    HPM autopots complete package. Compatible with Windows System Only if you are using Linux, ignore other files and use only autopots.c 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. edit conf/plugins.conf and add autopots 3. find autopots/autopots.sln and recompile it. 4. You can now start using your ready made plugins if you are using VS2010/VS2009/vs2013 or whatsoever and you are failing to compile because of platform issue. this is what you need to do. In Recompiling: If you are using other MSVS/C Quote Note: Recompile if you modify the script. if you want to use berry only type @autopots 50 607 0 0 @autohp 50 607 @autosp 50 607 To turn it of, simply type @autopots again If you have any questions feel free to drop a comment. for more info on how to to use HPM visit Here (Tested on Hercules rev. 137**) Credit: Original file by Goddameit and converted by Me
  7. make sure that your RO folder has patch.inf and patchRE.inf
  8. yes, if you are using item_db.txt edit 12848,Falcon_Flute,Falcon Flute,11,0,,0,,,,,0xFFFFFFFF,63,2,,,,,,{ if(getskilllv(HT_FALCON)) { if(checkoption(Option_Wug)||checkoption(Option_Wugrider)) end; if(checkfalcon()==1) { setfalcon 0; } else { setfalcon 1; } } },{},{} replace with 12848,Falcon_Flute,Falcon Flute,11,0,,0,,,,,0xFFFFFFFF,63,2,,,,,,{ if(getskilllv(HT_FALCON)) { if(checkfalcon()==1) { setfalcon 0; } else { setfalcon 1; } } },{},{} or if you are using item_db.conf Edit { Id: 12848 AegisName: "Falcon_Flute" Name: "Falcon Flute" Type: 11 Buy: 0 Upper: 63 Script: <" if(getskilllv(HT_FALCON)) { if(checkoption(Option_Wug)||checkoption(Option_Wugrider)) end; if(checkfalcon()==1) { setfalcon 0; } else { setfalcon 1; } } ">}, Replace with { Id: 12848 AegisName: "Falcon_Flute" Name: "Falcon Flute" Type: 11 Buy: 0 Upper: 63 Script: <" if(getskilllv(HT_FALCON)) { if(checkfalcon()==1) { setfalcon 0; } else { setfalcon 1; } } ">},
  9. ^ If you search about Harmony in this forum, you will see that you're not alone with that problem. Kindly use the search for the same topic.. and harmony is not a part of Hercules to support
  10. for now you need to manually add it in your server because it is out of date.. I will update it soon..
  11. This Im trying to open my grf file To be clear, this error will encounter when you did not close your client before loading it in your grf editor.
  12. cannot open map-server.exe because it is being use. close first your server then recompile again. what you type is a BIG X, ' and < > is only a guide.. so get rid of it. 'sql update skip <2013-11-15--00-06.sql>' type sql update skip 2013-11-15--00-06.sqlsql update skip 2013-11-18--08-23.sql Note: be sure that your sql is updated already.
  13. - script Warper -1,{ set .@price,1000; // Zeny required for warp set .@item,501; // Item Required for warp mes "["+strnpcinfo(1)+"]"; mes "Hi "+strcharinfo(0); if (.@item) { mes "Item required ^ff0000"+getitemname(.@item)+"^000000."; if (!countitem(.@item)) close; delitem getitemname(.@item),1; } if (.@price) { mes "Warp costs ^ff0000"+.@price+" Zeny.^000000"; if (Zeny < .@price) close; if(select("^0055FFWarp^000000:^777777Cancel^000000") == 2) close; set Zeny, Zeny-.@price; } warp "prontera",150,150;} or you can add this to your warper.txt
  14. Mhalicot

    buffer npc

    ^ you are probably mistaken, use this sc_start SC_FOOD_STR,360000,10; sc_start SC_FOOD_AGI,360000,10; sc_start SC_FOOD_VIT,360000,10; sc_start SC_FOOD_INT,360000,10; sc_start SC_FOOD_DEX,360000,10; sc_start SC_FOOD_LUK,360000,10;
  15. Mhalicot

    Compile

    Delete specstrings_strict.h then update your svn to download latest/clean copy of that.
  16. then try to look at your data.grf in texture folder and find note_1 files if available
  17. kRO patch update 10-20-2013 Korean Name: 음계의오오라
  18. already have this one, also called Aura of Scale
  19. 2262,0,0,20:40:60,0,0,0,99,0,0,mado,0,6146,1,2800|28024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //NC_ACCELERATION#Acceleration#
  20. ^ Please post your code inside This Code box, click <> at the toolbar of your reply window then add your code so that we can easily read/test your script
×
×
  • Create New...

Important Information

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