Jump to content

hendra814

Members
  • Posts

    1305
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by hendra814

  1. Char_athena only change char_ip map_athena only change map_ip
  2. try this one warper.txt
  3. Thanks all, already solve with that file. mine is not update (differrent size)
  4. can someone help me this problem client 2015-05-13
  5. try this one http://herc.ws/board/topic/398-client-translation-project/
  6. try this one guild_ranker.txt
  7. i'm already have that file, but still got the message
  8. at this part set .MaxRefine,3; // Max Refine Limit set .MaxRefine2,10; // Max Refine Limit [ for Mode 2 Max Refine ] that's for +3 ~ +10
  9. try this one prt_in,61,54,3 script Refiner 826,{ OnUsed: set .Mode,0; // Refine mode [ 0 = Refine +1 Each time / 1 = Refine to Max Limit ] set .EquipCheck,1; // Check Equips is refineable or not. [ 0 = Disable / 1 = Enable ] set .MaxRefine,4; // Max Refine Limit set .MaxRefine2,7; // Max Refine Limit [ for Mode 2 Max Refine ] set .TicketID,7539; // Ticket ID if( countitem(.TicketID) < 1 ){ mes "You don't have "+getitemname(.TicketID)+" to continue this proses."; end; } switch(select( ( getequiprefinerycnt(1) >= .MaxRefine2 || getequipisequiped(1) == 0 )?"":"Headgear [ ^4EEE94"+getequipname(1)+"^000000 ]", ( getequiprefinerycnt(2) >= .MaxRefine2 || getequipisequiped(2) == 0 )?"":"Armor [ ^4EEE94"+getequipname(2)+"^000000 ]", ( getequiprefinerycnt(3) >= .MaxRefine2 || getequipisequiped(3) == 0 )?"":"Left Hand [ ^4EEE94"+getequipname(3)+"^000000 ]", ( getequiprefinerycnt(4) >= .MaxRefine2 || getequipisequiped(4) == 0 )?"":"Right Hand [ ^4EEE94"+getequipname(4)+"^000000 ]", ( getequiprefinerycnt(5) >= .MaxRefine2 || getequipisequiped(5) == 0 )?"":"Garment [ ^4EEE94"+getequipname(5)+"^000000 ]", ( getequiprefinerycnt(6) >= .MaxRefine2 || getequipisequiped(6) == 0 )?"":"Shoes [ ^4EEE94"+getequipname(6)+"^000000 ]", "^FF0000end^000000")) { Case 1: if ( .Mode == 0 ) { callsub RefineSystem,1; } if ( .Mode == 1 ) { callsub MaxRefineSystem,1; } if ( .Mode == 2 ) { callsub NewRefineSystem,1; } Case 2: if ( .Mode == 0 ) { callsub RefineSystem,2; } if ( .Mode == 1 ) { callsub MaxRefineSystem,2; } if ( .Mode == 2 ) { callsub NewRefineSystem,2; } Case 3: if ( .Mode == 0 ) { callsub RefineSystem,3; } if ( .Mode == 1 ) { callsub MaxRefineSystem,3; } if ( .Mode == 2 ) { callsub NewRefineSystem,3; } Case 4: if ( .Mode == 0 ) { callsub RefineSystem,4; } if ( .Mode == 1 ) { callsub MaxRefineSystem,4; } if ( .Mode == 2 ) { callsub NewRefineSystem,4; } Case 5: if ( .Mode == 0 ) { callsub RefineSystem,5; } if ( .Mode == 1 ) { callsub MaxRefineSystem,5; } if ( .Mode == 2 ) { callsub NewRefineSystem,5; } Case 6: if ( .Mode == 0 ) { callsub RefineSystem,6; } if ( .Mode == 1 ) { callsub MaxRefineSystem,6; } if ( .Mode == 2 ) { callsub NewRefineSystem,6; } Case 7: end; } RefineSystem: if ( .EquipCheck == 1 && getequipisenableref(getarg(0)) == 0 ){ mes "I can't refine this item.because this item is unrefinable."; end; } if(getequiprefinerycnt(getarg(0)) < .MaxRefine) { mes "I can't refine this item."; mes "You must refine to ^0000FF+4^000000"; mes "when you bring to me."; end; } successrefitem (getarg(0)); message strcharinfo(0),"this item successuly upgrade."; delitem .TicketID,1; end; MaxRefineSystem: if ( .EquipCheck == 1 && getequipisenableref(getarg(0)) == 0 ){ mes "I can't refine this item.because this item is unrefinable."; end; } for ( set .@i,getequiprefinerycnt(getarg(0)); getequiprefinerycnt(getarg(0)) < .MaxRefine; set .@i,getequiprefinerycnt(getarg(0)) ){ successrefitem (getarg(0)); } message strcharinfo(0),"this item successuly upgrade."; delitem .TicketID,1; end; NewRefineSystem: if ( .EquipCheck == 1 && getequipisenableref(getarg(0)) == 0 ){ mes "I can't refine this item.because this item is unrefinable."; end; } mes "i just can refine from +4 ~ +7."; next; while ( countitem(.TicketID) > 0 && getequiprefinerycnt(getarg(0)) < .MaxRefine ){ successrefitem (getarg(0)); delitem .TicketID,1; } while ( countitem(.TicketID) > 1 && getequiprefinerycnt(getarg(0)) > .MaxRefine && getequiprefinerycnt(getarg(0)) < .MaxRefine2 ){ successrefitem (getarg(0)); delitem .TicketID,1; } message strcharinfo(0),"this item successuly upgrade."; end; } this is will refine from +4 ~ +7 only and use poring coin to continue refine proses
  10. Need help, i don't know what the problem here's the picture i'm already looking at KRO data.grf and rdata.grf but i can't find the file mean at the picture. thanks for any help this problem.
  11. when you diff the client don't pick remove serial display and use sso login packet, then put your key to db\import_db\packet_db.txt I hope this solution may help you're problem
  12. try diff your client with uncheck remove serial display option and use SSO login packet use NEMO and i'm suggest use client 2014-04-22, because this client have packet key and you must put it at folder db\import\packet db.txt put it like this at your db\import\packet db.txt i'm not suggest for 2013-08-07 or 2013-07-03, because this client still doesn't have packet key encryption you can look at this link http://www.robrowser.com/prototype/packet-keys/
  13. already do it, but still a same problem
  14. when rathena will update izlude and prontera npc same like KRO or IRO? sorry if i'm wrong question at here.
  15. try look at here https://github.com/ROClientSide/Translation already try with client 2014-10-22 and it's okay
  16. How to fix this error problem
  17. can you tell me how to make 2013-08-07 cleint diff with packet encrypt keys.
  18. Need Help how to diff client with this ways. because i'm already try your guide, but when i'm running the client, the client always closing immediately i'm tried client 2013-08-07 with packet keys form here https://rathena.org/board/topic/82726-2013-ragexe-and-diff-up-to-date-2013-08-07/
  19. i've got same problem. Please, any help for this issue Edit** Finaly i'm found the solution. to fix this problem please diff your client with uncheck remove serial display option and use SSO login packet option i'm already try patch with NEMO here my diff option with 2014-10-22 client.
  20. It's Okay. thanks for reply.
  21. Need cash and zeny ladder script, location npc prontera 147 168 char must select what he/she want to see. if select cash, it will show 5 or 10 max user, from largest to smallest and same for zeny. Thanks.
  22. i'm not sure, but change it into another file it's work with me. already try with *sys and *dat
  23. from here https://github.com/ROClientSide/Translation
  24. from here https://github.com/ROClientSide/Translation
  25. saya ikutan donk...
×
×
  • Create New...