Jump to content

Mystery

Community Contributors
  • Content Count

    2635
  • Joined

  • Last visited

  • Days Won

    88

Posts posted by Mystery


  1. It should be working as normal from before that other update. It was changed from weapon based to misc.

    - skill->attack(BF_WEAPON,src,src,bl,skill_id,skill_lv,tick,flag);
    + skill->attack(BF_MISC,src,src,bl,skill_id,skill_lv,tick,flag);

    -> https://github.com/HerculesWS/Hercules/blob/15a4395a2f2de8629a21b08ac6b9ec363ad94de3/src/map/skill.c

    /**		 * Rune Knight		 **/		case RK_DRAGONBREATH_WATER:		case RK_DRAGONBREATH:		{			struct status_change *tsc = NULL;			if( (tsc = status->get_sc(bl)) && (tsc->data[SC_HIDING] )) {				clif->skill_nodamage(src,src,skill_id,skill_lv,1);			} else				skill->attack(BF_MISC,src,src,bl,skill_id,skill_lv,tick,flag);		}

    But, in the database section.. it's still weapon.. :S


  2. so much hate in here :P

    In all honesty, when I had my server, I used Harmony and I knew it worked like a charm without any issues (that I faced). I can't say anything about any other program because I don't have a server anymore to test anything on so... my ownership of servers has ended... xD! For now at least... I guess...

  3. I tought Harmony didn't too.... Anyway, that was just a suggestion.

    Yes, but Harmony's site is in English which is still within our rules so Harmony is still allowed although it necessarily isn't an approved Paid Services here. Don't forget that Harmony is widely known whereas InternalGuard isn't...  I personally never knew about it till recently (couple months). :S

     

     

    ^ Sorry but InternalGuard is not free anymore, and it doesnt have any approved Paid Advertisement in our Forum thats why I removed your link.

     

    isn't it free if used in localhost?

    I don't think so... o_O Their new update requires a paid key of some sort.. from what I've gathered?


  4. From when I started having my servers hosted, I started off with a Managed VPS hoster... from what I've gathered, they gave me credentials to log into the VPS and I had my 3 desktop icons to start, stop, and restart my server... basically everything was managed by the hoster... Now, for unmanaged, my last server I had was unmanaged where I would run my server through my terminal from my Mac computer... basically everything is maintained through yourself.

     

    (My understanding o-o)


  5. Those addons aren't really new and extraordinary, but it is a very nice touch to your site! I really like the colours you've chosen and how the main navigation fades and minimizes when you scroll and then follows along; nicely done!

     

    Your site is very elegant yet simple at the same time with such nice colour contrasts and not bold enough to hurt the eyes; excellent. Of course, this is all my opinion anyways but it really is a nice design you've done !


  6.  

    Use Hercules' doc/script_commands.txt for reference if you're unsure of whether or not we have a script command that you need. Additionally, a script-checker was added to Hercules just recently for Linux, OS X, and Windows; it can also be used on Haru's website. This script-checker is a great and convenient way of checking your script's compatibility with Hercules, as it will return any errors the map-server would encounter if loaded.

     

    does rathena have a scriptchecker like this?

    No, not that we're aware of.


  7. if ( countitem( 501 ) < 10 || !countitem( 514 ) ){

    Yeah:

     

    Validation output:

    [Error]: script error in file 'ee191076495024209' line 2 column 18

    parse_simpleexpr: unmatched ')'

    1: {

    * 2: if ( countitem( 501 ) < 10 || !countitem( 514 ) {

    ~~~~~~~~~~~~~~~~~^

    3: mes "You need 10 apple and 1 grape";

    4: close;

    5: } 

     

     

    Also, karazu, what you can do is use upaste.me 's script run check when you upload this script as an Athena paste. 


  8. Release Guidelines

    All topics that do not follow these guidelines are subject to modification or removal by a moderator.

      [*]Your scripts must be released in English. [*]Your release must be of your own creation, unless explicit permission from the original author is given.
        [*]Paid works may not be posted unless you are the original author.

      [*]Include a detailed description in your post; typically three or more sentences should suffice. [*]Script, source, database, and plugin releases may not include any malicious or watermarked code*.

        [*]Comments and headers are exempt from watermarking guidelines.

      [*]Code-based releases must be tested and error-free on Hercules emulators. [*]Links to external hosting for your file(s) must not require user registration to download the file(s). [*]Include a changelog for updates to your release(s); do no create duplicate topics for the same release. [*]Pre-Compiled Plugins are not allowed to be released.

        [*]Releasing pre-compiled plugins can cause errors/warnings.


     

     

    Please keep in mind that all posted content is released under the GNU General Public License v3; if you would like to protect your work, you should consider obtaining copyright (US) or a Creative Commons license. These guidelines are subject to change at any time.



    *Example of watermarked code:

    -    script    LameRO_Healer    -1,{        percentheal 100,100;    specialeffect2 313;     mes "[LameRO Healer]";    mes "This script is provided by LameRO! Tell the world!";    close2;        announce "LameRO is the best! Yeah! Wooo!", bc_all;    end;    }

    Updated: October 29th 2015


  9. @Mysterious,

    because I made this script since 3 years ago

     

    on eAthena -> as a scripting mod

    http://www.eathena.ws/board/index.php?s=&showtopic=272293&view=findpost&p=1492870

    on rAthena -> was a scripting mod

    http://rathena.org/board/topic/72259-started-wow-battlegrounds-into-ro/?p=148455

    now here in Hercules ... -> now a scripting mod

    already switch to 3rd forum already

     

    and Olrox still couldn't make the map !

     

    yes I'm very meanie now >_<

    I PM Olrox how many times already

    he couldn't give me a satisfy answer ...

     

     

    PS: if I still remember correctly, when he made the topic in eathena forum 3 years ago, he just done 5 or 6 maps

    Oh, I see lmao xD Nvm then xD
×
×
  • Create New...

Important Information

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