Jump to content

unsiren

Members
  • Posts

    21
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

2176 profile views

unsiren's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Thank you! Many have been helpful!
  2. item randomopt db.txt how to use please! 1201 show, for example, has to put options on a knife! For a more accurate. item_randomopt_db.txt 사용법 부탁드립니다! 1201 나이프에 옵션을 붙여서 예를들어서 보여주세요! 정밀한 설명 부탁드립니다
  3. and exactly transfer all iteminfo.lua Is there a way to txt?
  4. To decompile iteminfo.lub What should I do? On July 1, I want to apply the new iteminfo
  5. Passive skill is triggered I would like to prevent passive skill MO_TRIPLEATTACK TF_DOUBLE please T_T
  6. noskill mapflag Is it possible to block all the passive skill?
  7. Is it possible to disable passive skill?
  8. System to get points by killing monsters I want to share with all of your party points function script get_mobp { // 몬스터 레벨 가져오기 set @a,getmonsterinfo(getarg(0),MOB_LV); if (getmonsterinfo(getarg(0),MOB_NAME)=="보물상자"){ message strcharinfo(0),"* 몹 포인트 : 해당 몬스터는 획득 불가 몬스터 입니다."; end; } set @rnd,rand(10,10); set @r,@rnd*$@RATE/10; set @b,BaseLevel-10; if (@a>@ { // 몬스터 레벨이 더 크면 if((@a-BaseLevel)<4) { set @tr,rand(0,2); set @p,(@a*@r)*@tr; } else { set @p,(@a*@r)*((@a-BaseLevel)/4); } //10만점 제한 x 500점 제한 if(@p>500) { set @p,500; } } else if(@a<@{ // 베이스 레벨이 더 크면 // 차이 정도 채크 if((@b-@a)>40) { // 레벨차 20 이상 이면 무조건 0 ~ 2 set @p,rand(0,10)/5; } else if((@b-@a)>40) { // 레벨차 20 이상 이면 무조건 0 ~ 2 set @p,rand(0,10)/5; } else if((@b-@a)>40) { // 레벨차 20 이상 이면 무조건 0 ~ 2 set @p,rand(0,10)/5; } // 차이가 10 이하 이면 else if((@b-@a)>40) { // 레벨차 20 이상 이면 무조건 0 ~ 2 set @p,rand(0,10)/5; } else { set @p,(@a*@r); } set @p, @p; } // 파티 체크하기 ★ if(getcharid(1) > 0) { if(@p > 0) { getpartymember(getcharid(1)); set @MP_PartyCount, $@partymembercount; set @p, @p / @MP_PartyCount; if(@p < 1) set @p, 1; } } // 지급하기 set MOBP,MOBP+(@p*$@GRATE); set @CL,(@b-@a); set @RCL,(BaseLevel-@a); if(getgmlevel()>=80){ message strcharinfo(0),"* Debug : 몹레벨 - "+@a+" , 레벨차 - "+@CL+" ("+@RCL+") , 확률 : [룰렛]-"+@rnd+" [배율]-"+$@RATE+"배 [결과]-"+(@rnd*$@RATE)+","+(@rnd*$@RATE/10000); message strcharinfo(0),"* Debug : 기본 획득 -"+@p+" , 지급배율 - "+$@GRATE+" 최종획득 - "+(@p*$@GRATE)+"점"; } // 유저에게 메시지보이기 if(@p>0){ message strcharinfo(0),"* 몹 포인트 : "+@p+"점 획득, 현재 총 ["+MOBP+"]점"; } // 잭팟 호출 if (@P>0){ // 획득 포인트가 있을때만. callfunc "check_jp",(@p*$@GRATE),@a; } end; }
  9. Cash distribution to obtain a complete monster party members to What should I do? - script GetLevelCash -1,{ OnNPCKillEvent: set @CashChance, 80; set @CashMaxLevel, 99; set @CashBalance, getmonsterinfo(killedrid,1) - baselevel; set @CashRandMax, (@CashMaxLevel * 20) + (@CashBalance * (@CashMaxLevel / 5)); set @CashChance, (@CashMaxLevel * @CashChance / 50); if(rand(@CashRandMax) > @CashChance) end; set @CashAmount, rand(0,baselevel+@CashBalance); if(@CashAmount <= 3) set @CashAmount, rand(1,3); set @CashBonus, rand(1,100); if(getcharid(1) > 0) { if(@CashAmount > 0) { getpartymember(getcharid(1)); set @CP_PartyCount, $@partymembercount; set @CashAmount, @CashAmount / @CP_PartyCount; if(@CashAmount < 1) set @CashAmount, 1; } } set #CASHPOINTS, #CASHPOINTS + @CashAmount; dispbottom "[CASH] : " + @CashAmount + " [Cash : " + #CASHPOINTS + "]"; specialeffect2 583; set @CashChance, 0; set @CashMaxLevel, 0; set @CashBalance, 0; set @CashAmount, 0; end; }
  10. Hello geuleulolripnida in question inventory in the information window no msg gatteupnida Is there a way to fix this? nomsgtable.txt modify a file, say you will not be resolved nomsgtable.txt file Consume # Cash # Weapons # Armors # Ammo # Cards # Etc. # Guitar # In eight dogs, but only four output inventory information window, which is normal? Attach a screenshot hoksina
  11. Packet? Client? Source? Which ought to add the use Kafra cash shop do you? V28 Supportmii 2011-11-22 packets using a client, but the screen is not visible
  12. Thank you all. remove <passwordencrypt /> <passwordencrypt2 /> in XML Are you clear the Create an account grf building was completed Judas thank you!
  13. grf file is not connected to the data folder, but your account will not generate
  14. your using txt atm right? ATM? I do not know what to say ATM is right? TXT version sees SQL versions Ask if you are using SQL version itseupnida
×
×
  • Create New...