Rikimaru Posted June 11, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 658 Reputation: 57 Joined: 11/20/11 Last Seen: July 1, 2017 Author Share 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 Link to comment Share on other sites More sharing options...
rapeca29 Posted June 13, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 2 Reputation: 0 Joined: 06/07/12 Last Seen: June 13, 2012 Share 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 Link to comment Share on other sites More sharing options...
Jb Roxas Posted June 14, 2012 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 95 Reputation: 0 Joined: 01/28/12 Last Seen: August 21, 2012 Share Posted June 14, 2012 Thank you so much Riki, i will try it. Quote Link to comment Share on other sites More sharing options...
Jyabil Posted June 17, 2012 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 89 Reputation: 7 Joined: 02/27/12 Last Seen: July 22, 2014 Share 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 Link to comment Share on other sites More sharing options...
Mohawk Posted June 22, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 29 Reputation: 3 Joined: 05/09/12 Last Seen: July 13, 2012 Share Posted June 22, 2012 Thank You Rikimaru For Wonderfull Script Release Quote Link to comment Share on other sites More sharing options...
bakuriyu2 Posted August 12, 2012 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 132 Reputation: 1 Joined: 07/19/12 Last Seen: February 4, 2013 Share 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 Link to comment Share on other sites More sharing options...
melvincruz03 Posted August 12, 2012 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 18 Reputation: 0 Joined: 08/10/12 Last Seen: February 12, 2013 Share 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 Link to comment Share on other sites More sharing options...
doomhades666 Posted August 15, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 08/06/12 Last Seen: November 13, 2016 Share Posted August 15, 2012 Thank for this Rikimaru, it helps me a lot. Quote Link to comment Share on other sites More sharing options...
Jheiar Posted October 17, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 33 Reputation: 0 Joined: 09/27/12 Last Seen: December 18, 2012 Share 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 Link to comment Share on other sites More sharing options...
Shogun Posted November 30, 2012 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 99 Reputation: 4 Joined: 10/25/12 Last Seen: January 20, 2013 Share Posted November 30, 2012 @rikimaru, about your Stat seller. how can i make it for item requirement? Quote Link to comment Share on other sites More sharing options...
akkken15 Posted September 3, 2013 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 7 Reputation: 0 Joined: 08/14/13 Last Seen: September 21, 2013 Share 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 Link to comment Share on other sites More sharing options...
Patskie Posted September 3, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: November 10, 2024 Share 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 Link to comment Share on other sites More sharing options...
rmon008 Posted September 22, 2013 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 80 Reputation: 1 Joined: 09/13/13 Last Seen: June 30, 2014 Share Posted September 22, 2013 (edited) Solved Edited September 22, 2013 by rmon008 Quote Link to comment Share on other sites More sharing options...
Bringer Posted December 13, 2016 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 748 Reputation: 47 Joined: 03/12/14 Last Seen: 21 hours ago Share Posted December 13, 2016 (edited) Link dead? Edited December 13, 2016 by Bringer Quote Link to comment Share on other sites More sharing options...
Brahms Posted December 13, 2016 Group: Members Topic Count: 48 Topics Per Day: 0.02 Content Count: 149 Reputation: 3 Joined: 07/29/16 Last Seen: August 6, 2019 Share Posted December 13, 2016 i cant download it. the link is down.. Quote Link to comment Share on other sites More sharing options...
Azura Skyy Posted December 28, 2016 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 545 Reputation: 221 Joined: 03/01/13 Last Seen: January 2, 2023 Share 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 Link to comment Share on other sites More sharing options...
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.