MyFreeFarm HausMod

By WhiteScripter Last update Nov 7, 2010 — Installed 11,736 times.

International topic !

in
Subscribe to International topic ! 4 posts, 3 voices



terrorsource User
FirefoxWindows

Hi there,

can someone tell me in english what this script does ?

 
WhiteScripter Script's Author
FirefoxWindows

Currently I think its just a german "feature".
We have a new patch on our servers that contains a farm house that you can decorate inside. Really senseless - but if you have really too much money ^^

This script can generate the visual illusion of these decorations.

 
Sawos Scriptwright
FirefoxWindows

mir gefällt das Script - spart auf jeden Fall eine Menge Taler und Coins ;)

ich habe es etwas verändert, so dass beim Klick auf den Schriftzug "Bauernhauslink" neu gezeichnet wird (nur sinnvoll bei zufall=true):

Die Änderungen:

...
var arr_fhpets  = ["71_1","71_2","71_3","71_4","71_5","72_4","72_6","73_2","73_5","73_7","74_2","74_5"];

$("farmhouselink").addEventListener("click",HausEinrichten,false);
$("headquarter").addEventListener("click",HausEinrichten,false);

function HausEinrichten(){
window.setTimeout(function(){

if (zufall){
...

und

},500);}

},false);

 
WhiteScripter Script's Author
FirefoxWindows

joa, warum nicht ... gute Idee