Jump to content

hendra814

Members
  • Content Count

    84
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by hendra814

  1. here https://drive.google.com/file/d/1OHKdLvnyzuKbxgQKDzwDbm8LKiE5GQ_9/view?usp=sharing
  2. at this part set #Mission_Points, #Mission_Points-@cost; change it into delitem, 7539-@cost;
  3. find this set #Mission_Points, #Mission_Points+.@Mission_Points; and replace into getitem 7539,.@Mission_Points;
  4. not test, but try this prontera,147,162,5 script Point Merchant 47,{ // ===================== Settings =========================== set .@skillname$,"^0000FF[ Baldur ]^000000"; set .numitem,30001; // ================== End of Settings ======================= mes .@skillname$; mes "Hello ^FF0000["+strcharinfo(0)+"]^000000!"; mes "What do you want to do?"; next; switch(select("-Buy Skill Point:-Cancel")) { case 1: if (.numitem < 22) { mes "You don't have enough "+getitemname(.numitem)+""; end; } mes .@skillname$; mes "Okay input the Amount"; mes "of Points you want to buy!"; next; mes .@skillname$; mes "1 Point has a cost of 20 pcs "+getitemname(.numitem)+""; input .@amount; delitem .numitem,.@amount*20; set SkillPoint, SkillPoint + .@amount; mes "There you are, enjoy your new points!"; close; } case 2: mes .@skillname$; mes "Come again..."; close; }
  5. Case close just revert the missing files using git revert. Thanks Ai4rei for the info.
  6. Yesterday my hercules server detected some files as a virus by avast antivitus. and i got problem when load all the server beause missing some file include runserver.bat. now i try to recompile the server again, but runserver.bat still not appear in my hercules server folder. So please help me to fix this, how to show it again.
  7. already try change the script. after i remove the quote when load the script got error. okay here the lastest script works for hercules
  8. @Dastgir, Sorry, getting error again,in game player could make the item without bring the item. and the required item not show in chat windows. on map server show this error.
  9. using @summon command. but this i'm creating for rathena. not test yet for hercules.
  10. @Dastgir Thank you very much, it's working now.
  11. sorry, i'm using the old one, but using the new script still got error
  12. not working, got error [Error]: script error in file 'npc/custom/zodiac.txt' line 18 column 4 script:add_word: invalid word. A word consists of undercores and/or alphanumeric characters, and valid variable prefixes/postfixes. 15: next; 16: mes "[Zodiac of the Month]"; 17: mes "Would you like to make the Zodiac "+((.@Z==1)?"Diadem":"Crown")+" for the "+gettime(6)+"th Month of this year ?"; * 18: ((is_clientver(0,54))?"<ITEM>"+getitemname(.Zodiac[gettime(6)-1])+"<INFO>"+.Zodiac[gettime(6) -1]+"</INFO></ITEM>":"^FF0000"+getitemname (.Zodiac[gettime(6)-1])+"^000000"); ~~~~~~~~~~~~~~~~~~~~~~~~^ 19: next; 20: if(select("Yes:No") == 2) close; 21: switch(gettime(6)){ and so much error after edit that part.
  13. hendra814

    Nemo patcher

    Need new option in NEMO, load custom OngoingQuestInfoList_Sakray.lub because when update my KRO client, it's became KRO test again.
  14. @4144 so doesn't need to pick option disable packet encyption again in new client KRO
  15. are you using packet obfuscation? because i didn't see disable packet encryption in your nemo log. here mine if you want to try
  16. can some one tell me what my problem is. here the detail, when i'm use 2017 client i could open advanced setting and change screen size by setup.exe but when i'm use 2018 client, i'm can't open advanced setting and change screen size. what ever i'm pick in the setup.exe the game client always show 1024x600 (because this is max screen size in my laptop) my laptop using windows 7 32 bit. but when i'm run in my pc with windows 7 64 bit all function in 2018 game client work normal my KRO already update to the lastest. so what the problem is. because my friend use same os like my laptop and could open advanced settings too. once more, the problem when in char select, 5 top character screen select crop by default here the ss here my diff option
  17. any one have this script? the eathena link already died. Thanks before.
  18. maybe something wrong with clientinfo.xml in your client side. wrong Ip maybe?
  19. Sorry, for inet i never tried. i'm only tried with lan
  20. Sorry, i want ask you, is this server you play with LAN connection or just for your PC/ i mean Offline server.
  21. check all your script, if there have disable that script, because that's the problem.
  22. what you're put in network.config
  23. Just edit at lan_subnets, put your subnet network into lan_subnets
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.