Jump to content

evilpuncker

Community Contributors
  • Content Count

    2178
  • Joined

  • Last visited

  • Days Won

    66

Everything posted by evilpuncker

  1. btw annie, what about doing some script using http://herc.ws/board/topic/1302-bg-queue-debug/ so we can have some sample on how this system works :P since there are no script AFAIK that uses it, only the test one

    1. evilpuncker
    2. AnnieRuru
    3. evilpuncker

      evilpuncker

      hey so what about doing your own queue system :P so we can use it at events (like pvp matches) I've seen something like this released at rA back in time, but would be nice if you did one :P

    4. Show next comments  225 more
  2. can you list which ones are not working?
  3. I didn't find u on my next door Y__________Y~

    1. AnnieRuru

      AnnieRuru

      because I lock the door :D

    2. evilpuncker
    3. AnnieRuru

      AnnieRuru

      you can peep through the window though,

      but don't peep when I'm bathing or changing !

  4. read this carefully and your problem will be solved http://herc.ws/board/topic/4283-introducing-hpm-datacheck/
  5. that it will be a random number between 100 and 150 ---------------------------------------*rand(<number>{,<number>});This function returns a number ...(if you specify one) ... randomly positioned between 0 and the number you specify -1.(if you specify two) ... randomly positioned between the two numbers you specify.rand(10) would result in 0,1,2,3,4,5,6,7,8 or 9rand(0,9) would result in 0,1,2,3,4,5,6,7,8 or 9rand(2,5) would result in 2,3,4 or 5---------------------------------------
  6. I've just downloaded latest git version and got no error when compiling, what have you edited? ========== Build: 6 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
  7. any chance to have it updated to use the new autotrade saving code instead of touching the source code that much? would be awesome!
  8. hey annie where are ur 2 releases from today? xD <3

    1. AnnieRuru

      AnnieRuru

      omg I'm writing now

      its a battleground script btw, so I need to open 3 topics today

    2. AnnieRuru

      AnnieRuru

      http://herc.ws/board/topic/4537-battleground-script-commands-crash-using-plugin/

      ok wasted more than 4~5 hours and still couldn't get the plugin running <_<

    3. evilpuncker

      evilpuncker

      make a .diff version too :P I hate installing plugins on windows >.<

  9. lol dude, u didn't saw that u were with a plus } not commented out? just use the code I posted, I use it and it works.
  10. change: itemdb.c int itemdb_isidentified(int nameid) { int type=itemdb_type(nameid); switch (type) { case IT_WEAPON: case IT_ARMOR: case IT_PETARMOR: return 0; default: return 1; }} into this: int itemdb_isidentified(int nameid) { return 1;} recompile and enjoy!
  11. use this one and change shop for cashshop?! http://herc.ws/board/topic/4512-mall-all-in-one-npc-mall/
  12. thanks annie, just tested and it works flawlessly I love you
  13. Hello, I want to request a mod that would change the actual behavior: actual: when emp got destroyed everyone except the guild that broke it will be warped out, even GMs (lvl 99 if possible) what I want: when emp got destroyed everyone except the guild that broke it and GMs (lvl 99 if possible), will be warped out Hope it is clear
  14. no ultimo erro vc fez totalmente errado, o exemplo diz: npc: npc/localizaçao/script.txt e vc fez apenas npc/custom/jobmaster.txt faltou o npc: antes, ficando: npc: npc/custom/jobmaster.txt
  15. Naruto: Shippuuden Naruto Avatar - The Legend of Korra Dragon Ball Dragon Ball Z Dragon Ball GT Rurouni Kenshin InuYasha Digimon Adventure
  16. just edit the npc to allow 3rd class, if I recall correctly it does come enabled by default
  17. nop since there is no official info about it, so there are no skill since we don't want to use custom formulae
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.