Jump to content

hendra814

Members
  • Posts

    1211
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by hendra814

  1. So if i want the homunculus attack the monster i must do manual ALT+L.Click to the monster ? Does rathena already apply it? I've tried it when a player kills a mob, homunculus does not accept exp
  2. Yup, you right, because at 2015 client already try not check that option and custom ai still work. but why for 2018 client it's not working.
  3. the patch i'm check is enable custom homunculus is it right?
  4. Thanks a lot @AnnieRuru The script working now with time limitation.
  5. sorry, try like this that's my daily quest before using time limit. using 2.0 version the quest stop after complete the quest using 2.4 player still can take the quest after complete the quest. but after remove time limit using 2.4, player can't take the quest again after complete the quest. if i have free time, i will give screen capture to you. here my ss v 2.4 v 2.0
  6. Try remove the time limit, because i'm solve with that so after the quest complete he/she must wait until another day to take/accept the quest. @AnnieRuru Your new script get bugged when set time limitation for setting can do: Everyday. not like 2.0 version.
  7. Thanks @sader1992 But still got same error, when i'm enable it, client got crash.
  8. okay i got your point. thanks Annie.
  9. how to get the data if use tortoise svn? are this link just could get by git only
  10. Using new version if set limitation everyday and time limit 24 hour still could take the quest even character already complete the quest. Not like version 2.0 if character already complete the quest, he must wait for another day to take the quest here your 2.0 script
  11. Since secret discontinue NEMO update, I don't know where to get new update of NEMO Patcher now i have error when enable custom homuculus AI at 2018-03-07 Client. I hope some could help me. Thanks
  12. could you share screen shoot error in map server or in game.
  13. If You use HD Ori or HD Elu, it will not break the armor or weapon. It will decrease refine lvl by 1 if get fail.
  14. Sorry, my mistake. Thanks for remind me.
  15. are you still use packet encryption? if not try use my client https://drive.google.com/file/d/1oCrl_5XwZ8B_oUmMDpMKiqQv2BB7XJVV/view?usp=sharing and my data folder https://drive.google.com/file/d/1S0nlu29nNYGoyk6sXhvXmaTPbMk5YfUU/view?usp=sharing
  16. Are you already use zack data translation files?
  17. this is my nemo log for 2015-10-29 client and 2015-10-29 could be download at this rathena thread https://rathena.org/board/topic/104205-2015-client-support/
  18. i'm currently using zackdreaver data translation folder https://github.com/zackdreaver/ROenglishRE
  19. Dear @Sehrentos, Thanks for the info.
  20. Izlude,46,75,4 script Free Enchant 47,{ mes "[Free Enchant]"; mes "I can give free +2 enchant stat in your Freebies."; next; mes "[Free Enchant]"; mes "Select your equipment"; menu "Harmonia Coat",l_erdvn,"GM Harmonia Coat",l_ermnk,"never mind ...",-; next; mes "[Free Enchant]"; mes "Ok.."; end; l_erdvn: next; if(countitem(32022)<1) goto l_gadaeq; if(Esucces >= 3) { mes " You already reach max access to use my service."; end; } mes "[Free Enchant]"; mes "Select your options"; next; menu "STR +2",l_erdvnstr, "AGI +2",l_erdvnagi, "VIT +2",l_erdvnvit, "INT +2",l_erdvnint, "DEX +2",l_erdvndex, "LUK +2",l_erdvnluk; l_erdvnstr: mes "[Free Enchant]"; delitem 32022,1; getitem2 32022,1,1,0,0,0,0,0,4701; set Esucces, Esucces+1; mes "Here your enchanted eris Harmonia Coat."; end; l_erdvnagi: mes "[Free Enchant]"; delitem 32022,1; getitem2 32022,1,1,0,0,0,0,0,4731; set Esucces, Esucces+1; mes "Here your enchanted eris Harmonia Coat."; end; l_erdvnvit: mes "[Free Enchant]"; delitem 32022,1; getitem2 32022,1,1,0,0,0,0,0,4741; set Esucces, Esucces+1; mes "Here your enchanted eris Harmonia Coat."; end; l_erdvnint: mes "[Free Enchant]"; delitem 32022,1; getitem2 32022,1,1,0,0,0,0,0,4711; set Esucces, Esucces+1; mes "Here your enchanted eris Harmonia Coat."; end; l_erdvndex: mes "[Free Enchant]"; delitem 32022,1; getitem2 32022,1,1,0,0,0,0,0,4721; set Esucces, Esucces+1; mes "Here your enchanted eris Harmonia Coat."; end; l_erdvnluk: mes "[Free Enchant]"; delitem 32022,1; getitem2 32022,1,1,0,0,0,0,0,4751; set Esucces, Esucces+1; mes "Here your enchanted eris Harmonia Coat."; end; l_ermnk: next; if(countitem(32015)<1) goto l_gadaeq; if(Esucces >= 3) { mes " You already reach max access to use my service."; end; } mes "[Free Enchant]"; mes "What do you want?"; next; menu "STR +2",l_ermnkstr, "AGI +2",l_ermnkagi, "VIT +2",l_ermnkvit, "INT +2",l_ermnkint, "DEX +2",l_ermnkdex, "LUK +2",l_ermnkluk; l_ermnkstr: mes "[Free Enchant]"; delitem 32015,1; getitem2 32015,1,1,0,0,0,0,0,4701; set Esucces, Esucces+1; mes "Here your enchanted eris GM Harmonia Coat."; end; l_ermnkagi: mes "[Free Enchant]"; delitem 32015,1; getitem2 32015,1,1,0,0,0,0,0,4731; set Esucces, Esucces+1; mes "Here your enchanted eris GM Harmonia Coat"; end; l_ermnkvit: mes "[Free Enchant]"; delitem 32015,1; getitem2 32015,1,1,0,0,0,0,0,4741; set Esucces, Esucces+1; mes "Here your enchanted eris GM Harmonia Coat"; end; l_ermnkint: mes "[Free Enchant]"; delitem 32015,1; getitem2 32015,1,1,0,0,0,0,0,4711; set Esucces, Esucces+1; //set ##freeenchant,3; mes "Here your enchanted eris GM Harmonia Coat"; end; l_ermnkdex: mes "[Free Enchant]"; delitem 32015,1; getitem2 32015,1,1,0,0,0,0,0,4721; set Esucces, Esucces+1; mes "Here your enchanted eris GM Harmonia Coat"; end; l_ermnkluk: mes "[Free Enchant]"; delitem 32015,1; getitem2 32015,1,1,0,0,0,0,0,4751; set Esucces, Esucces+1; mes "Here your enchanted eris GM Harmonia Coat"; end; l_gadaeq: mes "[Free Enchant]"; mes "You did not bring the required equip."; end; } OnInit: delwaitingroom; waitingroom "Free Enchantment",0; end; }
  21. Are you mean server and client support PACKET OBFUSCATION with 2015-10-29 client?
  22. if you want use packet encyption when diff your client put the key in this option
  23. go to src\config\packet.h look at this part Give comment like in my qoute (red colour) after that recompile your server
×
×
  • Create New...