Search results

  1. AnnieRuru

    HPM Hooking return random value from the defined function

    need both patch and plugin to explain patch src/map/pc.c | 2 ++ 1 file changed, 2 insertions(+)diff --git a/src/map/pc.c b/src/map/pc.cindex 2372d31..412c12b 100644--- a/src/map/pc.c+++ b/src/map/pc.c@@ -975,12 +975,14 @@ bool pc_authok(struct map_session_data *sd, int login_id2, time_t...
  2. AnnieRuru

    Chat space limitation!/Scammer avoid *Will pay for help*

    define the word 'Not working' for me
  3. AnnieRuru

    Add *getguildmember script command

    com'on ... rathena added this ages ago ... and we still don't have ? why ? http://rathena.org/board/topic/78308-getguildmember/?p=244554 any guild based event definitely need this command don't have to use *query_sql anymore prontera,152,187,5 script dsasda2 100,{.@nb = query_sql( "select...
  4. AnnieRuru

    Chat space limitation!/Scammer avoid *Will pay for help*

    oh ? I thought I write this for fun without knowing what this actually does#include <stdio.h>#include <stdlib.h>#include <string.h>#include "../map/pc.h"#include "../map/clif.h"#include "../common/HPMi.h"#include "../common/socket.h"#include "../common/HPMDataCheck.h" // should...
  5. AnnieRuru

    add COLOR_ constants for *announce

    I've always wanted to suggest this add this into dbconst.txt COLOR_Aqua 0x00FFFFCOLOR_Black 0x000000COLOR_Blue 0x0000FFCOLOR_Gray 0x808080COLOR_Green 0x008000COLOR_Lime 0x00FF00COLOR_Maroon 0x800000COLOR_Navy 0x000080COLOR_Olive 0x808000COLOR_Orange 0xFFA500COLOR_Purple 0x800080COLOR_Red...
  6. AnnieRuru

    dispbottomcolor

    since our developers are ... not implementing dispbottom and message with colors http://herc.ws/board/topic/3899-suggestion-displaybottom-message-colors/?p=28345 I think I just make a release for this Download: 1.2 Plugin tested with prontera,162,180,5 script asdf 100,{ dispbottomcolor...
  7. AnnieRuru

    who has AnnieRuru's PVP Ladder with announcement files and SQL queries?

    no, I put 16 | .announceannounce "blahblah",16|.announce;16 is bc_blueremove the 16 and you can put color code btw, I have no idea why .announcekill was defaulted to off, it has to turn on set .announcekill, 0; // announce who pawn who's head : 0 - off, 1 - on
  8. AnnieRuru

    custom Instance script always kick the players out of the map

    I feel the need to make a topic about this, because many members has report about this bug http://herc.ws/board/topic/4850-fight-your-clone/?p=31745 http://herc.ws/board/topic/4652-raid-instances/?p=30813 and I didn't make a bug report, because I'm not able to reproduce the bug . .. ...
  9. AnnieRuru

    shuffle algorithm - Commited into Github

    I really need a topic for this shuffle algorithm or I have to keep press the search button non-stop what is Shuffle Algorithm ? - it generate a set of numbers in random order that the numbers are not repeated Wiki -> http://en.wikipedia.org/wiki/Fisher–Yates_shuffle This script is no...
  10. AnnieRuru

    @sleep

    for some reason that I think I want make this as a release, so I rewrite this Download: 1.1 plugin sleeps the player and make the player invulnerable useful to take a break ?
  11. AnnieRuru

    apple iduns max hp not increasing

    its only not increasing to self but it gives to others
  12. AnnieRuru

    port *preg_match from rathena

    http://upaste.me/868111089e57a3d30 there is something funny about this plugin 1. if I uncomment the //#ifdef PCRE_SUPPORT even though I have PCRE compiled, but it always go under the #else statement ... dunno why 2. and the only way to make this work porperly is also uncomment the #ifdef...
  13. AnnieRuru

    Fight Your Clone

    some people are using the one inside bug tracker ... no ... that is actually just a sample script and this is the one that is fully capable of using in live server Download: 2.0 script plugin ohh ... original topic http://rathena.org/board/topic/72691-evil-clone-on-map-enter/
  14. AnnieRuru

    HPM Pre-Hook allows to not returning to original function

    http://herc.ws/board/topic/4812-official-banker/?p=31162 that method is actually quite funny, like a cheap hack I can think of 2 methods to actually solve this 1. allow overwrite the function completely maybe something like addHookoverwrite("original->function",new_fuction) the problem...
  15. AnnieRuru

    noitem mapflag

  16. AnnieRuru

    noitem plugin

    Download: 1.9 plugin tested with prontera mapflag noitem 0,4,5 prontera mapflag noitem IT_HEALING, IT_WEAPON, IT_ARMOR disable player from using healing items, and preventing equip weapon and armor. . prontera mapflag noitem Poring_Card prontera mapflag noitem 4001 disable player...
  17. AnnieRuru

    Raid instances

    all right both of you tells your problem again only tell the bugs that you think that is not yet fixed when entering the dungeon, this box should pop out I'm not going to support for those people who doesn't have this box . . . hercules has instance system that can attach on guild ID...
  18. AnnieRuru

    Deathmatch PVP

    this part is screw up OnPCDieEvent:if(strcharinfo(3) == "guild_vs3") { dispbottom "You will respawn in 3 Seconds."; sleep2 3000; atcommand "@alive"; atcommand "@heal"; warp "guild_vs3",0,0; atcommand "@speed 50"; end;} // items not allowed in PVP NoPotion setarray .NoPotion_ids[0], 607, 608; //...
  19. AnnieRuru

    Scuffle Event 2.1

    this one ... Paskie sent me the topic link asked me to write so ... http://rathena.org/board/topic/93022-random-pker/ I finished it... Download 2.1 scuffle_event_2.1.txt also needs source modification of -> getmemberaid this is a twist to last man standing event every few hours...
Back
Top