Jump to content

BeWan

Members
  • Posts

    403
  • Joined

  • Last visited

  • Days Won

    30

Everything posted by BeWan

  1. you can create table in database and save the data there and set = 1 to yes and set it to 0 when resetting the data
  2. @Azhul no need to message me. @Haruka Mayumi help you already. ?
  3. Version 1.0.1

    45 downloads

    Sample Video: https://drive.google.com/file/d/1vsVErqmxK-JADKQbMwbTgM_8Vv49LgIa/view?usp=sharing Kindly message me if you want to buy this. Report all error/bugs in the forum post not in the PM for faster fix, Thanks! By downloading this file, you agree with my Terms of Service: • You are not allowed remove my signature from any of the included files. • You are not allowed claim my work as yours. • I can give you support, but please, do not message me.
    60.00 USD
  4. View File Meteor Storm + Land Protector In response to this post : Report all error/bugs in the forum post not in the PM for faster fix, Thanks! By downloading this file, you agree with my Terms of Service: • You are not allowed remove my signature from any of the included files. • You are not allowed claim my work as yours. • I can give you support, but please, do not message me. Submitter BeWan Submitted 02/19/2021 Category Source Modifications Video Content Author BeWan  
  5. separate the condition to make it work.
  6. Version 1.0.1

    42 downloads

    In response to this post : Kindly message me if you want to buy this. Report all error/bugs in the forum post not in the PM for faster fix, Thanks! By downloading this file, you agree with my Terms of Service: • You are not allowed remove my signature from any of the included files. • You are not allowed claim my work as yours. • I can give you support, but please, do not message me.
    60.00 USD
  7. https://rathena.org/board/topic/115914-how-to-delete-magnifying-glass-icon-that-appear-on-guide-npc-head/
  8. BeWan

    Jur Weapon

    then use script like if(base == thief class id){}else{}
  9. this happen because on the 2nd time no sql command to execute. check the file on that part so you can fix your problem.
  10. BeWan

    Jur Weapon

    Jobs: Assassin: true Thief: false try
  11. here bonus bDef,(50+(getrefine()/1)); bonus(bHealPower, 20 * getskilllv(SU_PURRING)); if(getskilllv("SU_SPIRITOFSEA") >= 1){ skill "AL_PNEUMA",1; }
  12. set .Fee,500000; if(Zeny < .Fee){ npctalk "message"; end; } if(class == Job_Knight) { set Zeny, Zeny - .Fee; changebase 4060; close; end; } if(class == Job_Assassin) { set Zeny, Zeny - .Fee; changebase 4065; close; end; } if(class == Job_Crusader) { set Zeny, Zeny - .Fee; changebase 4073; close; end; }
  13. View File Rental NPC Support 3rd/4th job Suit Mado Gear and Dragon *Don't forget to add required skill on your suit item skill "RK_DRAGONTRAINING",5; skill "NC_MADOLICENCE",5; Report all error/bugs in the forum post not in the PM for faster fix, Thanks! By downloading this file, you agree with my Terms of Service: • You are not allowed remove my signature from any of the included files. • You are not allowed claim my work as yours. • I can give you support, but please, do not message me. If you like it, give me a Submitter BeWan Submitted 12/27/2020 Category Utilities Video Content Author BeWan  
  14. Version 1.0.0

    603 downloads

    *Don't forget to add required skill on your suit item skill "RK_DRAGONTRAINING",5; skill "NC_MADOLICENCE",5; Report all error/bugs in the forum post not in the PM for faster fix, Thanks! By downloading this file, you agree with my Terms of Service: • You are not allowed remove my signature from any of the included files. • You are not allowed claim my work as yours. • I can give you support, but please, do not message me. If you like it, give me a
    Free
  15. make sure your packet obfuscation in your file and client same enabled or disabled and check your clientinfo.xml - <version></version>
  16. here.. prontera,164,232,1 script Estilista#custom_stylist 2_M_DYEINGER,{ OnProgressbarEnd: if (vip_status(1)){ setarray .@max[1],450,50,80; }else setarray .@max[1],150,20,30; setarray .@Look[1],LOOK_CLOTHES_COLOR,LOOK_HAIR,LOOK_HAIR_COLOR; if (@autoscroll) { set @autoscroll, 0; } else { set @s, select(" - Cor da roupa (^0055FF"+getlook(LOOK_CLOTHES_COLOR)+"^000000): - Penteado (^0055FF"+getlook(LOOK_HAIR)+"^000000): - Cor do penteado (^0055FF"+getlook(LOOK_HAIR_COLOR)+"^000000)"); set @Revert, getlook(.@Look[@s]); } set .@Style, getlook(.@Look[@s]); while(1) { set .@menu$, (.@previous ? (": - Anterior (^0055FF"+((.@Style>1)?.@Style-1:.@max[@s])+"^000000): - Próxima (^0055FF"+((.@Style<.@max[@s])?.@Style+1:1)+"^000000)") : (" - Próxima (^0055FF"+((.@Style<.@max[@s])?.@Style+1:1)+"^000000): - Anterior (^0055FF"+((.@Style>1)?.@Style-1:.@max[@s])+"^000000):")) + ": - Próxima ^008000(auto rolagem)^000000: - Anterior ^008000(auto rolagem)^000000:" + " - Pule para...: - Reverter para o original (^0055FF"+@Revert+"^000000)"; switch(select(.@menu$)) { case 1: case 3: set .@previous,0; set .@Style, ((.@Style<.@max[@s])?.@Style+1:1); break; case 2: set .@previous,1; set .@Style, ((.@Style>1)?.@Style-1:.@max[@s]); break; case 4: mes "[^008000Estilista^000000]"; mes "Clique em Fechar para iniciar a rolagem automática..."; mes " "; mes "Clique em qualquer lugar da tela para parar a rolagem automática."; close2; set @autoscroll, 1; addtimer 1,strnpcinfo(3)+"::OnProgressbarEnd"; while (1) { set .@Style, ((.@Style<.@max[@s])?.@Style+1:1); setlook .@Look[@s], .@Style; message strcharinfo(0),"This is style #"+.@Style+"."; progressbar "FFFF00",1; } end; case 5: mes "[^008000Estilista^000000]"; mes "Clique em Fechar para iniciar a rolagem automática..."; mes " "; mes "Clique em qualquer lugar da tela para parar a rolagem automática."; close2; set @autoscroll, 1; addtimer 1,strnpcinfo(3)+"::OnProgressbarEnd"; while (1) { set .@Style, ((.@Style>1)?.@Style-1:.@max[@s]); setlook .@Look[@s], .@Style; message strcharinfo(0),"This is style #"+.@Style+"."; progressbar "FFFF00",1; } end; case 6: message strcharinfo(0),"Choose a style between 1 - "+.@max[@s]+"."; input .@Style,0,.@max[@s]; if (!.@Style) set .@Style, rand(1,.@max[@s]); break; case 7: set .@Style, @Revert; setlook .@Look[@s], @Revert; break; } setlook .@Look[@s], .@Style; message strcharinfo(0),"This is style #"+.@Style+"."; } }
  17. just use script OnPCDieEvent: sql query end;
  18. use this. 24000,T1_Shadow_Armor,Shadow Armor (Tier 1),12,0,,0,,,,0,0xFFFFFFFF,63,2,65536,,1,1,,{ bonus bStr,1; },{},{} 24001,T1_Shadow_Weapon,Shadow Gauntlets (Tier 1),12,0,,0,,,,0,0xFFFFFFFF,63,2,131072,,1,1,,{ bonus bDex,1; },{},{} 24002,T1_Shadow_Shield,Shadow Shield (Tier 1),12,0,,0,,,,0,0xFFFFFFFF,63,2,262144,,1,1,,{ bonus bLuk,1; },{},{} 24003,T1_Shadow_Shoes,Shadow Shoes (Tier 1),12,0,,0,,,,0,0xFFFFFFFF,63,2,524288,,1,1,,{ bonus bAgi,1; },{},{} 24004,T1_Shadow_R_Accessory,Shadow Ring (Tier 1),12,0,,0,,,,0,0xFFFFFFFF,63,2,1048576,,1,1,,{ bonus bVit,1; },{},{} 24005,T1_Shadow_L_Accessory,Shadow Pendant (Tier 1),12,0,,0,,,,0,0xFFFFFFFF,63,2,2097152,,1,1,,{ bonus bInt,1; },{},{} 24006,T2_Shadow_Armor,Shadow Armor (Tier 2),12,0,,0,,,,0,0xFFFFFFFF,63,2,65536,,30,1,,{ bonus bStr,2; },{},{} 24007,T2_Shadow_Weapon,Shadow Gauntlets (Tier 2),12,0,,0,,,,0,0xFFFFFFFF,63,2,131072,,30,1,,{ bonus bDex,2; },{},{} 24008,T2_Shadow_Shield,Shadow Shield (Tier 2),12,0,,0,,,,0,0xFFFFFFFF,63,2,262144,,60,1,,{ bonus bLuk,2; },{},{} 24009,T2_Shadow_Shoes,Shadow Shoes (Tier 2),12,0,,0,,,,0,0xFFFFFFFF,63,2,524288,,90,1,,{ bonus bAgi,2; },{},{} 24010,T2_Shadow_R_Accessory,Shadow Ring (Tier 2),12,0,,0,,,,0,0xFFFFFFFF,63,2,1048576,,120,1,,{ bonus bVit,2; },{},{} 24011,T2_Shadow_L_Accessory,Shadow Pendant (Tier 2),12,0,,0,,,,0,0xFFFFFFFF,63,2,2097152,,150,1,,{ bonus bInt,2; },{},{}
  19. db / item_vending.txt about the item icon or sprite. go to iteminfo.lua or lub
×
×
  • Create New...