Jump to content

renton69

Members
  • Posts

    14
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Morocc

Recent Profile Visitors

1408 profile views

renton69's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Kindly check this modification of skill.c : it worked on my test server (Stalker with SL status can fullstrip a player with FCP) but in my online private server it doesn't work (Skill failed only displays in chat box) //Special message when trying to use strip on FCP [Jobbie] if( sd && skill_id == ST_FULLSTRIP && !(sd->sc.data[sC_SPIRIT] && sd->sc.data[sC_SPIRIT]->val2 == SL_ROGUE) && tsc && tsc->data[sC_CP_WEAPON] && tsc->data[sC_CP_HELM] && tsc->data[sC_CP_ARMOR] && tsc->data[sC_CP_SHIELD]) { clif_gospel_info(sd, 0x28); break; } //Attempts to strip at rate i and duration d if( (i = skill_strip_equip(bl, location, i, skill_lv, d)) || (skill_id != ST_FULLSTRIP && skill_id != GC_WEAPONCRUSH ) ) clif_skill_nodamage(src,bl,skill_id,skill_lv,i); //Nothing stripped. if( sd && !i ) clif_skill_fail(sd,skill_id,USESKILL_FAIL_LEVEL,0); break; } My test server revision is 17187 while my online server revision is 17079. Reference: http://rathena.org/board/topic/66343-bypass-the-fcp-when-soul-linked/
  2. I think its not a bug, it is the default SRC setting sir, ive searched some topics here they said revert the src files to older revision, but i dont know which revision. My revision is 17079.
  3. w8 how about reducing the asura damage?
  4. Thank you so much Jeroen it really worked!!
  5. My server setting, 255 base level, but i think the default max sp to reach max damage is 6k (which is for base lvl 99), and lady tanee card and other items that affects max sp don't add Asura damage. How to edit this?
  6. Please help me in my server, here's the scenario: Three players: Champion#1 party with Paladin#1, and Paladin#2 is the enemy. Paladin#1 casted devotion on Champion#1, and Paladin#2 casted Reflect shield. When Champion#1 casted Asura Strike on Paladin#2, Champion#1 receives the reflect damage from Paladin#2. It should be Paladin#1 receiving the Reflect damage coming from Paladin#2, not Champion#1. Can you help me on this? I'm using rathena revision 17079. I've searched some related topics, some said revert it back to old revision, but I don't know what revision, which files to be replaced, what line should be edited.
  7. Same problem on mine, rathena revision 17079, any help please?
  8. Nagsearch na ako related sa nasabing topic, pero puro pang eathena lang walang pang rathena? eto ang po scenario: Champion#1, Paladin#1, Paladin#2 NakaDEVOTION si Champion#1 from Paladin#1, tapos nag Asura Strike si Champion#1 kay Paladin#2 na naka REFLECT SHIELD, pero ang nakakatanggap ng reflect damage from Paladin#2 eh si Champion#1 instead na si Paladin#1. Patulong naman po dito.. BTW rAthena 17079 po svn gamit ko.
  9. It doesnt work on my server.. take a look. >.<
×
×
  • Create New...