Jump to content

hendra814

Members
  • Posts

    1191
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by hendra814

  1. dont change cloth colour bigger than 2, Are you already put third custom job in your data folder / your grf? here link to download the files https://rathena.org/board/files/file/3437-third-job-costumes-corrected/
  2. Thanks , now i know that number mean. i will try to modified my script later.
  3. Hi, i have safe refine to limit, but all i want to know from this script is the slot number represents which equipment like 0 for headgear or what? cause i don't know where to find this detail, and i want add safe refine for shadow equipment. Please some give me guide. here the script prontera,171,225,4 script Great Refiner 826,{ setarray .@slots[0],2,3,4,5,6,7,8,9,10; for( set .@a,0; .@a < getarraysize(.@slots); set .@a,.@a + 1 ) { if( getequipisequiped(.@slots[.@a]) ) { if( .@slots[.@a] == 8 || .@slots[.@a] == 9) { switch( getequipweaponlv(.@slots[.@a]) ) { case 0: set .@r, 4; break; default: set .@r, 8 - getequipweaponlv(.@slots[.@a]); break; } } else { set .@r, 4; } set .@refinefix,.@r-getequiprefinerycnt(.@slots[.@a]); if(getequiprefinerycnt(.@slots[.@a]) < .@r && getequipisenableref(.@slots[.@a]) ) { for( set .@i,0; .@i < .@refinefix; set .@i,.@i + 1) successrefitem .@slots[.@a]; } } sleep2 100; } }
  4. i don't know what you miss when instalation, but clean option should be there.
  5. right click at rathena solution choose clean, after clean success right click again and choose build.
  6. ok, i already change and add some modification here my lastest script
  7. so i must change all .help into help right?
  8. Need small fixing set help,0; fix into set .help,0; but it's okay. over all the script run like i want. Thank you very much Sader.
  9. new problem can't countitem from variable .itemcoll in doc_script countitem script only for item id or item name. any idea to solve thie problem?
  10. Need help, everytime player report to npc item failed to be deleted and player not given the reward too. here the scipt and here the error and is it posible to make this npc running for x period, like 1 day or 1 week Thanks for any help
  11. not sure but you could try this https://rathena.org/board/topic/111902-sure-1-refine-w-required-item/?page=0#comment-328975
  12. when the client already open, if you can't click into anything try with alt+tab to another windows and alt+tab into your client again.
  13. Try find it at system\towninfo.lub look at this i don't know what coordinate X and Y at your ss. after found X and Y, just delete it,
  14. This is using packet encryption or not? if using packet encryption, are you already put packet encryption at db\import\packetdb.txt
  15. Bump, hope emistry will add bodystyle feature.
  16. is your server using packet encryption? if now when patching client pick disable packet encryption and at server side disable Obfuscation
  17. Sorry, after replace common file with the new one, the script work now. Sorry for the problem, because this script i'm owned from another user.
×
×
  • Create New...