Jump to content

khenma

Members
  • Content Count

    202
  • Joined

  • Last visited

Posts posted by khenma


  1.  

    Then follow that instruction that I gave.

     

    sevenzz23, on 10 Nov 2013 - 02:11, said:snapback.png

     

    rightclick autopots>Configuration Properties>General>

     

    search for Platform Toolset, change VS2012(v110) to VS2010(v100)

     

    then try to recompile again..

     

     

     

    then i come up with this after ff ur ins.

     

    fai3_zpsc05e0be7.jpg


  2. what compiler you are using? 2013/2010/2012?

     

    rightclick afk>Configuration Properties>General>

     

    search for Platform Toolset, change VS2012(v110) to VS2010(v100)

     

    then try to recompile again..

     

    will update to @autohp/@autosp when I saw support that 5/5 rates :)

     

     

    2010 

    for 2012 i dont use cause i dont have license for it


  3. 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.

     

    i did the ff:

    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

     

     

    this is the error////

     

    failed_zps2a617fad.jpg


  4.  

    http://herc.ws/board/index.php?app=downloads&module=display&section=screenshot&id=76

    File Name: autopots

    File Submitter: sevenzz23

    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

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

    (Windows Compiled wont work on *nix)

    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 :no1:

    >Pre-Compiled features, ready made MSVC. you can easily rebuild and its ready to go without any trouble on setup.

    as simple as Download>Recomple>Play

     

    Note: Recompile if you modify the script.

    the command is @autopots

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

    you can also add alias in atcommand.conf

    To on type: @autopots 1 <HP_rate> <HP_itemID> <SP_rate> <SP_itemID>

    if you want to use berry only type

     

    @autopots 1 50 607 0 0

     

    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. 133**)

    Credit: Original file by Goddameit and converted by Me

     

    Click here to download this file

     

     

     

    3. find autopots/autopots.sln and recompile it.

     

    I failed...


  5. What i mean is i want to change my appearance into (Acolyte) when i equip the Acolyte suit..

    Can be costume or an Armor type.

    please see picture below...

     

    acolyte_zps3cc839f7.jpg

     

     

    acolyte2_zpsf5e1a036.jpg

     

     

    acolyte3_zps53c3a198.jpg

     

     

    and when i equipped this nothing change in my looks, still novice... which should be acolyte looks.,,

    what do i have to change or add?  


  6.  

    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.

     

    thanks. my bad. ^_^

    no more errors..

     

     

    may i ask on how to change the name of the client window on the left top corner?


  7.  

    accesoryid.lua

    no comma at the last number ONLY

    ACCESSORY_IDs = {	ACCESSORY_GOGGLES = 1,	ACCESSORY_CATTYHAIRBAND = 2,	ACCESSORY_GLASS = 3}

    check yours. there is no comma on the second last number

    	ACCESSORY_EVIL_MARCHER_HAT_J = 1002,	ACCESSORY_Kannam_On_Head = 1003, //there should be a comma	ACCESSORY_Blue_Fairy_Wings = 1027 ///custome item <<<<}

     

    accname.lua

    ALSO no comma at the last number ONLY

    AccNameTable = {	[ACCESSORY_IDs.ACCESSORY_GOGGLES] = "_°í±Û",	[ACCESSORY_IDs.ACCESSORY_CATTYHAIRBAND] = "_°í¾çÀ̸Ӹ®¶ì",	[ACCESSORY_IDs.ACCESSORY_GLASS] = "_±Û·¡½º"}

    yours has no comma again.

    	[ACCESSORY_IDs.ACCESSORY_Kannam_On_Head] = "_Ä­³²¸ðÀÚ", //comma	[ACCESSORY_IDs.ACCESSORY_Blue_Fairy_Wings] = "_Blue_Fairy_Wings" //if last, then no comma

     

    new error.. when opening the client

    Lua FilesDataInfoAccName and

    Lua FilesDataInfoAccessoryId

    buf: bad header in precompiled chunk

     

     

    bad_zps54ff3930.jpg

     

    bad2_zpsa32bc889.jpg


  8. you put the wrong format in you accesoryid in you lua files.

    can you show me the correct one?

     

    	ACCESSORY_EVIL_MARCHER_HAT_J = 1002,	ACCESSORY_Kannam_On_Head = 1003	ACCESSORY_Blue_Fairy_Wings = 1027 ///custome item <<<<}
    	[ACCESSORY_IDs.ACCESSORY_Kannam_On_Head] = "_Ä­³²¸ðÀÚ"	[ACCESSORY_IDs.ACCESSORY_Blue_Fairy_Wings] = "_Blue_Fairy_Wings"
×
×
  • Create New...

Important Information

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