Search results

  1. D

    Taekwon Attack Switching

    anybody here knows how the attack index of taekwon works? if you look closely, the taekwon's attack switches from attackindex1 to attackindex2 in random.. anyone here where knows where can i find how to change or edit that? thanks..
  2. D

    s_elemental_db

    hello.. good day to all.. can anybody help me where can i locate s_elemental_db? thanks.. i am trying to edit the summons stats..
  3. D

    Snake Hat .spr & .act

    good day.. can i ask for a copy of the .act and .spr of the animated snake hat headgear? thanks in advance.. i can't seem to find it in my data.grf because of korean texts..
  4. D

    Custom Classes Sprites

    Male Hunter with Dual Dagger Female Hunter with Dual Dagger Male Super Novice with Bow Female Super Novice with Bow Sword Sage Kafra Class
  5. D

    Super Novice Bow Animation

    I'm trying a new project... i tried recreating super novice with bow animation.. this is the frames for male super novice.. front attack view.. i will finish the male animation then the female after that..  
  6. D

    Looking for Team mates sa paggawa ng Private Server..

    Naghahanap po ako nang kasama.. i'll be frank.. non-profit po sana ang gsto ko.. since my free gameguard nman dito sa hercules, ang paggagastusan lang natin ung monthly hosting.. kahit ako n ang magshoulder nun per month... ang kelangan ko lang team mates na mapagkakatiwalaan, passionate at team...
  7. D

    Sage Skill Hindsight

    I tried adding the bold line to the code but it doesn't seem to work.. can someone help me? please? thanks...
  8. D

    Sonic Wave Healing Undead & Dark Element

    hi... can someone help me? i'm trying to customize sonic wave skill.. i want it to heal undead & dark element monsters/players but damage monsters of every other element.. i tried using this code.. the skill hits every other element but when it is targeted on dark/undead element monsters...
  9. D

    Warg not Visually Attacking

    i tried recreating Warg Bite Skill so that it will be seen on the 2nd job tab.. all is fine except that when i use the skill, the warg is not visually attacking the target.. the skill hits & and damages the target but there is no visual effect of the warg moving.. can anyone help me on this...
  10. D

    Death Knight Sprite Ripping

    Can someone help me extract the sprite of death knight from nintendo DS ROM? i tried following the instructions found in this thread but i can't seem to make it work.. here is the thread.. https://gbatemp.net/threads/ragnarok-ds-sprite-ripping-request.304302/ can someone help me extract the...
  11. D

    Freedom of Casting

    can someone help me.. is it possible to enable melee skills like bash, envenom, magnum break, etch while the player is casting and has learned freedom of casting?
  12. D

    uninitialized local variable

    hi.. can someone help me, how do i fix this error after compiling? it says: warning C4700: uninitialized local variable 'tstatus' used   struct skill_condition skill_get_requirement(struct map_session_data* sd, uint16 skill_id, uint16 skill_lv) { struct skill_condition req; struct status_data...
  13. D

    Backstab Skill Custom Effect

    hi.. can someone help me.. i want to make the skill of Rouge Backstab to be useable even if the target is facing the caster, but the damage will be reduced by 75% and is now affected by hit rate.. would this be possible? here is the code for backstab skill..   case RG_BACKSTAP: { uint8 dir =...
  14. D

    adding gemstone requirement for turnundead

    good day.. i customized the turn undead skill for it to be useable on any race.. but i want it to consume gemstones whenever the target is not an undead race or element.. can someone help me on this? this is the block which makes the skill require items in specific condition.. i don't know the...
  15. D

    Double Attack Procs Autospell

    hi.. can someone help me? where can i locate the code for the skill double attack(TF_DOUBLE) so that i can make it work on autocast spells.. the skill of rouge autosteal works with double attack an i want to make double attack proc autospell from cards and hindsight.. thanks..
  16. D

    FAW Silver Sniper & Magic Decoy

    Hi.. Can someone help me.. i want to modify the Magic Attack of Magic Decoy and Silver Sniper..  I want the Damage of Silver Sniper to be affected by the DEX stats of the caster.. here is the code for the damage of FAW - Silver Sniper:                       if( ud->skill_id ==...
  17. D

    Enchant blade Damage

    I want to modify the damage of enchant blase to = (skillLvL/5)*int.. The code I used is : ( ( sc->data[sC_ENCHANTBLADE]->val1) / 5) * status_get_int(src) But whenever i recompile the server, the damage is still the same with the original.. I edited this from battle.c, can someone help me?
  18. D

    Custom Buffs Not Showing on Window

    Good day.. can someone help me, i added an increase in flee whenever using 2-hand quicken.. the increase in flee works only after relogging or changing maps.. what is the problem with this? i tried it on spear quicken but spear quicken's increase in flee works fine.. 
  19. D

    Changing Skill Motion

    this is the skill motion when you use the skill shield charge.. http://prntscr.com/6cx9rb and this is when you use shield press.. http://prntscr.com/6cxbj8 is it possible to change the motion when casting shield press to the one like shield charge? is it client sided? or can it be changed in...
  20. D

    Venom Splasher Effect

    Hi.. Can someone help me on this, i would like to add an extra effect on the skill venom splasher.. I want it to work that whenever the target is on Venom Splasher Countdown, the target will receive 20% more damage from Envenom Skill.. Can someone help me on this? I tried using this code but...
Back
Top