Jump to content

aurelia

Members
  • Posts

    23
  • Joined

  • Last visited

Everything posted by aurelia

  1. how to edit that? what folder?
  2. 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)+"'",.@current$; mes "Input name..."; input .@name$; if(getstrlen(.@name$)<4| getstrlen(.@name$)>23){ mes "You cannot enter less than minimum of 4 and greater than maximum of 23 characters."; } if(.@name$ == strcharinfo(0)) { mes "You cannot enter same name."; close; } mes "New name: "+.@name$+""; query_sql "UPDATE `char` SET `name` = '"+escape_sql(.@name$)+"' WHERE `name` = '"+strcharinfo(0)+"'"; query_sql "UPDATE `guild_member` SET `name` = '"+escape_sql(.@name$)+"' WHERE `name` = '"+strcharinfo(0)+"'"; query_sql "UPDATE `guild` SET `master` = '"+escape_sql(.@name$)+"' 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)+"'",.@birthdate$; mes "Birth Date: "+.@birthdate$+""; mes "Input Year of Birth. (Hanya memakai 2 digit terakhir untuk mendelete char)"; input .@year; if(.@year==0){ mes "You entered wrong number of month."; close; } mes "Input Month of Birth."; input .@month; if(.@month==0||.@month>12){ mes "You entered wrong number of month."; close; } mes "Input Day of Birth."; input .@day; if(.@day==0||.@day>31){ mes "You entered wrong number of day."; close; } mes "New B-D: "+.@year+"-"+.@month+"-"+.@day+""; query_sql "UPDATE `login` SET `birthdate` = '"+escape_sql(.@year)+"-"+escape_sql(.@month)+"-"+escape_sql(.@day)+"' 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
  3. 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
  4. 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)+"'",.@current$; query_sql "SELECT `name` FROM `ragnarok`.`guild` WHERE `master` = '"+strcharinfo(0)+"'",.@current$; mes "Input name..."; input .@name$; if(getstrlen(.@name$)<4| getstrlen(.@name$)>23){ mes "You cannot enter less than minimum of 4 and greater than maximum of 23 characters."; } if(.@name$ == strcharinfo(0)) { mes "You cannot enter same name."; close; } mes "New name: "+.@name$+""; query_sql "UPDATE `char` SET `name` = '"+escape_sql(.@name$)+"' WHERE `name` = '"+strcharinfo(0)+"'"; query_sql "UPDATE `guild` SET `master` = '"+escape_sql(.@name$)+"' 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)+"'",.@birthdate$; mes "Birth Date: "+.@birthdate$+""; mes "Input Year of Birth. (Hanya memakai 2 digit terakhir untuk mendelete char)"; input .@year; if(.@year==0){ mes "You entered wrong number of month."; close; } mes "Input Month of Birth."; input .@month; if(.@month==0||.@month>12){ mes "You entered wrong number of month."; close; } mes "Input Day of Birth."; input .@day; if(.@day==0||.@day>31){ mes "You entered wrong number of day."; close; } mes "New B-D: "+.@year+"-"+.@month+"-"+.@day+""; query_sql "UPDATE `login` SET `birthdate` = '"+escape_sql(.@year)+"-"+escape_sql(.@month)+"-"+escape_sql(.@day)+"' 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; }
  5. 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 ^^
  6. anyone can help me how to hide this
  7. can i request this script?? if player online 24 hour then get @cash 5 thx before ^^
  8. now the npc is show up thx bro
  9. that's not working the npc didn't show up
  10. anyone can make a npc script who can trade : @zeny -> @cash 100,000,000z -> 1,000 cash minumum 1,000z for trade
  11. I already hex the client but the font doesn't change
  12. how to change font like this http://img36.imageshack.us/img36/5492/48579119.jpg
  13. thank you... that was helpfull ^^
  14. how to get recvpackets.txt?? i tried Packet Extractor v3 and i have a problems 5) run "extractor.exe > recvpackets.txt" to save extracted packets to text file when i run the "extractor.exe > recvpackets.txt" nothing happened... this is my target.exe
  15. client has been run , but there is some error like cannot full screen.... overall.... i want to say thanks to all who helped me make this client ^^
  16. u mean lub files @ folder system? i already have it... but it seems doesn't work problem #7 Post has been fixed but there is another problem when i go to setup.exe and check the full screen there isn't work?? anyone can help me?
  17. there is happen when client start i used data folder...
  18. i can login but... there is another problem now and then i can't press anything at your client
  19. sorry i haven't but i have a clue
  20. yes i've tried with that... but still failed...
  21. i try to hexed this file but i failed file : http://www.mediafire.com/download.php?313ymv0xhu0p484 i don't find the diff file i want to login 2 client in 1 PC
×
×
  • Create New...