-
Posts
381 -
Joined
-
Last visited
-
Days Won
28
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by BeWan
-
-
-
Ganbantein and Land Protector Old Behavior
Sample Video:
https://drive.google.com/file/d/1vsVErqmxK-JADKQbMwbTgM_8Vv49LgIa/view?usp=sharing
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
-
Submitted03/25/2021
-
Category
-
Videohttps://drive.google.com/file/d/1vsVErqmxK-JADKQbMwbTgM_8Vv49LgIa/view?usp=sharing
-
Content AuthorBeWan
-
-
4 hours ago, Checkmate said:
Unique_id.. ermm how to do that? or just change the variables?
Do you mean unique_id (gepard function) ?
( Btw hi there sir and by end of this month i will contact you to bought your services sir.. GG )yeah
-
much better if you use unique_id
-
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
-
@Azhul no need to message me. @Haruka Mayumi help you already.

-
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
-
Submitted02/19/2021
-
Category
-
Video
-
Content AuthorBeWan
-
-
separate the condition to make it work.
-
script update. don't forget to react on the file
-
-
1 hour ago, Loke said:
I did that already but still i can equip the weapon using thief class. Btw thanks for the reply.
then use script like if(base == thief class id){}else{}
-
On 2/3/2021 at 1:28 PM, Almond Snicker said:
Having the same issue, I was able to vote for the first time, but after the cooldown when they vote it doesn't increase anymore. were you able to fix it? @kitty14 / @JulioFortunato
this happen because on the 2nd time no sql command to execute. check the file on that part so you can fix your problem.
-
Jobs: Assassin: true Thief: falsetry
-
Nice update..
-
here
bonus bDef,(50+(getrefine()/1)); bonus(bHealPower, 20 * getskilllv(SU_PURRING)); if(getskilllv("SU_SPIRITOFSEA") >= 1){ skill "AL_PNEUMA",1; }-
1
-
-
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; } -
this is paid src modification.
-
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
-
Submitted12/27/2020
-
Category
-
Video
-
Content AuthorBeWan
-
2
-
-
3 hours ago, PoringSpr said:
When I try to enter the server with a hexed 20140305, its disconnects from the server and appears on the map server: "[Warning]: clif_parse: Received unsupported packet (packet 0x49f0, 13 bytes received), disconnecting session #3. [Info]: Closed connection from '127.0.0.1'."
What can I do to be able to connect to the server? Can someone give me any hint of which hexed to use and date folder.
make sure your packet obfuscation in your file and client same enabled or disabled and check your clientinfo.xml - <version></version>
-
1
-
-
here..
prontera,164,232,1 script Estilista#custom_stylist 2_M_DYEINGER,{ OnProgressbarEnd: if (vip_status(1)){ setarray [email protected][1],450,50,80; }else setarray [email protected][1],150,20,30; setarray [email protected][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([email protected][@s]); } set [email protected], getlook([email protected][@s]); while(1) { set [email protected]$, ([email protected] ? (": - Anterior (^0055FF"+(([email protected]>1)[email protected]:[email protected][@s])+"^000000): - Próxima (^0055FF"+(([email protected]<[email protected][@s])[email protected]+1:1)+"^000000)") : (" - Próxima (^0055FF"+(([email protected]<[email protected][@s])[email protected]+1:1)+"^000000): - Anterior (^0055FF"+(([email protected]>1)[email protected]:[email protected][@s])+"^000000):")) + ": - Próxima ^008000(auto rolagem)^000000: - Anterior ^008000(auto rolagem)^000000:" + " - Pule para...: - Reverter para o original (^0055FF"[email protected]+"^000000)"; switch(select([email protected]$)) { case 1: case 3: set [email protected],0; set [email protected], (([email protected]<[email protected][@s])[email protected]+1:1); break; case 2: set [email protected],1; set [email protected], (([email protected]>1)[email protected]:[email protected][@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 [email protected], (([email protected]<[email protected][@s])[email protected]+1:1); setlook [email protected][@s], [email protected]; message strcharinfo(0),"This is style #"[email protected]+"."; 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 [email protected], (([email protected]>1)[email protected]:[email protected][@s]); setlook [email protected][@s], [email protected]; message strcharinfo(0),"This is style #"[email protected]+"."; progressbar "FFFF00",1; } end; case 6: message strcharinfo(0),"Choose a style between 1 - "[email protected][@s]+"."; input [email protected],0,[email protected][@s]; if ([email protected]) set [email protected], rand(1,[email protected][@s]); break; case 7: set [email protected], @Revert; setlook [email protected][@s], @Revert; break; } setlook [email protected][@s], [email protected]; message strcharinfo(0),"This is style #"[email protected]+"."; } }-
1
-
1
-
-
1 hour ago, Break said:
How to fix this?
i think this is fake.
-
1
-
-
On 11/27/2020 at 1:24 PM, Brizyous said:
@BeWan I also have this bug when using @woe while is active, an empty menu will appear.
did you try the other version file?
-
just use script
OnPCDieEvent:sql query
end;
-
1
-
-
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; },{},{}-
1
-
1
-

Rodex Mapflag
in Script Discussion
Posted · Edited by BeWan
i did this already. wait for the approval of the file. this is paid version release.