Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

Travian QP Targets 2.3.0 moded by HeLLBlaZeR

Travian QP Targets 2.3.0 moded by HeLLBlaZeR acess www.detudoakitem.blogspot.com

Travian QP Targets modificado para usar em conjunto com o travian beyond

corrigido os conflitos de links

WITH MOD

WITHOUT MOD






Jul 23, 2008
Kana. User

My auto prod dont works anymore

 
Mar 28, 2008
QP Scriptwright

Hello hellblazer,

You can delete this script since that is now configurable in the original script.

Next time, ask for it before making it... I think it is nicer to script writers, and to people using the script, and maybe even for you (for not taking the time to change and upload it).

Regards and nice gaming,
QP

 
Mar 14, 2008
hellblazer Script's author

YOUR VERSION

// QP Targets - created on all pages except...
if (! (
isThisPageSendTroopsConfirmation() ||
isThisPageRallyPoint() ||
isThisPageAnyBuildingPage() ||
isThisPageWWStatistics()
)
) {
debug(DBG_HIGHEST, "[-]NOT: SendTroopsConfirmation, isPageRallyPoint, AnyBuildingPage");
transformGeneric_findTargetsToCreateTargetLinks();
}

MY VERSION
// QP Targets - created on all pages except...
if (! (
isThisPageSendTroopsConfirmation() ||
isThisPageRallyPoint() ||
isThisPageAnyBuildingPage() ||
isThisPageWWStatistics()
)
) {
debug(DBG_HIGHEST, "[-]NOT: SendTroopsConfirmation, isPageRallyPoint, AnyBuildingPage");
// transformGeneric_findTargetsToCreateTargetLinks();
}

I only made this change for use with beyond whiout conflict

 
Mar 14, 2008
QP Scriptwright

Instead of mod'ing other person's scripts it would be nicer and better overall to suggest changes - and if you have the solution to say where it needs changing.

Btw, I haven't checked your modded version yet, but if you removed some functionalities you should, at the very least, mention that.

You could comment on this script if you were logged in.