Search results

  1. AnnieRuru

    Auraset

    I didn't get that kind of problem though prontera,155,185,5 cashshop sdjfsdfkjkd 1_F_MARIA,501:10,502:20prontera,155,188,5 script kjdshfks 1_F_MARIA,{ aura 586;}
  2. AnnieRuru

    Annie's Dressing Girl

    hmm ? I don't have any problem prontera.gat, 155, 185, 5 script Dressing Girl 1_F_MARIA,{ addtimer 1, strnpcinfo(0)+"::OnChangeBack"; mes "do you want to try out the look of some awesome headgear?"; next; .@s = select( .menu$ ) -1; if ( getiteminfo( .headgear[.@s], 5 ) & 256 ) changelook...
  3. AnnieRuru

    Card Collector

    this script gets in the way when I editing the wiki, so I have to dispose here ops, I mean, release here Download: script simple script, the npc announce the name of the card it wants if the player having this card, can give to this npc for a reward found this idea from rathena script request
  4. AnnieRuru

    @partybuff / @spb

    yup, currently look like this now #include "common/hercules.h" #include <stdio.h> #include <string.h> #include <stdlib.h> #include "map/pc.h" #include "map/clif.h" #include "map/party.h" #include "common/nullpo.h" #include "common/socket.h" #include "common/memmgr.h"...
  5. AnnieRuru

    @partybuff / @spb

    #include "common/hercules.h"#include <stdio.h>#include <string.h>#include <stdlib.h>#include "map/pc.h"#include "map/clif.h"#include "map/party.h"#include "common/nullpo.h"#include "common/socket.h"#include "common/HPMDataCheck.h" // should always be the last file included! (if...
  6. AnnieRuru

    @partybuff / @spb

    even if this is possible, there is a client restriction which disallow to display player name longer than 23 characters ... and the color has to be client reverse engineer ...   means, no, this also has to do client side modification   but if not display in the Alt+Z, but with a message command...
  7. AnnieRuru

    PCRE_SUPPORT on latest GIT

    Problem if your server having some custom plugin that crash your server, the error look something like this [Info]: Hercules 32-bit for Windows[Info]: Git revision (src): '1e2f24a2fcb13b8a2fe06f4cc829670303760929'[Info]: Git revision (scripts): '1e2f24a2fcb13b8a2fe06f4cc829670303760929'[Info]...
  8. AnnieRuru

    Bug Npc Soul

    I tested the whitesmith got Full Adrenaline Rush but dancer and clown ... really not working if this is really hercules bug then has to post it up because I tested on rathena it works, but hercules don't
  9. AnnieRuru

    Event 1x1...

    don't tell me you have edited the main npc 'bg_pvp#control'
  10. AnnieRuru

    OnPCUseSkillEvent

    After so many years of hearing rumor of this modification, finally today is the day I can release this to public Download : 1.5 plugin original topic from eathena
  11. AnnieRuru

    OnPCStatCalcEvent

    rathena already has this by default -> https://github.com/rathena/rathena/commit/27a0f3f someone else has tried to pull request in hercules, -> https://github.com/HerculesWS/Hercules/pull/351 but it was denied, so have to leave this as plugin UPDATE: rathena has taken out -&gt...
  12. AnnieRuru

    getitemname2

    another lame script that has been around for a very long time ... just a function to show the item name exactly like on the client side Download: 2.6 script Display Item name just as the client version 2 onward has color code for display inside npc dialog original topic from eathena and...
  13. AnnieRuru

    Blacksmith Weapon Refine

    @bOinkz @Helena @Xanthin src/map/skill.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/map/skill.c b/src/map/skill.c index 6eacde8..c246e1f 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -16200,6 +16200,11 @@ void skill_weaponrefine (struct map_session_data *sd, int...
  14. AnnieRuru

    Awakening and Concentration Potion not working

    mine, do the exact same stats in the screen shot before awakening after awakening https://github.com/HerculesWS/Hercules/blob/master/src/map/clif.c#L2858 try debug the value there
  15. AnnieRuru

    Last Man Standing (using queue iterator script commands)

    Haru has fixed the queue iterator script commands its time to spread out this technique Download: 1.2 script Make sure your hercules server is compile after 2015-12-21 errr ... maybe too strict xD good for server owner and scripter alike this can use in live server, and also can be a...
  16. AnnieRuru

    Disguise event problem

    which version you playing ? I'm using the one inside hercules custom folder
  17. AnnieRuru

    AnnieRuru Scripting Service

    selling this setmobdata/getmobdata for rathena users at $10 only grab this before Aleos fix it LOL Note that mine can adjust the stats (yes, I don't do status_calc_mob) prontera,155,185,5 script kdjhfksfdh 1_F_MARIA,{ monster( "this", -1,-1, "--ja--", 1002, 1, "" );// monster( "this", -1,-1...
  18. AnnieRuru

    fixedaspd mapflag

    hehehe ... I'm so happy that now mapflag also can be a plugin I think I can safely release all my custom mapflags for hercules users Download: 1.3 plugin . prontera mapflag fixedaspd 150 setmf_fixedaspd "prontera", 150; all players will have fixed attack speed at 150 speed the...
  19. AnnieRuru

    movespeed mapflag

    this is useful for certain events when you want your players to move at a fixed speed eg: even if the player has agi up, mount peco or using Authoritative Badge, all players movement speed are fixed at your desire value Download: 1.3 plugin Example: prontera mapflag movespeed 150...
  20. AnnieRuru

    *setmobdata & *getmobdata

    again, 2nd PM come in and asked me to convert this into rathena because they claimed this script isn't working in rathena ... and I don't believe rathena will release stuffs that are "full of bugs" 1st reason I was scripting moderator at rathena forum during year 2013, so I knew how strict...
Back
Top