ROMANIAN1235

Member
Reaction score
1
Author
ROMANIAN1235
Contributors
ROMANIAN1235
Quickbar Entry
javascript:$.getScript('https://tw.ardelian.ro/fakes/random?server=en118.tribalwars.net&players=Gundrilla ROMANIAN1235 bahne&tribes=TIN GO! AFK RIDE&coords=123|234 234|345');
Public?
Public
I promise I'll update the server side to use the .gz files. For now it downloads village.txt, player.txt and ally.txt at most once an hour.

The server is publicly available at https://github.com/fardelian/tribalstuff (client code is generated by client/fakes.js)

As per the documentation, it's a Quick Bar $.getScript() with tribe tags, player names and coordinates and it returns a script that fills in the coordinates on the Rally Point page, the same way all other scripts do.

Quickbar:
JavaScript:
javascript:$.getScript('https://tw.ardelian.ro/fakes/random?server=en118.tribalwars.net&players=Gundrilla ROMANIAN1235 bahne&tribes=TIN GO! AFK RIDE&coords=123|234 234|345');

Response:
JavaScript:
if ($('#units_entry_all_spy').text().replace(/[^\d]/g,'')>0) $('#unit_input_spy').val(1);

if ($('#units_entry_all_catapult').text().replace(/[^\d]/g,'')>0) $('#unit_input_catapult').val(1);

else if ($('#units_entry_all_ram').text().replace(/[^\d]/g,'')>0) $('#unit_input_ram').val(1);

$('#inputx').val('123'); $('#inputy').val('234'); $('#place_target').val('123|234');

$('#target_attack').focus(); setTimeout(() => $('#content_value').css({backgroundImage: 'url(https://tw.ardelian.ro/static/stars.gif)'}), 30000);
 
Last edited by a moderator:
Upvote 0
Top