Jump to content

n0tttt

Members
  • Content Count

    7
  • Joined

  • Last visited

  1. Hercules: better stability, perfomance, and customization. rAthena: closer to the official, more updated. I'd say those are the main things.
  2. @Legend Nice script. But, as you said, it can create some problems. You can add this to the while loop to prevent the attack and skills under hide exploit: if(!getstatus(SC_WEIGHTOVER90)) sc_start SC_WEIGHTOVER90,600000,0,1000000,SCFLAG_NOAVOID|SCFLAG_FIXEDTICK|SCFLAG_FIXEDRATESCFLAG_NOICON; Edit: Some of the message dissapeared... well, I also made the obvious comment of the sc_end and said about using viewpoint.
  3. De que se puede, se puede. Incluso creo que funciona así como lo tienes. Pero, en realidad habría que modificarlo bastante, ya que también hay que optimizarlo (utiliza muchas variables temporales de personaje (@) cuando simplemente podría utilizar scopes (.@), y los menús están bastante desorganizados. Un día de estos puede que lo optimice y traduzca de cero (ya que la traducción que hizo Racing, según leo, es muy literal). No prometo nada por ahora.
  4. if(getunittype(killerrid)!=0) { script }
  5. I optimized it a bit. http://pastebin.com/raw/wJPtYU6c
  6. Your own. There're pretty good free source code releases and scripts out there. Some of them are even better than paid versions, lol. Also, premade servers are really expensive and usually outdated, and take time to update.
  7. just this line: warpchar .Map$,0,0,$@partymembercid[.@i]; to: warpchar .Map$,((.@party < 2)?x of first team:x of second team),((.@party < 2)?y of first team:y of second team),$@partymembercid[.@i];
×
×
  • Create New...

Important Information

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