Jump to content

malufett

Retired Staff
  • Content Count

    657
  • Joined

  • Last visited

  • Days Won

    29

Everything posted by malufett

  1. it seems like its easy to do this in aegis..look at this script item Poring_Eggevent OnStartEquip: var ret = GetPetRelationship if ret >= 3 AddExtParam User VAR_LUKAMOUNT 2 AddExtParam User VAR_CRITICALSUCCESSVALUE 10 endifreturnevent OnFinishEquip: var ret = GetPetRelationship if ret >= 3 SubExtParam User VAR_LUKAMOUNT 2 SubExtParam User VAR_CRITICALSUCCESSVALUE 10 endifreturn what if we do something like this...
  2. can't find any info about this in official..please enlighten me..
  3. nah..you don't need that you can set it at 'conf/battle/misc.conf' // Set this to the amount of minutes autotrade chars will be kicked from the server.at_timeout: 0
  4. Time to revamp Elemental Summons...rawr!!

    1. evilpuncker

      evilpuncker

      what happened to vip system? xD

    2. Relzz

      Relzz

      it died

       

      Nah, maybe malu isnt in mood for that but it will get done eventually so lets just keep asking

       

       

      MALU MALU MALU ! GO GO GO ! DO IT DO IT!

  5. @vending.c safestrncpy(sd->message, message, MESSAGE_SIZE);clif->openvending(sd,sd->bl.id,sd->vending);clif->showvendingboard(&sd->bl,message,0);+atcommand->exec(sd->fd, sd, "@autotrade", true);idb_put(vending->db, sd->status.char_id, sd);}
  6. login-server.conf // Required account group id to connect to server.// -1: disabled// 0 or more: group idgroup_id_to_connect: -1// Minimum account group id required to connect to server.// Will not function if group_id_to_connect config is enabled.// -1: disabled// 0 or more: group idmin_group_id_to_connect: -1
  7. cause /b and /nb are @kami commands not @broadcast
  8. well most of it...since that is there only source as far as I 'm concern...
  9. Happens when not everyone knows about Hercules I disagree here, its better to have less good scripters than lots of bad scripter..(Also it depends, less ppl choose to do hard script for free) Yet, we are growing, and theres many new good scripters coming to Hercules. but the downside is..scripters who are willing to contribute to update the scripts to renewal and catch up with the latest episode is low in numbers..many of our scripts are older than rA. @topic sa pre mechanics halos walang pinag-iba and magiging batayan mo nalang eh features and stability tulad ng sabi ni Mariel.. pero pag renewal na the best pa rin ang Hercules dahil ang mga implementation ng renewal features ay accurately done at reliable ang source..
  10. Isn't that kRO??(On side note: kRO removed roulette) latest main kRO... btw roulette still available in sakray... I Think they disabled it also. just notice a while ago after the patch..yesterday it was there..hahaha
  11. sure it's not...cause they are too lazy to delete..they just disable it...hahaha
  12. Isn't that kRO??(On side note: kRO removed roulette) latest main kRO... btw roulette still available in sakray...
  13. Its funny cause trees in new Prontera literary drops fallen leaves/twigs...lol
  14. I don't have any better idea for its redesign...
  15. type > gdb ./map-server(gdb) r< wait until it crash >(gdb) bt full
  16. I wish there is a gallery for easy browsing for which is added and not yet added..anyway this is cool...
  17. yung aegisname eh hindi nag aaccept ng space character....
  18. according to this comment @ clif.c /// Request to increase status (CZ_STATUS_CHANGE)./// 00bb <status id>.W <amount>.B/// status id:/// SP_STR ~ SP_LUK/// amount:/// Old clients send always 1 for this, even when using /str+ and the like./// Newer clients (2013-12-23 and newer) send the correct amount. solution will be by tweaking 'pc->statusup' by changing the amount increase to 1 then loop it having a delay per iteration until it reach the maximum desire amount...
  19. mga syntax error..read mo lang error madali mo lang yang maayos..
  20. pano ang alin? convert ng item db? search mo lang sa forums...(http://haru.ws/hercules/itemdbconverter/)
  21. wala eh..gawin mo nalang gawin mo muna sa IcabitItem builder then convert mo lang yung item_db.txt to item_db.conf...
  22. well once I got my rebellion in kRO...I already coded it but need to reconfirm some behaviors and formula from kRO...
×
×
  • Create New...

Important Information

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