jompon
-
Posts
6 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by jompon
-
-
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
-
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
-
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.
-
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
-
Patulong po pano gamitin to?
Kung maaari po ay iupload po sa youtube para mas maraming makaalam pano pag gamit. Thanks.
Help po sa enchanter script
in Topics
Posted · Edited by jompon
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 [email protected], 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 [email protected],1;
break;
case 2:
set [email protected],2;
break;
case 3:
mes "[Master Craftsman]";
mes "Okay, come again.";
close;
}
if ([email protected] == 1) {
next;
mes "[Master Craftsman]";
mes "Choose any of the equipment you're wearing that
you'd like to enchant.";
next;
setarray [email protected]$[1], "Head","Body","Left
hand","Right hand","Robe","Shoes","Accessory 1","Accessory 2","Head
2","Head 3";
set [email protected]$,"";
for(set [email protected],1; [email protected]<=10; set [email protected],[email protected]+1) {
if(getequipisequiped([email protected])) {
set [email protected]$, [email protected]$ + [email protected]$[[email protected]]
+ "-" + "[" + getequipname([email protected]) + "]";
set [email protected],1;
}
set [email protected]$, [email protected]$ + ":";
}
if ([email protected] == 0) {
mes "[Master Craftsman]";
mes "Despite my exceptional skill,";
mes "I don't think I can enchant anything you
have.";
close;
}
set [email protected], select([email protected]$);
next;
if(!getequipisequiped([email protected])) { //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
[email protected],4700; break;
case 2: set
[email protected],4701; break;
case 3: set
[email protected],4702; break;
case 4: set
[email protected],4703; break;
case 5: set
[email protected],4704; break;
case 6: set
[email protected],4705; break;
case 7: set
[email protected],4706; break;
case 8: set
[email protected],4707; break;
case 9: set
[email protected],4708; break;
case 10: set
[email protected],4709; break;
default: set [email protected],0;
break;
}
break;