Jump to content
  • 0
Sign in to follow this  
nikki1200

Endless Tower Script that will reward TCG

Question

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

6 answers to this question

Recommended Posts

  • 0

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.

Share this post


Link to post
Share on other sites
  • 0

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

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.