Jump to content

zaruramen

Members
  • Posts

    41
  • Joined

  • Last visited

Everything posted by zaruramen

  1. hello I have got some idea from Tree of savier that the buff class can vending while they Offline and selling the buff. So is it possible that we can do something like that? maybe any class use some item to open menu to place them buff then they offline.
  2. Hi Stolao I use your WeaponMasteries with no modify it told me I'm missing 1 right curlys when I put it in last row it show more error please advise me. I try to fix it by put " ) " after all "if(getequipid(EQI_HAND_R)" before if(getequipid(EQI_HAND_R) After if(getequipid(EQI_HAND_R)) it run with no error but I don't know it work or calculate correct or not I got exp and bonus stat when equip weapon but when I talk with npc notting happen notting to do with npc?. and when use @wi I think it show a swap exp display?. and how to set lower or only 1 exp per kill?.
  3. hello I would like to increase damage on poison and bleed stat but I don't know what is this mean and where I can change to. please teach me. case SC_POISON: // Fall through val3 = tick/1000; // Damage iterations if(val3 < 1) val3 = 1; tick_time = 1000; // [GodLesZ] tick time // val4: HP damage if (bl->type == BL_PC) val4 = (type == SC_DPOISON) ? 2 + status->max_hp/50 : 2 + status->max_hp*3/200; else val4 = (type == SC_DPOISON) ? 2 + status->max_hp/100 : 2 + status->max_hp/200; break;
  4. hmmmm I use this script then kill other but it not show my karma point. maybe because my SVN how to fix this? I use SVN 17713.
  5. hello I search about kama and manner point and dead penalty for 2week I have a little information to write a complete script. I would like to write a script that will check a kama point then if who have a kama point is dead will drop a item alike nightmare pvp . So is possible to write like this? I have already try notting error and it doesn't work. - script deaddrop -1,{ OnPCDieEvent: if kama >1; @dropitem random,equip,300 close; }
  6. hello I try to put a stun effect to Double strafe and Bash by my own but effect doesn't work. This is what I did in Skill.c case AC_DOUBLE: sc_start(src,bl,SC_STUN,(2*skill_lv+10),skill_lv,skill_get_time2(skill_id,skill_lv)); << I take this line from skill case AS_SONICBLOW: break; case SM_BASH: sc_start(src,bl,SC_STUN,(2*skill_lv+10),skill_lv,skill_get_time2(skill_id,skill_lv)); << I take this line from skill case AS_SONICBLOW: break; //if( sd && skill_lv > 5 && pc_checkskill(sd,SM_FATALBLOW)>0 ){ //BaseChance gets multiplied with BaseLevel/50.0; 500/50 simplifies to 10 [Playtester] //status_change_start(src,bl,SC_STUN,(skill_lv-5)*sd->status.base_level*10, //skill_lv,0,0,0,skill_get_time2(SM_FATALBLOW,skill_lv),SCSTART_NONE); //} //break; I really don't have any knowledge about writing program code can anybody teach me how to fix it?
  7. hi I'm looking for script that limit a card for many days but I never found answer or free script so I try to modify my item_db and finally I did it and wanna share for someone who's got the same problem like me 4064,Zerom_Card,Zerom Card,6,20,,10,,,,,,,,136,,,,,{ if (isequippedcnt(4064)<=1) bonus bDex,3; },{},{} my server have clip 4 slot but I don't want to stack a status if you put more than 1 zerom card status will not increase if you have a script that do for all card please tell me. sorry for my english.
  8. yes. but only who have penalty from kill other player.
  9. hello I set pk_mode 2 and I want the player that got manner penalty dropping item after death I have try to study from nightmare pvp but I still get notting any one can help plz?
×
×
  • Create New...