Jump to content

ShankS

Members
  • Content Count

    85
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    ShankS reacted to Patskie in PvP points script..   
    Change : OnPCKillEvent:    if( strcharinfo(3)!=.map$ ) end;    pk_points++;    dispbottom "You've gained one point! Your total is ["+pk_points+"] PK point(s).";    end; To :
    OnPCKillEvent: if ( strcharinfo( 3 ) != .map$ || killedrid == last_killed ) end; last_killed = killedrid; pk_points++; dispbottom "You've gained one point! Your total is ["+pk_points+"] PK point(s)."; end;
  2. Upvote
    ShankS reacted to jaBote in PvP points script..   
    Not spoonfeeding for today because of no time.
     
    Just add a temporary char variable which is set to killedrid (which is account id of the killed user), check if this killedrid is the same as the old one and make it act accordingly.
     
    You could also use the char id based on who's online on that account id, but it can be a waste of time.
  3. Upvote
    ShankS reacted to Mhalicot in Skype Group for Pinoy Hercules users!   
    haha, Kaka tapos lang. Kumpleto pa ba mga daliri natin jan ?
  4. Upvote
    ShankS reacted to Mhalicot in Costume Item Plugins   
    File Name: Costume Item Plugins
    File Submitter: Mhalicot
    File Submitted: 10 Feb 2014
    File Category: Plugins
     
    HPM @costumeitem complete package.
     
    Compatible with Windows System Only
     
    if you are using Linux, ignore other files and use only afk.c
    Instruction.
     
    1. Download and extract files using 7z or any application that can extract it.
    2. extract it in your server directory ex: C:/RO Server/Hercules/
    2.1. edit conf/plugins.conf and add costumeitem
    3. Your done. you can now try your plugins
     
    if you are using VS2010/VS2009/vs2013 or whatsoever and you are failing to compile because of platform issue.
    this is what you need to do.
     
    In Recompiling:
    If you are using other MSVS/C
    Quote
     
    Note: Recompile if you modify the script.
     
    If you have any questions feel free to drop a comment.
     
    NOTE: You done have to edit your src to add this custom features(Less conflict when you want to update your server). Thanks to Mr. Ind for making this Plugins possible, This Plugins will convert your items to costume(item stats/combos/bonuses will also copied)
     
    for more info on how to to use HPM visit Here
    (Tested on Hercules rev. 146**)
    Script Release: Costume System
     
    Click here to download this file
  5. Upvote
    ShankS reacted to Mhalicot in Costume System v1   
    Working pa naman to.. pero may available na tayo na Plugins para di mo na galawin ung source file.. check mo dito Custom Item Plugins
  6. Upvote
    ShankS reacted to Mhalicot in Costume System v1   
    Salamat, pero I decided to make it private nalang hehe tutal may nirelease naman ako na Update version ng Costume System.
  7. Upvote
    ShankS reacted to Mhalicot in Costume System v1   
    Good News dito, Update version Released! 
  8. Upvote
    ShankS reacted to Mhalicot in Costume System v1   
    ~ Originally script by Rebel, Zephyrus [rAthena]. ~ Hindi ko pag aari ang script na ito, ginawa ko lang itong tugma sa Hercules.    Kung sakaling magustuhan nyo, pindutin lamang ang  bilang pasasalamat. ~ [Original Topic] http://goo.gl/YU1Z7o ~ 100% compatible in (revision 12624) ~ Requested by karazu    
      ~ Download: http://herc.ws/board/files/file/51-costume-system/ ~ Maraming salamat sa pag suporta. Bigyan ng rate ang download kung gumana.   Note: Inilagay ko sya sa Download para makita rin ng iba kung sakaling matabunan ang topic na to.          Salamat sa pang unawa.
×
×
  • Create New...

Important Information

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