Jump to content

qtdan

Members
  • Posts

    196
  • Joined

  • Last visited

  • Days Won

    4

qtdan last won the day on May 4

qtdan had the most liked content!

1 Follower

About qtdan

Profile Information

  • Gender
    Male
  • Location
    Bulacan
  • Server
    PrestigeRO

Recent Profile Visitors

3,569 profile views

Mood

  • Nervous
  • Currently Feeling Nervous

qtdan's Achievements

  1. - Id: 468 Name: SL_STUN Description: Estun MaxLevel: 7 Type: Magic TargetType: Attack Flags: IgnoreGtb: true Range: 9 Hit: Single HitCount: 1 Element: Endowed CastTime: 100 AfterCastActDelay: 500 Duration1: 2000 Requires: Add Flags: IgnoreGtb: true to Skill Spider Web.
  2. https://github.com/llchrisll/ROenglishRE here
  3. @Cydh i try to add this on latest git and modified some codes i got no errors but the damage still the same, hope u upload the latest version on latest git thanksss
  4. change your patcher directory from http:// to https:// since you add ssl certificate
  5. Version 0.2.0

    74 downloads

    Hello rAthena, This tool is an item generator, to make easier to add new custom headgears on our servers. Don't hesitate to give me a feedbacks or suggestions! If you have question pm me on discord imaqtdan#1741 buy me a coffee : [email protected] PAYPAL
    Free
  6. i want to do it, can you guide me?
  7. is there a clear guide adding the web service support on latest rAthena trunk? TIA
  8. can we have this for pre renewal calc?
  9. @ohyono can we have corrected on latest hairstyles? On Lastest rAthena Git Update 2021-11-03 Client even patch with Shared Body 1 still having this error but not dragon_knight_32, its body_32 error.
  10. @Rynbef L_monthly_reset_statue: OnTimer1200000: //OnClock0000: // refresh every 1 second for debug, change this to 30 seconds or 1 minute for ([email protected] = 0; [email protected] < 5; [email protected]) { setunitdata .pvp_ladder_statues[[email protected] +1], UNPC_HEADTOP, 0; setunitdata .pvp_ladder_statues[[email protected] +1], UNPC_HEADMIDDLE, 0; setunitdata .pvp_ladder_statues[[email protected] +1], UNPC_HEADBOTTOM, 0; } [email protected]$ = "SELECT `char`.`char_id`, `char`.`guild_id`, `char`.`name`, `char`.`class`, `char`.`sex`, `char`.`hair`, `char`.`hair_color`, `char`.`clothes_color`, `char`.`body`, `char`.`head_top`, `char`.`head_mid`, `char`.`head_bottom`, `pvpladder_epic`.`kills`, `pvpladder_epic`.`deaths` "; [email protected]$ += "FROM `char` RIGHT JOIN `pvpladder_epic` ON `char`.`char_id` = `pvpladder_epic`.`char_id` "; [email protected]$ += "ORDER BY `kills` DESC LIMIT 5"; [email protected] = query_sql([email protected]$, [email protected], [email protected]_id, [email protected]$, [email protected], [email protected]$, [email protected], [email protected]_color, [email protected]_color, [email protected], [email protected]_top, [email protected]_mid, [email protected]_bottom, [email protected], [email protected]); for ([email protected] = 0; [email protected] < [email protected]; [email protected]) { setunitdata .pvp_ladder_statues[[email protected] +1], UNPC_CLASS, [email protected][[email protected]]; setunitdata .pvp_ladder_statues[[email protected] +1], UNPC_SEX, ([email protected]$[[email protected]] == "F")?SEX_FEMALE:SEX_MALE; setunitdata .pvp_ladder_statues[[email protected] +1], UNPC_HAIRSTYLE, [email protected][[email protected]]; setunitdata .pvp_ladder_statues[[email protected] +1], UNPC_HAIRCOLOR, [email protected]_color[[email protected]]; setunitdata .pvp_ladder_statues[[email protected] +1], UNPC_CLOTHCOLOR, [email protected]_color[[email protected]]; //setunitdata .pvp_ladder_statues[[email protected] +1], UNPC_BODY2, [email protected][[email protected]]; setunitdata .pvp_ladder_statues[[email protected] +1], UNPC_HEADTOP, [email protected]_top[[email protected]]; setunitdata .pvp_ladder_statues[[email protected] +1], UNPC_HEADMIDDLE, [email protected]_mid[[email protected]]; setunitdata .pvp_ladder_statues[[email protected] +1], UNPC_HEADBOTTOM, [email protected]_bottom[[email protected]]; setnpcdisplay "pvp_ladder_statues#"+([email protected] +1), [email protected]$[[email protected]]; .statue_name$[[email protected] +1] = [email protected]$[[email protected]]; .statue_guild$[[email protected] +1] = getguildname([email protected]_id[[email protected]]); .statue_kills[[email protected] +1] = [email protected][[email protected]]; .statue_deaths[[email protected] +1] = [email protected][[email protected]]; } for ([email protected] = [email protected]; [email protected] < 5; [email protected]) setunitdata .pvp_ladder_statues[[email protected] +1], UNPC_CLASS, HIDDEN_WARP_NPC; // HIDDEN_NPC = 111, HIDDEN_WARP_NPC = 139 if (.start) initnpctimer; else stopnpctimer; end; here on this line setunitdata .pvp_ladder_statues[[email protected] +1],UNPC_SEX,([email protected]$[[email protected]] == "F")?SEX_FEMALE:SEX_MALE; we are talking about is when the statue are appearing at the map instead pulling out the gender of the character, whenever its a male or female it only shows female.
  11. Happy New Year rAthena, Thanks for Everyone. such a good community. hope we still help each other for so many years. more power rAthena, HAPPY NEW YEAR AGAIN! LETS MAKE 2022 GREAT!!!
×
×
  • Create New...

Important Information

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