Jump to content

Yonko

Members
  • Posts

    789
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Yonko

  1. based on the title how to duplicate the freeze/frozen status?
  2. Yonko

    Body Relocation

    i think this is part is on the luas
  3. ohh i see is there any solution to correct those effects?
  4. Hi I've seen the magma eruption of mechanic in official that it will grow a volcano and erupts but the screenshot shows hammer fall effect? is this normal in 2013-08-07 client?
  5. thanks btw the skill.txt is about the COMET lol
  6. Then how to set the monster ID there?
  7. How can i change the monster id of npc_metamorphosis if i use it as a custom skill of a player
  8. As title saids how to bind a dll. Because i have a security feature software whichs is form of DLL to avoid such as ahk and the likes thanks
  9. nice work! maybe you should add download button for some cases like you encounter sprite errors so you will just navigate with ease to find the file and download to fix/delete the sprites or file =)
  10. how can i divert this earth strain of warlock into this kind of effect i will change its adjusting damage based on str and how will i change the strip effect into Chaos/Confusion Status? case WL_EARTHSTRAIN: { int i; const int pos[5] = { EQP_WEAPON, EQP_HELM, EQP_SHIELD, EQP_ARMOR, EQP_ACC }; for( i = 0; i < skill_lv; i++ ) skill_strip_equip(src,bl,pos[i],(5 + skill_lv) * skill_lv,skill_lv,skill_get_time2(skill_id,skill_lv)); }
  11. if( sc->data[sC_DEFENDER] ) speed = max(speed, 200); try to change into 100 lol
  12. seems i got problem due to i applied some source changes on my server no errors but time by time it come accidental server crash how to make it auto restart in CentOS 32bit seems i back read but they are on Debian Help
  13. Hi, I Have third job which i modify the skill tree but when i try to insert a custom skill on a 3rd job tab at skilltreeview at skillinfo & skillinfoz and at skill_tree.txt still i can't get the skill. Help!
  14. Yonko

    Help in SQL

    how can i delete those accounts which are inactive for a 1 month in an easiest way. using SQL Commands thanks!
  15. Sorry for the misleading post it should be else if (BaseJob==Job_Merchant||BaseJob==Job_Taekwon||BaseJob==Job_Sage||BaseJob==Job_Knight) { bonus bPerfectHitRate,55; bonus3 bAutoSpell,"LK_PARRYING",9,50; } I will try that thanks! Sorry for the misleading post it should be else if (BaseJob==Job_Merchant||BaseJob==Job_Taekwon||BaseJob==Job_Sage||BaseJob==Job_Knight) { bonus bPerfectHitRate,55; bonus3 bAutoSpell,"LK_PARRYING",9,50; } I will try that thanks! @Emistry = Problem SOLVED Thanks!
  16. 2013 client support that skills
  17. { if ( isequipped(4128) ) { unequip EQI_HAND_L; end; } bonus bIntravision,0; bonus bAllStats,5; bonus bMaxHPrate,10; if(BaseClass==Job_Assassin||BaseJob==Job_Gunslinger||BaseClass==Job_Hunter) { bonus bNoMagicDamage,90; } else if (BaseJob==Job_Ninja||BaseJob==Job_Wizard) { bonus2 bIgnoreMdefRate,RC_DemiHuman,30; bonus bMatk,3; } else if (BaseJob==Job_Ninja||BaseJob==Job_Wizard) { bonus bPerfectHitRate,55; bonus3 bAutoSpell,"LK_PARRYING",9,50; } },{},{} like this?
  18. Thank you annie lemme try =)) Thank you annie lemme try =)) My effect is here Max HP + 10% Grants Intravision [Gunslinger, Ranger, Assassin Cross] Nullify all magic spells, including supportive skills, that target the owner at the cost of doubling SP Consumption cost when using skills.| (Cannot wear GTB when Equipped) [Wizard, Ninja] Adds 30% Magical Defense bypassing on Demi-human monster. Ignored MDEF of Demi-human Monster [Lord Knight, Merchant, Sage,Taekwon] Gives a small chance of casting Parrying Level 9 Gives 55% by Pass Flee here the item script { bonus bIntravision,0; bonus bAllStats,5; bonus bMaxHPrate,10; if(BaseClass==Job_Assassin||BaseJob==Job_Gunslinger||BaseClass==Job_Hunter) { bonus bNoMagicDamage,90; } else if (BaseJob==Job_Ninja||BaseJob==Job_Wizard) { bonus2 bIgnoreMdefRate,RC_DemiHuman,30; bonus bMatk,3; } else if (BaseJob==Job_Ninja||BaseJob==Job_Wizard) { bonus bPerfectHitRate,55; bonus3 bAutoSpell,"LK_PARRYING",9,50; } },{},{} btw where should i put that? i'm kinda trouble with if statements lol sry just noob
  19. Hi, im requesting for a callfunc script that will not urge to combine effects item & card situation : GTB immunity is set to 40 so below 90% will be magic damage reduction 1. I have a custom hat with same gtb effect 90% 2. gtb card = 90% so it will be 100+ if they are wear by shield and headgear which magic receive is completely no damage at all, how can i fix that you can use GTB card when you worn the custom hat thanks!
  20. Hi, how can i revert the Rachel Castle (arug_cas03) into WoE 1.0 settings means no barricade system just like plain WoE on prontera,geffen,alde and payon castles . thanks
  21. Like the title said, I want Old FCP Behaviour which cancel Strip Status when creator used FCP on Stripped Player/Self Thanks!
×
×
  • Create New...