Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/30/13 in Posts

  1. Evening all! For the last 4 hours @Lighta and myself have been fixing up Doxygen to display correctly. The crontab for newly generated doxygen files now occurs every hour. I was then railroaded into installing something a little more interesting called CppCheck. On our navigation bar in the header of each page is a new link under Bug Tracker called CPPCheck. Clicking the link will open a new tab/page and display a long list of issues that are in our current source files. Among other things, it checks macros, looks for things that may cause mapcrashes and informs devs which functions should be reviewed and optimised. As it takes a while to compile the results, this will be updated only once a week. On a side-note: we also have an IRC bot reporting github commit output to #rathena-dev too
    3 points
  2. Darn it, theres no need to create a NpC script from zero to make an item change an armor property!!! Just insert this lines, in the item script : time duration numbers are represented by miliseconds: 180000 = 3 minutes dark {sc_start4 SC_ELEMENTALCHANGE,180000,1,Ele_Dark,1,0; },{},{} shadow {sc_start4 SC_ELEMENTALCHANGE,180000,1,Ele_Holy,1,0; },{},{} if you want something different, just type Wind, Fire, Water, Ghost, Poison Etc Etc Etc if you want add an effect: just type any special effect, example: {specialeffect2 91; sc_start4 SC_ELEMENTALCHANGE,180000,1,Ele_Holy,1,0; },{},{}
    2 points
  3. wrong configuration? try to use my skin on my signature to translate.
    1 point
  4. Ya i know. Infact Yommy already uploaded a client in Hercules. i have already updated NEMO to work (still fixing Custom Job patch )
    1 point
  5. if ( countitem( 969 ) ) delitem 969, 1;
    1 point
  6. Hello and welcome! here is a short quick guide, it's just what Akkarin said so credits to him: If you need something else we may help you take care!
    1 point
×
×
  • Create New...