Search results

  1. AnnieRuru

    Emperium Breaker ladder

    being asked too much in script request section, so better just release one script emp_breaker_ladder_1.0.txt patch ... no need recompile ... http://upaste.me/0b1d4993914f05487 what this script do ? hmm ... just display the top players who has broke emperium ..
  2. AnnieRuru

    Guild Alliance Chat -> @ally

    Download: plugin <-- for those who knows how to install plugin patch <-- for those who thinks plugin is pain I don't think there's anything special about this mod yes it is, I sooo feels stupid now hercules already have #ally chat
  3. AnnieRuru

    my custom battleground *createbgid doesn't work on OnQuit when using battleground queue

    http://upaste.me/43f410863b29f741e that's weird when I test on normal battleground script using waitingroom system, it works [Debug]: script debug : 0 110000009 : Battleground Normal Start[Info]: Character 'EnnyRuru' logged off.[Debug]: script debug : 2000001 110000009 : Battleground Normal...
  4. AnnieRuru

    sendmail

    Download: plugin tested with http://upaste.me/c97c10801a13a4261 New version 2.0 will no longer need to use query_sql command to send to offline players I have learn to use SQL->Query in the source, so this script command can send to offline players reference topic...
  5. AnnieRuru

    Where did this error came from? [script_rid2sd]

    http://herc.ws/board/topic/4509-vendor-control-rewrite/ wait ... I don't see novend npc inside this script post your edited script its actually better to ... http://rathena.org/board/topic/91478-security-command-error/?p=240134 use Notepad++ and do a "Find in file" with the keyword "novend"...
  6. AnnieRuru

    BG queue announcement

    when you talk about bg_queue it should be this so note, this battleground system runs real time the queue is process behind npc script, so there is nothing we can do when somebody starts registering the script function only start to execute when the queue is full go to...
  7. AnnieRuru

    getmemberaid checkmes

    Download: 1.3 plugin -------------------------------- everything is inside this sample http://upaste.me/10bb21957e0971185 its meant to attachrid online players checkmes ... is just like addrid with type 1 ... means only attachrid on players that doesn't have a npc dialog - script test...
  8. AnnieRuru

    [Outdated] battleground system without waitingroom

    This plugin has outdated Haru has already fixed queue iterator script command this plugin is no longer needed sample battleground script using queue iterator http://upaste.me/ab3022385d0127b7f outdated topics from eathena or rathena this one is more update Download: 1.5 plugin...
  9. AnnieRuru

    DIFF_TICK crash the server again (oh yes ...)

    I starting to love writing plugins because none of them working ... hahahah http://upaste.me/6611107511ac763ee again, the patch works http://upaste.me/a84610750e12ec25a but the plugin, if @agitstart, it will display "Cannot use this command during WOE." other than that, server crash...
  10. AnnieRuru

    Skull name / rid2name( killedrid ) error

    cannot reproduce I'm using test server ... *click* I've Ctr+F inside my packet.h ... 0x0923 no result packet stuff is not my specialty ... ask someone else
  11. AnnieRuru

    battleground script commands crash using plugin

    this is the plugin I'm using http://upaste.me/cf4610708642f7979 everything is ok until using the npc script http://upaste.me/7de710709dbb6fa17 server crash when using the patch, the above npc script works fine http://upaste.me/637f10590efeb783e but the plugin just doesn't work with npcs...
  12. AnnieRuru

    BIG announce Font

    thanks for helping me solve my client side problem give a few rep in this topic then but ... ahem ... still works for me
  13. AnnieRuru

    Vendor Control (rewrite)

    me start to love rewrite Emistry's script .... hehehe sure he don't mind Download: 2.1 script & plugin plugin is meant for players can vend on top of npc look for the original topic here for description https://rathena.org/board/topic/84828-utility-vendor-control/ ... but download the...
  14. AnnieRuru

    King of Emperium Hill

    I think its better to have a release topic for this instead of me update the script across separate topics Download: Hercules 1.3 Script Plugin for Hercules Download: rAthena 1.2 Script. Patch for rAthena what this event do ? ( huh ? so popular script and I still need to explain ? ) 1...
  15. AnnieRuru

    Dice Event 3x

    how come both of you client can freeze ? using hercules of course
  16. AnnieRuru

    SQL Mission Board Problem

    apparently, that script only works on latest rathena, and not working on latest hercules but first, what is your server revision I just setup back rathena test server because of this script <.< cannot reproduce your problem 2. the SQL table is only update when the player logout...
  17. AnnieRuru

    Woe Controller bug

    cannot reproduce . . cannot reproduce. . cannot reproduce . . it seems like your map-server.exe should spam a lot of error for this. . Euphy will not see this, he only active in rAthena
  18. AnnieRuru

    BIG announce Font

    really ? - script sdfkjhfkjhsdf -1,{OnInit: announce "[ Prontera, Capital of Rune Midgard ]", bc_all, 0x66AAFF, 0x190, 50;}
  19. AnnieRuru

    Lucky Pick Event

    how its not working ? OnMinute18: announce "runs without attachrid", bc_all;Onbbb:// while ( .@j++ < 100 ) { // ran a test with 100 times getservermember 2; callfunc "shuffle", 0, $@servermembercount -1, .@r; for ( .@i = 0; .@i < $@servermembercount; .@i++ ) { attachrid...
  20. AnnieRuru

    Do not count @at as online player

    I don't think its possible to alter the /who to display non-autotrade but @who and @whomap can http://upaste.me/4d1e10585e29b0b0d you guys need to change the message.conf into other numbers ... I simply pick randomly for the script command, I think I'll propose an alternative method...
Back
Top