Endless Tower Script that will reward TCG

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.

 
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,

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

 
Back
Top