Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/24/20 in Posts

  1. View File Sader's Other Dimension Tree Of Savior What Included : a small map for the system the script what you should put in the instance db (you are free to change the id!) Description: if you play Tree Of Savior , you might know The Other Dimension. The main idea is the player can join The Other Dimension it's a solo instance he can join as much as he want , the Goal is to reach the Highest Stage impossible in 20 min or until he die! in Tree Of Savior The Other Dimension is one stage monsters and the 2nd stage boss endless (i didn't finish it before but the idea is to not finish it!) The rewards are sent to the mail at the end of the week see the config to edit it (search for OnInit) in Tree Of Savior the rewards are coins that you get each week you can do that and activate the shop option there is 1 array for the items id and 2 array for the counts the first count array is for any Participant the other count array is if the player was the first in his class and the Participants from his class is more than .MiniParticipants you can block classes , or even make the monsters per class (Check Add for more info) there is a rank option to check the players's max stage per classes there is no drop nor exp in the system! i Added 40 stage for testing and as example for you , just remove it all and build your own! the stages i added has no balance! add it to what best for your server. i suggest making +100 stage , make sure that no player can reach the final stage but make it really hard not impossible!! if you have problem with the script , you can use the forum post to report it to me, and me or someone else will help you fix it. Submitter sader1992 Submitted 05/22/20 Category Games, Events, Quests Video Content Author sader1992  
    1 point
  2. @AshuraX We somehow don't understand what you want.. are you saying the it's a bug where you cannnot create or trade while dead. or you want to restrict a dead player from creating a pub and trades?. Seems like you are also confused on this. i'm the same rofl. xD
    1 point
  3. 1 point
  4. Good Day. Have error when install. and also when finish the intances.
    1 point
  5. Depends on which level range script you are looking at. 26-40.txt does grant job experience. While 41-55,txt does not. For two examples. Found in npc/re/quests/eden Found in 41-55.txt setarray .@Exp[0],9600,7200,15750,7875,11100,8550,17100,9000,12300,9900,20250,10350,13800,11025,22500,11250; for(set .@i,0; .@i<16; set .@i,.@i+1) if (checkquest(12072+.@i,HUNTING) == 2) { mes "[Mission Board]"; mes "You have completed the mission."; mes "Here is your reward."; erasequest 12088; erasequest 12072+.@i; specialeffect2 EF_STEAL; getexp .@Exp[.@i],0; // <--- HERE close; } You could simply change it to something like this: getexp .@Exp[.@i],2000; And although different quests from this level range will have their base exp dependent on the Array #. Each one of these will always grant 2,000 job exp this way. To go through them all you can always search "getexp" and change any of the ,0; to your desired job experience.
    1 point
  6. It's done, here: https://github.com/rathena/rathena/pull/4908/commits/e2c6919bc450e08f8bf0e1209d93e9f81b104f9c finally. Credits to Kreustoo and dev team.
    1 point
  7. View File (QOL) Taekwon Mission printing % every monster killed for the mission A small QOL some players asked me to add. It justs print each time a monster is killed for the taekwon mission the % completed Submitter Kreustoo Submitted 05/06/2020 Category Source Modifications Video Content Author Kreustoo  
    1 point
×
×
  • Create New...