Jump to content

BeWan

Members
  • Posts

    381
  • Joined

  • Last visited

  • Days Won

    28

Everything posted by BeWan

  1. find: if(getd("$ID_" + [email protected]_id$) > 0 || #FreebiesReward > 0){ mes "[Freebies NPC]"; mes "You have already claimed your Freebies."; close; } #FreebiesReward = 1; and replace with this : if(getd("$ID_" + [email protected]_id$) == 3 || #FreebiesReward == 3){ mes "[Freebies NPC]"; mes "You have already claimed your Freebies."; close; } #FreebiesReward = ++1;
  2. check your files. this is not rare_drop_announcer its really different.
  3. i know but im kinda in a rush thats why hehe
  4. - script ET_Function -1,{ OnInit: disablenpc "Tower Protection Stone"; disablenpc "Captain Janssen"; end; //OnMinute00: //if ( gettime(3) % 2 ) end; //or OnClock0000: OnClock0100: OnClock0200: OnClock0300: OnClock0400: OnClock0500: OnClock0600: OnClock0700: OnClock0800: OnClock0900: OnClock1000: OnClock1100: OnClock1200: OnClock1300: OnClock1400: OnClock1500: OnClock1600: OnClock1700: OnClock1800: OnClock1900: OnClock2000: OnClock2100: OnClock2200: enablenpc "Tower Protection Stone"; enablenpc "Captain Janssen"; announce "Endless Tower is NOW OPEN!! 30 minutes only until it close!", bc_all; sleep 600000; announce "[ET] 20 minutes left!", bc_all; sleep 600000; announce "[ET] 10 minutes left!", bc_all; sleep 300000; announce "[ET] 5 minutes left!", bc_all; sleep 60000; announce "[ET] 4 minutes left!", bc_all; sleep 60000; announce "[ET] 3 minutes left!", bc_all; sleep 60000; announce "[ET] 2 minutes left!", bc_all; sleep 60000; announce "[ET] 1 minutes left!", bc_all; sleep 60000; disablenpc "Tower Protection Stone"; disablenpc "Captain Janssen"; announce "Endless tower is now closed!", bc_all; end; }
  5. here. prontera,154,179,4 script summoner 100,{ if( countitem(512) > 500){ monster "prontera", 0, 0, "Poring", 1005, 1, strnpcinfo(0) + "::OnMobKilled"; monster "prontera", 0, 0, "Poring", 1115, 1, strnpcinfo(0) + "::OnMobKilled"; end; }else{ mes "sorry you need 500 apple to summon"; } OnMobKilled: getitem 501, 1; // 1 red potion end; }
  6. send your script here and ill add it for you
  7. are you talking about the maintown?
  8. increase your job level so you can have more skill points lol.
  9. check the mapflag nodrop on sky fortress map
  10. hello you mean viking helm? *i don't know if this is allow or not. *but if not kindly delete my comment here data.rar
  11. BeWan

    Fake Player

    i will close this one now since i already solve this few weeks ago lol
  12. are you asking about the format of clientinfo.xml?
  13. to solve your problem put the files on your-ro-files / System OngoingQuestInfoList.lub OngoingQuestInfoList_Sakray.lub
  14. i don't know if this is allow or not. *but if not kindly delete my comment. i include the crown and the wings. Obito Set.rar
  15. use this 4361,B_Harword_Card,MasterSmith Card,6,20,,10,,,,,,,,2,,,,,{ bonus bBreakWeaponRate,500; bonus bBreakArmorRate,500; bonus3 bAutoSpell,"WS_OVERTHRUSTMAX",1,10; bonus3 bAutoSpell,"MC_MAMMONITE",6,50; if(getskilllv("MC_MAMMONITE")==10){ bonus3 bAutoSpell,"MC_MAMMONITE",10,50; } },{},{}
  16. you need to wait to trigger the skill or change the chance rate then.
  17. High Priest Card if(isequippedcnt(4357,4359,4361,4365,4367,4236)<1) { bonus4 bAutoSpellWhenHit,"MG_SAFETYWALL",4,50,0; bonus2 bSubEle,Ele_Dark,-15; } Lord Knight Card if(isequippedcnt(4359,4361,4363,4365,4367,4236)<1) { skill "LK_BERSERK",1; bonus bMaxHPrate,-10; bonus2 bSkillAtk,"RK_HUNDREDSPEAR",50; } High Wizard Card if(isequippedcnt(4357,4359,4361,4363,4367,4236)<1) { bonus bIntravision; bonus bAtkRate,-50; bonus bmatkrate,-50; }, }, {},{ heal 0,-2000; } Whitesmith Card if(isequippedcnt(4357,4359,4363,4365,4367,4236)<1) { bonus bBreakWeaponRate,500; bonus bBreakArmorRate,500; bonus3 bAutoSpell,"WS_OVERTHRUSTMAX",1,10; bonus3 bAutoSpell,"MC_MAMMONITE",6,50; if(getskilllv("MC_MAMMONITE")==10){ bonus3 bAutoSpell,"MC_MAMMONITE",10,50; } }
  18. you can add bonus stats on the item bonus bCritAtkRate,10;
  19. just give them command on group or create a script for individual id who can use the @afk command hit like/reputation button if you think i helped you.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.