Rikimaru Posted June 11, 2012 Author Posted June 11, 2012 @rapeca29 : You'll have to remove the NPC's in the turbo_room , so you have to find the file,where the NPC's are added to the Server and then remove them,but I won't suggest to remove them,just find a different Map and add the NPC's,which you want to be a Mall there. @Jb Roxas : For the Dynamic Shop Menu,just rename the quest_shop to other names,so you have to search for "quest_shop" in your Dynamic Shop and rename it to something like "custom_shop" or "quest_shop2" or "items_quest" , just a different name,but you have to change all the quest_shop names. @v00m3r : to make the Daily Reward account based,just set an account based variable for them,so it'll be like this : // My Credits // ...Some parts of the Script if(gettimetick(2) - ##lastTimeTalked > (60 * 60 * 24)) { // etc... set ##lastTimeTalked,gettimetick(2); // etc... Adding more scripts later. Quote
rapeca29 Posted June 13, 2012 Posted June 13, 2012 (edited) ok thnx sir rikimaru.... sir rikimaru, can you make me an event: LMS(winner takes all tcg)... every player will be charged with 1 tcg for joining the event... then for example there are 5 players...therefore there will be 5 TCG cards.... the player that will survived will get 5 TCG.... [# of participants = # of TCG prize] thanks a lot.. Edited June 13, 2012 by rapeca29 Quote
Jyabil Posted June 17, 2012 Posted June 17, 2012 (edited) Awesome scripts! About the Daily Rewards and iRO Quests, Because of this code, It resets after 24 hours of triggering the script right? if(gettimetick(2) - lastTimeTalked > (60 * 60 * 24)) { Can you give me a condition wherein instead of resetting the script after 24 hours, It will reset on 00:00 server time. Thanks Rikimaru. Regards, Jyabil Edited June 17, 2012 by Jyabil Quote
Mohawk Posted June 22, 2012 Posted June 22, 2012 Thank You Rikimaru For Wonderfull Script Release Quote
bakuriyu2 Posted August 12, 2012 Posted August 12, 2012 @sir Riki i got problem with the automated dice event.. everytime i reload it it will not hide.. i have set the "OnMinute" so it will just show in that specific time.. can help me? Quote
melvincruz03 Posted August 12, 2012 Posted August 12, 2012 Im having an error at Line 40 at the rewar id stuff. is there something wrong? payon,161,240,3 script Daily Reward 911,{ if(gettimetick(2) - lastTimeTalked > (60 * 60 * 24)) { 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!:-Cancel")) { case 1: mes .@rewname$; mes "Okay going to give you the item!"; next; mes .@rewname$; getitem .rewardid,4305;@rewardamount,5; mes "Okay have fun with it!"; set lastTimeTalked,gettimetick(2); close; case 2: mes .@rewname$; mes "Okay goodbye!"; close; case 3: close; } } mes .@rewname$; mes "Sorry you can get the"; mes "Reward again after "; mes "24 Hours are over!"; close; } And how can i make the daily reward like 1 ip 1 reward :DD to avoid abusing. creating more accounts for the reward XD Quote
doomhades666 Posted August 15, 2012 Posted August 15, 2012 Thank for this Rikimaru, it helps me a lot. Quote
Jheiar Posted October 17, 2012 Posted October 17, 2012 Sir Rikimaru. I like your Rock Paper And Scissor Event. But Can u make me a script instead of Using Zeny, Can u put Poring Coin. Thanks. Quote
Shogun Posted November 30, 2012 Posted November 30, 2012 @rikimaru, about your Stat seller. how can i make it for item requirement? Quote
akkken15 Posted September 3, 2013 Posted September 3, 2013 im new on making ragnarok i hve my server running... i want to use ur script sir riki can you help me??? i dont know where to place it can u post here step by step??? thanks n advance... Quote
Patskie Posted September 3, 2013 Posted September 3, 2013 im new on making ragnarok i hve my server running... i want to use ur script sir riki can you help me??? i dont know where to place it can u post here step by step??? thanks n advance... http://rathena.org/wiki/Adding_a_Script or ( video ) : http://www.youtube.com/watch?v=Az0C1k9AU_o Quote
rmon008 Posted September 22, 2013 Posted September 22, 2013 (edited) Solved Edited September 22, 2013 by rmon008 Quote
Bringer Posted December 13, 2016 Posted December 13, 2016 (edited) Link dead? Edited December 13, 2016 by Bringer Quote
Brahms Posted December 13, 2016 Posted December 13, 2016 i cant download it. the link is down.. Quote
Azura Skyy Posted December 28, 2016 Posted December 28, 2016 On 12/13/2016 at 4:22 PM, Bringer said: Link dead? On 12/13/2016 at 4:30 PM, Brahms said: i cant download it. the link is down.. Updated some of the links- try again if you like! I am aware that half of them do not work. Please consider contacting the poster with a request to update the files. The MvP Room might be the script in this thread. He also has a thread about daily quests here that might be different then what you see here. Regards, ~Azura Skyy Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.