Jump to content

jompon

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

jompon's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Favor po mga boss... pwede po ba pa edit nito para dun s echanting magkaron ng requirement na dpat +10 and above lng ung equip and may fee na 1M. masyado po mahaba un script kaya yan lng nilagay ko. if need nyu po ung script, i can upload it too po. prontera,134,169,5 script Master Craftsman 109,{ disable_items; set .@action, 0; mes "[Master Craftsman]"; mes "I have mastered the art of equipment enchantment."; mes "Would you like to enchant something or reset enchantment?"; next; switch(select("Enchant Equipment:Reset Enchantment:Maybe next time.")) { case 1: set .@action,1; break; case 2: set .@action,2; break; case 3: mes "[Master Craftsman]"; mes "Okay, come again."; close; } if (.@action == 1) { next; mes "[Master Craftsman]"; mes "Choose any of the equipment you're wearing that you'd like to enchant."; next; setarray .@position$[1], "Head","Body","Left hand","Right hand","Robe","Shoes","Accessory 1","Accessory 2","Head 2","Head 3"; set .@menu$,""; for(set .@i,1; .@i<=10; set .@i,.@i+1) { if(getequipisequiped(.@i)) { set .@menu$, .@menu$ + .@position$[.@i] + "-" + "[" + getequipname(.@i) + "]"; set .@equipped,1; } set .@menu$, .@menu$ + ":"; } if (.@equipped == 0) { mes "[Master Craftsman]"; mes "Despite my exceptional skill,"; mes "I don't think I can enchant anything you have."; close; } set .@part, select(.@menu$); next; if(!getequipisequiped(.@part)) { //custom check mes "[Master Craftsman]"; mes "Sorry, I can only enchant equipment,"; mes "not body parts. Come back when you're wearing something"; mes "on that slot."; close; } mes "[Master Craftsman]"; mes "What kind of enchantment do you desire?"; switch(select ("Strength:Intelligence:Dexterity:Agility:Vitality:Luck:MATK:Evasion:Cri tical:ATK:Defense:MDEF:HP/SP:ASPD:Fighting Spirit:Spell:Sharp:Expert Archer:Fatal:DelayafterAttack:OGH Enchants:Cancel")) { case 1: switch(select("STR+1:STR+2:STR+3:STR +4:STR+5:STR+6:STR+7:STR+8:STR+9:STR+10:Cancel")) { case 1: set .@enchantstoneid,4700; break; case 2: set .@enchantstoneid,4701; break; case 3: set .@enchantstoneid,4702; break; case 4: set .@enchantstoneid,4703; break; case 5: set .@enchantstoneid,4704; break; case 6: set .@enchantstoneid,4705; break; case 7: set .@enchantstoneid,4706; break; case 8: set .@enchantstoneid,4707; break; case 9: set .@enchantstoneid,4708; break; case 10: set .@enchantstoneid,4709; break; default: set .@enchantstoneid,0; break; } break;
  2. Could anyone please help me with Basta script (the refiner beside mighty hammer who refines +10 equips only ) so he can use safe tickets up to 13. It's the safe to xx weapon/armor certificate and not the sure refine tickets. Thanks
  3. Quick Draw Shot is an offensive skill the same as skills of a monk that you have to press the chain skills so it could activate (pre-requisite skill). It doesn't need any stats to cast. Since I am trying to create an aspd rebellion, getting the timing of quick draw shot is 2-3 out of 10. And i hate spamming a single skill continuously coz my laptops keyboard is kinda old. I checked skill_db but don't know the lines there. Here is the line for the quick draw shot. 2559,-9,6,4,-1,0x0,10,1,1,no,0,0x0,0,weapon,0,0x0, RL_QD_SHOT,Quick Draw Shot And here's the passive skill Chain Action that needs to activate so you could click quick draw shot. 511,-9,8,0,-1,0,0,10,2,no,0,0,0,weapon,0,0x0, GS_CHAINACTION,Chain Action
  4. Can someone please help with modifying Quick Draw of Rebellion so that it would be auto cast after Chain Action. Just a newbie here so it would be a great help if it would be a detailed information. Thanks.
  5. Patulong po pano gawin ang Quick Draw Shot ng Rebellion na maging auto cast pagkatapos ng Chain Action. Newbie po kaya kung pwede po ay detailed ang info. Thanks
  6. Patulong po pano gamitin to? Kung maaari po ay iupload po sa youtube para mas maraming makaalam pano pag gamit. Thanks.
×
×
  • Create New...