- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
protected function updateTimer():void {
if (this._waitAction) {
EnterFrame.removeScheduledAction(this._waitAction);
this._waitAction = null;
}
if (this._wait > 0) {
this._waitAction = EnterFrame.scheduleAction(this._wait - getTime(), this.onWaitComplete);
this._waitAction.name = 'GameObjectMediator:updateTimer';
}
else {
this._waitAction = null;
}
this.playDefaultAnimation();
if (this._filters) {
this.highlight(this._filters);
}
if (!(this is TotemMediator)) {
if (!Player.instance.friendMode && this.buildable && this.buildable.tags.find(Buildable.TAG_INDICATOR) &&
(this._complete || (this._wait == 0 && !this._actionProgress && this.data.step))){
if (!this._ico) {
if (!this._complete) {
if (this.data.step.waitTimeMs > 0) {
switch(this.buildable.id) {
case 'building_smithy':
this._ico = new GameObjectIco(GameObjectIco.TYPE_COLLECT_AXES, this);
break;
case 'building_alchemist':
case 'quest_building_well_magicwell':
this._ico = new GameObjectIco(GameObjectIco.TYPE_COLLECT_MANA, this);
break;
default:
this._ico = new GameObjectIco(GameObjectIco.TYPE_COLLECT_RESOURCES, this);
break;
}
}else {
this._ico = new GameObjectIco(GameObjectIco.TYPE_BUILD, this); // case for ruins
}
}else {
this._ico = new GameObjectIco(GameObjectIco.TYPE_COLLECT_RESOURCES, this);
}
if (this._filters) {
this._ico.view.filters = this._filters;
}
this.alignIco();
}
}
else {
this.removeIco();
}
}
}
nonamez 27.06.2013 16:00 # −4
kyzi007 27.06.2013 16:10 # 0
guest 03.06.2017 18:51 # 0
wvxvw 27.06.2013 18:27 # 0
kyzi007 27.06.2013 20:17 # 0
anonimb84a2f6fd141 27.06.2013 20:55 # −9
kyzi007 27.06.2013 21:03 # +8
anonimb84a2f6fd141 27.06.2013 23:10 # −9
kyzi007 27.06.2013 23:24 # 0
Lure Of Chaos 27.06.2013 23:26 # +4
nonamez 28.06.2013 00:44 # −8
anonimb84a2f6fd141 30.06.2013 19:26 # −2
Vasiliy 30.06.2013 20:41 # +2
Lure Of Chaos 30.06.2013 22:03 # +3
kyzi007 01.07.2013 02:57 # +2
bormand 01.07.2013 05:13 # +3
Lure Of Chaos 01.07.2013 07:04 # +3
Голубую Устрицу тут развели.
roman-kashitsyn 01.07.2013 07:25 # +3
Lure Of Chaos 01.07.2013 07:28 # +1
LispGovno 01.07.2013 23:29 # 0
LispGovno 01.07.2013 23:29 # 0
Lure Of Chaos 01.07.2013 23:43 # 0
из экзотики - даже пиписюнчики с багром бегали...
в общем, кого только не было, только все они почему-то себя исключительно царями да королями мнят, а в редких приступах скромности - д'артаньянами.
Lure Of Chaos 01.07.2013 07:02 # +1
Vasiliy 01.07.2013 07:12 # +1
Lure Of Chaos 01.07.2013 07:19 # +1
eth0 01.07.2013 19:22 # +2
Lure Of Chaos 01.07.2013 19:35 # +2
впрочем, не исключаю, что некоторым троллинг доставляет удовольствие большее, чем секс
Vasiliy 01.07.2013 07:14 # +1
anonimb84a2f6fd141 27.06.2013 23:30 # −10
guest 02.07.2013 00:01 # −2
guest 02.07.2013 06:43 # −2