Archived Comments (locked)

in
Subscribe to Archived Comments 5 posts, 4 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
Kana. User

My auto prod dont works anymore

 
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

 
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

 
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.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel