Jump to content

hendra814

Members
  • Posts

    1292
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by hendra814

  1. try check video guide from this link
  2. check the item ID at your iteminfo file, if not exist you can update it or you create github issue at chris github project
  3. download Ro patcher Lite from this link and put in your KRO folder RO Patcher Lite then run the patcher.
  4. kafrapoint different with cashpoint cash shop using cash point. for your issue you must create custom NPC convert kafrapoint into cashpoint.
  5. solved via github update 0486cf1
  6. already tried, the script not working Thanks for the information.
  7. please help my custom script using this command atcommand "@identifyall"; and atcommand "@save"; both script not working, please tell me how to correct the script. Thanks before for your support.
  8. hi, can you share complete guide to apply VIP icon and can you share stateiconimginfo.lub: translated file, because i don't have it.
  9. can some one share complete guide for add VIP icon status edit* I can't translated file for stateiconimginfo.lub: can someone share the file for me.
  10. using KRO setup.exe change directX version (Graphic API) into directX 7
  11. try this Welgaia,169,236,4 script Daily Reward NPC 75,{ set .@rewname$,"[ Daily Reward ]"; if(rewards == 1 ) { mes .@rewname$; mes "Sorry, you already claim it for today."; end; } mes .@rewname$; mes "Hello "+strcharinfo(0)+",I"; mes "am here to give you a daily"; mes "Reward. Do you want to have it?"; next; switch(select("-Yes,sure!:-No,bye!")) { case 1: mes .@rewname$; mes "Okay going to give you the following items!"; mes "3x Light White Potion Box"; mes "3x Light Blue Potion Box"; mes "2x NT Field Manaual"; mes "2x NT Job Manaual"; mes "2x NT Bubble Gum"; next; mes "Welcome...this is Daily gift..."; getitem 13534,3; getitem 13810,3; getitem 12263,2; getitem 14606,2; getitem 12264,2; mes "Okay have fun with it!"; set rewards,1; end; case 2: mes .@rewname$; mes "Okay goodbye!"; close; } OnTimer0050: showscript "Daily Rewards", getnpcid(0); initnpctimer; end; OnInit: initnpctimer; end; OnClock0000: query_sql("DELETE FROM `char_reg_num` WHERE `key` = 'rewards'"); addrid(0); rewards = 0; end; }
  12. Can someone share working yaml for 20220406 client Using chris warp profile not working.
  13. Hello , i want disable cash shop button using nemo patch hide shop option but when enter the game the button still apear with another image. I want ask how to remove the button using nemo set shop button into 0 it's show error like this
  14. for your flux try ask the creator. for bragi effect i don't have it.
  15. I check default flux control panel already have ranking menu
  16. try this one, i'm used it. https://rathena.org/board/files/file/3784-pvp-ranking-system/ NPC script exist in npc folder insise the addons folder.
  17. which i'm know to use newer client must unpack the client with themida application. Is it no need again, because i search the guide but i didn't found it.
  18. Are new client KRO now no need to unpacked?
  19. try change oninit script into this OnInit: if ($count < 0){ set $count, 0; } .monster_kill_requirement = 1000000; freeloop(1); while(1){ $count = (.monster_kill_requirement - $world_boss_counter); waitingroom "Kill Left : ["+$count+"]",0; sleep 1000; //= 1 Second Refresh delwaitingroom; } freeloop(0); end; }
  20. not sure, but try check this link disable certain skill LMS event - Scripting Support - rAthena
  21. Hi all, i'm looking for 20th Anniversary Event - iRO Wiki script if you have it, please help to share the script. detail event in this link https://irowiki.org/wiki/20th_Anniversary_Event and https://renewal.playragnarok.com/news/eventdetail.aspx?id=1587
×
×
  • Create New...