تبليغاتX
سرگرمی - کدتقلب قلعه2 / stronghold2
P30&MOBILE

Hint: Alternate dialogue:
Change your name to any that starts with the word Megalord. The "Greetings sire" dialogue will be replaced with another one saying "Greetings Megalord".

For other alternate greetings, enter one of the following names:

Fertile01
Flying Poo
Lord Vader
Seth
Yosh
i

Set the system date to July 4th. The "Greetings sire" dialogue will be replaced with another one saying "Happy Fourth of July, my Lord".

Set the system time to very early in the morning to hear the message "Its very late sire, shouldn't you be sleeping?".

Hint: Best castle:
Go to the map editor and create a map. Refer to page 53 in the instruction manual. You can make your castle and it will not cost anything. You can also make an army in the panel with the two swords crossing each other. Also in the crossing swords panel, you can make siege equipment.

Hint: Easy money:
Acquire 1,000 gold and enough wood in order to place a monastery. Place the monastery, then press P to pause game play. Click on the rubber tool in the lower left part of the screen as many times as desired. You will get 1,000 gold each time you click it, and the monastery will not disappear until you press P again to resume the game.

Hint: Easy resources:
Use the following trick when you are low on supplies and need to build things (especially when you do not have a market). Press P to pause game play, then put a building that needs supplies of what you want (for example, wood, stone, or gold; use a siege camp for gold). Place it anywhere. The building will not disappear -- you can keep "delete" clicking until you have as many supplies of wood, gold, and stone as desired. When you resume the game, check your stockpile (or before) to make sure that you actually deleted it. Note: You wil; not the benefit of this on all levels, as some do not have the building of gold or stone you can delete. Also, if you have a market and can build something that costs gold to build, you can use this trick and buy things you need, like food.

 

 

+ نوشته شده در  چهارشنبه پانزدهم خرداد 1387ساعت 12:48 بعد از ظهر  توسط MT DEVIL | 
 
صفحه نخست
پست الکترونیک
آرشیو
عناوین مطالب وبلاگ
درباره وبلاگ
دنیای دانلود...به همراه30000 کدتقلب برای pc,ps1,ps2,xbox......

پیوندهای روزانه
ٌWINDOWS UPDATE
ازشیرمرغ تا جون آدمی زاد
آرشیو پیوندهای روزانه
نوشته های پیشین
مهر 1387
شهریور 1387
مرداد 1387
خرداد 1387
اسفند 1386
بهمن 1386
دی 1386
آذر 1386
پیوندها
دانلود مجانی
هک و کرک
دانلود نرم افزارو...
آخرین اخبار آی تی
 

 RSS

POWERED BY
BLOGFA.COM

Search JavaScript Kit:

Google: Yahoo: MSN:

This free script provided by
JavaScript Kit

You have visited my page for:

seconds!
/* Simple Image Trail script- By JavaScriptKit.com Visit http://www.javascriptkit.com for this script and more This notice must stay intact */ var trailimage=["test.gif", 100, 99] //image path, plus width and height var offsetfrommouse=[10,-20] //image x,y offsets from cursor position in pixels. Enter 0,0 for no offset var displayduration=0 //duration in seconds image should remain visible. 0 for always. if (document.getElementById || document.all) document.write('
') function gettrailobj(){ if (document.getElementById) return document.getElementById("trailimageid").style else if (document.all) return document.all.trailimagid.style } function truebody(){ return (!window.opera && document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } function hidetrail(){ gettrailobj().visibility="hidden" document.onmousemove="" } function followmouse(e){ var xcoord=offsetfrommouse[0] var ycoord=offsetfrommouse[1] if (typeof e != "undefined"){ xcoord+=e.pageX ycoord+=e.pageY } else if (typeof window.event !="undefined"){ xcoord+=truebody().scrollLeft+event.clientX ycoord+=truebody().scrollTop+event.clientY } var docwidth=document.all? truebody().scrollLeft+truebody().clientWidth : pageXOffset+window.innerWidth-15 var docheight=document.all? Math.max(truebody().scrollHeight, truebody().clientHeight) : Math.max(document.body.offsetHeight, window.innerHeight) if (xcoord+trailimage[1]+3>docwidth || ycoord+trailimage[2]> docheight) gettrailobj().display="none" else gettrailobj().display="" gettrailobj().left=xcoord+"px" gettrailobj().top=ycoord+"px" } document.onmousemove=followmouse if (displayduration>0) setTimeout("hidetrail()", displayduration*1000)

This free script provided by
JavaScript Kit