Search results

  1. AnnieRuru

    [Suggestion] displaybottom & message colors

    so ... Haru has cleaned up the clif->colormes function https://github.com/HerculesWS/Hercules/commit/d66cc50af6d781d179f46ae67d74bf26bf5914e5 now its very easy to implement this suggestion pull request https://github.com/HerculesWS/Hercules/pull/858 and I just compared hercules and...
  2. AnnieRuru

    *setmobdata & *getmobdata

    need to summon a hp 10,000,000 poring ? or you want to make emperium move ? yes, this plugin allows you to customize your monsters attribute Download : 1.2 patch <-- rathena fellows, you are welcome to plagiarize this command, since your setunitdata can't change stats LOL I experienced...
  3. AnnieRuru

    My agit_controller.txt doesnt work

    did your server make any announcement in the 1st place ?
  4. AnnieRuru

    AnnieRuru Scripting Service

    Status : Unavailable   I guess many of you already know me, so I make this topic simple My service: Scripting : $10-$100 (depends on complexity) Source Coding : $10-$50 (depends on complexity)   Only Hercules or rAthena emulator, strictly no 3ceam, eAthena or rAmod   Method of payment: Paypal  ...
  5. AnnieRuru

    Mvp Ladder Game problem

    finally my rathena test server able to run now I found out the reason this is hercules bug this exact same script prontera,155,185,5 script dsfjhsdkfj 100,{OnPCDieEvent: dispbottom Hp +" "+ readparam(Hp); end;}.with rathena display the value correctly with hercules for some reason...
  6. AnnieRuru

    Add *pcblockattack *pcblockskill *pcblockchat *pcimmune script commands

    yesterday @@Aeromesi asked in IRC about is there a script commands to prevent the player to attack makes me remember I did something similar before https://rathena.org/board/topic/91115-event-watcher/?p=238849 yes, we really need to have these script commands *pcblockmove has already existed...
  7. AnnieRuru

    how to make this inventory (Alt+E) shorter ?

    How to make this inventory window (Alt+E) shorter ? I've set my screen resolution to 1400x900, my computer can support the highest resolution possible but I still can't see the bottom of this window
  8. AnnieRuru

    Run Or Die event ( aka. Poring Bomb )

    ok another script that should deserve in the script release section ... after having countless fix in script request ... Download: 2.3a script Make sure your hercules server is compile after 2015-11-15 ok what this event do ... Run ! or you gonna DIE ! this event will keep spawning Bomb...
  9. AnnieRuru

    So ... I'm back... but meh ...

    so ... after years of showing up, then inactive, then come back, then inactive, I come back again .... hahahaha but I'm not very happy ... why ? .  because I'm in DEBT ! . I am broke its because of this Malaysia 1MDB scandal ! (please google it) Malaysia Currency DROP NON-STOP . I...
  10. AnnieRuru

    @market clone

    Download: 1.9 plugin Create a market clone, to leave a message for other players while the player can go hunting/questing/events @market "<Title>" "<Message>" <Color> create a market clone with a chat room titled -> "<Title>" when players tries to join the chat...
  11. AnnieRuru

    Maintenance mode

    dirty methodhttp://upaste.me/9e3531 can you tell how you compile your server ? [info]: Compiled with Microsoft Visual C++ 2010 (v1600)
  12. AnnieRuru

    Sample Questlog & Achievement script

    Download: 1.1 sample quest log Download: 1.1 sample daily quest these are 5 sample quests using quest log system this was actually made as a sample script inside a script support section in eathena forum original topic from eathena thanks to paradog eathena admin that makes eathena forum...
  13. AnnieRuru

    @fontcolor showing unnecessary logging effect?

    20140115 maybe should move to client support ?
  14. AnnieRuru

    Update *recovery script command

    http://rathena.org/board/topic/82374-recovery-script-command/ I keep drooling for this command to be added, so Ima write one myself no more atcommand @raise, @raisemap or @alive anymore ! pull request-> https://github.com/HerculesWS/Hercules/pull/350
  15. AnnieRuru

    plugin missing hook to struct item_data* and mob_data*

    /* HPData handy redirects *//* session[] */#define addToSession(ptr,data,index,autofree) (HPMi->addToHPData(HPDT_SESSION,HPMi->pid,(ptr),(data),(index),(autofree)))#define getFromSession(ptr,index) (HPMi->getFromHPData(HPDT_SESSION,HPMi->pid,(ptr),(index)))#define...
  16. AnnieRuru

    how to declare a new PLAYER source variable in a plugin file

    ok I'm converting this script into patch and plugin http://herc.ws/board/topic/4421-bst-stand-for-buy-sell-and-trade/?p=29021 patch http://upaste.me/349b75 into plugin http://upaste.me/823b70 noticed that in the patch file, I declare a new source variable 'bst_delay' inside map_session_data so...
  17. AnnieRuru

    Maintenance mode

    can't reproduce, tested with the plugin oneI do the same, KinoRuru not able to login, even with server restart type @who to confirm it is normal player or not or, try with the maintenancecheck() script command to debug type 1 value when maintenance is on - script kjdfksjdf -1,{OnInit: for (...
  18. AnnieRuru

    Maintenance mode

    Download: 1.5 plugin create table maintenance ( id int primary key auto_increment, account_id int, name varchar(23), reason varchar(99), minlv2connect tinyint, order_time datetime, start_time datetime, end_time datetime ) engine = innodb;   . remember to enable HPMHooking to enable...
  19. AnnieRuru

    SQL->GetData couldn't retrive a value correctly when use with date_format()

    ACMD(test1) { int account_id; char player_name[NAME_LENGTH]; if ( SQL->Query( map->mysql_handle, "select name, account_id from `char` where account_id = 2000000" ) == SQL_ERROR ) { Sql_ShowDebug( map->mysql_handle ); return false; } else if ( SQL->NextRow( map->mysql_handle ) ==...
Back
Top