Jump to content

Nash

Members
  • Content Count

    86
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    Nash got a reaction from NiklPar in Obtaining Hercules   
    Well m new at hercules So dunno 
  2. Upvote
    Nash got a reaction from oapedhep in Obtaining Hercules   
    Bro Git aint working in my pc isnt there any SVN?
  3. Upvote
    Nash reacted to Dastgir in @joinbg and Tribe system / Clan System/Faction System/RACE System   
    This is .dll plugin.
     
    You have to do one edit after installing this plugin,
     
    go to pc.h and find
     
    struct map_session_data {  below it add
     
    int faction; //FactionMOD  Recompile, you are done.
     
    Plugin Include 2 script commands:
     
    setfaction(FactionID);getfaction();  
    FactionSystem.zip
  4. Upvote
    Nash reacted in R>>Nation Faction System   
    Last I checked it's missing a lot of functionality, but if it has what you need then yeah I assume that's fair game.
  5. Upvote
    Nash reacted to Thunderbolt in R>>>@costume by greenbox   
    http://rathena.org/board/topic/82370-costume-npc-and-costumeitem/
  6. Upvote
    Nash reacted to Neo-Mind in R>>>@costume by greenbox   
    is there a need for that command? i mean cant @item already create costume headgears just like other items?
  7. Upvote
    Nash reacted to Emistry in Requesting For >>> Derefiner And Custom Refiner   
    try
    for( .@i = 1; .@i <= 10; .@i++ ) .@menu$ = .@menu$ + getequipname( .@i )+":";.@equip = select( .@menu$ );.@refine = select( "Refine","De-refine" );mes "how many time ?";input .@amount,0,100;for( .@i = 0; .@i < .@amount; .@i++ ) if( .@refine == 1 ) successrefitem .@equip; else downrefitem .@equip;mes "Done";close;
  8. Upvote
    Nash reacted to Emistry in +100 refine Guys Please Help Me Asap i cant understand this   
    add in the column required until you reach total of 104 column for refine rate..
×
×
  • Create New...

Important Information

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