Jump to content

BeWan

Members
  • Posts

    403
  • Joined

  • Last visited

  • Days Won

    30

Everything posted by BeWan

  1. increase your job level so you can have more skill points lol.
  2. check the mapflag nodrop on sky fortress map
  3. 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
  4. BeWan

    Fake Player

    i will close this one now since i already solve this few weeks ago lol
  5. are you asking about the format of clientinfo.xml?
  6. sa unit mo na ata yan.
  7. to solve your problem put the files on your-ro-files / System OngoingQuestInfoList.lub OngoingQuestInfoList_Sakray.lub
  8. 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
  9. i think this is ET quest error.
  10. are you using latest git ?
  11. 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; } },{},{}
  12. you need to wait to trigger the skill or change the chance rate then.
  13. happy to help. ?
  14. 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; } }
  15. you can add bonus stats on the item bonus bCritAtkRate,10;
  16. 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. ?
  17. here edit onlock and onminute prontera,150,150,4 script Event 998,{ OnInit: OnClock0000: set .LuckyTime,rand(24); OnMinute60: if( gettime(3) == .LuckyTime ){ set .DelayMin,rand(60); sleep ( .DelayMin * 60000 ); while(1){ query_sql "select account_id from `char` where online = 1 order by rand() limit 1", .@aid; attachrid .@aid; if( CheckVending() ){ DetachRID(); continue; } announce strcharinfo(0) +" won 500 Cash in Lucky Pick Event", 0,0x00FF00; set #CASHPOINTS,#CASHPOINTS+500; dispbottom "you got 500 cash point"; break; } } end; }
  18. can you post an example of wings you want?
  19. sure just post a request here ?
  20. why dont you just use Euphy's WOE Controller?
  21. just put it manually on all specific items. you can find it on db/pre-re or re/items_db
  22. View File Freebies NPC with Gepard Function (UniqueID) Freebies NPC with gepard function (UniqueID) In response to this post : Submitter BeWan Submitted 12/26/19 Category Utilities Video Content Author BeWan  
  23. BeWan

    Desperado Issue

    if the desperado damage you're talking about you can edit on db/skill_damage_db to control the damage output if you want to edit the multiple hits. skill_cast_db.txt.
  24. BeWan

    Desperado Issue

    you can nerf the skill damage on db/skill_damage_db
×
×
  • Create New...