nikki1200 1 Posted November 3, 2013 Hi All, Seeking for your assistance on ET script that will reward all the party once it's finished the ET. I already got ET script but i don't know how to put reward on those party who will finished the ET. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/instances/EndlessTower.txt Can you help me guys, Please advise, Thanks Quote Share this post Link to post Share on other sites
0 nikki1200 1 Posted November 3, 2013 i don't know how to remove the time of ET. can you help me on this one? Quote Share this post Link to post Share on other sites
0 jaBote 438 Posted November 3, 2013 Hi. For the reward after finishing all of the Endless Tower instance, you could modify the script that warps you back to Alberta to give their users their respective items. Just add the item and the amount just before making the player warp back to the town. Go to the part of the script just before that (which in current hercules is npc/instances/EndlessTower.txt, line 2184 and just before warping put the command that will give you the item, like this: getitem <item id>,<amount>; Where item ID is the TCG's id and the amount is the amount of items you want to give the player. You could refer to the scripting manual for any questions on that command. About the other question, could you please elaborate more? I don't understand that one. Quote Share this post Link to post Share on other sites
0 nikki1200 1 Posted November 3, 2013 Thanks Sir jaBote. My problem now is the timer, i want to set the ET every 4 hours. can you help me on this one? Please advise, Thanks, Quote Share this post Link to post Share on other sites
0 Jedzkie 58 Posted November 3, 2013 in your endless_tower.txt find this: set .@dun_lim_time,etower_timer+604800; // 1 week set .@dun_lim_time2,etower_timer+14400; // 4 hours Quote Share this post Link to post Share on other sites
0 nikki1200 1 Posted November 4, 2013 okay i already find it Sir, what are the next step? am i going to comment the line of 1 week or delete it? Please advise, Thanks, Quote Share this post Link to post Share on other sites
0 Mhalicot 392 Posted November 4, 2013 replace 1week 604800 to 4hrs 14400 Quote Share this post Link to post Share on other sites
Hi All,
Seeking for your assistance on ET script that will reward all the party once it's finished the ET.
I already got ET script but i don't know how to put reward on those party who will finished the ET.
https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/instances/EndlessTower.txt
Can you help me guys,
Please advise,
Thanks
Share this post
Link to post
Share on other sites