-
Posts
23 -
Joined
-
Last visited
Profile Information
-
Gender
Female
-
Location
Indonesia
Recent Profile Visitors
1,003 profile views
aurelia's Achievements
Poring (1/15)
0
Reputation
-
how to edit that? what folder?
-
payon,164,232,1 script [Changer] Kenshin 523,{ mes "Hello"; menu "Change Name",one,"Change Birth",two; one: query_sql "SELECT `name` FROM `ragnarok`.`char` WHERE `name` = '"+strcharinfo(0)+"'",[email protected]$; mes "Input name..."; input [email protected]$; if(getstrlen([email protected]$)<4| getstrlen([email protected]$)>23){ mes "You cannot enter less than minimum of 4 and greater than maximum of 23 characters."; } if([email protected]$ == strcharinfo(0)) { mes "You cannot enter same name."; close; } mes "New name: "[email protected]$+""; query_sql "UPDATE `char` SET `name` = '"+escape_sql([email protected]$)+"' WHERE `name` = '"+strcharinfo(0)+"'"; query_sql "UPDATE `guild_member` SET `name` = '"+escape_sql([email protected]$)+"' WHERE `name` = '"+strcharinfo(0)+"'"; query_sql "UPDATE `guild` SET `master` = '"+escape_sql([email protected]$)+"' WHERE `name` = '"+strcharinfo(0)+"'"; sleep2 1000; mes "Name successfully changed, please relog to see changes."; close; two: query_sql "SELECT `birthdate` FROM `ragnarok`.`login` WHERE `account_id` = '"+getcharid(3)+"'",[email protected]$; mes "Birth Date: "[email protected]$+""; mes "Input Year of Birth. (Hanya memakai 2 digit terakhir untuk mendelete char)"; input [email protected]; if([email protected]==0){ mes "You entered wrong number of month."; close; } mes "Input Month of Birth."; input [email protected]; if([email protected]==0||[email protected]>12){ mes "You entered wrong number of month."; close; } mes "Input Day of Birth."; input [email protected]; if([email protected]==0||[email protected]>31){ mes "You entered wrong number of day."; close; } mes "New B-D: "[email protected]+"-"[email protected]+"-"[email protected]+""; query_sql "UPDATE `login` SET `birthdate` = '"+escape_sql([email protected])+"-"+escape_sql([email protected])+"-"+escape_sql([email protected])+"' WHERE `account_id` = '"+getcharid(3)+"'"; sleep2 1000; mes "Tanggal lahir sukses diganti"; mes "Untuk menghapus karakter formatnya : yymmdd"; mes "Misal 1945-08-17"; mes "Maka saat mendelete karakter cukup ketik"; mes "450817"; mes "Terima kasih."; close; } still didn't work
-
yes, the name in guild didn't change if I shut down the server then the name still changed but the character out from guild
-
your script very helpful but i confused if player have a guild i've tested your script and it's work but........ this is my script payon,164,232,1 script [Changer] Kenshin 523,{ mes "Hello"; menu "Change Name",one,"Change Birth",two; one: query_sql "SELECT `name` FROM `ragnarok`.`char` WHERE `name` = '"+strcharinfo(0)+"'",[email protected]$; query_sql "SELECT `name` FROM `ragnarok`.`guild` WHERE `master` = '"+strcharinfo(0)+"'",[email protected]$; mes "Input name..."; input [email protected]$; if(getstrlen([email protected]$)<4| getstrlen([email protected]$)>23){ mes "You cannot enter less than minimum of 4 and greater than maximum of 23 characters."; } if([email protected]$ == strcharinfo(0)) { mes "You cannot enter same name."; close; } mes "New name: "[email protected]$+""; query_sql "UPDATE `char` SET `name` = '"+escape_sql([email protected]$)+"' WHERE `name` = '"+strcharinfo(0)+"'"; query_sql "UPDATE `guild` SET `master` = '"+escape_sql([email protected]$)+"' WHERE `name` = '"+strcharinfo(0)+"'"; sleep2 1000; mes "Name successfully changed, please relog to see changes."; close; two: query_sql "SELECT `birthdate` FROM `ragnarok`.`login` WHERE `account_id` = '"+getcharid(3)+"'",[email protected]$; mes "Birth Date: "[email protected]$+""; mes "Input Year of Birth. (Hanya memakai 2 digit terakhir untuk mendelete char)"; input [email protected]; if([email protected]==0){ mes "You entered wrong number of month."; close; } mes "Input Month of Birth."; input [email protected]; if([email protected]==0||[email protected]>12){ mes "You entered wrong number of month."; close; } mes "Input Day of Birth."; input [email protected]; if([email protected]==0||[email protected]>31){ mes "You entered wrong number of day."; close; } mes "New B-D: "[email protected]+"-"[email protected]+"-"[email protected]+""; query_sql "UPDATE `login` SET `birthdate` = '"+escape_sql([email protected]r)+"-"+escape_sql([email protected])+"-"+escape_sql([email protected])+"' WHERE `account_id` = '"+getcharid(3)+"'"; sleep2 1000; mes "Tanggal lahir sukses diganti"; mes "Untuk menghapus karakter formatnya : yymmdd"; mes "Misal 1945-08-17"; mes "Maka saat mendelete karakter cukup ketik"; mes "450817"; mes "Terima kasih."; close; }
-
hello i want to request npc name changer and date of birth changer the npc who can change our nickname & date of birth thanks before ^^
-
anyone can help me how to hide this
-
can i request this script?? if player online 24 hour then get @cash 5 thx before ^^
-
now the npc is show up thx bro
-
that's not working the npc didn't show up
-
anyone can make a npc script who can trade : @zeny -> @cash 100,000,000z -> 1,000 cash minumum 1,000z for trade
-
I already hex the client but the font doesn't change
-
how to change font like this http://img36.imageshack.us/img36/5492/48579119.jpg
-
thank you... that was helpfull ^^