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

Join the conversation

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

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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