Jump to content

hendra814

Members
  • Posts

    1281
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by hendra814

  1. using KRO setup.exe change directX version (Graphic API) into directX 7
  2. 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; }
  3. Can someone share working yaml for 20220406 client Using chris warp profile not working.
  4. 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
  5. for your flux try ask the creator. for bragi effect i don't have it.
  6. I check default flux control panel already have ranking menu
  7. 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.
  8. 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.
  9. Are new client KRO now no need to unpacked?
  10. 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; }
  11. not sure, but try check this link disable certain skill LMS event - Scripting Support - rAthena
  12. 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
  13. are you already enable the script via Rathena\npc\re\scripts_athena.conf line 173.
  14. i want to share my custom world boss, please try it Welgaia,128,96,4 script World Boss 123,{ @_count = (.monster_kill_requirement - $world_boss_counter); mes "[ World Boss ]"; mes "Status :" +($world_boss_active == 1?"^00FF00Active^000000":"^FF0000Inactive^000000"); mes "Kill Remaining - [ ^0000FF"+$count+"^000000 ]"; mes "============================="; mes "Reward:"; mes "<ITEM>World Boss Reward<INFO>7539</INFO></ITEM>"; end; OnNPCKillEvent: if($world_boss_active == 1) end; $world_boss_counter += 1; if($world_boss_counter == .monster_kill_requirement){ donpcevent "World Boss::OnSummon"; } end; OnSummon: setarray .bc_city$[0],"alberta","aldebaran","geffen","izlude","morocc","payon","prontera","new_zone03"; setarray .bc_monster[0],"1917","1885","1874","1871","1832","1802","1785","1779","1768","1751","1734","1719","1708","1688","1685","1658","1651","1650","1649","1648","1647","1646","1630","1623","1583","1511","1502","1492","1418","1399","1389","1373","1312","1272","1252","1251","1190","1159","1157","1150","1147","1115","1112","1087","1086","1059","1046","1038","2202"; set .@city,rand(0,getarraysize(.bc_city$)-1); set .@mvp,rand(0,getarraysize(.bc_monster)-1); $world_boss_active = 1; announce "Danger! "+.bc_city$[.@city]+" under attack by MvP!!",bc_all; //announce and end monster .bc_city$[.@city],0,0,"City Attacker",.bc_monster[.@mvp],1,"World Boss::OnBossKill"; end; OnBossKill: announce "Congratulation to "+strcharinfo(0)+", for save the city "+.bc_city$[.@city]+" !",bc_all; $world_boss_active = 0; $world_boss_counter = 0; getitem 7539,10; end; OnInit: .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; }
  15. are you already tried this file?
  16. rename the file with .patch extention right click on the file pick review/apply single patch go to your rathena server root folder and select it but for this patch file i check have issue like this try @PercyNPC file, show like this, click on path all items and then save, last recompile your rathena
  17. will you share the patch for that modification?
  18. use script in the first post by @Louis T Steinhil
  19. thanks for the information, now working with lastest script in the first post
  20. are the configuration for sql using this part?
  21. i got this error, don't know why because item link already appear at chat area
×
×
  • Create New...