Search results

  1. AnnieRuru

    How to apply a diff file

    getting tired of people keep sending me personal message -> how do I apply your koe patch after about 6 PMs or so I getting really fed up, only then I realize there is no guide to properly teach members how to apply a diff file, so here I make one for you guys First step A lot of people...
  2. AnnieRuru

    OnNPCKillEvent changes

    https://github.com/HerculesWS/Hercules/pull/2061 before understanding this pull request, let's talk about the history of OnNPCKillEvent History during the time OnNPCKillEvent implement, monster only spawn on the fields and dungeon, in this syntax ** Create a permanent monster spawn...
  3. AnnieRuru

    Russian Roulette

    Download: 1.1 script just join the event and then AFK there and wait for the luck ... the last one who has enough patience ... or you are just god damn lucky ... might win this event
  4. AnnieRuru

    Character name appear on top of character head

    Character name appear on top of character head -> in Hercules ok I have NO IDEA how it becomes like this the only thing I remember is when I was trying this reproduce this bug https://github.com/HerculesWS/Hercules/issues/1930 after @.fontcolor red and say something, immediately log out...
  5. AnnieRuru

    Advance SQL commands

    As usual, I only write advance guides This guide is a compilation of SQL commands that I have used, or Questions answered on the forum every single subject here are related to Hercules/Ragnarok Online in some ways, so you won't feel bored reading them XD Table of Content 1. When to use...
  6. AnnieRuru

    requesting hexed client compatible with 20170705

    I start to feel lazy at this moment and hoping for the help from the community again ~ hurray ~~ anyway I have successfully setup my RO server, and connect with my damn old 2014-01-15 client successfully but this damn old hexed client give me very small font (other has posted similar...
  7. AnnieRuru

    :hide:

    anyone miss meh?
  8. AnnieRuru

    Ragnarok Online access card

    some people actually doesn't believe I've played Ragnarok Online LOL so I dig up my precious childhood memory storage box, and scan all those access cards really, its my childhood memory @Emistry sure have seen them before EDITING : yeah this IPB forum sucks ...
  9. AnnieRuru

    MaxLvExpGain

    I saw a lot of methods on how to stop players from gaining exp after certain level but all of them have flaws, so I release mine, its from my google drive Download: 1.3 plugin Full Description of what this plugin DO stop players gain exp through killing monsters, mvp exp, or share party...
  10. AnnieRuru

    Charms

    Download: 1.6 plugin tested with { Id: 909 AegisName: "Jellopy" Name: "Jellopy" Buy: 6 Weight: 10 BuyingStore: true Charm: true // Charm_Stack: true Script: <" bonus bStr, 10000; "> OnEquipScript: <" sc_start4 SC_ENDURE,60000,10,0,0,1; hateffect...
  11. AnnieRuru

    @cashreload

    LOL !!! you only asked me about how to kick players if you really told me about cashshop, I know which function to hook ..... #include "common/hercules.h"#include <stdio.h>#include <string.h>#include <stdlib.h>#include "map/pc.h"#include "map/clif.h"#include...
  12. AnnieRuru

    All in one Event Manager -> help me find all the event scripts !

    one of my customer sent me Euphy's Event Manager script and asked me to write -> join the event simply using bindatcmd @joinevent means, yeah, all 7 events in that script, use 1 command @joinevent will warp you to the map that event is on Add -> there is also a command @eventlist to...
  13. AnnieRuru

    noinvitation mapflag

    a mapflag to block friend invitation for pvp/gvg/bg event so player can't abuse that open a notificaition window during an important event Download: 1.1 plugin prontera mapflag noinvitation block friend invite in prontera and to block others like trade/party/guild invitation use...
  14. AnnieRuru

    OnHour00 player's value recover

    you know what ? I'm going to show you the simplest way how to do this abuse the battle manual and bubble gum cash item status https://github.com/HerculesWS/Hercules/blob/master/db/sc_config.txt#L162 93 = 64+16+8+4+1 = cannot be dispel, doesn't remove on death, persist after logout ... PLUS...
  15. AnnieRuru

    mapflag all map for adjust_skill_damage?

    of course I tested before I post normally damage as 230 then after the script, readjust the equipment (need it to run status_calc_pc_) damage become 460
  16. AnnieRuru

    Count total number of items

    ok then I coded it then you know apple doesn't have unique ID OnPCPickUpEvent prontera,155,185,5 script kjsdhfdksfj 1_F_MARIA,{ setarray .@a, 1203,1,4,0, 4001,4001,4859,4701; getitem2 .@a[0],1,.@a[1],.@a[2],.@a[3], .@a[4],.@a[5],.@a[6],.@a[7]; end; OnPCPickUpEvent: announce strcharinfo(0)...
  17. AnnieRuru

    @sameip command for rathena

    eh ? I thought just change ++.@i into .@i++ will work for rathena already ? because I saw you did it before on other topic - script kjdshfksfj FAKE_NPC,{OnInit: bindatcmd "sameip", strnpcinfo(0)+"::Onaaa"; end;Onaaa: freeloop true; .@nb = query_sql( "select `char`.name, char_id, last_ip from...
  18. AnnieRuru

    Latest svn bugs ?

    I have no idea why members always getting different result than others
  19. AnnieRuru

    Auraset

    auraset doesn't touch cashshop code no way it can give bug to that location
  20. AnnieRuru

    Help Custom items -> Costume Items

    no idea since I cannot reproduce your problem
Back
Top