Jump to content

►[Rikimaru's Scripts]◄ Latest : Requested 3rd Jobclass Headgear Reward


Rikimaru

Recommended Posts


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  658
  • Reputation:   57
  • Joined:  11/20/11
  • Last Seen:  

@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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  2
  • Reputation:   0
  • Joined:  06/07/12
  • Last Seen:  

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 by rapeca29
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  95
  • Reputation:   0
  • Joined:  01/28/12
  • Last Seen:  

Thank you so much Riki, i will try it.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  89
  • Reputation:   7
  • Joined:  02/27/12
  • Last Seen:  

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 by Jyabil
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  29
  • Reputation:   3
  • Joined:  05/09/12
  • Last Seen:  

Thank You

Rikimaru

For Wonderfull Script Release

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.00
  • Content Count:  132
  • Reputation:   1
  • Joined:  07/19/12
  • Last Seen:  

@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?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  08/10/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  08/06/12
  • Last Seen:  

Thank for this Rikimaru, it helps me a lot. /no1

Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  33
  • Reputation:   0
  • Joined:  09/27/12
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  99
  • Reputation:   4
  • Joined:  10/25/12
  • Last Seen:  

@rikimaru, about your Stat seller. how can i make it for item requirement?

Link to comment
Share on other sites

  • 9 months later...

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  7
  • Reputation:   0
  • Joined:  08/14/13
  • Last Seen:  

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...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

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

 
Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  80
  • Reputation:   1
  • Joined:  09/13/13
  • Last Seen:  

Solved

Edited by rmon008
Link to comment
Share on other sites

  • 3 years later...

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  737
  • Reputation:   47
  • Joined:  03/12/14
  • Last Seen:  

Link dead?

Edited by Bringer
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.02
  • Content Count:  149
  • Reputation:   3
  • Joined:  07/29/16
  • Last Seen:  

i cant download it. the link is down..

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  545
  • Reputation:   220
  • Joined:  03/01/13
  • Last Seen:  

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...