diff --git a/README.md b/README.md index 727c686..8bf9a04 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -Lode Runner (超級運動員) +Lode Runner (超級運動員) ======================================= This program build with Javascript + [CreateJS](http://www.createjs.com). -This game include Lode Runner (150 Levels) & Championship Lode Runner (50 Levels). +Game levels include [Lode Runner (150 levels) & Championship Lode Runner (50 levels)](http://strategywiki.org/wiki/Lode_Runner/Walkthrough) ### GAME Mode
| TIME MODE | +TRAINING MODE | Player can select levels |
r&&(r=e),(e=j+l+n)r&&(r=e),(e=l+n)r&&(r=e),a.setValues(o,q,p-o,r-q)},b._hasMouseEventListener=function(){for(var b=a._MOUSE_EVENTS,c=0,d=b.length;d>c;c++)if(this.hasEventListener(b[c]))return!0;return!!this.cursor},createjs.DisplayObject=createjs.promote(a,"EventDispatcher")}(),this.createjs=this.createjs||{},function(){"use strict";function a(){this.DisplayObject_constructor(),this.children=[],this.mouseChildren=!0,this.tickChildren=!0}var b=createjs.extend(a,createjs.DisplayObject);b.getNumChildren=function(){return this.children.length};try{Object.defineProperties(b,{numChildren:{get:b.getNumChildren}})}catch(c){}b.initialize=a,b.isVisible=function(){var a=this.cacheCanvas||this.children.length;return!!(this.visible&&this.alpha>0&&0!=this.scaleX&&0!=this.scaleY&&a)},b.draw=function(a,b){if(this.DisplayObject_draw(a,b))return!0;for(var c=this.children.slice(),d=0,e=c.length;e>d;d++){var f=c[d];f.isVisible()&&(a.save(),f.updateContext(a),f.draw(a),a.restore())}return!0},b.addChild=function(a){if(null==a)return a;var b=arguments.length;if(b>1){for(var c=0;b>c;c++)this.addChild(arguments[c]);return arguments[b-1]}return a.parent&&a.parent.removeChild(a),a.parent=this,this.children.push(a),a.dispatchEvent("added"),a},b.addChildAt=function(a,b){var c=arguments.length,d=arguments[c-1];if(0>d||d>this.children.length)return arguments[c-2];if(c>2){for(var e=0;c-1>e;e++)this.addChildAt(arguments[e],d+e);return arguments[c-2]}return a.parent&&a.parent.removeChild(a),a.parent=this,this.children.splice(b,0,a),a.dispatchEvent("added"),a},b.removeChild=function(a){var b=arguments.length;if(b>1){for(var c=!0,d=0;b>d;d++)c=c&&this.removeChild(arguments[d]);return c}return this.removeChildAt(createjs.indexOf(this.children,a))},b.removeChildAt=function(a){var b=arguments.length;if(b>1){for(var c=[],d=0;b>d;d++)c[d]=arguments[d];c.sort(function(a,b){return b-a});for(var e=!0,d=0;b>d;d++)e=e&&this.removeChildAt(c[d]);return e}if(0>a||a>this.children.length-1)return!1;var f=this.children[a];return f&&(f.parent=null),this.children.splice(a,1),f.dispatchEvent("removed"),!0},b.removeAllChildren=function(){for(var a=this.children;a.length;)this.removeChildAt(0)},b.getChildAt=function(a){return this.children[a]},b.getChildByName=function(a){for(var b=this.children,c=0,d=b.length;d>c;c++)if(b[c].name==a)return b[c];return null},b.sortChildren=function(a){this.children.sort(a)},b.getChildIndex=function(a){return createjs.indexOf(this.children,a)},b.swapChildrenAt=function(a,b){var c=this.children,d=c[a],e=c[b];d&&e&&(c[a]=e,c[b]=d)},b.swapChildren=function(a,b){for(var c,d,e=this.children,f=0,g=e.length;g>f&&(e[f]==a&&(c=f),e[f]==b&&(d=f),null==c||null==d);f++);f!=g&&(e[c]=b,e[d]=a)},b.setChildIndex=function(a,b){var c=this.children,d=c.length;if(!(a.parent!=this||0>b||b>=d)){for(var e=0;d>e&&c[e]!=a;e++);e!=d&&e!=b&&(c.splice(e,1),c.splice(b,0,a))}},b.contains=function(a){for(;a;){if(a==this)return!0;a=a.parent}return!1},b.hitTest=function(a,b){return null!=this.getObjectUnderPoint(a,b)},b.getObjectsUnderPoint=function(a,b,c){var d=[],e=this.localToGlobal(a,b);return this._getObjectsUnderPoint(e.x,e.y,d,c>0,1==c),d},b.getObjectUnderPoint=function(a,b,c){var d=this.localToGlobal(a,b);return this._getObjectsUnderPoint(d.x,d.y,null,c>0,1==c)},b.getBounds=function(){return this._getBounds(null,!0)},b.getTransformedBounds=function(){return this._getBounds()},b.clone=function(b){var c=this._cloneProps(new a);return b&&this._cloneChildren(c),c},b.toString=function(){return"[Container (name="+this.name+")]"},b._tick=function(a){if(this.tickChildren)for(var b=this.children.length-1;b>=0;b--){var c=this.children[b];c.tickEnabled&&c._tick&&c._tick(a)}this.DisplayObject__tick(a)},b._cloneChildren=function(a){a.children.length&&a.removeAllChildren();for(var b=a.children,c=0,d=this.children.length;d>c;c++){var e=this.children[c].clone(!0);e.parent=a,b.push(e)}},b._getObjectsUnderPoint=function(b,c,d,e,f,g){if(g=g||0,!g&&!this._testMask(this,b,c))return null;var h,i=createjs.DisplayObject._hitTestContext;f=f||e&&this._hasMouseEventListener();for(var j=this.children,k=j.length,l=k-1;l>=0;l--){var m=j[l],n=m.hitArea;if(m.visible&&(n||m.isVisible())&&(!e||m.mouseEnabled)&&(n||this._testMask(m,b,c)))if(!n&&m instanceof a){var o=m._getObjectsUnderPoint(b,c,d,e,f,g+1);if(!d&&o)return e&&!this.mouseChildren?this:o}else{if(e&&!f&&!m._hasMouseEventListener())continue;var p=m.getConcatenatedDisplayProps(m._props);if(h=p.matrix,n&&(h.appendMatrix(n.getMatrix(n._props.matrix)),p.alpha=n.alpha),i.globalAlpha=p.alpha,i.setTransform(h.a,h.b,h.c,h.d,h.tx-b,h.ty-c),(n||m).draw(i),!this._testHit(i))continue;if(i.setTransform(1,0,0,1,0,0),i.clearRect(0,0,2,2),!d)return e&&!this.mouseChildren?this:m;d.push(m)}}return null},b._testMask=function(a,b,c){var d=a.mask;if(!d||!d.graphics||d.graphics.isEmpty())return!0;var e=this._props.matrix,f=a.parent;e=f?f.getConcatenatedMatrix(e):e.identity(),e=d.getMatrix(d._props.matrix).prependMatrix(e);var g=createjs.DisplayObject._hitTestContext;return g.setTransform(e.a,e.b,e.c,e.d,e.tx-b,e.ty-c),d.graphics.drawAsPath(g),g.fillStyle="#000",g.fill(),this._testHit(g)?(g.setTransform(1,0,0,1,0,0),g.clearRect(0,0,2,2),!0):!1},b._getBounds=function(a,b){var c=this.DisplayObject_getBounds();if(c)return this._transformBounds(c,a,b);var d=this._props.matrix;d=b?d.identity():this.getMatrix(d),a&&d.prependMatrix(a);for(var e=this.children.length,f=null,g=0;e>g;g++){var h=this.children[g];h.visible&&(c=h._getBounds(d))&&(f?f.extend(c.x,c.y,c.width,c.height):f=c.clone())}return f},createjs.Container=createjs.promote(a,"DisplayObject")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a){this.Container_constructor(),this.autoClear=!0,this.canvas="string"==typeof a?document.getElementById(a):a,this.mouseX=0,this.mouseY=0,this.drawRect=null,this.snapToPixelEnabled=!1,this.mouseInBounds=!1,this.tickOnUpdate=!0,this.mouseMoveOutside=!1,this.preventSelection=!0,this._pointerData={},this._pointerCount=0,this._primaryPointerID=null,this._mouseOverIntervalID=null,this._nextStage=null,this._prevStage=null,this.enableDOMEvents(!0)}var b=createjs.extend(a,createjs.Container);b._get_nextStage=function(){return this._nextStage},b._set_nextStage=function(a){this._nextStage&&(this._nextStage._prevStage=null),a&&(a._prevStage=this),this._nextStage=a};try{Object.defineProperties(b,{nextStage:{get:b._get_nextStage,set:b._set_nextStage}})}catch(c){}b.update=function(a){if(this.canvas&&(this.tickOnUpdate&&this.tick(a),!this.dispatchEvent("drawstart"))){createjs.DisplayObject._snapToPixelEnabled=this.snapToPixelEnabled;var b=this.drawRect,c=this.canvas.getContext("2d");c.setTransform(1,0,0,1,0,0),this.autoClear&&(b?c.clearRect(b.x,b.y,b.width,b.height):c.clearRect(0,0,this.canvas.width+1,this.canvas.height+1)),c.save(),this.drawRect&&(c.beginPath(),c.rect(b.x,b.y,b.width,b.height),c.clip()),this.updateContext(c),this.draw(c,!1),c.restore(),this.dispatchEvent("drawend")}},b.tick=function(a){if(this.tickEnabled&&!this.dispatchEvent("tickstart")){var b=new createjs.Event("tick");if(a)for(var c in a)a.hasOwnProperty(c)&&(b[c]=a[c]);this._tick(b),this.dispatchEvent("tickend")}},b.handleEvent=function(a){"tick"==a.type&&this.update(a)},b.clear=function(){if(this.canvas){var a=this.canvas.getContext("2d");a.setTransform(1,0,0,1,0,0),a.clearRect(0,0,this.canvas.width+1,this.canvas.height+1)}},b.toDataURL=function(a,b){var c,d=this.canvas.getContext("2d"),e=this.canvas.width,f=this.canvas.height;if(a){c=d.getImageData(0,0,e,f);var g=d.globalCompositeOperation;d.globalCompositeOperation="destination-over",d.fillStyle=a,d.fillRect(0,0,e,f)}var h=this.canvas.toDataURL(b||"image/png");return a&&(d.putImageData(c,0,0),d.globalCompositeOperation=g),h},b.enableMouseOver=function(a){if(this._mouseOverIntervalID&&(clearInterval(this._mouseOverIntervalID),this._mouseOverIntervalID=null,0==a&&this._testMouseOver(!0)),null==a)a=20;else if(0>=a)return;var b=this;this._mouseOverIntervalID=setInterval(function(){b._testMouseOver()},1e3/Math.min(50,a))},b.enableDOMEvents=function(a){null==a&&(a=!0);var b,c,d=this._eventListeners;if(!a&&d){for(b in d)c=d[b],c.t.removeEventListener(b,c.f,!1);this._eventListeners=null}else if(a&&!d&&this.canvas){var e=window.addEventListener?window:document,f=this;d=this._eventListeners={},d.mouseup={t:e,f:function(a){f._handleMouseUp(a)}},d.mousemove={t:e,f:function(a){f._handleMouseMove(a)}},d.dblclick={t:this.canvas,f:function(a){f._handleDoubleClick(a)}},d.mousedown={t:this.canvas,f:function(a){f._handleMouseDown(a)}};for(b in d)c=d[b],c.t.addEventListener(b,c.f,!1)}},b.clone=function(){throw"Stage cannot be cloned."},b.toString=function(){return"[Stage (name="+this.name+")]"},b._getElementRect=function(a){var b;try{b=a.getBoundingClientRect()}catch(c){b={top:a.offsetTop,left:a.offsetLeft,width:a.offsetWidth,height:a.offsetHeight}}var d=(window.pageXOffset||document.scrollLeft||0)-(document.clientLeft||document.body.clientLeft||0),e=(window.pageYOffset||document.scrollTop||0)-(document.clientTop||document.body.clientTop||0),f=window.getComputedStyle?getComputedStyle(a,null):a.currentStyle,g=parseInt(f.paddingLeft)+parseInt(f.borderLeftWidth),h=parseInt(f.paddingTop)+parseInt(f.borderTopWidth),i=parseInt(f.paddingRight)+parseInt(f.borderRightWidth),j=parseInt(f.paddingBottom)+parseInt(f.borderBottomWidth);return{left:b.left+d+g,right:b.right+d-i,top:b.top+e+h,bottom:b.bottom+e-j}},b._getPointerData=function(a){var b=this._pointerData[a];return b||(b=this._pointerData[a]={x:0,y:0}),b},b._handleMouseMove=function(a){a||(a=window.event),this._handlePointerMove(-1,a,a.pageX,a.pageY)},b._handlePointerMove=function(a,b,c,d,e){if((!this._prevStage||void 0!==e)&&this.canvas){var f=this._nextStage,g=this._getPointerData(a),h=g.inBounds;this._updatePointerPosition(a,b,c,d),(h||g.inBounds||this.mouseMoveOutside)&&(-1===a&&g.inBounds==!h&&this._dispatchMouseEvent(this,h?"mouseleave":"mouseenter",!1,a,g,b),this._dispatchMouseEvent(this,"stagemousemove",!1,a,g,b),this._dispatchMouseEvent(g.target,"pressmove",!0,a,g,b)),f&&f._handlePointerMove(a,b,c,d,null)}},b._updatePointerPosition=function(a,b,c,d){var e=this._getElementRect(this.canvas);c-=e.left,d-=e.top;var f=this.canvas.width,g=this.canvas.height;c/=(e.right-e.left)/f,d/=(e.bottom-e.top)/g;var h=this._getPointerData(a);(h.inBounds=c>=0&&d>=0&&f-1>=c&&g-1>=d)?(h.x=c,h.y=d):this.mouseMoveOutside&&(h.x=0>c?0:c>f-1?f-1:c,h.y=0>d?0:d>g-1?g-1:d),h.posEvtObj=b,h.rawX=c,h.rawY=d,(a===this._primaryPointerID||-1===a)&&(this.mouseX=h.x,this.mouseY=h.y,this.mouseInBounds=h.inBounds)},b._handleMouseUp=function(a){this._handlePointerUp(-1,a,!1)},b._handlePointerUp=function(a,b,c,d){var e=this._nextStage,f=this._getPointerData(a);if(!this._prevStage||void 0!==d){f.down&&this._dispatchMouseEvent(this,"stagemouseup",!1,a,f,b),f.down=!1;var g=null,h=f.target;d||!h&&!e||(g=this._getObjectsUnderPoint(f.x,f.y,null,!0)),g==h&&this._dispatchMouseEvent(h,"click",!0,a,f,b),this._dispatchMouseEvent(h,"pressup",!0,a,f,b),c?(a==this._primaryPointerID&&(this._primaryPointerID=null),delete this._pointerData[a]):f.target=null,e&&e._handlePointerUp(a,b,c,d||g&&this)}},b._handleMouseDown=function(a){this._handlePointerDown(-1,a,a.pageX,a.pageY)},b._handlePointerDown=function(a,b,c,d,e){this.preventSelection&&b.preventDefault(),(null==this._primaryPointerID||-1===a)&&(this._primaryPointerID=a),null!=d&&this._updatePointerPosition(a,b,c,d);var f=null,g=this._nextStage,h=this._getPointerData(a);h.inBounds&&(this._dispatchMouseEvent(this,"stagemousedown",!1,a,h,b),h.down=!0),e||(f=h.target=this._getObjectsUnderPoint(h.x,h.y,null,!0),this._dispatchMouseEvent(h.target,"mousedown",!0,a,h,b)),g&&g._handlePointerDown(a,b,c,d,e||f&&this)},b._testMouseOver=function(a,b,c){if(!this._prevStage||void 0!==b){var d=this._nextStage;if(!this._mouseOverIntervalID)return void(d&&d._testMouseOver(a,b,c));var e=this._getPointerData(-1);if(e&&(a||this.mouseX!=this._mouseOverX||this.mouseY!=this._mouseOverY||!this.mouseInBounds)){var f,g,h,i=e.posEvtObj,j=c||i&&i.target==this.canvas,k=null,l=-1,m="";!b&&(a||this.mouseInBounds&&j)&&(k=this._getObjectsUnderPoint(this.mouseX,this.mouseY,null,!0),this._mouseOverX=this.mouseX,this._mouseOverY=this.mouseY);var n=this._mouseOverTarget||[],o=n[n.length-1],p=this._mouseOverTarget=[];for(f=k;f;)p.unshift(f),null!=f.cursor&&(m=f.cursor),f=f.parent;for(this.canvas.style.cursor=m,!b&&c&&(c.canvas.style.cursor=m),g=0,h=p.length;h>g&&p[g]==n[g];g++)l=g;for(o!=k&&this._dispatchMouseEvent(o,"mouseout",!0,-1,e,i),g=n.length-1;g>l;g--)this._dispatchMouseEvent(n[g],"rollout",!1,-1,e,i);for(g=p.length-1;g>l;g--)this._dispatchMouseEvent(p[g],"rollover",!1,-1,e,i);o!=k&&this._dispatchMouseEvent(k,"mouseover",!0,-1,e,i),d&&d._testMouseOver(a,b||k&&this,c||j&&this)}}},b._handleDoubleClick=function(a,b){var c=null,d=this._nextStage,e=this._getPointerData(-1);b||(c=this._getObjectsUnderPoint(e.x,e.y,null,!0),this._dispatchMouseEvent(c,"dblclick",!0,-1,e,a)),d&&d._handleDoubleClick(a,b||c&&this)},b._dispatchMouseEvent=function(a,b,c,d,e,f){if(a&&(c||a.hasEventListener(b))){var g=new createjs.MouseEvent(b,c,!1,e.x,e.y,f,d,d===this._primaryPointerID||-1===d,e.rawX,e.rawY);a.dispatchEvent(g)}},createjs.Stage=createjs.promote(a,"Container")}(),this.createjs=this.createjs||{},function(){function a(a){this.DisplayObject_constructor(),"string"==typeof a?(this.image=document.createElement("img"),this.image.src=a):this.image=a,this.sourceRect=null}var b=createjs.extend(a,createjs.DisplayObject);b.initialize=a,b.isVisible=function(){var a=this.cacheCanvas||this.image&&(this.image.complete||this.image.getContext||this.image.readyState>=2);return!!(this.visible&&this.alpha>0&&0!=this.scaleX&&0!=this.scaleY&&a)},b.draw=function(a,b){if(this.DisplayObject_draw(a,b)||!this.image)return!0;var c=this.image,d=this.sourceRect;if(d){var e=d.x,f=d.y,g=e+d.width,h=f+d.height,i=0,j=0,k=c.width,l=c.height;0>e&&(i-=e,e=0),g>k&&(g=k),0>f&&(j-=f,f=0),h>l&&(h=l),a.drawImage(c,e,f,g-e,h-f,i,j,g-e,h-f)}else a.drawImage(c,0,0);return!0},b.getBounds=function(){var a=this.DisplayObject_getBounds();if(a)return a;var b=this.sourceRect||this.image,c=this.image&&(this.image.complete||this.image.getContext||this.image.readyState>=2);return c?this._rectangle.setValues(0,0,b.width,b.height):null},b.clone=function(){var b=new a(this.image);return this.sourceRect&&(b.sourceRect=this.sourceRect.clone()),this._cloneProps(b),b},b.toString=function(){return"[Bitmap (name="+this.name+")]"},createjs.Bitmap=createjs.promote(a,"DisplayObject")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b){this.DisplayObject_constructor(),this.currentFrame=0,this.currentAnimation=null,this.paused=!0,this.spriteSheet=a,this.currentAnimationFrame=0,this.framerate=0,this._animation=null,this._currentFrame=null,this._skipAdvance=!1,b&&this.gotoAndPlay(b)}var b=createjs.extend(a,createjs.DisplayObject);b.isVisible=function(){var a=this.cacheCanvas||this.spriteSheet.complete;return!!(this.visible&&this.alpha>0&&0!=this.scaleX&&0!=this.scaleY&&a)},b.draw=function(a,b){if(this.DisplayObject_draw(a,b))return!0;this._normalizeFrame();var c=this.spriteSheet.getFrame(0|this._currentFrame);if(!c)return!1;var d=c.rect;return d.width&&d.height&&a.drawImage(c.image,d.x,d.y,d.width,d.height,-c.regX,-c.regY,d.width,d.height),!0},b.play=function(){this.paused=!1},b.stop=function(){this.paused=!0},b.gotoAndPlay=function(a){this.paused=!1,this._skipAdvance=!0,this._goto(a)},b.gotoAndStop=function(a){this.paused=!0,this._goto(a)},b.advance=function(a){var b=this.framerate||this.spriteSheet.framerate,c=b&&null!=a?a/(1e3/b):1;this._normalizeFrame(c)},b.getBounds=function(){return this.DisplayObject_getBounds()||this.spriteSheet.getFrameBounds(this.currentFrame,this._rectangle)},b.clone=function(){return this._cloneProps(new a(this.spriteSheet))},b.toString=function(){return"[Sprite (name="+this.name+")]"},b._cloneProps=function(a){return this.DisplayObject__cloneProps(a),a.currentFrame=this.currentFrame,a.currentAnimation=this.currentAnimation,a.paused=this.paused,a.currentAnimationFrame=this.currentAnimationFrame,a.framerate=this.framerate,a._animation=this._animation,a._currentFrame=this._currentFrame,a._skipAdvance=this._skipAdvance,a},b._tick=function(a){this.paused||(this._skipAdvance||this.advance(a&&a.delta),this._skipAdvance=!1),this.DisplayObject__tick(a)},b._normalizeFrame=function(a){a=a||0;var b,c=this._animation,d=this.paused,e=this._currentFrame;if(c){var f=c.speed||1,g=this.currentAnimationFrame;if(b=c.frames.length,g+a*f>=b){var h=c.next;if(this._dispatchAnimationEnd(c,e,d,h,b-1))return;if(h)return this._goto(h,a-(b-g)/f);this.paused=!0,g=c.frames.length-1}else g+=a*f;this.currentAnimationFrame=g,this._currentFrame=c.frames[0|g]}else if(e=this._currentFrame+=a,b=this.spriteSheet.getNumFrames(),e>=b&&b>0&&!this._dispatchAnimationEnd(c,e,d,b-1)&&(this._currentFrame-=b)>=b)return this._normalizeFrame();e=0|this._currentFrame,this.currentFrame!=e&&(this.currentFrame=e,this.dispatchEvent("change"))},b._dispatchAnimationEnd=function(a,b,c,d,e){var f=a?a.name:null;if(this.hasEventListener("animationend")){var g=new createjs.Event("animationend");g.name=f,g.next=d,this.dispatchEvent(g)}var h=this._animation!=a||this._currentFrame!=b;return h||c||!this.paused||(this.currentAnimationFrame=e,h=!0),h},b._goto=function(a,b){if(this.currentAnimationFrame=0,isNaN(a)){var c=this.spriteSheet.getAnimation(a);c&&(this._animation=c,this.currentAnimation=a,this._normalizeFrame(b))}else this.currentAnimation=this._animation=null,this._currentFrame=a,this._normalizeFrame()},createjs.Sprite=createjs.promote(a,"DisplayObject")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a){this.DisplayObject_constructor(),this.graphics=a?a:new createjs.Graphics}var b=createjs.extend(a,createjs.DisplayObject);b.isVisible=function(){var a=this.cacheCanvas||this.graphics&&!this.graphics.isEmpty();return!!(this.visible&&this.alpha>0&&0!=this.scaleX&&0!=this.scaleY&&a)},b.draw=function(a,b){return this.DisplayObject_draw(a,b)?!0:(this.graphics.draw(a,this),!0)},b.clone=function(b){var c=b&&this.graphics?this.graphics.clone():this.graphics;return this._cloneProps(new a(c))},b.toString=function(){return"[Shape (name="+this.name+")]"},createjs.Shape=createjs.promote(a,"DisplayObject")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c){this.DisplayObject_constructor(),this.text=a,this.font=b,this.color=c,this.textAlign="left",this.textBaseline="top",this.maxWidth=null,this.outline=0,this.lineHeight=0,this.lineWidth=null}var b=createjs.extend(a,createjs.DisplayObject),c=createjs.createCanvas?createjs.createCanvas():document.createElement("canvas");c.getContext&&(a._workingContext=c.getContext("2d"),c.width=c.height=1),a.H_OFFSETS={start:0,left:0,center:-.5,end:-1,right:-1},a.V_OFFSETS={top:0,hanging:-.01,middle:-.4,alphabetic:-.8,ideographic:-.85,bottom:-1},b.isVisible=function(){var a=this.cacheCanvas||null!=this.text&&""!==this.text;return!!(this.visible&&this.alpha>0&&0!=this.scaleX&&0!=this.scaleY&&a)},b.draw=function(a,b){if(this.DisplayObject_draw(a,b))return!0;var c=this.color||"#000";return this.outline?(a.strokeStyle=c,a.lineWidth=1*this.outline):a.fillStyle=c,this._drawText(this._prepContext(a)),!0},b.getMeasuredWidth=function(){return this._getMeasuredWidth(this.text)},b.getMeasuredLineHeight=function(){return 1.2*this._getMeasuredWidth("M")},b.getMeasuredHeight=function(){return this._drawText(null,{}).height},b.getBounds=function(){var b=this.DisplayObject_getBounds();if(b)return b;if(null==this.text||""==this.text)return null;var c=this._drawText(null,{}),d=this.maxWidth&&this.maxWidth20?this.text.substr(0,17)+"...":this.text)+")]"},b._cloneProps=function(a){return this.DisplayObject__cloneProps(a),a.textAlign=this.textAlign,a.textBaseline=this.textBaseline,a.maxWidth=this.maxWidth,a.outline=this.outline,a.lineHeight=this.lineHeight,a.lineWidth=this.lineWidth,a},b._prepContext=function(a){return a.font=this.font||"10px sans-serif",a.textAlign=this.textAlign||"left",a.textBaseline=this.textBaseline||"top",a},b._drawText=function(b,c,d){var e=!!b;e||(b=a._workingContext,b.save(),this._prepContext(b));for(var f=this.lineHeight||this.getMeasuredLineHeight(),g=0,h=0,i=String(this.text).split(/(?:\r\n|\r|\n)/),j=0,k=i.length;k>j;j++){var l=i[j],m=null;if(null!=this.lineWidth&&(m=b.measureText(l).width)>this.lineWidth){var n=l.split(/(\s)/);l=n[0],m=b.measureText(l).width;for(var o=1,p=n.length;p>o;o+=2){var q=b.measureText(n[o]+n[o+1]).width;m+q>this.lineWidth?(e&&this._drawTextLine(b,l,h*f),d&&d.push(l),m>g&&(g=m),l=n[o+1],m=b.measureText(l).width,h++):(l+=n[o]+n[o+1],m+=q)}}e&&this._drawTextLine(b,l,h*f),d&&d.push(l),c&&null==m&&(m=b.measureText(l).width),m>g&&(g=m),h++}return c&&(c.width=g,c.height=h*f),e||b.restore(),c},b._drawTextLine=function(a,b,c){this.outline?a.strokeText(b,0,c,this.maxWidth||65535):a.fillText(b,0,c,this.maxWidth||65535)},b._getMeasuredWidth=function(b){var c=a._workingContext;c.save();var d=this._prepContext(c).measureText(b).width;return c.restore(),d},createjs.Text=createjs.promote(a,"DisplayObject")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b){this.Container_constructor(),this.text=a||"",this.spriteSheet=b,this.lineHeight=0,this.letterSpacing=0,this.spaceWidth=0,this._oldProps={text:0,spriteSheet:0,lineHeight:0,letterSpacing:0,spaceWidth:0}}var b=createjs.extend(a,createjs.Container);a.maxPoolSize=100,a._spritePool=[],b.draw=function(a,b){this.DisplayObject_draw(a,b)||(this._updateText(),this.Container_draw(a,b))},b.getBounds=function(){return this._updateText(),this.Container_getBounds()},b.isVisible=function(){var a=this.cacheCanvas||this.spriteSheet&&this.spriteSheet.complete&&this.text;return!!(this.visible&&this.alpha>0&&0!==this.scaleX&&0!==this.scaleY&&a)},b.clone=function(){return this._cloneProps(new a(this.text,this.spriteSheet))},b.addChild=b.addChildAt=b.removeChild=b.removeChildAt=b.removeAllChildren=function(){},b._cloneProps=function(a){return this.DisplayObject__cloneProps(a),a.lineHeight=this.lineHeight,a.letterSpacing=this.letterSpacing,a.spaceWidth=this.spaceWidth,a},b._getFrameIndex=function(a,b){var c,d=b.getAnimation(a);return d||(a!=(c=a.toUpperCase())||a!=(c=a.toLowerCase())||(c=null),c&&(d=b.getAnimation(c))),d&&d.frames[0]},b._getFrame=function(a,b){var c=this._getFrameIndex(a,b);return null==c?c:b.getFrame(c)},b._getLineHeight=function(a){var b=this._getFrame("1",a)||this._getFrame("T",a)||this._getFrame("L",a)||a.getFrame(0);return b?b.rect.height:1},b._getSpaceWidth=function(a){var b=this._getFrame("1",a)||this._getFrame("l",a)||this._getFrame("e",a)||this._getFrame("a",a)||a.getFrame(0);return b?b.rect.width:1},b._updateText=function(){var b,c=0,d=0,e=this._oldProps,f=!1,g=this.spaceWidth,h=this.lineHeight,i=this.spriteSheet,j=a._spritePool,k=this.children,l=0,m=k.length;for(var n in e)e[n]!=this[n]&&(e[n]=this[n],f=!0);if(f){var o=!!this._getFrame(" ",i);o||g||(g=this._getSpaceWidth(i)),h||(h=this._getLineHeight(i));for(var p=0,q=this.text.length;q>p;p++){var r=this.text.charAt(p);if(" "!=r||o)if("\n"!=r&&"\r"!=r){var s=this._getFrameIndex(r,i);null!=s&&(m>l?b=k[l]:(k.push(b=j.length?j.pop():new createjs.Sprite),b.parent=this,m++),b.spriteSheet=i,b.gotoAndStop(s),b.x=c,b.y=d,l++,c+=b.getBounds().width+this.letterSpacing)}else"\r"==r&&"\n"==this.text.charAt(p+1)&&p++,c=0,d+=h;else c+=g}for(;m>l;)j.push(b=k.pop()),b.parent=null,m--;j.length>a.maxPoolSize&&(j.length=a.maxPoolSize)}},createjs.BitmapText=createjs.promote(a,"Container")}(),this.createjs=this.createjs||{},function(){"use strict";function a(){throw"SpriteSheetUtils cannot be instantiated"}var b=createjs.createCanvas?createjs.createCanvas():document.createElement("canvas");b.getContext&&(a._workingCanvas=b,a._workingContext=b.getContext("2d"),b.width=b.height=1),a.addFlippedFrames=function(b,c,d,e){if(c||d||e){var f=0;c&&a._flip(b,++f,!0,!1),d&&a._flip(b,++f,!1,!0),e&&a._flip(b,++f,!0,!0)}},a.extractFrame=function(b,c){isNaN(c)&&(c=b.getAnimation(c).frames[0]);var d=b.getFrame(c);if(!d)return null;var e=d.rect,f=a._workingCanvas;f.width=e.width,f.height=e.height,a._workingContext.drawImage(d.image,e.x,e.y,e.width,e.height,0,0,e.width,e.height);var g=document.createElement("img");return g.src=f.toDataURL("image/png"),g},a.mergeAlpha=function(a,b,c){c||(c=createjs.createCanvas?createjs.createCanvas():document.createElement("canvas")),c.width=Math.max(b.width,a.width),c.height=Math.max(b.height,a.height);var d=c.getContext("2d");return d.save(),d.drawImage(a,0,0),d.globalCompositeOperation="destination-in",d.drawImage(b,0,0),d.restore(),c},a._flip=function(b,c,d,e){for(var f=b._images,g=a._workingCanvas,h=a._workingContext,i=f.length/c,j=0;i>j;j++){var k=f[j];k.__tmp=j,h.setTransform(1,0,0,1,0,0),h.clearRect(0,0,g.width+1,g.height+1),g.width=k.width,g.height=k.height,h.setTransform(d?-1:1,0,0,e?-1:1,d?k.width:0,e?k.height:0),h.drawImage(k,0,0);var l=document.createElement("img");l.src=g.toDataURL("image/png"),l.width=k.width,l.height=k.height,f.push(l)}var m=b._frames,n=m.length/c;for(j=0;n>j;j++){k=m[j];var o=k.rect.clone();l=f[k.image.__tmp+i*c];var p={image:l,rect:o,regX:k.regX,regY:k.regY};d&&(o.x=l.width-o.x-o.width,p.regX=o.width-k.regX),e&&(o.y=l.height-o.y-o.height,p.regY=o.height-k.regY),m.push(p)}var q="_"+(d?"h":"")+(e?"v":""),r=b._animations,s=b._data,t=r.length/c;for(j=0;t>j;j++){var u=r[j];k=s[u];var v={name:u+q,speed:k.speed,next:k.next,frames:[]};k.next&&(v.next+=q),m=k.frames;for(var w=0,x=m.length;x>w;w++)v.frames.push(m[w]+n*c);s[v.name]=v,r.push(v.name)}},createjs.SpriteSheetUtils=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(){this.EventDispatcher_constructor(),this.maxWidth=2048,this.maxHeight=2048,this.spriteSheet=null,this.scale=1,this.padding=1,this.timeSlice=.3,this.progress=-1,this._frames=[],this._animations={},this._data=null,this._nextFrameIndex=0,this._index=0,this._timerID=null,this._scale=1 +}var b=createjs.extend(a,createjs.EventDispatcher);a.ERR_DIMENSIONS="frame dimensions exceed max spritesheet dimensions",a.ERR_RUNNING="a build is already running",b.addFrame=function(b,c,d,e,f){if(this._data)throw a.ERR_RUNNING;var g=c||b.bounds||b.nominalBounds;return!g&&b.getBounds&&(g=b.getBounds()),g?(d=d||1,this._frames.push({source:b,sourceRect:g,scale:d,funct:e,data:f,index:this._frames.length,height:g.height*d})-1):null},b.addAnimation=function(b,c,d,e){if(this._data)throw a.ERR_RUNNING;this._animations[b]={frames:c,next:d,frequency:e}},b.addMovieClip=function(b,c,d,e,f,g){if(this._data)throw a.ERR_RUNNING;var h=b.frameBounds,i=c||b.bounds||b.nominalBounds;if(!i&&b.getBounds&&(i=b.getBounds()),i||h){var j,k,l=this._frames.length,m=b.timeline.duration;for(j=0;m>j;j++){var n=h&&h[j]?h[j]:i;this.addFrame(b,n,d,this._setupMovieClipFrame,{i:j,f:e,d:f})}var o=b.timeline._labels,p=[];for(var q in o)p.push({index:o[q],label:q});if(p.length)for(p.sort(function(a,b){return a.index-b.index}),j=0,k=p.length;k>j;j++){for(var r=p[j].label,s=l+p[j].index,t=l+(j==k-1?m:p[j+1].index),u=[],v=s;t>v;v++)u.push(v);(!g||(r=g(r,b,s,t)))&&this.addAnimation(r,u,!0)}}},b.build=function(){if(this._data)throw a.ERR_RUNNING;for(this._startBuild();this._drawNext(););return this._endBuild(),this.spriteSheet},b.buildAsync=function(b){if(this._data)throw a.ERR_RUNNING;this.timeSlice=b,this._startBuild();var c=this;this._timerID=setTimeout(function(){c._run()},50-50*Math.max(.01,Math.min(.99,this.timeSlice||.3)))},b.stopAsync=function(){clearTimeout(this._timerID),this._data=null},b.clone=function(){throw"SpriteSheetBuilder cannot be cloned."},b.toString=function(){return"[SpriteSheetBuilder]"},b._startBuild=function(){var b=this.padding||0;this.progress=0,this.spriteSheet=null,this._index=0,this._scale=this.scale;var c=[];this._data={images:[],frames:c,animations:this._animations};var d=this._frames.slice();if(d.sort(function(a,b){return a.height<=b.height?-1:1}),d[d.length-1].height+2*b>this.maxHeight)throw a.ERR_DIMENSIONS;for(var e=0,f=0,g=0;d.length;){var h=this._fillRow(d,e,g,c,b);if(h.w>f&&(f=h.w),e+=h.h,!h.h||!d.length){var i=createjs.createCanvas?createjs.createCanvas():document.createElement("canvas");i.width=this._getSize(f,this.maxWidth),i.height=this._getSize(e,this.maxHeight),this._data.images[g]=i,h.h||(f=e=0,g++)}}},b._setupMovieClipFrame=function(a,b){var c=a.actionsEnabled;a.actionsEnabled=!1,a.gotoAndStop(b.i),a.actionsEnabled=c,b.f&&b.f(a,b.d,b.i)},b._getSize=function(a,b){for(var c=4;Math.pow(2,++c)=0;l--){var m=b[l],n=this._scale*m.scale,o=m.sourceRect,p=m.source,q=Math.floor(n*o.x-f),r=Math.floor(n*o.y-f),s=Math.ceil(n*o.height+2*f),t=Math.ceil(n*o.width+2*f);if(t>g)throw a.ERR_DIMENSIONS;s>i||j+t>g||(m.img=d,m.rect=new createjs.Rectangle(j,c,t,s),k=k||s,b.splice(l,1),e[m.index]=[j,c,t,s,d,Math.round(-q+n*p.regX-f),Math.round(-r+n*p.regY-f)],j+=t)}return{w:j,h:k}},b._endBuild=function(){this.spriteSheet=new createjs.SpriteSheet(this._data),this._data=null,this.progress=1,this.dispatchEvent("complete")},b._run=function(){for(var a=50*Math.max(.01,Math.min(.99,this.timeSlice||.3)),b=(new Date).getTime()+a,c=!1;b>(new Date).getTime();)if(!this._drawNext()){c=!0;break}if(c)this._endBuild();else{var d=this;this._timerID=setTimeout(function(){d._run()},50-a)}var e=this.progress=this._index/this._frames.length;if(this.hasEventListener("progress")){var f=new createjs.Event("progress");f.progress=e,this.dispatchEvent(f)}},b._drawNext=function(){var a=this._frames[this._index],b=a.scale*this._scale,c=a.rect,d=a.sourceRect,e=this._data.images[a.img],f=e.getContext("2d");return a.funct&&a.funct(a.source,a.data),f.save(),f.beginPath(),f.rect(c.x,c.y,c.width,c.height),f.clip(),f.translate(Math.ceil(c.x-d.x*b),Math.ceil(c.y-d.y*b)),f.scale(b,b),a.source.draw(f),f.restore(),++this._index a)&&(a=0),(isNaN(b)||0>b)&&(b=0),(isNaN(c)||1>c)&&(c=1),this.blurX=0|a,this.blurY=0|b,this.quality=0|c}var b=createjs.extend(a,createjs.Filter);a.MUL_TABLE=[1,171,205,293,57,373,79,137,241,27,391,357,41,19,283,265,497,469,443,421,25,191,365,349,335,161,155,149,9,278,269,261,505,245,475,231,449,437,213,415,405,395,193,377,369,361,353,345,169,331,325,319,313,307,301,37,145,285,281,69,271,267,263,259,509,501,493,243,479,118,465,459,113,446,55,435,429,423,209,413,51,403,199,393,97,3,379,375,371,367,363,359,355,351,347,43,85,337,333,165,327,323,5,317,157,311,77,305,303,75,297,294,73,289,287,71,141,279,277,275,68,135,67,133,33,262,260,129,511,507,503,499,495,491,61,121,481,477,237,235,467,232,115,457,227,451,7,445,221,439,218,433,215,427,425,211,419,417,207,411,409,203,202,401,399,396,197,49,389,387,385,383,95,189,47,187,93,185,23,183,91,181,45,179,89,177,11,175,87,173,345,343,341,339,337,21,167,83,331,329,327,163,81,323,321,319,159,79,315,313,39,155,309,307,153,305,303,151,75,299,149,37,295,147,73,291,145,289,287,143,285,71,141,281,35,279,139,69,275,137,273,17,271,135,269,267,133,265,33,263,131,261,130,259,129,257,1],a.SHG_TABLE=[0,9,10,11,9,12,10,11,12,9,13,13,10,9,13,13,14,14,14,14,10,13,14,14,14,13,13,13,9,14,14,14,15,14,15,14,15,15,14,15,15,15,14,15,15,15,15,15,14,15,15,15,15,15,15,12,14,15,15,13,15,15,15,15,16,16,16,15,16,14,16,16,14,16,13,16,16,16,15,16,13,16,15,16,14,9,16,16,16,16,16,16,16,16,16,13,14,16,16,15,16,16,10,16,15,16,14,16,16,14,16,16,14,16,16,14,15,16,16,16,14,15,14,15,13,16,16,15,17,17,17,17,17,17,14,15,17,17,16,16,17,16,15,17,16,17,11,17,16,17,16,17,16,17,17,16,17,17,16,17,17,16,16,17,17,17,16,14,17,17,17,17,15,16,14,16,15,16,13,16,15,16,14,16,15,16,12,16,15,16,17,17,17,17,17,13,16,15,17,17,17,16,15,17,17,17,16,15,17,17,14,16,17,17,16,17,17,16,15,17,16,14,17,16,15,17,16,17,17,16,17,15,16,17,14,17,16,15,17,16,17,13,17,16,17,17,16,17,14,17,16,17,16,17,16,17,9],b.getBounds=function(a){var b=0|this.blurX,c=0|this.blurY;if(0>=b&&0>=c)return a;var d=Math.pow(this.quality,.2);return(a||new createjs.Rectangle).pad(b*d+1,c*d+1,b*d+1,c*d+1)},b.clone=function(){return new a(this.blurX,this.blurY,this.quality)},b.toString=function(){return"[BlurFilter]"},b._applyFilter=function(b){var c=this.blurX>>1;if(isNaN(c)||0>c)return!1;var d=this.blurY>>1;if(isNaN(d)||0>d)return!1;if(0==c&&0==d)return!1;var e=this.quality;(isNaN(e)||1>e)&&(e=1),e|=0,e>3&&(e=3),1>e&&(e=1);var f=b.data,g=0,h=0,i=0,j=0,k=0,l=0,m=0,n=0,o=0,p=0,q=0,r=0,s=0,t=0,u=0,v=c+c+1|0,w=d+d+1|0,x=0|b.width,y=0|b.height,z=x-1|0,A=y-1|0,B=c+1|0,C=d+1|0,D={r:0,b:0,g:0,a:0},E=D;for(i=1;v>i;i++)E=E.n={r:0,b:0,g:0,a:0};E.n=D;var F={r:0,b:0,g:0,a:0},G=F;for(i=1;w>i;i++)G=G.n={r:0,b:0,g:0,a:0};G.n=F;for(var H=null,I=0|a.MUL_TABLE[c],J=0|a.SHG_TABLE[c],K=0|a.MUL_TABLE[d],L=0|a.SHG_TABLE[d];e-->0;){m=l=0;var M=I,N=J;for(h=y;--h>-1;){for(n=B*(r=f[0|l]),o=B*(s=f[l+1|0]),p=B*(t=f[l+2|0]),q=B*(u=f[l+3|0]),E=D,i=B;--i>-1;)E.r=r,E.g=s,E.b=t,E.a=u,E=E.n;for(i=1;B>i;i++)j=l+((i>z?z:i)<<2)|0,n+=E.r=f[j],o+=E.g=f[j+1],p+=E.b=f[j+2],q+=E.a=f[j+3],E=E.n;for(H=D,g=0;x>g;g++)f[l++]=n*M>>>N,f[l++]=o*M>>>N,f[l++]=p*M>>>N,f[l++]=q*M>>>N,j=m+((j=g+c+1) g;g++){for(l=g<<2|0,n=C*(r=f[l])|0,o=C*(s=f[l+1|0])|0,p=C*(t=f[l+2|0])|0,q=C*(u=f[l+3|0])|0,G=F,i=0;C>i;i++)G.r=r,G.g=s,G.b=t,G.a=u,G=G.n;for(k=x,i=1;d>=i;i++)l=k+g<<2,n+=G.r=f[l],o+=G.g=f[l+1],p+=G.b=f[l+2],q+=G.a=f[l+3],G=G.n,A>i&&(k+=x);if(l=g,H=F,e>0)for(h=0;y>h;h++)j=l<<2,f[j+3]=u=q*M>>>N,u>0?(f[j]=n*M>>>N,f[j+1]=o*M>>>N,f[j+2]=p*M>>>N):f[j]=f[j+1]=f[j+2]=0,j=g+((j=h+C)h;h++)j=l<<2,f[j+3]=u=q*M>>>N,u>0?(u=255/u,f[j]=(n*M>>>N)*u,f[j+1]=(o*M>>>N)*u,f[j+2]=(p*M>>>N)*u):f[j]=f[j+1]=f[j+2]=0,j=g+((j=h+C)d;d+=4)b[d+3]=c[d]||0;return!0},b._prepAlphaMap=function(){if(!this.alphaMap)return!1;if(this.alphaMap==this._alphaMap&&this._mapData)return!0;this._mapData=null;var a,b=this._alphaMap=this.alphaMap,c=b;b instanceof HTMLCanvasElement?a=c.getContext("2d"):(c=createjs.createCanvas?createjs.createCanvas():document.createElement("canvas"),c.width=b.width,c.height=b.height,a=c.getContext("2d"),a.drawImage(b,0,0));try{var d=a.getImageData(0,0,b.width,b.height)}catch(e){return!1}return this._mapData=d.data,!0},createjs.AlphaMapFilter=createjs.promote(a,"Filter")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a){this.mask=a}var b=createjs.extend(a,createjs.Filter);b.applyFilter=function(a,b,c,d,e,f,g,h){return this.mask?(f=f||a,null==g&&(g=b),null==h&&(h=c),f.save(),a!=f?!1:(f.globalCompositeOperation="destination-in",f.drawImage(this.mask,g,h),f.restore(),!0)):!0},b.clone=function(){return new a(this.mask)},b.toString=function(){return"[AlphaMaskFilter]"},createjs.AlphaMaskFilter=createjs.promote(a,"Filter")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c,d,e,f,g,h){this.redMultiplier=null!=a?a:1,this.greenMultiplier=null!=b?b:1,this.blueMultiplier=null!=c?c:1,this.alphaMultiplier=null!=d?d:1,this.redOffset=e||0,this.greenOffset=f||0,this.blueOffset=g||0,this.alphaOffset=h||0}var b=createjs.extend(a,createjs.Filter);b.toString=function(){return"[ColorFilter]"},b.clone=function(){return new a(this.redMultiplier,this.greenMultiplier,this.blueMultiplier,this.alphaMultiplier,this.redOffset,this.greenOffset,this.blueOffset,this.alphaOffset)},b._applyFilter=function(a){for(var b=a.data,c=b.length,d=0;c>d;d+=4)b[d]=b[d]*this.redMultiplier+this.redOffset,b[d+1]=b[d+1]*this.greenMultiplier+this.greenOffset,b[d+2]=b[d+2]*this.blueMultiplier+this.blueOffset,b[d+3]=b[d+3]*this.alphaMultiplier+this.alphaOffset;return!0},createjs.ColorFilter=createjs.promote(a,"Filter")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c,d){this.setColor(a,b,c,d)}var b=a.prototype;a.DELTA_INDEX=[0,.01,.02,.04,.05,.06,.07,.08,.1,.11,.12,.14,.15,.16,.17,.18,.2,.21,.22,.24,.25,.27,.28,.3,.32,.34,.36,.38,.4,.42,.44,.46,.48,.5,.53,.56,.59,.62,.65,.68,.71,.74,.77,.8,.83,.86,.89,.92,.95,.98,1,1.06,1.12,1.18,1.24,1.3,1.36,1.42,1.48,1.54,1.6,1.66,1.72,1.78,1.84,1.9,1.96,2,2.12,2.25,2.37,2.5,2.62,2.75,2.87,3,3.2,3.4,3.6,3.8,4,4.3,4.7,4.9,5,5.5,6,6.5,6.8,7,7.3,7.5,7.8,8,8.4,8.7,9,9.4,9.6,9.8,10],a.IDENTITY_MATRIX=[1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1],a.LENGTH=a.IDENTITY_MATRIX.length,b.setColor=function(a,b,c,d){return this.reset().adjustColor(a,b,c,d)},b.reset=function(){return this.copy(a.IDENTITY_MATRIX)},b.adjustColor=function(a,b,c,d){return this.adjustHue(d),this.adjustContrast(b),this.adjustBrightness(a),this.adjustSaturation(c)},b.adjustBrightness=function(a){return 0==a||isNaN(a)?this:(a=this._cleanValue(a,255),this._multiplyMatrix([1,0,0,0,a,0,1,0,0,a,0,0,1,0,a,0,0,0,1,0,0,0,0,0,1]),this)},b.adjustContrast=function(b){if(0==b||isNaN(b))return this;b=this._cleanValue(b,100);var c;return 0>b?c=127+b/100*127:(c=b%1,c=0==c?a.DELTA_INDEX[b]:a.DELTA_INDEX[b<<0]*(1-c)+a.DELTA_INDEX[(b<<0)+1]*c,c=127*c+127),this._multiplyMatrix([c/127,0,0,0,.5*(127-c),0,c/127,0,0,.5*(127-c),0,0,c/127,0,.5*(127-c),0,0,0,1,0,0,0,0,0,1]),this},b.adjustSaturation=function(a){if(0==a||isNaN(a))return this;a=this._cleanValue(a,100);var b=1+(a>0?3*a/100:a/100),c=.3086,d=.6094,e=.082;return this._multiplyMatrix([c*(1-b)+b,d*(1-b),e*(1-b),0,0,c*(1-b),d*(1-b)+b,e*(1-b),0,0,c*(1-b),d*(1-b),e*(1-b)+b,0,0,0,0,0,1,0,0,0,0,0,1]),this},b.adjustHue=function(a){if(0==a||isNaN(a))return this;a=this._cleanValue(a,180)/180*Math.PI;var b=Math.cos(a),c=Math.sin(a),d=.213,e=.715,f=.072;return this._multiplyMatrix([d+b*(1-d)+c*-d,e+b*-e+c*-e,f+b*-f+c*(1-f),0,0,d+b*-d+.143*c,e+b*(1-e)+.14*c,f+b*-f+c*-.283,0,0,d+b*-d+c*-(1-d),e+b*-e+c*e,f+b*(1-f)+c*f,0,0,0,0,0,1,0,0,0,0,0,1]),this},b.concat=function(b){return b=this._fixMatrix(b),b.length!=a.LENGTH?this:(this._multiplyMatrix(b),this)},b.clone=function(){return(new a).copy(this)},b.toArray=function(){for(var b=[],c=0,d=a.LENGTH;d>c;c++)b[c]=this[c];return b},b.copy=function(b){for(var c=a.LENGTH,d=0;c>d;d++)this[d]=b[d];return this},b.toString=function(){return"[ColorMatrix]"},b._multiplyMatrix=function(a){var b,c,d,e=[];for(b=0;5>b;b++){for(c=0;5>c;c++)e[c]=this[c+5*b];for(c=0;5>c;c++){var f=0;for(d=0;5>d;d++)f+=a[c+5*d]*e[d];this[c+5*b]=f}}},b._cleanValue=function(a,b){return Math.min(b,Math.max(-b,a))},b._fixMatrix=function(b){return b instanceof a&&(b=b.toArray()),b.length a.LENGTH&&(b=b.slice(0,a.LENGTH)),b},createjs.ColorMatrix=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(a){this.matrix=a}var b=createjs.extend(a,createjs.Filter);b.toString=function(){return"[ColorMatrixFilter]"},b.clone=function(){return new a(this.matrix)},b._applyFilter=function(a){for(var b,c,d,e,f=a.data,g=f.length,h=this.matrix,i=h[0],j=h[1],k=h[2],l=h[3],m=h[4],n=h[5],o=h[6],p=h[7],q=h[8],r=h[9],s=h[10],t=h[11],u=h[12],v=h[13],w=h[14],x=h[15],y=h[16],z=h[17],A=h[18],B=h[19],C=0;g>C;C+=4)b=f[C],c=f[C+1],d=f[C+2],e=f[C+3],f[C]=b*i+c*j+d*k+e*l+m,f[C+1]=b*n+c*o+d*p+e*q+r,f[C+2]=b*s+c*t+d*u+e*v+w,f[C+3]=b*x+c*y+d*z+e*A+B;return!0},createjs.ColorMatrixFilter=createjs.promote(a,"Filter")}(),this.createjs=this.createjs||{},function(){"use strict";function a(){throw"Touch cannot be instantiated"}a.isSupported=function(){return!!("ontouchstart"in window||window.navigator.msPointerEnabled&&window.navigator.msMaxTouchPoints>0||window.navigator.pointerEnabled&&window.navigator.maxTouchPoints>0)},a.enable=function(b,c,d){return b&&b.canvas&&a.isSupported()?b.__touch?!0:(b.__touch={pointers:{},multitouch:!c,preventDefault:!d,count:0},"ontouchstart"in window?a._IOS_enable(b):(window.navigator.msPointerEnabled||window.navigator.pointerEnabled)&&a._IE_enable(b),!0):!1},a.disable=function(b){b&&("ontouchstart"in window?a._IOS_disable(b):(window.navigator.msPointerEnabled||window.navigator.pointerEnabled)&&a._IE_disable(b),delete b.__touch)},a._IOS_enable=function(b){var c=b.canvas,d=b.__touch.f=function(c){a._IOS_handleEvent(b,c)};c.addEventListener("touchstart",d,!1),c.addEventListener("touchmove",d,!1),c.addEventListener("touchend",d,!1),c.addEventListener("touchcancel",d,!1)},a._IOS_disable=function(a){var b=a.canvas;if(b){var c=a.__touch.f;b.removeEventListener("touchstart",c,!1),b.removeEventListener("touchmove",c,!1),b.removeEventListener("touchend",c,!1),b.removeEventListener("touchcancel",c,!1)}},a._IOS_handleEvent=function(a,b){if(a){a.__touch.preventDefault&&b.preventDefault&&b.preventDefault();for(var c=b.changedTouches,d=b.type,e=0,f=c.length;f>e;e++){var g=c[e],h=g.identifier;g.target==a.canvas&&("touchstart"==d?this._handleStart(a,h,b,g.pageX,g.pageY):"touchmove"==d?this._handleMove(a,h,b,g.pageX,g.pageY):("touchend"==d||"touchcancel"==d)&&this._handleEnd(a,h,b))}}},a._IE_enable=function(b){var c=b.canvas,d=b.__touch.f=function(c){a._IE_handleEvent(b,c)};void 0===window.navigator.pointerEnabled?(c.addEventListener("MSPointerDown",d,!1),window.addEventListener("MSPointerMove",d,!1),window.addEventListener("MSPointerUp",d,!1),window.addEventListener("MSPointerCancel",d,!1),b.__touch.preventDefault&&(c.style.msTouchAction="none")):(c.addEventListener("pointerdown",d,!1),window.addEventListener("pointermove",d,!1),window.addEventListener("pointerup",d,!1),window.addEventListener("pointercancel",d,!1),b.__touch.preventDefault&&(c.style.touchAction="none")),b.__touch.activeIDs={}},a._IE_disable=function(a){var b=a.__touch.f;void 0===window.navigator.pointerEnabled?(window.removeEventListener("MSPointerMove",b,!1),window.removeEventListener("MSPointerUp",b,!1),window.removeEventListener("MSPointerCancel",b,!1),a.canvas&&a.canvas.removeEventListener("MSPointerDown",b,!1)):(window.removeEventListener("pointermove",b,!1),window.removeEventListener("pointerup",b,!1),window.removeEventListener("pointercancel",b,!1),a.canvas&&a.canvas.removeEventListener("pointerdown",b,!1))},a._IE_handleEvent=function(a,b){if(a){a.__touch.preventDefault&&b.preventDefault&&b.preventDefault();var c=b.type,d=b.pointerId,e=a.__touch.activeIDs;if("MSPointerDown"==c||"pointerdown"==c){if(b.srcElement!=a.canvas)return;e[d]=!0,this._handleStart(a,d,b,b.pageX,b.pageY)}else e[d]&&("MSPointerMove"==c||"pointermove"==c?this._handleMove(a,d,b,b.pageX,b.pageY):("MSPointerUp"==c||"MSPointerCancel"==c||"pointerup"==c||"pointercancel"==c)&&(delete e[d],this._handleEnd(a,d,b)))}},a._handleStart=function(a,b,c,d,e){var f=a.__touch;if(f.multitouch||!f.count){var g=f.pointers;g[b]||(g[b]=!0,f.count++,a._handlePointerDown(b,c,d,e))}},a._handleMove=function(a,b,c,d,e){a.__touch.pointers[b]&&a._handlePointerMove(b,c,d,e)},a._handleEnd=function(a,b,c){var d=a.__touch,e=d.pointers;e[b]&&(d.count--,a._handlePointerUp(b,c,!0),delete e[b])},createjs.Touch=a}(),this.createjs=this.createjs||{},function(){"use strict";var a=createjs.EaselJS=createjs.EaselJS||{};a.version="0.8.0",a.buildDate="Thu, 11 Dec 2014 23:32:09 GMT"}(); \ No newline at end of file diff --git a/lib/preloadjs-0.6.0.min.js b/lib/preloadjs-0.6.0.min.js new file mode 100644 index 0000000..be10160 --- /dev/null +++ b/lib/preloadjs-0.6.0.min.js @@ -0,0 +1,13 @@ +/*! +* @license PreloadJS +* Visit http://createjs.com/ for documentation, updates and examples. +* +* Copyright (c) 2011-2013 gskinner.com, inc. +* +* Distributed under the terms of the MIT license. +* http://www.opensource.org/licenses/mit-license.html +* +* This notice shall be included in all copies or substantial portions of the Software. +*/ +this.createjs=this.createjs||{},function(){"use strict";var a=createjs.PreloadJS=createjs.PreloadJS||{};a.version="0.6.0",a.buildDate="Thu, 11 Dec 2014 23:32:09 GMT"}(),this.createjs=this.createjs||{},createjs.extend=function(a,b){"use strict";function c(){this.constructor=a}return c.prototype=b.prototype,a.prototype=new c},this.createjs=this.createjs||{},createjs.promote=function(a,b){"use strict";var c=a.prototype,d=Object.getPrototypeOf&&Object.getPrototypeOf(c)||c.__proto__;if(d){c[(b+="_")+"constructor"]=d.constructor;for(var e in d)c.hasOwnProperty(e)&&"function"==typeof d[e]&&(c[b+e]=d[e])}return a},this.createjs=this.createjs||{},createjs.indexOf=function(a,b){"use strict";for(var c=0,d=a.length;d>c;c++)if(b===a[c])return c;return-1},this.createjs=this.createjs||{},function(){"use strict";createjs.proxy=function(a,b){var c=Array.prototype.slice.call(arguments,2);return function(){return a.apply(b,Array.prototype.slice.call(arguments,0).concat(c))}}}(),this.createjs=this.createjs||{},function(){"use strict";function a(){throw"BrowserDetect cannot be instantiated"}var b=a.agent=window.navigator.userAgent;a.isWindowPhone=b.indexOf("IEMobile")>-1||b.indexOf("Windows Phone")>-1,a.isFirefox=b.indexOf("Firefox")>-1,a.isOpera=null!=window.opera,a.isChrome=b.indexOf("Chrome")>-1,a.isIOS=(b.indexOf("iPod")>-1||b.indexOf("iPhone")>-1||b.indexOf("iPad")>-1)&&!a.isWindowPhone,a.isAndroid=b.indexOf("Android")>-1&&!a.isWindowPhone,a.isBlackberry=b.indexOf("Blackberry")>-1,createjs.BrowserDetect=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c){this.type=a,this.target=null,this.currentTarget=null,this.eventPhase=0,this.bubbles=!!b,this.cancelable=!!c,this.timeStamp=(new Date).getTime(),this.defaultPrevented=!1,this.propagationStopped=!1,this.immediatePropagationStopped=!1,this.removed=!1}var b=a.prototype;b.preventDefault=function(){this.defaultPrevented=this.cancelable&&!0},b.stopPropagation=function(){this.propagationStopped=!0},b.stopImmediatePropagation=function(){this.immediatePropagationStopped=this.propagationStopped=!0},b.remove=function(){this.removed=!0},b.clone=function(){return new a(this.type,this.bubbles,this.cancelable)},b.set=function(a){for(var b in a)this[b]=a[b];return this},b.toString=function(){return"[Event (type="+this.type+")]"},createjs.Event=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c){this.Event_constructor("error"),this.title=a,this.message=b,this.data=c}var b=createjs.extend(a,createjs.Event);b.clone=function(){return new createjs.ErrorEvent(this.title,this.message,this.data)},createjs.ErrorEvent=createjs.promote(a,"Event")}(),this.createjs=this.createjs||{},function(){"use strict";function a(){this._listeners=null,this._captureListeners=null}var b=a.prototype;a.initialize=function(a){a.addEventListener=b.addEventListener,a.on=b.on,a.removeEventListener=a.off=b.removeEventListener,a.removeAllEventListeners=b.removeAllEventListeners,a.hasEventListener=b.hasEventListener,a.dispatchEvent=b.dispatchEvent,a._dispatchEvent=b._dispatchEvent,a.willTrigger=b.willTrigger},b.addEventListener=function(a,b,c){var d;d=c?this._captureListeners=this._captureListeners||{}:this._listeners=this._listeners||{};var e=d[a];return e&&this.removeEventListener(a,b,c),e=d[a],e?e.push(b):d[a]=[b],b},b.on=function(a,b,c,d,e,f){return b.handleEvent&&(c=c||b,b=b.handleEvent),c=c||this,this.addEventListener(a,function(a){b.call(c,a,e),d&&a.remove()},f)},b.removeEventListener=function(a,b,c){var d=c?this._captureListeners:this._listeners;if(d){var e=d[a];if(e)for(var f=0,g=e.length;g>f;f++)if(e[f]==b){1==g?delete d[a]:e.splice(f,1);break}}},b.off=b.removeEventListener,b.removeAllEventListeners=function(a){a?(this._listeners&&delete this._listeners[a],this._captureListeners&&delete this._captureListeners[a]):this._listeners=this._captureListeners=null},b.dispatchEvent=function(a){if("string"==typeof a){var b=this._listeners;if(!b||!b[a])return!1;a=new createjs.Event(a)}else a.target&&a.clone&&(a=a.clone());try{a.target=this}catch(c){}if(a.bubbles&&this.parent){for(var d=this,e=[d];d.parent;)e.push(d=d.parent);var f,g=e.length;for(f=g-1;f>=0&&!a.propagationStopped;f--)e[f]._dispatchEvent(a,1+(0==f));for(f=1;g>f&&!a.propagationStopped;f++)e[f]._dispatchEvent(a,3)}else this._dispatchEvent(a,2);return a.defaultPrevented},b.hasEventListener=function(a){var b=this._listeners,c=this._captureListeners;return!!(b&&b[a]||c&&c[a])},b.willTrigger=function(a){for(var b=this;b;){if(b.hasEventListener(a))return!0;b=b.parent}return!1},b.toString=function(){return"[EventDispatcher]"},b._dispatchEvent=function(a,b){var c,d=1==b?this._captureListeners:this._listeners;if(a&&d){var e=d[a.type];if(!e||!(c=e.length))return;try{a.currentTarget=this}catch(f){}try{a.eventPhase=b}catch(f){}a.removed=!1,e=e.slice();for(var g=0;c>g&&!a.immediatePropagationStopped;g++){var h=e[g];h.handleEvent?h.handleEvent(a):h(a),a.removed&&(this.off(a.type,h,1==b),a.removed=!1)}}},createjs.EventDispatcher=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b){this.Event_constructor("progress"),this.loaded=a,this.total=null==b?1:b,this.progress=0==b?0:this.loaded/this.total}var b=createjs.extend(a,createjs.Event);b.clone=function(){return new createjs.ProgressEvent(this.loaded,this.total)},createjs.ProgressEvent=createjs.promote(a,"Event")}(window),function(){function a(b,d){function f(a){if(f[a]!==q)return f[a];var b;if("bug-string-char-index"==a)b="a"!="a"[0];else if("json"==a)b=f("json-stringify")&&f("json-parse");else{var c,e='{"a":[1,true,false,null,"\\u0000\\b\\n\\f\\r\\t"]}';if("json-stringify"==a){var i=d.stringify,k="function"==typeof i&&t;if(k){(c=function(){return 1}).toJSON=c;try{k="0"===i(0)&&"0"===i(new g)&&'""'==i(new h)&&i(s)===q&&i(q)===q&&i()===q&&"1"===i(c)&&"[1]"==i([c])&&"[null]"==i([q])&&"null"==i(null)&&"[null,null,null]"==i([q,s,null])&&i({a:[c,!0,!1,null,"\x00\b\n\f\r "]})==e&&"1"===i(null,c)&&"[\n 1,\n 2\n]"==i([1,2],null,1)&&'"-271821-04-20T00:00:00.000Z"'==i(new j(-864e13))&&'"+275760-09-13T00:00:00.000Z"'==i(new j(864e13))&&'"-000001-01-01T00:00:00.000Z"'==i(new j(-621987552e5))&&'"1969-12-31T23:59:59.999Z"'==i(new j(-1))}catch(l){k=!1}}b=k}if("json-parse"==a){var m=d.parse;if("function"==typeof m)try{if(0===m("0")&&!m(!1)){c=m(e);var n=5==c.a.length&&1===c.a[0];if(n){try{n=!m('" "')}catch(l){}if(n)try{n=1!==m("01")}catch(l){}if(n)try{n=1!==m("1.")}catch(l){}}}}catch(l){n=!1}b=n}}return f[a]=!!b}b||(b=e.Object()),d||(d=e.Object());var g=b.Number||e.Number,h=b.String||e.String,i=b.Object||e.Object,j=b.Date||e.Date,k=b.SyntaxError||e.SyntaxError,l=b.TypeError||e.TypeError,m=b.Math||e.Math,n=b.JSON||e.JSON;"object"==typeof n&&n&&(d.stringify=n.stringify,d.parse=n.parse);var o,p,q,r=i.prototype,s=r.toString,t=new j(-0xc782b5b800cec);try{t=-109252==t.getUTCFullYear()&&0===t.getUTCMonth()&&1===t.getUTCDate()&&10==t.getUTCHours()&&37==t.getUTCMinutes()&&6==t.getUTCSeconds()&&708==t.getUTCMilliseconds()}catch(u){}if(!f("json")){var v="[object Function]",w="[object Date]",x="[object Number]",y="[object String]",z="[object Array]",A="[object Boolean]",B=f("bug-string-char-index");if(!t)var C=m.floor,D=[0,31,59,90,120,151,181,212,243,273,304,334],E=function(a,b){return D[b]+365*(a-1970)+C((a-1969+(b=+(b>1)))/4)-C((a-1901+b)/100)+C((a-1601+b)/400)};if((o=r.hasOwnProperty)||(o=function(a){var b,c={};return(c.__proto__=null,c.__proto__={toString:1},c).toString!=s?o=function(a){var b=this.__proto__,c=a in(this.__proto__=null,this);return this.__proto__=b,c}:(b=c.constructor,o=function(a){var c=(this.constructor||b).prototype;return a in this&&!(a in c&&this[a]===c[a])}),c=null,o.call(this,a)}),p=function(a,b){var d,e,f,g=0;(d=function(){this.valueOf=0}).prototype.valueOf=0,e=new d;for(f in e)o.call(e,f)&&g++;return d=e=null,g?p=2==g?function(a,b){var c,d={},e=s.call(a)==v;for(c in a)e&&"prototype"==c||o.call(d,c)||!(d[c]=1)||!o.call(a,c)||b(c)}:function(a,b){var c,d,e=s.call(a)==v;for(c in a)e&&"prototype"==c||!o.call(a,c)||(d="constructor"===c)||b(c);(d||o.call(a,c="constructor"))&&b(c)}:(e=["valueOf","toString","toLocaleString","propertyIsEnumerable","isPrototypeOf","hasOwnProperty","constructor"],p=function(a,b){var d,f,g=s.call(a)==v,h=!g&&"function"!=typeof a.constructor&&c[typeof a.hasOwnProperty]&&a.hasOwnProperty||o;for(d in a)g&&"prototype"==d||!h.call(a,d)||b(d);for(f=e.length;d=e[--f];h.call(a,d)&&b(d));}),p(a,b)},!f("json-stringify")){var F={92:"\\\\",34:'\\"',8:"\\b",12:"\\f",10:"\\n",13:"\\r",9:"\\t"},G="000000",H=function(a,b){return(G+(b||0)).slice(-a)},I="\\u00",J=function(a){for(var b='"',c=0,d=a.length,e=!B||d>10,f=e&&(B?a.split(""):a);d>c;c++){var g=a.charCodeAt(c);switch(g){case 8:case 9:case 10:case 12:case 13:case 34:case 92:b+=F[g];break;default:if(32>g){b+=I+H(2,g.toString(16));break}b+=e?f[c]:a.charAt(c)}}return b+'"'},K=function(a,b,c,d,e,f,g){var h,i,j,k,m,n,r,t,u,v,B,D,F,G,I,L;try{h=b[a]}catch(M){}if("object"==typeof h&&h)if(i=s.call(h),i!=w||o.call(h,"toJSON"))"function"==typeof h.toJSON&&(i!=x&&i!=y&&i!=z||o.call(h,"toJSON"))&&(h=h.toJSON(a));else if(h>-1/0&&1/0>h){if(E){for(m=C(h/864e5),j=C(m/365.2425)+1970-1;E(j+1,0)<=m;j++);for(k=C((m-E(j,0))/30.42);E(j,k+1)<=m;k++);m=1+m-E(j,k),n=(h%864e5+864e5)%864e5,r=C(n/36e5)%24,t=C(n/6e4)%60,u=C(n/1e3)%60,v=n%1e3}else j=h.getUTCFullYear(),k=h.getUTCMonth(),m=h.getUTCDate(),r=h.getUTCHours(),t=h.getUTCMinutes(),u=h.getUTCSeconds(),v=h.getUTCMilliseconds();h=(0>=j||j>=1e4?(0>j?"-":"+")+H(6,0>j?-j:j):H(4,j))+"-"+H(2,k+1)+"-"+H(2,m)+"T"+H(2,r)+":"+H(2,t)+":"+H(2,u)+"."+H(3,v)+"Z"}else h=null;if(c&&(h=c.call(b,a,h)),null===h)return"null";if(i=s.call(h),i==A)return""+h;if(i==x)return h>-1/0&&1/0>h?""+h:"null";if(i==y)return J(""+h);if("object"==typeof h){for(G=g.length;G--;)if(g[G]===h)throw l();if(g.push(h),B=[],I=f,f+=e,i==z){for(F=0,G=h.length;G>F;F++)D=K(F,h,c,d,e,f,g),B.push(D===q?"null":D);L=B.length?e?"[\n"+f+B.join(",\n"+f)+"\n"+I+"]":"["+B.join(",")+"]":"[]"}else p(d||h,function(a){var b=K(a,h,c,d,e,f,g);b!==q&&B.push(J(a)+":"+(e?" ":"")+b)}),L=B.length?e?"{\n"+f+B.join(",\n"+f)+"\n"+I+"}":"{"+B.join(",")+"}":"{}";return g.pop(),L}};d.stringify=function(a,b,d){var e,f,g,h;if(c[typeof b]&&b)if((h=s.call(b))==v)f=b;else if(h==z){g={};for(var i,j=0,k=b.length;k>j;i=b[j++],h=s.call(i),(h==y||h==x)&&(g[i]=1));}if(d)if((h=s.call(d))==x){if((d-=d%1)>0)for(e="",d>10&&(d=10);e.length L;)switch(e=f.charCodeAt(L)){case 9:case 10:case 13:case 32:L++;break;case 123:case 125:case 91:case 93:case 58:case 44:return a=B?f.charAt(L):f[L],L++,a;case 34:for(a="@",L++;g>L;)if(e=f.charCodeAt(L),32>e)P();else if(92==e)switch(e=f.charCodeAt(++L)){case 92:case 34:case 47:case 98:case 116:case 110:case 102:case 114:a+=O[e],L++;break;case 117:for(b=++L,c=L+4;c>L;L++)e=f.charCodeAt(L),e>=48&&57>=e||e>=97&&102>=e||e>=65&&70>=e||P();a+=N("0x"+f.slice(b,L));break;default:P()}else{if(34==e)break;for(e=f.charCodeAt(L),b=L;e>=32&&92!=e&&34!=e;)e=f.charCodeAt(++L);a+=f.slice(b,L)}if(34==f.charCodeAt(L))return L++,a;P();default:if(b=L,45==e&&(d=!0,e=f.charCodeAt(++L)),e>=48&&57>=e){for(48==e&&(e=f.charCodeAt(L+1),e>=48&&57>=e)&&P(),d=!1;g>L&&(e=f.charCodeAt(L),e>=48&&57>=e);L++);if(46==f.charCodeAt(L)){for(c=++L;g>c&&(e=f.charCodeAt(c),e>=48&&57>=e);c++);c==L&&P(),L=c}if(e=f.charCodeAt(L),101==e||69==e){for(e=f.charCodeAt(++L),(43==e||45==e)&&L++,c=L;g>c&&(e=f.charCodeAt(c),e>=48&&57>=e);c++);c==L&&P(),L=c}return+f.slice(b,L)}if(d&&P(),"true"==f.slice(L,L+4))return L+=4,!0;if("false"==f.slice(L,L+5))return L+=5,!1;if("null"==f.slice(L,L+4))return L+=4,null;P()}return"$"},R=function(a){var b,c;if("$"==a&&P(),"string"==typeof a){if("@"==(B?a.charAt(0):a[0]))return a.slice(1);if("["==a){for(b=[];a=Q(),"]"!=a;c||(c=!0))c&&(","==a?(a=Q(),"]"==a&&P()):P()),","==a&&P(),b.push(R(a));return b}if("{"==a){for(b={};a=Q(),"}"!=a;c||(c=!0))c&&(","==a?(a=Q(),"}"==a&&P()):P()),(","==a||"string"!=typeof a||"@"!=(B?a.charAt(0):a[0])||":"!=Q())&&P(),b[a.slice(1)]=R(Q());return b}P()}return a},S=function(a,b,c){var d=T(a,b,c);d===q?delete a[b]:a[b]=d},T=function(a,b,c){var d,e=a[b];if("object"==typeof e&&e)if(s.call(e)==z)for(d=e.length;d--;)S(e,d,c);else p(e,function(a){S(e,a,c)});return c.call(a,b,e)};d.parse=function(a,b){var c,d;return L=0,M=""+a,c=R(Q()),"$"!=Q()&&P(),L=M=null,b&&s.call(b)==v?T((d={},d[""]=c,d),"",b):c}}}return d.runInContext=a,d}var b="function"==typeof define&&define.amd,c={"function":!0,object:!0},d=c[typeof exports]&&exports&&!exports.nodeType&&exports,e=c[typeof window]&&window||this,f=d&&c[typeof module]&&module&&!module.nodeType&&"object"==typeof global&&global;if(!f||f.global!==f&&f.window!==f&&f.self!==f||(e=f),d&&!b)a(e,d);else{var g=e.JSON,h=e.JSON3,i=!1,j=a(e,e.JSON3={noConflict:function(){return i||(i=!0,e.JSON=g,e.JSON3=h,g=h=null),j}});e.JSON={parse:j.parse,stringify:j.stringify}}b&&define(function(){return j})}.call(this),function(){var a={};a.parseXML=function(a,b){var c=null;try{if(window.DOMParser){var d=new DOMParser;c=d.parseFromString(a,b)}else c=new ActiveXObject("Microsoft.XMLDOM"),c.async=!1,c.loadXML(a)}catch(e){}return c},a.parseJSON=function(a){if(null==a)return null;try{return JSON.parse(a)}catch(b){throw b}},createjs.DataUtils=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(){this.src=null,this.type=null,this.id=null,this.maintainOrder=!1,this.callback=null,this.data=null,this.method=createjs.LoadItem.GET,this.values=null,this.headers=null,this.withCredentials=!1,this.mimeType=null,this.crossOrigin=null,this.loadTimeout=8e3}var b=a.prototype={},c=a;c.create=function(b){if("string"==typeof b){var d=new a;return d.src=b,d}if(b instanceof c)return b;if(b instanceof Object)return b;throw new Error("Type not recognized.")},b.set=function(a){for(var b in a)this[b]=a[b];return this},createjs.LoadItem=c}(),function(){var a={};a.ABSOLUTE_PATT=/^(?:\w+:)?\/{2}/i,a.RELATIVE_PATT=/^[./]*?\//i,a.EXTENSION_PATT=/\/?[^/]+\.(\w{1,5})$/i,a.parseURI=function(b){var c={absolute:!1,relative:!1};if(null==b)return c;var d=b.indexOf("?");d>-1&&(b=b.substr(0,d));var e;return a.ABSOLUTE_PATT.test(b)?c.absolute=!0:a.RELATIVE_PATT.test(b)&&(c.relative=!0),(e=b.match(a.EXTENSION_PATT))&&(c.extension=e[1].toLowerCase()),c},a.formatQueryString=function(a,b){if(null==a)throw new Error("You must specify data.");var c=[];for(var d in a)c.push(d+"="+escape(a[d]));return b&&(c=c.concat(b)),c.join("&")},a.buildPath=function(a,b){if(null==b)return a;var c=[],d=a.indexOf("?");if(-1!=d){var e=a.slice(d+1);c=c.concat(e.split("&"))}return-1!=d?a.slice(0,d)+"?"+this._formatQueryString(b,c):a+"?"+this._formatQueryString(b,c)},a.isCrossDomain=function(a){var b=document.createElement("a");b.href=a.src;var c=document.createElement("a");c.href=location.href;var d=""!=b.hostname&&(b.port!=c.port||b.protocol!=c.protocol||b.hostname!=c.hostname);return d},a.isLocal=function(a){var b=document.createElement("a");return b.href=a.src,""==b.hostname&&"file:"==b.protocol},a.isBinary=function(a){switch(a){case createjs.AbstractLoader.IMAGE:case createjs.AbstractLoader.BINARY:return!0;default:return!1}},a.isImageTag=function(a){return a instanceof HTMLImageElement},a.isAudioTag=function(a){return window.HTMLAudioElement?a instanceof HTMLAudioElement:!1},a.isVideoTag=function(a){return window.HTMLVideoElement?a instanceof HTMLVideoElement:void 0},a.isText=function(a){switch(a){case createjs.AbstractLoader.TEXT:case createjs.AbstractLoader.JSON:case createjs.AbstractLoader.MANIFEST:case createjs.AbstractLoader.XML:case createjs.AbstractLoader.CSS:case createjs.AbstractLoader.SVG:case createjs.AbstractLoader.JAVASCRIPT:return!0;default:return!1}},a.getTypeByExtension=function(a){if(null==a)return createjs.AbstractLoader.TEXT;switch(a.toLowerCase()){case"jpeg":case"jpg":case"gif":case"png":case"webp":case"bmp":return createjs.AbstractLoader.IMAGE;case"ogg":case"mp3":case"webm":return createjs.AbstractLoader.SOUND;case"mp4":case"webm":case"ts":return createjs.AbstractLoader.VIDEO;case"json":return createjs.AbstractLoader.JSON;case"xml":return createjs.AbstractLoader.XML;case"css":return createjs.AbstractLoader.CSS;case"js":return createjs.AbstractLoader.JAVASCRIPT;case"svg":return createjs.AbstractLoader.SVG;default:return createjs.AbstractLoader.TEXT}},createjs.RequestUtils=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c){this.EventDispatcher_constructor(),this.loaded=!1,this.canceled=!1,this.progress=0,this.type=c,this.resultFormatter=null,this._item=a?createjs.LoadItem.create(a):null,this._preferXHR=b,this._result=null,this._rawResult=null,this._loadedItems=null,this._tagSrcAttribute=null,this._tag=null}var b=createjs.extend(a,createjs.EventDispatcher),c=a;c.POST="POST",c.GET="GET",c.BINARY="binary",c.CSS="css",c.IMAGE="image",c.JAVASCRIPT="javascript",c.JSON="json",c.JSONP="jsonp",c.MANIFEST="manifest",c.SOUND="sound",c.VIDEO="video",c.SPRITESHEET="spritesheet",c.SVG="svg",c.TEXT="text",c.XML="xml",b.getItem=function(){return this._item},b.getResult=function(a){return a?this._rawResult:this._result},b.getTag=function(){return this._tag},b.setTag=function(a){this._tag=a},b.load=function(){this._createRequest(),this._request.on("complete",this,this),this._request.on("progress",this,this),this._request.on("loadStart",this,this),this._request.on("abort",this,this),this._request.on("timeout",this,this),this._request.on("error",this,this);var a=new createjs.Event("initialize");a.loader=this._request,this.dispatchEvent(a),this._request.load()},b.cancel=function(){this.canceled=!0,this.destroy()},b.destroy=function(){this._request&&(this._request.removeAllEventListeners(),this._request.destroy()),this._request=null,this._item=null,this._rawResult=null,this._result=null,this._loadItems=null,this.removeAllEventListeners()},b.getLoadedItems=function(){return this._loadedItems},b._createRequest=function(){this._request=this._preferXHR?new createjs.XHRRequest(this._item):new createjs.TagRequest(this._item,this._tag||this._createTag(),this._tagSrcAttribute)},b._createTag=function(){return null},b._sendLoadStart=function(){this._isCanceled()||this.dispatchEvent("loadstart")},b._sendProgress=function(a){if(!this._isCanceled()){var b=null;"number"==typeof a?(this.progress=a,b=new createjs.ProgressEvent(this.progress)):(b=a,this.progress=a.loaded/a.total,b.progress=this.progress,(isNaN(this.progress)||1/0==this.progress)&&(this.progress=0)),this.hasEventListener("progress")&&this.dispatchEvent(b)}},b._sendComplete=function(){if(!this._isCanceled()){this.loaded=!0;var a=new createjs.Event("complete");a.rawResult=this._rawResult,null!=this._result&&(a.result=this._result),this.dispatchEvent(a)}},b._sendError=function(a){!this._isCanceled()&&this.hasEventListener("error")&&(null==a&&(a=new createjs.ErrorEvent("PRELOAD_ERROR_EMPTY")),this.dispatchEvent(a))},b._isCanceled=function(){return null==window.createjs||this.canceled?!0:!1},b.resultFormatter=null,b.handleEvent=function(a){switch(a.type){case"complete":this._rawResult=a.target._response;var b=this.resultFormatter&&this.resultFormatter(this),c=this;b instanceof Function?b(function(a){c._result=a,c._sendComplete()}):(this._result=b||this._rawResult,this._sendComplete());break;case"progress":this._sendProgress(a);break;case"error":this._sendError(a);break;case"loadstart":this._sendLoadStart();break;case"abort":case"timeout":this._isCanceled()||this.dispatchEvent(a.type)}},b.buildPath=function(a,b){return createjs.RequestUtils.buildPath(a,b)},b.toString=function(){return"[PreloadJS AbstractLoader]"},createjs.AbstractLoader=createjs.promote(a,"EventDispatcher")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c){this.AbstractLoader_constructor(a,b,c),this.resultFormatter=this._formatResult,this._tagSrcAttribute="src"}var b=createjs.extend(a,createjs.AbstractLoader);b.load=function(){this._tag||(this._tag=this._createTag(this._item.src)),this._tag.preload="auto",this._tag.load(),this.AbstractLoader_load()},b._createTag=function(){},b._createRequest=function(){this._request=this._preferXHR?new createjs.XHRRequest(this._item):new createjs.MediaTagRequest(this._item,this._tag||this._createTag(),this._tagSrcAttribute)},b._formatResult=function(a){return this._tag.removeEventListener&&this._tag.removeEventListener("canplaythrough",this._loadedHandler),this._tag.onstalled=null,this._preferXHR&&(a.getTag().src=a.getResult(!0)),a.getTag()},createjs.AbstractMediaLoader=createjs.promote(a,"AbstractLoader")}(),this.createjs=this.createjs||{},function(){"use strict";var a=function(a){this._item=a},b=createjs.extend(a,createjs.EventDispatcher);b.load=function(){},b.destroy=function(){},b.cancel=function(){},createjs.AbstractRequest=createjs.promote(a,"EventDispatcher")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c){this.AbstractRequest_constructor(a),this._tag=b,this._tagSrcAttribute=c,this._loadedHandler=createjs.proxy(this._handleTagComplete,this),this._addedToDOM=!1,this._startTagVisibility=null}var b=createjs.extend(a,createjs.AbstractRequest);b.load=function(){null==this._tag.parentNode&&(window.document.body.appendChild(this._tag),this._addedToDOM=!0),this._tag.onload=createjs.proxy(this._handleTagComplete,this),this._tag.onreadystatechange=createjs.proxy(this._handleReadyStateChange,this);var a=new createjs.Event("initialize");a.loader=this._tag,this.dispatchEvent(a),this._hideTag(),this._tag[this._tagSrcAttribute]=this._item.src},b.destroy=function(){this._clean(),this._tag=null,this.AbstractRequest_destroy()},b._handleReadyStateChange=function(){clearTimeout(this._loadTimeout);var a=this._tag;("loaded"==a.readyState||"complete"==a.readyState)&&this._handleTagComplete()},b._handleTagComplete=function(){this._rawResult=this._tag,this._result=this.resultFormatter&&this.resultFormatter(this)||this._rawResult,this._clean(),this._showTag(),this.dispatchEvent("complete")},b._clean=function(){this._tag.onload=null,this._tag.onreadystatechange=null,this._addedToDOM&&null!=this._tag.parentNode&&this._tag.parentNode.removeChild(this._tag)},b._hideTag=function(){this._startTagVisibility=this._tag.style.visibility,this._tag.style.visibility="hidden"},b._showTag=function(){this._tag.style.visibility=this._startTagVisibility},b._handleStalled=function(){},createjs.TagRequest=createjs.promote(a,"AbstractRequest")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c){this.AbstractRequest_constructor(a),this._tag=b,this._tagSrcAttribute=c,this._loadedHandler=createjs.proxy(this._handleTagComplete,this)}var b=createjs.extend(a,createjs.TagRequest);b.load=function(){this._tag.onstalled=createjs.proxy(this._handleStalled,this),this._tag.onprogress=createjs.proxy(this._handleProgress,this),this._tag.addEventListener&&this._tag.addEventListener("canplaythrough",this._loadedHandler,!1),this.TagRequest_load()},b._handleReadyStateChange=function(){clearTimeout(this._loadTimeout);var a=this._tag;("loaded"==a.readyState||"complete"==a.readyState)&&this._handleTagComplete()},b._handleStalled=function(){},b._handleProgress=function(a){if(a&&!(a.loaded>0&&0==a.total)){var b=new createjs.ProgressEvent(a.loaded,a.total);this.dispatchEvent(b)}},b._clean=function(){this._tag.removeEventListener&&this._tag.removeEventListener("canplaythrough",this._loadedHandler),this._tag.onstalled=null,this._tag.onprogress=null,this.TagRequest__clean()},createjs.MediaTagRequest=createjs.promote(a,"TagRequest")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a){this.AbstractRequest_constructor(a),this._request=null,this._loadTimeout=null,this._xhrLevel=1,this._response=null,this._rawResponse=null,this._canceled=!1,this._handleLoadStartProxy=createjs.proxy(this._handleLoadStart,this),this._handleProgressProxy=createjs.proxy(this._handleProgress,this),this._handleAbortProxy=createjs.proxy(this._handleAbort,this),this._handleErrorProxy=createjs.proxy(this._handleError,this),this._handleTimeoutProxy=createjs.proxy(this._handleTimeout,this),this._handleLoadProxy=createjs.proxy(this._handleLoad,this),this._handleReadyStateChangeProxy=createjs.proxy(this._handleReadyStateChange,this),!this._createXHR(a)}var b=createjs.extend(a,createjs.AbstractRequest);a.ACTIVEX_VERSIONS=["Msxml2.XMLHTTP.6.0","Msxml2.XMLHTTP.5.0","Msxml2.XMLHTTP.4.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP"],b.getResult=function(a){return a&&this._rawResponse?this._rawResponse:this._response},b.cancel=function(){this.canceled=!0,this._clean(),this._request.abort()},b.load=function(){if(null==this._request)return void this._handleError();this._request.addEventListener("loadstart",this._handleLoadStartProxy,!1),this._request.addEventListener("progress",this._handleProgressProxy,!1),this._request.addEventListener("abort",this._handleAbortProxy,!1),this._request.addEventListener("error",this._handleErrorProxy,!1),this._request.addEventListener("timeout",this._handleTimeoutProxy,!1),this._request.addEventListener("load",this._handleLoadProxy,!1),this._request.addEventListener("readystatechange",this._handleReadyStateChangeProxy,!1),1==this._xhrLevel&&(this._loadTimeout=setTimeout(createjs.proxy(this._handleTimeout,this),this._item.loadTimeout));try{this._item.values&&this._item.method!=createjs.AbstractLoader.GET?this._item.method==createjs.AbstractLoader.POST&&this._request.send(createjs.RequestUtils.formatQueryString(this._item.values)):this._request.send()}catch(a){this.dispatchEvent(new createjs.ErrorEvent("XHR_SEND",null,a))}},b.setResponseType=function(a){this._request.responseType=a},b.getAllResponseHeaders=function(){return this._request.getAllResponseHeaders instanceof Function?this._request.getAllResponseHeaders():null},b.getResponseHeader=function(a){return this._request.getResponseHeader instanceof Function?this._request.getResponseHeader(a):null},b._handleProgress=function(a){if(a&&!(a.loaded>0&&0==a.total)){var b=new createjs.ProgressEvent(a.loaded,a.total);this.dispatchEvent(b)}},b._handleLoadStart=function(){clearTimeout(this._loadTimeout),this.dispatchEvent("loadstart")},b._handleAbort=function(a){this._clean(),this.dispatchEvent(new createjs.ErrorEvent("XHR_ABORTED",null,a))},b._handleError=function(a){this._clean(),this.dispatchEvent(new createjs.ErrorEvent(a.message))},b._handleReadyStateChange=function(){4==this._request.readyState&&this._handleLoad()},b._handleLoad=function(){if(!this.loaded){this.loaded=!0;var a=this._checkError();if(a)return void this._handleError(a);this._response=this._getResponse(),this._clean(),this.dispatchEvent(new createjs.Event("complete"))}},b._handleTimeout=function(a){this._clean(),this.dispatchEvent(new createjs.ErrorEvent("PRELOAD_TIMEOUT",null,a))},b._checkError=function(){var a=parseInt(this._request.status);switch(a){case 404:case 0:return new Error(a)}return null},b._getResponse=function(){if(null!=this._response)return this._response;if(null!=this._request.response)return this._request.response;try{if(null!=this._request.responseText)return this._request.responseText}catch(a){}try{if(null!=this._request.responseXML)return this._request.responseXML}catch(a){}return null},b._createXHR=function(a){var b=createjs.RequestUtils.isCrossDomain(a),c={},d=null;if(window.XMLHttpRequest)d=new XMLHttpRequest,b&&void 0===d.withCredentials&&window.XDomainRequest&&(d=new XDomainRequest);else{for(var e=0,f=s.ACTIVEX_VERSIONS.length;f>e;e++){{s.ACTIVEX_VERSIONS[e]}try{d=new ActiveXObject(axVersions);break}catch(g){}}if(null==d)return!1}a.mimeType&&d.overrideMimeType&&d.overrideMimeType(a.mimeType),this._xhrLevel="string"==typeof d.responseType?2:1;var h=null;if(h=a.method==createjs.AbstractLoader.GET?createjs.RequestUtils.buildPath(a.src,a.values):a.src,d.open(a.method||createjs.AbstractLoader.GET,h,!0),b&&d instanceof XMLHttpRequest&&1==this._xhrLevel&&(c.Origin=location.origin),a.values&&a.method==createjs.AbstractLoader.POST&&(c["Content-Type"]="application/x-www-form-urlencoded"),b||c["X-Requested-With"]||(c["X-Requested-With"]="XMLHttpRequest"),a.headers)for(var i in a.headers)c[i]=a.headers[i];for(i in c)d.setRequestHeader(i,c[i]);return d instanceof XMLHttpRequest&&void 0!==a.withCredentials&&(d.withCredentials=a.withCredentials),this._request=d,!0},b._clean=function(){clearTimeout(this._loadTimeout),this._request.removeEventListener("loadstart",this._handleLoadStartProxy),this._request.removeEventListener("progress",this._handleProgressProxy),this._request.removeEventListener("abort",this._handleAbortProxy),this._request.removeEventListener("error",this._handleErrorProxy),this._request.removeEventListener("timeout",this._handleTimeoutProxy),this._request.removeEventListener("load",this._handleLoadProxy),this._request.removeEventListener("readystatechange",this._handleReadyStateChangeProxy)},b.toString=function(){return"[PreloadJS XHRRequest]"},createjs.XHRRequest=createjs.promote(a,"AbstractRequest")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c){this.AbstractLoader_constructor(),this.init(a,b,c)}var b=createjs.extend(a,createjs.AbstractLoader),c=a;b.init=function(a,b,c){this.useXHR=!0,this.preferXHR=!0,this._preferXHR=!0,this.setPreferXHR(a),this.stopOnError=!1,this.maintainScriptOrder=!0,this.next=null,this._paused=!1,this._basePath=b,this._crossOrigin=c,this._typeCallbacks={},this._extensionCallbacks={},this._loadStartWasDispatched=!1,this._maxConnections=1,this._currentlyLoadingScript=null,this._currentLoads=[],this._loadQueue=[],this._loadQueueBackup=[],this._loadItemsById={},this._loadItemsBySrc={},this._loadedResults={},this._loadedRawResults={},this._numItems=0,this._numItemsLoaded=0,this._scriptOrder=[],this._loadedScripts=[],this._lastProgress=0/0,this._availableLoaders=[createjs.ImageLoader,createjs.JavaScriptLoader,createjs.CSSLoader,createjs.JSONLoader,createjs.JSONPLoader,createjs.SoundLoader,createjs.ManifestLoader,createjs.SpriteSheetLoader,createjs.XMLLoader,createjs.SVGLoader,createjs.BinaryLoader,createjs.VideoLoader,createjs.TextLoader],this._defaultLoaderLength=this._availableLoaders.length},c.loadTimeout=8e3,c.LOAD_TIMEOUT=0,c.BINARY=createjs.AbstractLoader.BINARY,c.CSS=createjs.AbstractLoader.CSS,c.IMAGE=createjs.AbstractLoader.IMAGE,c.JAVASCRIPT=createjs.AbstractLoader.JAVASCRIPT,c.JSON=createjs.AbstractLoader.JSON,c.JSONP=createjs.AbstractLoader.JSONP,c.MANIFEST=createjs.AbstractLoader.MANIFEST,c.SOUND=createjs.AbstractLoader.SOUND,c.VIDEO=createjs.AbstractLoader.VIDEO,c.SVG=createjs.AbstractLoader.SVG,c.TEXT=createjs.AbstractLoader.TEXT,c.XML=createjs.AbstractLoader.XML,c.POST=createjs.AbstractLoader.POST,c.GET=createjs.AbstractLoader.GET,b.registerLoader=function(a){if(!a||!a.canLoadItem)throw new Error("loader is of an incorrect type.");if(-1!=this._availableLoaders.indexOf(a))throw new Error("loader already exists.");this._availableLoaders.unshift(a)},b.unregisterLoader=function(a){var b=this._availableLoaders.indexOf(a);-1!=b&&b 0)return}else b=[a];var c=!1;if(b){for(;b.length;){var d=b.pop(),e=this.getResult(d);for(f=this._loadQueue.length-1;f>=0;f--)if(g=this._loadQueue[f].getItem(),g.id==d||g.src==d){this._loadQueue.splice(f,1)[0].cancel();break}for(f=this._loadQueueBackup.length-1;f>=0;f--)if(g=this._loadQueueBackup[f].getItem(),g.id==d||g.src==d){this._loadQueueBackup.splice(f,1)[0].cancel();break}if(e)delete this._loadItemsById[e.id],delete this._loadItemsBySrc[e.src],this._disposeItem(e); +else for(var f=this._currentLoads.length-1;f>=0;f--){var g=this._currentLoads[f].getItem();if(g.id==d||g.src==d){this._currentLoads.splice(f,1)[0].cancel(),c=!0;break}}}c&&this._loadNext()}else{this.close();for(var h in this._loadItemsById)this._disposeItem(this._loadItemsById[h]);this.init(this.preferXHR,this._basePath)}},b.reset=function(){this.close();for(var a in this._loadItemsById)this._disposeItem(this._loadItemsById[a]);for(var b=[],c=0,d=this._loadQueueBackup.length;d>c;c++)b.push(this._loadQueueBackup[c].getItem());this.loadManifest(b,!1)},b.installPlugin=function(a){if(null!=a&&null!=a.getPreloadHandlers){var b=a.getPreloadHandlers();if(b.scope=a,null!=b.types)for(var c=0,d=b.types.length;d>c;c++)this._typeCallbacks[b.types[c]]=b;if(null!=b.extensions)for(c=0,d=b.extensions.length;d>c;c++)this._extensionCallbacks[b.extensions[c]]=b}},b.setMaxConnections=function(a){this._maxConnections=a,!this._paused&&this._loadQueue.length>0&&this._loadNext()},b.loadFile=function(a,b,c){if(null==a){var d=new createjs.ErrorEvent("PRELOAD_NO_FILE");return void this._sendError(d)}this._addItem(a,null,c),this.setPaused(b!==!1?!1:!0)},b.loadManifest=function(a,b,d){var e=null,f=null;if(a instanceof Array){if(0==a.length){var g=new createjs.ErrorEvent("PRELOAD_MANIFEST_EMPTY");return void this._sendError(g)}e=a}else if("string"==typeof a)e=[{src:a,type:c.MANIFEST}];else{if("object"!=typeof a){var g=new createjs.ErrorEvent("PRELOAD_MANIFEST_NULL");return void this._sendError(g)}if(void 0!==a.src){if(null==a.type)a.type=c.MANIFEST;else if(a.type!=c.MANIFEST){var g=new createjs.ErrorEvent("PRELOAD_MANIFEST_TYPE");this._sendError(g)}e=[a]}else void 0!==a.manifest&&(e=a.manifest,f=a.path)}for(var h=0,i=e.length;i>h;h++)this._addItem(e[h],f,d);this.setPaused(b!==!1?!1:!0)},b.load=function(){this.setPaused(!1)},b.getItem=function(a){return this._loadItemsById[a]||this._loadItemsBySrc[a]},b.getResult=function(a,b){var c=this._loadItemsById[a]||this._loadItemsBySrc[a];if(null==c)return null;var d=c.id;return b&&this._loadedRawResults[d]?this._loadedRawResults[d]:this._loadedResults[d]},b.getItems=function(a){for(var b=[],c=0,d=this._loadQueueBackup.length;d>c;c++){var e=this._loadQueueBackup[c],f=e.getItem();(a!==!0||e.loaded)&&b.push({item:f,result:this.getResult(f.id),rawResult:this.getResult(f.id,!0)})}return b},b.setPaused=function(a){this._paused=a,this._paused||this._loadNext()},b.close=function(){for(;this._currentLoads.length;)this._currentLoads.pop().cancel();this._scriptOrder.length=0,this._loadedScripts.length=0,this.loadStartWasDispatched=!1,this._itemCount=0,this._lastProgress=0/0},b._addItem=function(a,b,c){var d=this._createLoadItem(a,b,c);if(null!=d){var e=this._createLoader(d);null!=e&&(d._loader=e,this._loadQueue.push(e),this._loadQueueBackup.push(e),this._numItems++,this._updateProgress(),(this.maintainScriptOrder&&d.type==createjs.LoadQueue.JAVASCRIPT||d.maintainOrder===!0)&&(this._scriptOrder.push(d),this._loadedScripts.push(null)))}},b._createLoadItem=function(a,b,d){var e=createjs.LoadItem.create(a);if(null==e)return null;var f=createjs.RequestUtils.parseURI(e.src);f.extension&&(e.ext=f.extension),null==e.type&&(e.type=createjs.RequestUtils.getTypeByExtension(e.ext));var g="",h=d||this._basePath,i=e.src;if(!f.absolute&&!f.relative)if(b){g=b;var j=createjs.RequestUtils.parseURI(b);i=b+i,null==h||j.absolute||j.relative||(g=h+g)}else null!=h&&(g=h);e.src=g+e.src,e.path=g,(void 0===e.id||null===e.id||""===e.id)&&(e.id=i);var k=this._typeCallbacks[e.type]||this._extensionCallbacks[e.ext];if(k){var l=k.callback.call(k.scope,e,this);if(l===!1)return null;l===!0||null!=l&&(e._loader=l),f=createjs.RequestUtils.parseURI(e.src),null!=f.extension&&(e.ext=f.extension)}return this._loadItemsById[e.id]=e,this._loadItemsBySrc[e.src]=e,null==e.loadTimeout&&(e.loadTimeout=c.loadTimeout),null==e.crossOrigin&&(e.crossOrigin=this._crossOrigin),e},b._createLoader=function(a){if(null!=a._loader)return a._loader;for(var b=this.preferXHR,c=0;c =this._maxConnections);a++){var b=this._loadQueue[a];this._canStartLoad(b)&&(this._loadQueue.splice(a,1),a--,this._loadItem(b))}}},b._loadItem=function(a){a.on("fileload",this._handleFileLoad,this),a.on("progress",this._handleProgress,this),a.on("complete",this._handleFileComplete,this),a.on("error",this._handleError,this),a.on("fileerror",this._handleFileError,this),this._currentLoads.push(a),this._sendFileStart(a.getItem()),a.load()},b._handleFileLoad=function(a){a.target=null,this.dispatchEvent(a)},b._handleFileError=function(a){var b=new createjs.ErrorEvent("FILE_LOAD_ERROR",null,a.item);this._sendError(b)},b._handleError=function(a){var b=a.target;this._numItemsLoaded++,this._finishOrderedItem(b,!0),this._updateProgress();var c=new createjs.ErrorEvent("FILE_LOAD_ERROR",null,b.getItem());this._sendError(c),this.stopOnError||(this._removeLoadItem(b),this._loadNext())},b._handleFileComplete=function(a){var b=a.target,c=b.getItem(),d=b.getResult();this._loadedResults[c.id]=d;var e=b.getResult(!0);null!=e&&e!==d&&(this._loadedRawResults[c.id]=e),this._saveLoadedItems(b),this._removeLoadItem(b),this._finishOrderedItem(b)||this._processFinishedLoad(c,b)},b._saveLoadedItems=function(a){var b=a.getLoadedItems();if(null!==b)for(var c=0;c b;b++){var c=this._loadedScripts[b];if(null===c)break;if(c!==!0){var d=this._loadedResults[c.id];c.type==createjs.LoadQueue.JAVASCRIPT&&(document.body||document.getElementsByTagName("body")[0]).appendChild(d);var e=c._loader;this._processFinishedLoad(c,e),this._loadedScripts[b]=!0}}},b._processFinishedLoad=function(a,b){this._numItemsLoaded++,this._updateProgress(),this._sendFileComplete(a,b),this._loadNext()},b._canStartLoad=function(a){if(!this.maintainScriptOrder||a.preferXHR)return!0;var b=a.getItem();if(b.type!=createjs.LoadQueue.JAVASCRIPT)return!0;if(this._currentlyLoadingScript)return!1;for(var c=this._scriptOrder.indexOf(b),d=0;c>d;){var e=this._loadedScripts[d];if(null==e)return!1;d++}return this._currentlyLoadingScript=!0,!0},b._removeLoadItem=function(a){var b=a.getItem();delete b._loader;for(var c=this._currentLoads.length,d=0;c>d;d++)if(this._currentLoads[d]==a){this._currentLoads.splice(d,1);break}},b._handleProgress=function(a){var b=a.target;this._sendFileProgress(b.getItem(),b.progress),this._updateProgress()},b._updateProgress=function(){var a=this._numItemsLoaded/this._numItems,b=this._numItems-this._numItemsLoaded;if(b>0){for(var c=0,d=0,e=this._currentLoads.length;e>d;d++)c+=this._currentLoads[d].progress;a+=c/b*(b/this._numItems)}this._lastProgress!=a&&(this._sendProgress(a),this._lastProgress=a)},b._disposeItem=function(a){delete this._loadedResults[a.id],delete this._loadedRawResults[a.id],delete this._loadItemsById[a.id],delete this._loadItemsBySrc[a.src]},b._sendFileProgress=function(a,b){if(this._isCanceled())return void this._cleanUp();if(this.hasEventListener("fileprogress")){var c=new createjs.Event("fileprogress");c.progress=b,c.loaded=b,c.total=1,c.item=a,this.dispatchEvent(c)}},b._sendFileComplete=function(a,b){if(!this._isCanceled()){var c=new createjs.Event("fileload");c.loader=b,c.item=a,c.result=this._loadedResults[a.id],c.rawResult=this._loadedRawResults[a.id],a.completeHandler&&a.completeHandler(c),this.hasEventListener("fileload")&&this.dispatchEvent(c)}},b._sendFileStart=function(a){var b=new createjs.Event("filestart");b.item=a,this.hasEventListener("filestart")&&this.dispatchEvent(b)},b.toString=function(){return"[PreloadJS LoadQueue]"},createjs.LoadQueue=createjs.promote(a,"AbstractLoader")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a){this.AbstractLoader_constructor(a,!0,createjs.AbstractLoader.TEXT)}var b=(createjs.extend(a,createjs.AbstractLoader),a);b.canLoadItem=function(a){return a.type==createjs.AbstractLoader.TEXT},createjs.TextLoader=createjs.promote(a,"AbstractLoader")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a){this.AbstractLoader_constructor(a,!0,createjs.AbstractLoader.BINARY),this.on("initialize",this._updateXHR,this)}var b=createjs.extend(a,createjs.AbstractLoader),c=a;c.canLoadItem=function(a){return a.type==createjs.AbstractLoader.BINARY},b._updateXHR=function(a){a.loader.setResponseType("arraybuffer")},createjs.BinaryLoader=createjs.promote(a,"AbstractLoader")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b){this.AbstractLoader_constructor(a,b,createjs.AbstractLoader.CSS),this.resultFormatter=this._formatResult,this._tagSrcAttribute="href",this._tag=document.createElement(b?"style":"link"),this._tag.rel="stylesheet",this._tag.type="text/css"}var b=createjs.extend(a,createjs.AbstractLoader),c=a;c.canLoadItem=function(a){return a.type==createjs.AbstractLoader.CSS},b._formatResult=function(a){if(this._preferXHR){var b=a.getTag(),c=document.getElementsByTagName("head")[0];if(c.appendChild(b),b.styleSheet)b.styleSheet.cssText=a.getResult(!0);else{var d=document.createTextNode(a.getResult(!0));b.appendChild(d)}}else b=this._tag;return b},createjs.CSSLoader=createjs.promote(a,"AbstractLoader")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b){this.AbstractLoader_constructor(a,b,createjs.AbstractLoader.IMAGE),this.resultFormatter=this._formatResult,this._tagSrcAttribute="src",createjs.RequestUtils.isImageTag(a)?this._tag=a:createjs.RequestUtils.isImageTag(a.src)?this._tag=a.src:createjs.RequestUtils.isImageTag(a.tag)&&(this._tag=a.tag),null!=this._tag?this._preferXHR=!1:this._tag=document.createElement("img"),this.on("initialize",this._updateXHR,this)}var b=createjs.extend(a,createjs.AbstractLoader),c=a;c.canLoadItem=function(a){return a.type==createjs.AbstractLoader.IMAGE},b.load=function(){if(""!=this._tag.src&&this._tag.complete)return void this._sendComplete();var a=this._item.crossOrigin;1==a&&(a="Anonymous"),null==a||createjs.RequestUtils.isLocal(this._item.src)||(this._tag.crossOrigin=a),this.AbstractLoader_load()},b._updateXHR=function(a){a.loader.mimeType="text/plain; charset=x-user-defined-binary",a.loader.setResponseType&&a.loader.setResponseType("blob")},b._formatResult=function(a){var b=this;return function(c){var d=b._tag,e=window.URL||window.webkitURL;if(b._preferXHR)if(e){var f=e.createObjectURL(a.getResult(!0));d.src=f,d.onload=function(){e.revokeObjectURL(b.src)}}else d.src=a.getItem().src;else;d.complete?c(d):d.onload=function(){c(this)}}},createjs.ImageLoader=createjs.promote(a,"AbstractLoader")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b){this.AbstractLoader_constructor(a,b,createjs.AbstractLoader.JAVASCRIPT),this.resultFormatter=this._formatResult,this._tagSrcAttribute="src",this.setTag(document.createElement("script"))}var b=createjs.extend(a,createjs.AbstractLoader),c=a;c.canLoadItem=function(a){return a.type==createjs.AbstractLoader.JAVASCRIPT},b._formatResult=function(a){var b=a.getTag();return this._preferXHR&&(b.text=a.getResult(!0)),b},createjs.JavaScriptLoader=createjs.promote(a,"AbstractLoader")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a){this.AbstractLoader_constructor(a,!0,createjs.AbstractLoader.JSON),this.resultFormatter=this._formatResult}var b=createjs.extend(a,createjs.AbstractLoader),c=a;c.canLoadItem=function(a){return a.type==createjs.AbstractLoader.JSON&&!a._loadAsJSONP},b._formatResult=function(a){var b=null;try{b=createjs.DataUtils.parseJSON(a.getResult(!0))}catch(c){var d=new createjs.ErrorEvent("JSON_FORMAT",null,c);return this._sendError(d),c}return b},createjs.JSONLoader=createjs.promote(a,"AbstractLoader")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a){this.AbstractLoader_constructor(a,!1,createjs.AbstractLoader.JSONP),this.setTag(document.createElement("script")),this.getTag().type="text/javascript"}var b=createjs.extend(a,createjs.AbstractLoader),c=a;c.canLoadItem=function(a){return a.type==createjs.AbstractLoader.JSONP||a._loadAsJSONP},b.cancel=function(){this.AbstractLoader_cancel(),this._dispose()},b.load=function(){if(null==this._item.callback)throw new Error("callback is required for loading JSONP requests.");if(null!=window[this._item.callback])throw new Error("JSONP callback '"+this._item.callback+"' already exists on window. You need to specify a different callback or re-name the current one.");window[this._item.callback]=createjs.proxy(this._handleLoad,this),window.document.body.appendChild(this._tag),this._tag.src=this._item.src},b._handleLoad=function(a){this._result=this._rawResult=a,this._sendComplete(),this._dispose()},b._dispose=function(){window.document.body.removeChild(this._tag),delete window[this._item.callback]},createjs.JSONPLoader=createjs.promote(a,"AbstractLoader")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a){this.AbstractLoader_constructor(a,null,createjs.AbstractLoader.MANIFEST),this._manifestQueue=null}var b=createjs.extend(a,createjs.AbstractLoader),c=a;c.MANIFEST_PROGRESS=.25,c.canLoadItem=function(a){return a.type==createjs.AbstractLoader.MANIFEST},b.load=function(){this.AbstractLoader_load()},b._createRequest=function(){var a=this._item.callback;this._request=null!=a?new createjs.JSONPLoader(this._item):new createjs.JSONLoader(this._item)},b.handleEvent=function(a){switch(a.type){case"complete":return this._rawResult=a.target.getResult(!0),this._result=a.target.getResult(),this._sendProgress(c.MANIFEST_PROGRESS),void this._loadManifest(this._result);case"progress":return a.loaded*=c.MANIFEST_PROGRESS,this.progress=a.loaded/a.total,(isNaN(this.progress)||1/0==this.progress)&&(this.progress=0),void this._sendProgress(a)}this.AbstractLoader_handleEvent(a)},b.destroy=function(){this.AbstractLoader_destroy(),this._manifestQueue.close()},b._loadManifest=function(a){if(a&&a.manifest){var b=this._manifestQueue=new createjs.LoadQueue;b.on("fileload",this._handleManifestFileLoad,this),b.on("progress",this._handleManifestProgress,this),b.on("complete",this._handleManifestComplete,this,!0),b.on("error",this._handleManifestError,this,!0),b.loadManifest(a)}else this._sendComplete()},b._handleManifestFileLoad=function(a){a.target=null,this.dispatchEvent(a)},b._handleManifestComplete=function(){this._loadedItems=this._manifestQueue.getItems(!0),this._sendComplete()},b._handleManifestProgress=function(a){this.progress=a.progress*(1-c.MANIFEST_PROGRESS)+c.MANIFEST_PROGRESS,this._sendProgress(this.progress)},b._handleManifestError=function(a){var b=new createjs.Event("fileerror");b.item=a.data,this.dispatchEvent(b)},createjs.ManifestLoader=createjs.promote(a,"AbstractLoader")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b){this.AbstractMediaLoader_constructor(a,b,createjs.AbstractLoader.SOUND),createjs.RequestUtils.isAudioTag(a)?this._tag=a:createjs.RequestUtils.isAudioTag(a.src)?this._tag=a:createjs.RequestUtils.isAudioTag(a.tag)&&(this._tag=createjs.RequestUtils.isAudioTag(a)?a:a.src),null!=this._tag&&(this._preferXHR=!1)}var b=createjs.extend(a,createjs.AbstractMediaLoader),c=a;c.canLoadItem=function(a){return a.type==createjs.AbstractLoader.SOUND},b._createTag=function(a){var b=document.createElement("audio");return b.autoplay=!1,b.preload="none",b.src=a,b},createjs.SoundLoader=createjs.promote(a,"AbstractMediaLoader")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b){this.AbstractMediaLoader_constructor(a,b,createjs.AbstractLoader.VIDEO),createjs.RequestUtils.isVideoTag(a)||createjs.RequestUtils.isVideoTag(a.src)?(this.setTag(createjs.RequestUtils.isVideoTag(a)?a:a.src),this._preferXHR=!1):this.setTag(this._createTag())}var b=createjs.extend(a,createjs.AbstractMediaLoader),c=a;b._createTag=function(){return document.createElement("video")},c.canLoadItem=function(a){return a.type==createjs.AbstractLoader.VIDEO},createjs.VideoLoader=createjs.promote(a,"AbstractMediaLoader")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a){this.AbstractLoader_constructor(a,null,createjs.AbstractLoader.SPRITESHEET),this._manifestQueue=null}var b=createjs.extend(a,createjs.AbstractLoader),c=a;c.SPRITESHEET_PROGRESS=.25,c.canLoadItem=function(a){return a.type==createjs.AbstractLoader.SPRITESHEET},b.destroy=function(){this.AbstractLoader_destroy,this._manifestQueue.close()},b._createRequest=function(){var a=this._item.callback;this._request=null!=a&&a instanceof Function?new createjs.JSONPLoader(this._item):new createjs.JSONLoader(this._item)},b.handleEvent=function(a){switch(a.type){case"complete":return this._rawResult=a.target.getResult(!0),this._result=a.target.getResult(),this._sendProgress(c.SPRITESHEET_PROGRESS),void this._loadManifest(this._result);case"progress":return a.loaded*=c.SPRITESHEET_PROGRESS,this.progress=a.loaded/a.total,(isNaN(this.progress)||1/0==this.progress)&&(this.progress=0),void this._sendProgress(a)}this.AbstractLoader_handleEvent(a)},b._loadManifest=function(a){if(a&&a.images){var b=this._manifestQueue=new createjs.LoadQueue;b.on("complete",this._handleManifestComplete,this,!0),b.on("fileload",this._handleManifestFileLoad,this),b.on("progress",this._handleManifestProgress,this),b.on("error",this._handleManifestError,this,!0),b.loadManifest(a.images)}},b._handleManifestFileLoad=function(a){var b=a.result;if(null!=b){var c=this.getResult().images,d=c.indexOf(a.item.src);c[d]=b}},b._handleManifestComplete=function(){this._result=new createjs.SpriteSheet(this._result),this._loadedItems=this._manifestQueue.getItems(!0),this._sendComplete()},b._handleManifestProgress=function(a){this.progress=a.progress*(1-c.SPRITESHEET_PROGRESS)+c.SPRITESHEET_PROGRESS,this._sendProgress(this.progress)},b._handleManifestError=function(a){var b=new createjs.Event("fileerror");b.item=a.data,this.dispatchEvent(b)},createjs.SpriteSheetLoader=createjs.promote(a,"AbstractLoader")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b){this.AbstractLoader_constructor(a,b,createjs.AbstractLoader.SVG),this.resultFormatter=this._formatResult,this._tagSrcAttribute="data",b?this.setTag(document.createElement("svg")):(this.setTag(document.createElement("object")),this.getTag().type="image/svg+xml"),this.getTag().style.visibility="hidden"}var b=createjs.extend(a,createjs.AbstractLoader),c=a;c.canLoadItem=function(a){return a.type==createjs.AbstractLoader.SVG},b._formatResult=function(a){var b=createjs.DataUtils.parseXML(a.getResult(!0),"text/xml"),c=a.getTag();return!this._preferXHR&&document.body.contains(c)&&document.body.removeChild(c),null!=b.documentElement?(c.appendChild(b.documentElement),c.style.visibility="visible",c):b},createjs.SVGLoader=createjs.promote(a,"AbstractLoader")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a){this.AbstractLoader_constructor(a,!0,createjs.AbstractLoader.XML),this.resultFormatter=this._formatResult}var b=createjs.extend(a,createjs.AbstractLoader),c=a;c.canLoadItem=function(a){return a.type==createjs.AbstractLoader.XML},b._formatResult=function(a){return createjs.DataUtils.parseXML(a.getResult(!0),"text/xml")},createjs.XMLLoader=createjs.promote(a,"AbstractLoader")}(); \ No newline at end of file diff --git a/lib/soundjs-0.6.0.min.js b/lib/soundjs-0.6.0.min.js new file mode 100644 index 0000000..9ad66c6 --- /dev/null +++ b/lib/soundjs-0.6.0.min.js @@ -0,0 +1,18 @@ +/*! +* @license SoundJS +* Visit http://createjs.com/ for documentation, updates and examples. +* +* Copyright (c) 2011-2013 gskinner.com, inc. +* +* Distributed under the terms of the MIT license. +* http://www.opensource.org/licenses/mit-license.html +* +* This notice shall be included in all copies or substantial portions of the Software. +*/ + +/**! + * SoundJS FlashAudioPlugin also includes swfobject (http://code.google.com/p/swfobject/) + */ + +this.createjs=this.createjs||{},function(){var a=createjs.SoundJS=createjs.SoundJS||{};a.version="0.6.0",a.buildDate="Thu, 11 Dec 2014 23:32:09 GMT"}(),this.createjs=this.createjs||{},createjs.extend=function(a,b){"use strict";function c(){this.constructor=a}return c.prototype=b.prototype,a.prototype=new c},this.createjs=this.createjs||{},createjs.promote=function(a,b){"use strict";var c=a.prototype,d=Object.getPrototypeOf&&Object.getPrototypeOf(c)||c.__proto__;if(d){c[(b+="_")+"constructor"]=d.constructor;for(var e in d)c.hasOwnProperty(e)&&"function"==typeof d[e]&&(c[b+e]=d[e])}return a},this.createjs=this.createjs||{},createjs.indexOf=function(a,b){"use strict";for(var c=0,d=a.length;d>c;c++)if(b===a[c])return c;return-1},this.createjs=this.createjs||{},function(){"use strict";createjs.proxy=function(a,b){var c=Array.prototype.slice.call(arguments,2);return function(){return a.apply(b,Array.prototype.slice.call(arguments,0).concat(c))}}}(),this.createjs=this.createjs||{},function(){"use strict";var a=Object.defineProperty?!0:!1,b={};try{Object.defineProperty(b,"bar",{get:function(){return this._bar},set:function(a){this._bar=a}})}catch(c){a=!1}createjs.definePropertySupported=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(){throw"BrowserDetect cannot be instantiated"}var b=a.agent=window.navigator.userAgent;a.isWindowPhone=b.indexOf("IEMobile")>-1||b.indexOf("Windows Phone")>-1,a.isFirefox=b.indexOf("Firefox")>-1,a.isOpera=null!=window.opera,a.isChrome=b.indexOf("Chrome")>-1,a.isIOS=(b.indexOf("iPod")>-1||b.indexOf("iPhone")>-1||b.indexOf("iPad")>-1)&&!a.isWindowPhone,a.isAndroid=b.indexOf("Android")>-1&&!a.isWindowPhone,a.isBlackberry=b.indexOf("Blackberry")>-1,createjs.BrowserDetect=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(){this._listeners=null,this._captureListeners=null}var b=a.prototype;a.initialize=function(a){a.addEventListener=b.addEventListener,a.on=b.on,a.removeEventListener=a.off=b.removeEventListener,a.removeAllEventListeners=b.removeAllEventListeners,a.hasEventListener=b.hasEventListener,a.dispatchEvent=b.dispatchEvent,a._dispatchEvent=b._dispatchEvent,a.willTrigger=b.willTrigger},b.addEventListener=function(a,b,c){var d;d=c?this._captureListeners=this._captureListeners||{}:this._listeners=this._listeners||{};var e=d[a];return e&&this.removeEventListener(a,b,c),e=d[a],e?e.push(b):d[a]=[b],b},b.on=function(a,b,c,d,e,f){return b.handleEvent&&(c=c||b,b=b.handleEvent),c=c||this,this.addEventListener(a,function(a){b.call(c,a,e),d&&a.remove()},f)},b.removeEventListener=function(a,b,c){var d=c?this._captureListeners:this._listeners;if(d){var e=d[a];if(e)for(var f=0,g=e.length;g>f;f++)if(e[f]==b){1==g?delete d[a]:e.splice(f,1);break}}},b.off=b.removeEventListener,b.removeAllEventListeners=function(a){a?(this._listeners&&delete this._listeners[a],this._captureListeners&&delete this._captureListeners[a]):this._listeners=this._captureListeners=null},b.dispatchEvent=function(a){if("string"==typeof a){var b=this._listeners;if(!b||!b[a])return!1;a=new createjs.Event(a)}else a.target&&a.clone&&(a=a.clone());try{a.target=this}catch(c){}if(a.bubbles&&this.parent){for(var d=this,e=[d];d.parent;)e.push(d=d.parent);var f,g=e.length;for(f=g-1;f>=0&&!a.propagationStopped;f--)e[f]._dispatchEvent(a,1+(0==f));for(f=1;g>f&&!a.propagationStopped;f++)e[f]._dispatchEvent(a,3)}else this._dispatchEvent(a,2);return a.defaultPrevented},b.hasEventListener=function(a){var b=this._listeners,c=this._captureListeners;return!!(b&&b[a]||c&&c[a])},b.willTrigger=function(a){for(var b=this;b;){if(b.hasEventListener(a))return!0;b=b.parent}return!1},b.toString=function(){return"[EventDispatcher]"},b._dispatchEvent=function(a,b){var c,d=1==b?this._captureListeners:this._listeners;if(a&&d){var e=d[a.type];if(!e||!(c=e.length))return;try{a.currentTarget=this}catch(f){}try{a.eventPhase=b}catch(f){}a.removed=!1,e=e.slice();for(var g=0;c>g&&!a.immediatePropagationStopped;g++){var h=e[g];h.handleEvent?h.handleEvent(a):h(a),a.removed&&(this.off(a.type,h,1==b),a.removed=!1)}}},createjs.EventDispatcher=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c){this.type=a,this.target=null,this.currentTarget=null,this.eventPhase=0,this.bubbles=!!b,this.cancelable=!!c,this.timeStamp=(new Date).getTime(),this.defaultPrevented=!1,this.propagationStopped=!1,this.immediatePropagationStopped=!1,this.removed=!1}var b=a.prototype;b.preventDefault=function(){this.defaultPrevented=this.cancelable&&!0},b.stopPropagation=function(){this.propagationStopped=!0},b.stopImmediatePropagation=function(){this.immediatePropagationStopped=this.propagationStopped=!0},b.remove=function(){this.removed=!0},b.clone=function(){return new a(this.type,this.bubbles,this.cancelable)},b.set=function(a){for(var b in a)this[b]=a[b];return this},b.toString=function(){return"[Event (type="+this.type+")]"},createjs.Event=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c){this.Event_constructor("error"),this.title=a,this.message=b,this.data=c}var b=createjs.extend(a,createjs.Event);b.clone=function(){return new createjs.ErrorEvent(this.title,this.message,this.data)},createjs.ErrorEvent=createjs.promote(a,"Event")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b){this.Event_constructor("progress"),this.loaded=a,this.total=null==b?1:b,this.progress=0==b?0:this.loaded/this.total}var b=createjs.extend(a,createjs.Event);b.clone=function(){return new createjs.ProgressEvent(this.loaded,this.total)},createjs.ProgressEvent=createjs.promote(a,"Event")}(window),this.createjs=this.createjs||{},function(){"use strict";function a(){this.src=null,this.type=null,this.id=null,this.maintainOrder=!1,this.callback=null,this.data=null,this.method=createjs.LoadItem.GET,this.values=null,this.headers=null,this.withCredentials=!1,this.mimeType=null,this.crossOrigin="Anonymous",this.loadTimeout=8e3}var b=a.prototype={},c=a;c.create=function(b){if("string"==typeof b){var d=new a;return d.src=b,d}if(b instanceof c)return b;if(b instanceof Object)return b;throw new Error("Type not recognized.")},b.set=function(a){for(var b in a)this[b]=a[b];return this},createjs.LoadItem=c}(),function(){var a={};a.ABSOLUTE_PATT=/^(?:\w+:)?\/{2}/i,a.RELATIVE_PATT=/^[./]*?\//i,a.EXTENSION_PATT=/\/?[^/]+\.(\w{1,5})$/i,a.parseURI=function(b){var c={absolute:!1,relative:!1};if(null==b)return c;var d=b.indexOf("?");d>-1&&(b=b.substr(0,d));var e;return a.ABSOLUTE_PATT.test(b)?c.absolute=!0:a.RELATIVE_PATT.test(b)&&(c.relative=!0),(e=b.match(a.EXTENSION_PATT))&&(c.extension=e[1].toLowerCase()),c},a.formatQueryString=function(a,b){if(null==a)throw new Error("You must specify data.");var c=[];for(var d in a)c.push(d+"="+escape(a[d]));return b&&(c=c.concat(b)),c.join("&")},a.buildPath=function(a,b){if(null==b)return a;var c=[],d=a.indexOf("?");if(-1!=d){var e=a.slice(d+1);c=c.concat(e.split("&"))}return-1!=d?a.slice(0,d)+"?"+this._formatQueryString(b,c):a+"?"+this._formatQueryString(b,c)},a.isCrossDomain=function(a){var b=document.createElement("a");b.href=a.src;var c=document.createElement("a");c.href=location.href;var d=""!=b.hostname&&(b.port!=c.port||b.protocol!=c.protocol||b.hostname!=c.hostname);return d},a.isLocal=function(a){var b=document.createElement("a");return b.href=a.src,""==b.hostname&&"file:"==b.protocol},a.isBinary=function(a){switch(a){case createjs.AbstractLoader.IMAGE:case createjs.AbstractLoader.BINARY:return!0;default:return!1}},a.isImageTag=function(a){return a instanceof HTMLImageElement},a.isAudioTag=function(a){return window.HTMLAudioElement?a instanceof HTMLAudioElement:!1},a.isVideoTag=function(a){return window.HTMLVideoElement?a instanceof HTMLVideoElement:void 0},a.isText=function(a){switch(a){case createjs.AbstractLoader.TEXT:case createjs.AbstractLoader.JSON:case createjs.AbstractLoader.MANIFEST:case createjs.AbstractLoader.XML:case createjs.AbstractLoader.CSS:case createjs.AbstractLoader.SVG:case createjs.AbstractLoader.JAVASCRIPT:return!0;default:return!1}},a.getTypeByExtension=function(a){if(null==a)return createjs.AbstractLoader.TEXT;switch(a.toLowerCase()){case"jpeg":case"jpg":case"gif":case"png":case"webp":case"bmp":return createjs.AbstractLoader.IMAGE;case"ogg":case"mp3":case"webm":return createjs.AbstractLoader.SOUND;case"mp4":case"webm":case"ts":return createjs.AbstractLoader.VIDEO;case"json":return createjs.AbstractLoader.JSON;case"xml":return createjs.AbstractLoader.XML;case"css":return createjs.AbstractLoader.CSS;case"js":return createjs.AbstractLoader.JAVASCRIPT;case"svg":return createjs.AbstractLoader.SVG;default:return createjs.AbstractLoader.TEXT}},createjs.RequestUtils=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c){this.EventDispatcher_constructor(),this.loaded=!1,this.canceled=!1,this.progress=0,this.type=c,this.resultFormatter=null,this._item=a?createjs.LoadItem.create(a):null,this._preferXHR=b,this._result=null,this._rawResult=null,this._loadedItems=null,this._tagSrcAttribute=null,this._tag=null}var b=createjs.extend(a,createjs.EventDispatcher),c=a;c.POST="POST",c.GET="GET",c.BINARY="binary",c.CSS="css",c.IMAGE="image",c.JAVASCRIPT="javascript",c.JSON="json",c.JSONP="jsonp",c.MANIFEST="manifest",c.SOUND="sound",c.VIDEO="video",c.SPRITESHEET="spritesheet",c.SVG="svg",c.TEXT="text",c.XML="xml",b.getItem=function(){return this._item},b.getResult=function(a){return a?this._rawResult:this._result},b.getTag=function(){return this._tag},b.setTag=function(a){this._tag=a},b.load=function(){this._createRequest(),this._request.on("complete",this,this),this._request.on("progress",this,this),this._request.on("loadStart",this,this),this._request.on("abort",this,this),this._request.on("timeout",this,this),this._request.on("error",this,this);var a=new createjs.Event("initialize");a.loader=this._request,this.dispatchEvent(a),this._request.load()},b.cancel=function(){this.canceled=!0,this.destroy()},b.destroy=function(){this._request&&(this._request.removeAllEventListeners(),this._request.destroy()),this._request=null,this._item=null,this._rawResult=null,this._result=null,this._loadItems=null,this.removeAllEventListeners()},b.getLoadedItems=function(){return this._loadedItems},b._createRequest=function(){this._request=this._preferXHR?new createjs.XHRRequest(this._item):new createjs.TagRequest(this._item,this._tag||this._createTag(),this._tagSrcAttribute)},b._createTag=function(){return null},b._sendLoadStart=function(){this._isCanceled()||this.dispatchEvent("loadstart")},b._sendProgress=function(a){if(!this._isCanceled()){var b=null;"number"==typeof a?(this.progress=a,b=new createjs.ProgressEvent(this.progress)):(b=a,this.progress=a.loaded/a.total,b.progress=this.progress,(isNaN(this.progress)||1/0==this.progress)&&(this.progress=0)),this.hasEventListener("progress")&&this.dispatchEvent(b)}},b._sendComplete=function(){if(!this._isCanceled()){this.loaded=!0;var a=new createjs.Event("complete");a.rawResult=this._rawResult,null!=this._result&&(a.result=this._result),this.dispatchEvent(a)}},b._sendError=function(a){!this._isCanceled()&&this.hasEventListener("error")&&(null==a&&(a=new createjs.ErrorEvent("PRELOAD_ERROR_EMPTY")),this.dispatchEvent(a))},b._isCanceled=function(){return null==window.createjs||this.canceled?!0:!1},b.resultFormatter=null,b.handleEvent=function(a){switch(a.type){case"complete":this._rawResult=a.target._response;var b=this.resultFormatter&&this.resultFormatter(this),c=this;b instanceof Function?b(function(a){c._result=a,c._sendComplete()}):(this._result=b||this._rawResult,this._sendComplete());break;case"progress":this._sendProgress(a);break;case"error":this._sendError(a);break;case"loadstart":this._sendLoadStart();break;case"abort":case"timeout":this._isCanceled()||this.dispatchEvent(a.type)}},b.buildPath=function(a,b){return createjs.RequestUtils.buildPath(a,b)},b.toString=function(){return"[PreloadJS AbstractLoader]"},createjs.AbstractLoader=createjs.promote(a,"EventDispatcher")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c){this.AbstractLoader_constructor(a,b,c),this.resultFormatter=this._formatResult,this._tagSrcAttribute="src"}var b=createjs.extend(a,createjs.AbstractLoader);b.load=function(){this._tag||(this._tag=this._createTag(this._item.src)),this._tag.preload="auto",this._tag.load(),this.AbstractLoader_load()},b._createTag=function(){},b._createRequest=function(){this._request=this._preferXHR?new createjs.XHRRequest(this._item):new createjs.MediaTagRequest(this._item,this._tag||this._createTag(),this._tagSrcAttribute)},b._formatResult=function(a){return this._tag.removeEventListener&&this._tag.removeEventListener("canplaythrough",this._loadedHandler),this._tag.onstalled=null,this._preferXHR&&(a.getTag().src=a.getResult(!0)),a.getTag()},createjs.AbstractMediaLoader=createjs.promote(a,"AbstractLoader")}(),this.createjs=this.createjs||{},function(){"use strict";var a=function(a){this._item=a},b=createjs.extend(a,createjs.EventDispatcher);b.load=function(){},b.destroy=function(){},b.cancel=function(){},createjs.AbstractRequest=createjs.promote(a,"EventDispatcher")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c){this.AbstractRequest_constructor(a),this._tag=b,this._tagSrcAttribute=c,this._loadedHandler=createjs.proxy(this._handleTagComplete,this),this._addedToDOM=!1,this._startTagVisibility=null}var b=createjs.extend(a,createjs.AbstractRequest);b.load=function(){null==this._tag.parentNode&&(window.document.body.appendChild(this._tag),this._addedToDOM=!0),this._tag.onload=createjs.proxy(this._handleTagComplete,this),this._tag.onreadystatechange=createjs.proxy(this._handleReadyStateChange,this);var a=new createjs.Event("initialize");a.loader=this._tag,this.dispatchEvent(a),this._hideTag(),this._tag[this._tagSrcAttribute]=this._item.src},b.destroy=function(){this._clean(),this._tag=null,this.AbstractRequest_destroy()},b._handleReadyStateChange=function(){clearTimeout(this._loadTimeout);var a=this._tag;("loaded"==a.readyState||"complete"==a.readyState)&&this._handleTagComplete()},b._handleTagComplete=function(){this._rawResult=this._tag,this._result=this.resultFormatter&&this.resultFormatter(this)||this._rawResult,this._clean(),this._showTag(),this.dispatchEvent("complete")},b._clean=function(){this._tag.onload=null,this._tag.onreadystatechange=null,this._addedToDOM&&null!=this._tag.parentNode&&this._tag.parentNode.removeChild(this._tag)},b._hideTag=function(){this._startTagVisibility=this._tag.style.visibility,this._tag.style.visibility="hidden"},b._showTag=function(){this._tag.style.visibility=this._startTagVisibility},b._handleStalled=function(){},createjs.TagRequest=createjs.promote(a,"AbstractRequest")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c){this.AbstractRequest_constructor(a),this._tag=b,this._tagSrcAttribute=c,this._loadedHandler=createjs.proxy(this._handleTagComplete,this)}var b=createjs.extend(a,createjs.TagRequest);b.load=function(){this._tag.onstalled=createjs.proxy(this._handleStalled,this),this._tag.onprogress=createjs.proxy(this._handleProgress,this),this._tag.addEventListener&&this._tag.addEventListener("canplaythrough",this._loadedHandler,!1),this.TagRequest_load()},b._handleReadyStateChange=function(){clearTimeout(this._loadTimeout);var a=this._tag;("loaded"==a.readyState||"complete"==a.readyState)&&this._handleTagComplete()},b._handleStalled=function(){},b._handleProgress=function(a){if(a&&!(a.loaded>0&&0==a.total)){var b=new createjs.ProgressEvent(a.loaded,a.total);this.dispatchEvent(b)}},b._clean=function(){this._tag.removeEventListener&&this._tag.removeEventListener("canplaythrough",this._loadedHandler),this._tag.onstalled=null,this._tag.onprogress=null,this.TagRequest__clean()},createjs.MediaTagRequest=createjs.promote(a,"TagRequest")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a){this.AbstractRequest_constructor(a),this._request=null,this._loadTimeout=null,this._xhrLevel=1,this._response=null,this._rawResponse=null,this._canceled=!1,this._handleLoadStartProxy=createjs.proxy(this._handleLoadStart,this),this._handleProgressProxy=createjs.proxy(this._handleProgress,this),this._handleAbortProxy=createjs.proxy(this._handleAbort,this),this._handleErrorProxy=createjs.proxy(this._handleError,this),this._handleTimeoutProxy=createjs.proxy(this._handleTimeout,this),this._handleLoadProxy=createjs.proxy(this._handleLoad,this),this._handleReadyStateChangeProxy=createjs.proxy(this._handleReadyStateChange,this),!this._createXHR(a)}var b=createjs.extend(a,createjs.AbstractRequest);a.ACTIVEX_VERSIONS=["Msxml2.XMLHTTP.6.0","Msxml2.XMLHTTP.5.0","Msxml2.XMLHTTP.4.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP"],b.getResult=function(a){return a&&this._rawResponse?this._rawResponse:this._response},b.cancel=function(){this.canceled=!0,this._clean(),this._request.abort()},b.load=function(){if(null==this._request)return void this._handleError();this._request.addEventListener("loadstart",this._handleLoadStartProxy,!1),this._request.addEventListener("progress",this._handleProgressProxy,!1),this._request.addEventListener("abort",this._handleAbortProxy,!1),this._request.addEventListener("error",this._handleErrorProxy,!1),this._request.addEventListener("timeout",this._handleTimeoutProxy,!1),this._request.addEventListener("load",this._handleLoadProxy,!1),this._request.addEventListener("readystatechange",this._handleReadyStateChangeProxy,!1),1==this._xhrLevel&&(this._loadTimeout=setTimeout(createjs.proxy(this._handleTimeout,this),this._item.loadTimeout));try{this._item.values&&this._item.method!=createjs.AbstractLoader.GET?this._item.method==createjs.AbstractLoader.POST&&this._request.send(createjs.RequestUtils.formatQueryString(this._item.values)):this._request.send()}catch(a){this.dispatchEvent(new createjs.ErrorEvent("XHR_SEND",null,a))}},b.setResponseType=function(a){this._request.responseType=a},b.getAllResponseHeaders=function(){return this._request.getAllResponseHeaders instanceof Function?this._request.getAllResponseHeaders():null},b.getResponseHeader=function(a){return this._request.getResponseHeader instanceof Function?this._request.getResponseHeader(a):null},b._handleProgress=function(a){if(a&&!(a.loaded>0&&0==a.total)){var b=new createjs.ProgressEvent(a.loaded,a.total);this.dispatchEvent(b)}},b._handleLoadStart=function(){clearTimeout(this._loadTimeout),this.dispatchEvent("loadstart")},b._handleAbort=function(a){this._clean(),this.dispatchEvent(new createjs.ErrorEvent("XHR_ABORTED",null,a))},b._handleError=function(a){this._clean(),this.dispatchEvent(new createjs.ErrorEvent(a.message))},b._handleReadyStateChange=function(){4==this._request.readyState&&this._handleLoad()},b._handleLoad=function(){if(!this.loaded){this.loaded=!0;var a=this._checkError();if(a)return void this._handleError(a);this._response=this._getResponse(),this._clean(),this.dispatchEvent(new createjs.Event("complete"))}},b._handleTimeout=function(a){this._clean(),this.dispatchEvent(new createjs.ErrorEvent("PRELOAD_TIMEOUT",null,a))},b._checkError=function(){var a=parseInt(this._request.status);switch(a){case 404:case 0:return new Error(a)}return null},b._getResponse=function(){if(null!=this._response)return this._response;if(null!=this._request.response)return this._request.response;try{if(null!=this._request.responseText)return this._request.responseText}catch(a){}try{if(null!=this._request.responseXML)return this._request.responseXML}catch(a){}return null},b._createXHR=function(a){var b=createjs.RequestUtils.isCrossDomain(a),c={},d=null;if(window.XMLHttpRequest)d=new XMLHttpRequest,b&&void 0===d.withCredentials&&window.XDomainRequest&&(d=new XDomainRequest);else{for(var e=0,f=s.ACTIVEX_VERSIONS.length;f>e;e++){{s.ACTIVEX_VERSIONS[e]}try{d=new ActiveXObject(axVersions);break}catch(g){}}if(null==d)return!1}a.mimeType&&d.overrideMimeType&&d.overrideMimeType(a.mimeType),this._xhrLevel="string"==typeof d.responseType?2:1;var h=null;if(h=a.method==createjs.AbstractLoader.GET?createjs.RequestUtils.buildPath(a.src,a.values):a.src,d.open(a.method||createjs.AbstractLoader.GET,h,!0),b&&d instanceof XMLHttpRequest&&1==this._xhrLevel&&(c.Origin=location.origin),a.values&&a.method==createjs.AbstractLoader.POST&&(c["Content-Type"]="application/x-www-form-urlencoded"),b||c["X-Requested-With"]||(c["X-Requested-With"]="XMLHttpRequest"),a.headers)for(var i in a.headers)c[i]=a.headers[i];for(i in c)d.setRequestHeader(i,c[i]);return d instanceof XMLHttpRequest&&void 0!==a.withCredentials&&(d.withCredentials=a.withCredentials),this._request=d,!0},b._clean=function(){clearTimeout(this._loadTimeout),this._request.removeEventListener("loadstart",this._handleLoadStartProxy),this._request.removeEventListener("progress",this._handleProgressProxy),this._request.removeEventListener("abort",this._handleAbortProxy),this._request.removeEventListener("error",this._handleErrorProxy),this._request.removeEventListener("timeout",this._handleTimeoutProxy),this._request.removeEventListener("load",this._handleLoadProxy),this._request.removeEventListener("readystatechange",this._handleReadyStateChangeProxy)},b.toString=function(){return"[PreloadJS XHRRequest]"},createjs.XHRRequest=createjs.promote(a,"AbstractRequest")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b){this.AbstractMediaLoader_constructor(a,b,createjs.AbstractLoader.SOUND),createjs.RequestUtils.isAudioTag(a)?this._tag=a:createjs.RequestUtils.isAudioTag(a.src)?this._tag=a:createjs.RequestUtils.isAudioTag(a.tag)&&(this._tag=createjs.RequestUtils.isAudioTag(a)?a:a.src),null!=this._tag&&(this._preferXHR=!1)}var b=createjs.extend(a,createjs.AbstractMediaLoader),c=a;c.canLoadItem=function(a){return a.type==createjs.AbstractLoader.SOUND},b._createTag=function(a){var b=document.createElement("audio");return b.autoplay=!1,b.preload="none",b.src=a,b},createjs.SoundLoader=createjs.promote(a,"AbstractMediaLoader")}(),this.createjs=this.createjs||{},function(){"use strict";function a(){throw"Sound cannot be instantiated"}function b(a,b){this.init(a,b)}var c=a;c.INTERRUPT_ANY="any",c.INTERRUPT_EARLY="early",c.INTERRUPT_LATE="late",c.INTERRUPT_NONE="none",c.PLAY_INITED="playInited",c.PLAY_SUCCEEDED="playSucceeded",c.PLAY_INTERRUPTED="playInterrupted",c.PLAY_FINISHED="playFinished",c.PLAY_FAILED="playFailed",c.SUPPORTED_EXTENSIONS=["mp3","ogg","mpeg","wav","m4a","mp4","aiff","wma","mid"],c.EXTENSION_MAP={m4a:"mp4"},c.FILE_PATTERN=/^(?:(\w+:)\/{2}(\w+(?:\.\w+)*\/?))?([/.]*?(?:[^?]+)?\/)?((?:[^/?]+)\.(\w+))(?:\?(\S+)?)?$/,c.defaultInterruptBehavior=c.INTERRUPT_NONE,c.alternateExtensions=[],c.activePlugin=null,c._pluginsRegistered=!1,c._lastID=0,c._masterVolume=1,c._masterMute=!1,c._instances=[],c._idHash={},c._preloadHash={},c.addEventListener=null,c.removeEventListener=null,c.removeAllEventListeners=null,c.dispatchEvent=null,c.hasEventListener=null,c._listeners=null,createjs.EventDispatcher.initialize(c),c.getPreloadHandlers=function(){return{callback:createjs.proxy(c.initLoad,c),types:["sound"],extensions:c.SUPPORTED_EXTENSIONS}},c._handleLoadComplete=function(a){var b=a.target.getItem().src;if(c._preloadHash[b])for(var d=0,e=c._preloadHash[b].length;e>d;d++){var f=c._preloadHash[b][d];if(c._preloadHash[b][d]=!0,c.hasEventListener("fileload")){var a=new createjs.Event("fileload");a.src=f.src,a.id=f.id,a.data=f.data,a.sprite=f.sprite,c.dispatchEvent(a)}}},c._handleLoadError=function(a){var b=a.target.getItem().src;if(c._preloadHash[b])for(var d=0,e=c._preloadHash[b].length;e>d;d++){var f=c._preloadHash[b][d];if(c._preloadHash[b][d]=!1,c.hasEventListener("fileerror")){var a=new createjs.Event("fileerror");a.src=f.src,a.id=f.id,a.data=f.data,a.sprite=f.sprite,c.dispatchEvent(a)}}},c._registerPlugin=function(a){return a.isSupported()?(c.activePlugin=new a,!0):!1},c.registerPlugins=function(a){c._pluginsRegistered=!0;for(var b=0,d=a.length;d>b;b++)if(c._registerPlugin(a[b]))return!0;return!1},c.initializeDefaultPlugins=function(){return null!=c.activePlugin?!0:c._pluginsRegistered?!1:c.registerPlugins([createjs.WebAudioPlugin,createjs.HTMLAudioPlugin])?!0:!1},c.isReady=function(){return null!=c.activePlugin},c.getCapabilities=function(){return null==c.activePlugin?null:c.activePlugin._capabilities},c.getCapability=function(a){return null==c.activePlugin?null:c.activePlugin._capabilities[a]},c.initLoad=function(a){return c._registerSound(a)},c._registerSound=function(a){if(!c.initializeDefaultPlugins())return!1;var d=c._parsePath(a.src);if(null==d)return!1;a.src=d.src,a.type="sound";var e=a.data,f=c.activePlugin.defaultNumChannels||null;if(null!=e&&(isNaN(e.channels)?isNaN(e)||(f=parseInt(e)):f=parseInt(e.channels),e.audioSprite))for(var g,h=e.audioSprite.length;h--;)g=e.audioSprite[h],c._idHash[g.id]={src:a.src,startTime:parseInt(g.startTime),duration:parseInt(g.duration)};null!=a.id&&(c._idHash[a.id]={src:a.src});var i=c.activePlugin.register(a,f);return b.create(a.src,f),null!=e&&isNaN(e)?a.data.channels=f||b.maxPerChannel():a.data=f||b.maxPerChannel(),i.type&&(a.type=i.type),i},c.registerSound=function(a,b,d,e){var f={src:a,id:b,data:d};a instanceof Object&&(e=b,f=a),f=createjs.LoadItem.create(f),null!=e&&(f.src=e+a);var g=c._registerSound(f);if(!g)return!1;if(c._preloadHash[f.src]||(c._preloadHash[f.src]=[]),c._preloadHash[f.src].push(f),1==c._preloadHash[f.src].length)g.on("complete",createjs.proxy(this._handleLoadComplete,this)),g.on("error",createjs.proxy(this._handleLoadError,this)),c.activePlugin.preload(g);else if(1==c._preloadHash[f.src][0])return!0;return f},c.registerSounds=function(a,b){var c=[];a.path&&(b?b+=a.path:b=a.path);for(var d=0,e=a.length;e>d;d++)c[d]=createjs.Sound.registerSound(a[d].src,a[d].id,a[d].data,b);return c},c.registerManifest=function(a,b){try{console.log("createjs.Sound.registerManifest is deprecated, please use createjs.Sound.registerSounds.")}catch(c){}return this.registerSounds(a,b)},c.removeSound=function(a,d){if(null==c.activePlugin)return!1;a instanceof Object&&(a=a.src),a=c._getSrcById(a).src,null!=d&&(a=d+a);var e=c._parsePath(a);if(null==e)return!1;a=e.src;for(var f in c._idHash)c._idHash[f].src==a&&delete c._idHash[f];return b.removeSrc(a),delete c._preloadHash[a],c.activePlugin.removeSound(a),!0},c.removeSounds=function(a,b){var c=[];a.path&&(b?b+=a.path:b=a.path);for(var d=0,e=a.length;e>d;d++)c[d]=createjs.Sound.removeSound(a[d].src,b);return c},c.removeManifest=function(a,b){try{console.log("createjs.Sound.removeManifest is deprecated, please use createjs.Sound.removeSounds.")}catch(d){}return c.removeSounds(a,b)},c.removeAllSounds=function(){c._idHash={},c._preloadHash={},b.removeAll(),c.activePlugin&&c.activePlugin.removeAllSounds()},c.loadComplete=function(a){if(!c.isReady())return!1;var b=c._parsePath(a);return a=b?c._getSrcById(b.src).src:c._getSrcById(a).src,1==c._preloadHash[a][0]},c._parsePath=function(a){"string"!=typeof a&&(a=a.toString());var b=a.match(c.FILE_PATTERN);if(null==b)return!1;for(var d=b[4],e=b[5],f=c.getCapabilities(),g=0;!f[e];)if(e=c.alternateExtensions[g++],g>c.alternateExtensions.length)return null;a=a.replace("."+b[5],"."+e);var h={name:d,src:a,extension:e};return h},c.play=function(a,b,d,e,f,g,h,i,j){b instanceof Object&&(d=b.delay,e=b.offset,f=b.loop,g=b.volume,h=b.pan,i=b.startTime,j=b.duration,b=b.interrupt);var k=c.createInstance(a,i,j),l=c._playInstance(k,b,d,e,f,g,h);return l||k._playFailed(),k},c.createInstance=function(a,d,e){if(!c.initializeDefaultPlugins())return new createjs.DefaultSoundInstance(a,d,e);a=c._getSrcById(a);var f=c._parsePath(a.src),g=null;return null!=f&&null!=f.src?(b.create(f.src),null==d&&(d=a.startTime),g=c.activePlugin.create(f.src,d,e||a.duration)):g=new createjs.DefaultSoundInstance(a,d,e),g.uniqueId=c._lastID++,g},c.setVolume=function(a){if(null==Number(a))return!1;if(a=Math.max(0,Math.min(1,a)),c._masterVolume=a,!this.activePlugin||!this.activePlugin.setVolume||!this.activePlugin.setVolume(a))for(var b=this._instances,d=0,e=b.length;e>d;d++)b[d].setMasterVolume(a)},c.getVolume=function(){return c._masterVolume},c.setMute=function(a){if(null==a)return!1;if(this._masterMute=a,!this.activePlugin||!this.activePlugin.setMute||!this.activePlugin.setMute(a))for(var b=this._instances,c=0,d=b.length;d>c;c++)b[c].setMasterMute(a);return!0},c.getMute=function(){return this._masterMute},c.stop=function(){for(var a=this._instances,b=a.length;b--;)a[b].stop()},c._playInstance=function(a,b,d,e,f,g,h){if(b instanceof Object&&(d=b.delay,e=b.offset,f=b.loop,g=b.volume,h=b.pan,b=b.interrupt),b=b||c.defaultInterruptBehavior,null==d&&(d=0),null==e&&(e=a.getPosition()),null==f&&(f=a.loop),null==g&&(g=a.volume),null==h&&(h=a.pan),0==d){var i=c._beginPlaying(a,b,e,f,g,h);if(!i)return!1}else{var j=setTimeout(function(){c._beginPlaying(a,b,e,f,g,h)},d);a.delayTimeoutId=j}return this._instances.push(a),!0},c._beginPlaying=function(a,c,d,e,f,g){if(!b.add(a,c))return!1;var h=a._beginPlaying(d,e,f,g);if(!h){var i=createjs.indexOf(this._instances,a);return i>-1&&this._instances.splice(i,1),!1}return!0},c._getSrcById=function(a){return c._idHash[a]||{src:a}},c._playFinished=function(a){b.remove(a);var c=createjs.indexOf(this._instances,a);c>-1&&this._instances.splice(c,1)},createjs.Sound=a,b.channels={},b.create=function(a,c){var d=b.get(a);return null==d?(b.channels[a]=new b(a,c),!0):!1},b.removeSrc=function(a){var c=b.get(a);return null==c?!1:(c._removeAll(),delete b.channels[a],!0)},b.removeAll=function(){for(var a in b.channels)b.channels[a]._removeAll();b.channels={}},b.add=function(a,c){var d=b.get(a.src);return null==d?!1:d._add(a,c)},b.remove=function(a){var c=b.get(a.src);return null==c?!1:(c._remove(a),!0)},b.maxPerChannel=function(){return d.maxDefault},b.get=function(a){return b.channels[a]};var d=b.prototype;d.constructor=b,d.src=null,d.max=null,d.maxDefault=100,d.length=0,d.init=function(a,b){this.src=a,this.max=b||this.maxDefault,-1==this.max&&(this.max=this.maxDefault),this._instances=[]},d._get=function(a){return this._instances[a]},d._add=function(a,b){return this._getSlot(b,a)?(this._instances.push(a),this.length++,!0):!1},d._remove=function(a){var b=createjs.indexOf(this._instances,a);return-1==b?!1:(this._instances.splice(b,1),this.length--,!0)},d._removeAll=function(){for(var a=this.length-1;a>=0;a--)this._instances[a].stop()},d._getSlot=function(b){var c,d;if(b!=a.INTERRUPT_NONE&&(d=this._get(0),null==d))return!0;for(var e=0,f=this.max;f>e;e++){if(c=this._get(e),null==c)return!0;if(c.playState==a.PLAY_FINISHED||c.playState==a.PLAY_INTERRUPTED||c.playState==a.PLAY_FAILED){d=c;break}b!=a.INTERRUPT_NONE&&(b==a.INTERRUPT_EARLY&&c.getPosition() d.getPosition())&&(d=c)}return null!=d?(d._interrupt(),this._remove(d),!0):!1},d.toString=function(){return"[Sound SoundChannel]"}}(),this.createjs=this.createjs||{},function(){"use strict";var a=function(a,b,c,d){this.EventDispatcher_constructor(),this.src=a,this.uniqueId=-1,this.playState=null,this.delayTimeoutId=null,this._startTime=Math.max(0,b||0),this._volume=1,createjs.definePropertySupported&&Object.defineProperty(this,"volume",{get:this.getVolume,set:this.setVolume}),this._pan=0,createjs.definePropertySupported&&Object.defineProperty(this,"pan",{get:this.getPan,set:this.setPan}),this._duration=Math.max(0,c||0),createjs.definePropertySupported&&Object.defineProperty(this,"duration",{get:this.getDuration,set:this.setDuration}),this._playbackResource=null,createjs.definePropertySupported&&Object.defineProperty(this,"playbackResource",{get:this.getPlaybackResource,set:this.setPlaybackResource}),d!==!1&&d!==!0&&this.setPlaybackResource(d),this._position=0,createjs.definePropertySupported&&Object.defineProperty(this,"position",{get:this.getPosition,set:this.setPosition}),this._loop=0,createjs.definePropertySupported&&Object.defineProperty(this,"loop",{get:this.getLoop,set:this.setLoop}),this._muted=!1,createjs.definePropertySupported&&Object.defineProperty(this,"muted",{get:this.getMuted,set:this.setMuted}),this._paused=!1,createjs.definePropertySupported&&Object.defineProperty(this,"paused",{get:this.getPaused,set:this.setPaused}) +},b=createjs.extend(a,createjs.EventDispatcher);b.play=function(a,b,c,d,e,f){return this.playState==createjs.Sound.PLAY_SUCCEEDED?(a instanceof Object&&(c=a.offset,d=a.loop,e=a.volume,f=a.pan),null!=c&&this.setPosition(c),null!=d&&this.setLoop(d),null!=e&&this.setVolume(e),null!=f&&this.setPan(f),void(this._paused&&this.setPaused(!1))):(this._cleanUp(),createjs.Sound._playInstance(this,a,b,c,d,e,f),this)},b.pause=function(){return this._paused||this.playState!=createjs.Sound.PLAY_SUCCEEDED?!1:(this.setPaused(!0),!0)},b.resume=function(){return this._paused?(this.setPaused(!1),!0):!1},b.stop=function(){return this._position=0,this._paused=!1,this._handleStop(),this._cleanUp(),this.playState=createjs.Sound.PLAY_FINISHED,this},b.destroy=function(){this._cleanUp(),this.src=null,this.playbackResource=null,this.removeAllEventListeners()},b.toString=function(){return"[AbstractSoundInstance]"},b.getPaused=function(){return this._paused},b.setPaused=function(a){return a!==!0&&a!==!1||this._paused==a||1==a&&this.playState!=createjs.Sound.PLAY_SUCCEEDED?void 0:(this._paused=a,a?this._pause():this._resume(),clearTimeout(this.delayTimeoutId),this)},b.setVolume=function(a){return a==this._volume?this:(this._volume=Math.max(0,Math.min(1,a)),this._muted||this._updateVolume(),this)},b.getVolume=function(){return this._volume},b.setMute=function(a){this.setMuted(a)},b.getMute=function(){return this._muted},b.setMuted=function(a){return a===!0||a===!1?(this._muted=a,this._updateVolume(),this):void 0},b.getMuted=function(){return this._muted},b.setPan=function(a){return a==this._pan?this:(this._pan=Math.max(-1,Math.min(1,a)),this._updatePan(),this)},b.getPan=function(){return this._pan},b.getPosition=function(){return this._paused||this.playState!=createjs.Sound.PLAY_SUCCEEDED?this._position:this._calculateCurrentPosition()},b.setPosition=function(a){return this._position=Math.max(0,a),this.playState==createjs.Sound.PLAY_SUCCEEDED&&this._updatePosition(),this},b.getDuration=function(){return this._duration},b.setDuration=function(a){return a==this._duration?this:(this._duration=Math.max(0,a||0),this._updateDuration(),this)},b.setPlaybackResource=function(a){return this._playbackResource=a,0==this._duration&&this._setDurationFromSource(),this},b.getPlaybackResource=function(){return this._playbackResource},b.getLoop=function(){return this._loop},b.setLoop=function(a){null!=this._playbackResource&&(0!=this._loop&&0==a&&this._removeLooping(a),0==this._loop&&0!=a&&this._addLooping(a)),this._loop=a},b._sendEvent=function(a){var b=new createjs.Event(a);this.dispatchEvent(b)},b._cleanUp=function(){clearTimeout(this.delayTimeoutId),this._handleCleanUp(),this._paused=!1,createjs.Sound._playFinished(this)},b._interrupt=function(){this._cleanUp(),this.playState=createjs.Sound.PLAY_INTERRUPTED,this._sendEvent("interrupted")},b._beginPlaying=function(a,b,c,d){return this.setPosition(a),this.setLoop(b),this.setVolume(c),this.setPan(d),null!=this._playbackResource&&this._position c;c++){var e=this._soundInstances[b][c];e.setPlaybackResource(this._audioSources[b])}},b._handlePreloadError=function(){},b._updateVolume=function(){},createjs.AbstractPlugin=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(a){this.AbstractLoader_constructor(a,!0,createjs.AbstractLoader.SOUND)}var b=createjs.extend(a,createjs.AbstractLoader);a.context=null,b.toString=function(){return"[WebAudioLoader]"},b._createRequest=function(){this._request=new createjs.XHRRequest(this._item,!1),this._request.setResponseType("arraybuffer")},b._sendComplete=function(){a.context.decodeAudioData(this._rawResult,createjs.proxy(this._handleAudioDecoded,this),createjs.proxy(this._handleError,this))},b._handleAudioDecoded=function(a){this._result=a,this.AbstractLoader__sendComplete()},createjs.WebAudioLoader=createjs.promote(a,"AbstractLoader")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,d,e){this.AbstractSoundInstance_constructor(a,b,d,e),this.gainNode=c.context.createGain(),this.panNode=c.context.createPanner(),this.panNode.panningModel=c._panningModel,this.panNode.connect(this.gainNode),this.sourceNode=null,this._soundCompleteTimeout=null,this._sourceNodeNext=null,this._playbackStartTime=0,this._endedHandler=createjs.proxy(this._handleSoundComplete,this)}var b=createjs.extend(a,createjs.AbstractSoundInstance),c=a;c.context=null,c.destinationNode=null,c._panningModel="equalpower",b.destroy=function(){this.AbstractSoundInstance_destroy(),this.panNode.disconnect(0),this.panNode=null,this.gainNode.disconnect(0),this.gainNode=null},b.toString=function(){return"[WebAudioSoundInstance]"},b._updatePan=function(){this.panNode.setPosition(this._pan,0,-.5)},b._removeLooping=function(){this._sourceNodeNext=this._cleanUpAudioNode(this._sourceNodeNext)},b._addLooping=function(){this.playState==createjs.Sound.PLAY_SUCCEEDED&&(this._sourceNodeNext=this._createAndPlayAudioNode(this._playbackStartTime,0))},b._setDurationFromSource=function(){this._duration=1e3*this.playbackResource.duration},b._handleCleanUp=function(){this.sourceNode&&this.playState==createjs.Sound.PLAY_SUCCEEDED&&(this.sourceNode=this._cleanUpAudioNode(this.sourceNode),this._sourceNodeNext=this._cleanUpAudioNode(this._sourceNodeNext)),0!=this.gainNode.numberOfOutputs&&this.gainNode.disconnect(0),clearTimeout(this._soundCompleteTimeout),this._playbackStartTime=0},b._cleanUpAudioNode=function(a){return a&&(a.stop(0),a.disconnect(0),a=null),a},b._handleSoundReady=function(){this.gainNode.connect(c.destinationNode);var a=.001*this._duration,b=.001*this._position;this.sourceNode=this._createAndPlayAudioNode(c.context.currentTime-a,b),this._playbackStartTime=this.sourceNode.startTime-b,this._soundCompleteTimeout=setTimeout(this._endedHandler,1e3*(a-b)),0!=this._loop&&(this._sourceNodeNext=this._createAndPlayAudioNode(this._playbackStartTime,0))},b._createAndPlayAudioNode=function(a,b){var d=c.context.createBufferSource();d.buffer=this.playbackResource,d.connect(this.panNode);var e=.001*this._duration;return d.startTime=a+e,d.start(d.startTime,b+.001*this._startTime,e-b),d},b._pause=function(){this._position=1e3*(c.context.currentTime-this._playbackStartTime),this.sourceNode=this._cleanUpAudioNode(this.sourceNode),this._sourceNodeNext=this._cleanUpAudioNode(this._sourceNodeNext),0!=this.gainNode.numberOfOutputs&&this.gainNode.disconnect(0),clearTimeout(this._soundCompleteTimeout)},b._resume=function(){this._handleSoundReady()},b._updateVolume=function(){var a=this._muted?0:this._volume;a!=this.gainNode.gain.value&&(this.gainNode.gain.value=a)},b._calculateCurrentPosition=function(){return 1e3*(c.context.currentTime-this._playbackStartTime)},b._updatePosition=function(){this.sourceNode=this._cleanUpAudioNode(this.sourceNode),this._sourceNodeNext=this._cleanUpAudioNode(this._sourceNodeNext),clearTimeout(this._soundCompleteTimeout),this._paused||this._handleSoundReady()},b._handleLoop=function(){this._cleanUpAudioNode(this.sourceNode),this.sourceNode=this._sourceNodeNext,this._playbackStartTime=this.sourceNode.startTime,this._sourceNodeNext=this._createAndPlayAudioNode(this._playbackStartTime,0),this._soundCompleteTimeout=setTimeout(this._endedHandler,this._duration)},b._updateDuration=function(){this._pause(),this._resume()},createjs.WebAudioSoundInstance=createjs.promote(a,"AbstractSoundInstance")}(),this.createjs=this.createjs||{},function(){"use strict";function a(){this.AbstractPlugin_constructor(),this._panningModel=c._panningModel,this._volume=1,this.context=c.context,this.dynamicsCompressorNode=this.context.createDynamicsCompressor(),this.dynamicsCompressorNode.connect(this.context.destination),this.gainNode=this.context.createGain(),this.gainNode.connect(this.dynamicsCompressorNode),createjs.WebAudioSoundInstance.destinationNode=this.gainNode,this._capabilities=c._capabilities,this._loaderClass=createjs.WebAudioLoader,this._soundInstanceClass=createjs.WebAudioSoundInstance,this._addPropsToClasses()}var b=createjs.extend(a,createjs.AbstractPlugin),c=a;c._capabilities=null,c._panningModel="equalpower",c.context=null,c.isSupported=function(){var a=createjs.BrowserDetect.isIOS||createjs.BrowserDetect.isAndroid||createjs.BrowserDetect.isBlackberry;return"file:"!=location.protocol||a||this._isFileXHRSupported()?(c._generateCapabilities(),null==c.context?!1:!0):!1},c.playEmptySound=function(){var a=c.context.createBufferSource();a.buffer=c.context.createBuffer(1,1,22050),a.connect(c.context.destination),a.start(0,0,0)},c._isFileXHRSupported=function(){var a=!0,b=new XMLHttpRequest;try{b.open("GET","WebAudioPluginTest.fail",!1)}catch(c){return a=!1}b.onerror=function(){a=!1},b.onload=function(){a=404==this.status||200==this.status||0==this.status&&""!=this.response};try{b.send()}catch(c){a=!1}return a},c._generateCapabilities=function(){if(null==c._capabilities){var a=document.createElement("audio");if(null==a.canPlayType)return null;if(null==c.context)if(window.AudioContext)c.context=new AudioContext;else{if(!window.webkitAudioContext)return null;c.context=new webkitAudioContext}c._compatibilitySetUp(),c.playEmptySound(),c._capabilities={panning:!0,volume:!0,tracks:-1};for(var b=createjs.Sound.SUPPORTED_EXTENSIONS,d=createjs.Sound.EXTENSION_MAP,e=0,f=b.length;f>e;e++){var g=b[e],h=d[g]||g;c._capabilities[g]="no"!=a.canPlayType("audio/"+g)&&""!=a.canPlayType("audio/"+g)||"no"!=a.canPlayType("audio/"+h)&&""!=a.canPlayType("audio/"+h)}c.context.destination.numberOfChannels<2&&(c._capabilities.panning=!1)}},c._compatibilitySetUp=function(){if(c._panningModel="equalpower",!c.context.createGain){c.context.createGain=c.context.createGainNode;var a=c.context.createBufferSource();a.__proto__.start=a.__proto__.noteGrainOn,a.__proto__.stop=a.__proto__.noteOff,c._panningModel=0}},b.toString=function(){return"[WebAudioPlugin]"},b._addPropsToClasses=function(){var a=this._soundInstanceClass;a.context=this.context,a.destinationNode=this.gainNode,a._panningModel=this._panningModel,this._loaderClass.context=this.context},b._updateVolume=function(){var a=createjs.Sound._masterMute?0:this._volume;a!=this.gainNode.gain.value&&(this.gainNode.gain.value=a)},createjs.WebAudioPlugin=createjs.promote(a,"AbstractPlugin")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a){this.src=a,this.length=0,this.available=0,this.tags=[],this.duration=0}var b=a.prototype;b.constructor=a;var c=a;c.tags={},c.get=function(b){var d=c.tags[b];return null==d&&(d=c.tags[b]=new a(b)),d},c.remove=function(a){var b=c.tags[a];return null==b?!1:(b.removeAll(),delete c.tags[a],!0)},c.getInstance=function(a){var b=c.tags[a];return null==b?null:b.get()},c.setInstance=function(a,b){var d=c.tags[a];return null==d?null:d.set(b)},c.getDuration=function(a){var b=c.tags[a];return null==b?0:b.getDuration()},b.add=function(a){this.tags.push(a),this.length++,this.available++},b.removeAll=function(){for(var a;this.length--;)a=this.tags[this.length],a.parentNode&&a.parentNode.removeChild(a),delete this.tags[this.length];this.src=null,this.tags.length=0},b.get=function(){if(0==this.tags.length)return null;this.available=this.tags.length;var a=this.tags.pop();return null==a.parentNode&&document.body.appendChild(a),a},b.set=function(a){var b=createjs.indexOf(this.tags,a);-1==b&&this.tags.push(a),this.available=this.tags.length},b.getDuration=function(){return this.duration||(this.duration=1e3*this.tags[this.tags.length-1].duration),this.duration},b.toString=function(){return"[HTMLAudioTagPool]"},createjs.HTMLAudioTagPool=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c,d){this.AbstractSoundInstance_constructor(a,b,c,d),this._audioSpriteStopTime=null,this._delayTimeoutId=null,this._endedHandler=createjs.proxy(this._handleSoundComplete,this),this._readyHandler=createjs.proxy(this._handleTagReady,this),this._stalledHandler=createjs.proxy(this.playFailed,this),this._audioSpriteEndHandler=createjs.proxy(this._handleAudioSpriteLoop,this),this._loopHandler=createjs.proxy(this._handleSoundComplete,this),c?this._audioSpriteStopTime=.001*(b+c):this._duration=createjs.HTMLAudioTagPool.getDuration(this.src)}var b=createjs.extend(a,createjs.AbstractSoundInstance);b.setMasterVolume=function(){this._updateVolume()},b.setMasterMute=function(){this._updateVolume()},b.toString=function(){return"[HTMLAudioSoundInstance]"},b._removeLooping=function(){null!=this._playbackResource&&(this._playbackResource.loop=!1,this._playbackResource.removeEventListener(createjs.HTMLAudioPlugin._AUDIO_SEEKED,this._loopHandler,!1))},b._addLooping=function(){null==this._playbackResource||this._audioSpriteStopTime||(this._playbackResource.addEventListener(createjs.HTMLAudioPlugin._AUDIO_SEEKED,this._loopHandler,!1),this._playbackResource.loop=!0)},b._handleCleanUp=function(){var a=this._playbackResource;if(null!=a){a.pause(),a.loop=!1,a.removeEventListener(createjs.HTMLAudioPlugin._AUDIO_ENDED,this._endedHandler,!1),a.removeEventListener(createjs.HTMLAudioPlugin._AUDIO_READY,this._readyHandler,!1),a.removeEventListener(createjs.HTMLAudioPlugin._AUDIO_STALLED,this._stalledHandler,!1),a.removeEventListener(createjs.HTMLAudioPlugin._AUDIO_SEEKED,this._loopHandler,!1),a.removeEventListener(createjs.HTMLAudioPlugin._TIME_UPDATE,this._audioSpriteEndHandler,!1);try{a.currentTime=this._startTime}catch(b){}createjs.HTMLAudioTagPool.setInstance(this.src,a),this._playbackResource=null}},b._beginPlaying=function(a,b,c,d){return this._playbackResource=createjs.HTMLAudioTagPool.getInstance(this.src),this.AbstractSoundInstance__beginPlaying(a,b,c,d)},b._handleSoundReady=function(){if(4!==this._playbackResource.readyState){var a=this._playbackResource;return a.addEventListener(createjs.HTMLAudioPlugin._AUDIO_READY,this._readyHandler,!1),a.addEventListener(createjs.HTMLAudioPlugin._AUDIO_STALLED,this._stalledHandler,!1),a.preload="auto",void a.load()}this._updateVolume(),this._playbackResource.currentTime=.001*(this._startTime+this._position),this._audioSpriteStopTime?this._playbackResource.addEventListener(createjs.HTMLAudioPlugin._TIME_UPDATE,this._audioSpriteEndHandler,!1):(this._playbackResource.addEventListener(createjs.HTMLAudioPlugin._AUDIO_ENDED,this._endedHandler,!1),0!=this._loop&&(this._playbackResource.addEventListener(createjs.HTMLAudioPlugin._AUDIO_SEEKED,this._loopHandler,!1),this._playbackResource.loop=!0)),this._playbackResource.play()},b._handleTagReady=function(){this._playbackResource.removeEventListener(createjs.HTMLAudioPlugin._AUDIO_READY,this._readyHandler,!1),this._playbackResource.removeEventListener(createjs.HTMLAudioPlugin._AUDIO_STALLED,this._stalledHandler,!1),this._handleSoundReady()},b._pause=function(){this._playbackResource.pause()},b._resume=function(){this._playbackResource.play()},b._updateVolume=function(){if(null!=this._playbackResource){var a=this._muted||createjs.Sound._masterMute?0:this._volume*createjs.Sound._masterVolume;a!=this._playbackResource.volume&&(this._playbackResource.volume=a)}},b._calculateCurrentPosition=function(){return 1e3*this._playbackResource.currentTime-this._startTime},b._updatePosition=function(){this._playbackResource.removeEventListener(createjs.HTMLAudioPlugin._AUDIO_SEEKED,this._loopHandler,!1),this._playbackResource.addEventListener(createjs.HTMLAudioPlugin._AUDIO_SEEKED,this._handleSetPositionSeek,!1);try{this._playbackResource.currentTime=.001*(this._position+this._startTime)}catch(a){this._handleSetPositionSeek(null)}},b._handleSetPositionSeek=function(){null!=this._playbackResource&&(this._playbackResource.removeEventListener(createjs.HTMLAudioPlugin._AUDIO_SEEKED,this._handleSetPositionSeek,!1),this._playbackResource.addEventListener(createjs.HTMLAudioPlugin._AUDIO_SEEKED,this._loopHandler,!1))},b._handleAudioSpriteLoop=function(){this._playbackResource.currentTime<=this._audioSpriteStopTime||(this._playbackResource.pause(),0==this._loop?this._handleSoundComplete(null):(this._position=0,this._loop--,this._playbackResource.currentTime=.001*this._startTime,this._paused||this._playbackResource.play(),this._sendEvent("loop")))},b._handleLoop=function(){0==this._loop&&(this._playbackResource.loop=!1,this._playbackResource.removeEventListener(createjs.HTMLAudioPlugin._AUDIO_SEEKED,this._loopHandler,!1))},b._updateDuration=function(){this._audioSpriteStopTime=.001*(startTime+duration),this.playState==createjs.Sound.PLAY_SUCCEEDED&&(this._playbackResource.removeEventListener(createjs.HTMLAudioPlugin._AUDIO_ENDED,this._endedHandler,!1),this._playbackResource.addEventListener(createjs.HTMLAudioPlugin._TIME_UPDATE,this._audioSpriteEndHandler,!1))},createjs.HTMLAudioSoundInstance=createjs.promote(a,"AbstractSoundInstance")}(),this.createjs=this.createjs||{},function(){"use strict";function a(){this.AbstractPlugin_constructor(),this.defaultNumChannels=2,this._capabilities=c._capabilities,this._loaderClass=createjs.SoundLoader,this._soundInstanceClass=createjs.HTMLAudioSoundInstance}var b=createjs.extend(a,createjs.AbstractPlugin),c=a;c.MAX_INSTANCES=30,c._AUDIO_READY="canplaythrough",c._AUDIO_ENDED="ended",c._AUDIO_SEEKED="seeked",c._AUDIO_STALLED="stalled",c._TIME_UPDATE="timeupdate",c._capabilities=null,c.enableIOS=!1,c.isSupported=function(){return c._generateCapabilities(),null==c._capabilities?!1:!0},c._generateCapabilities=function(){if(null==c._capabilities){var a=document.createElement("audio");if(null==a.canPlayType)return null;c._capabilities={panning:!0,volume:!0,tracks:-1};for(var b=createjs.Sound.SUPPORTED_EXTENSIONS,d=createjs.Sound.EXTENSION_MAP,e=0,f=b.length;f>e;e++){var g=b[e],h=d[g]||g;c._capabilities[g]="no"!=a.canPlayType("audio/"+g)&&""!=a.canPlayType("audio/"+g)||"no"!=a.canPlayType("audio/"+h)&&""!=a.canPlayType("audio/"+h)}}},b.register=function(a,b){for(var c=createjs.HTMLAudioTagPool.get(a.src),d=null,e=0;b>e;e++)d=this._createTag(a.src),c.add(d);var f=this.AbstractPlugin_register(a,b);return f.setTag(d),f},b.removeSound=function(a){this.AbstractPlugin_removeSound(a),createjs.HTMLAudioTagPool.remove(a)},b.create=function(a,b,c){var d=this.AbstractPlugin_create(a,b,c);return d.setPlaybackResource(null),d},b.toString=function(){return"[HTMLAudioPlugin]"},b.setVolume=b.getVolume=b.setMute=null,b._createTag=function(a){var b=document.createElement("audio");return b.autoplay=!1,b.preload="none",b.src=a,b},createjs.HTMLAudioPlugin=createjs.promote(a,"AbstractPlugin")}(); \ No newline at end of file diff --git a/lib/tweenjs-0.6.0.min.js b/lib/tweenjs-0.6.0.min.js new file mode 100644 index 0000000..876ce8d --- /dev/null +++ b/lib/tweenjs-0.6.0.min.js @@ -0,0 +1,12 @@ +/*! +* @license TweenJS +* Visit http://createjs.com/ for documentation, updates and examples. +* +* Copyright (c) 2011-2013 gskinner.com, inc. +* +* Distributed under the terms of the MIT license. +* http://www.opensource.org/licenses/mit-license.html +* +* This notice shall be included in all copies or substantial portions of the Software. +*/ +this.createjs=this.createjs||{},createjs.extend=function(a,b){"use strict";function c(){this.constructor=a}return c.prototype=b.prototype,a.prototype=new c},this.createjs=this.createjs||{},createjs.promote=function(a,b){"use strict";var c=a.prototype,d=Object.getPrototypeOf&&Object.getPrototypeOf(c)||c.__proto__;if(d){c[(b+="_")+"constructor"]=d.constructor;for(var e in d)c.hasOwnProperty(e)&&"function"==typeof d[e]&&(c[b+e]=d[e])}return a},this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c){this.type=a,this.target=null,this.currentTarget=null,this.eventPhase=0,this.bubbles=!!b,this.cancelable=!!c,this.timeStamp=(new Date).getTime(),this.defaultPrevented=!1,this.propagationStopped=!1,this.immediatePropagationStopped=!1,this.removed=!1}var b=a.prototype;b.preventDefault=function(){this.defaultPrevented=this.cancelable&&!0},b.stopPropagation=function(){this.propagationStopped=!0},b.stopImmediatePropagation=function(){this.immediatePropagationStopped=this.propagationStopped=!0},b.remove=function(){this.removed=!0},b.clone=function(){return new a(this.type,this.bubbles,this.cancelable)},b.set=function(a){for(var b in a)this[b]=a[b];return this},b.toString=function(){return"[Event (type="+this.type+")]"},createjs.Event=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(){this._listeners=null,this._captureListeners=null}var b=a.prototype;a.initialize=function(a){a.addEventListener=b.addEventListener,a.on=b.on,a.removeEventListener=a.off=b.removeEventListener,a.removeAllEventListeners=b.removeAllEventListeners,a.hasEventListener=b.hasEventListener,a.dispatchEvent=b.dispatchEvent,a._dispatchEvent=b._dispatchEvent,a.willTrigger=b.willTrigger},b.addEventListener=function(a,b,c){var d;d=c?this._captureListeners=this._captureListeners||{}:this._listeners=this._listeners||{};var e=d[a];return e&&this.removeEventListener(a,b,c),e=d[a],e?e.push(b):d[a]=[b],b},b.on=function(a,b,c,d,e,f){return b.handleEvent&&(c=c||b,b=b.handleEvent),c=c||this,this.addEventListener(a,function(a){b.call(c,a,e),d&&a.remove()},f)},b.removeEventListener=function(a,b,c){var d=c?this._captureListeners:this._listeners;if(d){var e=d[a];if(e)for(var f=0,g=e.length;g>f;f++)if(e[f]==b){1==g?delete d[a]:e.splice(f,1);break}}},b.off=b.removeEventListener,b.removeAllEventListeners=function(a){a?(this._listeners&&delete this._listeners[a],this._captureListeners&&delete this._captureListeners[a]):this._listeners=this._captureListeners=null},b.dispatchEvent=function(a){if("string"==typeof a){var b=this._listeners;if(!b||!b[a])return!1;a=new createjs.Event(a)}else a.target&&a.clone&&(a=a.clone());try{a.target=this}catch(c){}if(a.bubbles&&this.parent){for(var d=this,e=[d];d.parent;)e.push(d=d.parent);var f,g=e.length;for(f=g-1;f>=0&&!a.propagationStopped;f--)e[f]._dispatchEvent(a,1+(0==f));for(f=1;g>f&&!a.propagationStopped;f++)e[f]._dispatchEvent(a,3)}else this._dispatchEvent(a,2);return a.defaultPrevented},b.hasEventListener=function(a){var b=this._listeners,c=this._captureListeners;return!!(b&&b[a]||c&&c[a])},b.willTrigger=function(a){for(var b=this;b;){if(b.hasEventListener(a))return!0;b=b.parent}return!1},b.toString=function(){return"[EventDispatcher]"},b._dispatchEvent=function(a,b){var c,d=1==b?this._captureListeners:this._listeners;if(a&&d){var e=d[a.type];if(!e||!(c=e.length))return;try{a.currentTarget=this}catch(f){}try{a.eventPhase=b}catch(f){}a.removed=!1,e=e.slice();for(var g=0;c>g&&!a.immediatePropagationStopped;g++){var h=e[g];h.handleEvent?h.handleEvent(a):h(a),a.removed&&(this.off(a.type,h,1==b),a.removed=!1)}}},createjs.EventDispatcher=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(){throw"Ticker cannot be instantiated."}a.RAF_SYNCHED="synched",a.RAF="raf",a.TIMEOUT="timeout",a.useRAF=!1,a.timingMode=null,a.maxDelta=0,a.paused=!1,a.removeEventListener=null,a.removeAllEventListeners=null,a.dispatchEvent=null,a.hasEventListener=null,a._listeners=null,createjs.EventDispatcher.initialize(a),a._addEventListener=a.addEventListener,a.addEventListener=function(){return!a._inited&&a.init(),a._addEventListener.apply(a,arguments)},a._inited=!1,a._startTime=0,a._pausedTime=0,a._ticks=0,a._pausedTicks=0,a._interval=50,a._lastTime=0,a._times=null,a._tickTimes=null,a._timerId=null,a._raf=!0,a.setInterval=function(b){a._interval=b,a._inited&&a._setupTick()},a.getInterval=function(){return a._interval},a.setFPS=function(b){a.setInterval(1e3/b)},a.getFPS=function(){return 1e3/a._interval};try{Object.defineProperties(a,{interval:{get:a.getInterval,set:a.setInterval},framerate:{get:a.getFPS,set:a.setFPS}})}catch(b){console.log(b)}a.init=function(){a._inited||(a._inited=!0,a._times=[],a._tickTimes=[],a._startTime=a._getTime(),a._times.push(a._lastTime=0),a.interval=a._interval)},a.reset=function(){if(a._raf){var b=window.cancelAnimationFrame||window.webkitCancelAnimationFrame||window.mozCancelAnimationFrame||window.oCancelAnimationFrame||window.msCancelAnimationFrame;b&&b(a._timerId)}else clearTimeout(a._timerId);a.removeAllEventListeners("tick"),a._timerId=a._times=a._tickTimes=null,a._startTime=a._lastTime=a._ticks=0,a._inited=!1},a.getMeasuredTickTime=function(b){var c=0,d=a._tickTimes;if(!d||d.length<1)return-1;b=Math.min(d.length,b||0|a.getFPS());for(var e=0;b>e;e++)c+=d[e];return c/b},a.getMeasuredFPS=function(b){var c=a._times;return!c||c.length<2?-1:(b=Math.min(c.length-1,b||0|a.getFPS()),1e3/((c[0]-c[b])/b))},a.setPaused=function(b){a.paused=b},a.getPaused=function(){return a.paused},a.getTime=function(b){return a._startTime?a._getTime()-(b?a._pausedTime:0):-1},a.getEventTime=function(b){return a._startTime?(a._lastTime||a._startTime)-(b?a._pausedTime:0):-1},a.getTicks=function(b){return a._ticks-(b?a._pausedTicks:0)},a._handleSynch=function(){a._timerId=null,a._setupTick(),a._getTime()-a._lastTime>=.97*(a._interval-1)&&a._tick()},a._handleRAF=function(){a._timerId=null,a._setupTick(),a._tick()},a._handleTimeout=function(){a._timerId=null,a._setupTick(),a._tick()},a._setupTick=function(){if(null==a._timerId){var b=a.timingMode||a.useRAF&&a.RAF_SYNCHED;if(b==a.RAF_SYNCHED||b==a.RAF){var c=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame;if(c)return a._timerId=c(b==a.RAF?a._handleRAF:a._handleSynch),void(a._raf=!0)}a._raf=!1,a._timerId=setTimeout(a._handleTimeout,a._interval)}},a._tick=function(){var b=a.paused,c=a._getTime(),d=c-a._lastTime;if(a._lastTime=c,a._ticks++,b&&(a._pausedTicks++,a._pausedTime+=d),a.hasEventListener("tick")){var e=new createjs.Event("tick"),f=a.maxDelta;e.delta=f&&d>f?f:d,e.paused=b,e.time=c,e.runTime=c-a._pausedTime,a.dispatchEvent(e)}for(a._tickTimes.unshift(a._getTime()-c);a._tickTimes.length>100;)a._tickTimes.pop();for(a._times.unshift(c);a._times.length>100;)a._times.pop()};var c=window.performance&&(performance.now||performance.mozNow||performance.msNow||performance.oNow||performance.webkitNow);a._getTime=function(){return(c&&c.call(performance)||(new Date).getTime())-a._startTime},createjs.Ticker=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(b,c,d){this.ignoreGlobalPause=!1,this.loop=!1,this.duration=0,this.pluginData=d||{},this.target=b,this.position=null,this.passive=!1,this._paused=!1,this._curQueueProps={},this._initQueueProps={},this._steps=[],this._actions=[],this._prevPosition=0,this._stepPosition=0,this._prevPos=-1,this._target=b,this._useTicks=!1,this._inited=!1,c&&(this._useTicks=c.useTicks,this.ignoreGlobalPause=c.ignoreGlobalPause,this.loop=c.loop,c.onChange&&this.addEventListener("change",c.onChange),c.override&&a.removeTweens(b)),c&&c.paused?this._paused=!0:createjs.Tween._register(this,!0),c&&null!=c.position&&this.setPosition(c.position,a.NONE)}var b=createjs.extend(a,createjs.EventDispatcher);a.NONE=0,a.LOOP=1,a.REVERSE=2,a.IGNORE={},a._tweens=[],a._plugins={},a.get=function(b,c,d,e){return e&&a.removeTweens(b),new a(b,c,d)},a.tick=function(b,c){for(var d=a._tweens.slice(),e=d.length-1;e>=0;e--){var f=d[e];c&&!f.ignoreGlobalPause||f._paused||f.tick(f._useTicks?1:b)}},a.handleEvent=function(a){"tick"==a.type&&this.tick(a.delta,a.paused)},a.removeTweens=function(b){if(b.tweenjs_count){for(var c=a._tweens,d=c.length-1;d>=0;d--){var e=c[d];e._target==b&&(e._paused=!0,c.splice(d,1))}b.tweenjs_count=0}},a.removeAllTweens=function(){for(var b=a._tweens,c=0,d=b.length;d>c;c++){var e=b[c];e._paused=!0,e.target.tweenjs_count=0}b.length=0},a.hasActiveTweens=function(b){return b?b.tweenjs_count:a._tweens&&!!a._tweens.length},a.installPlugin=function(b,c){var d=b.priority;null==d&&(b.priority=d=0);for(var e=0,f=c.length,g=a._plugins;f>e;e++){var h=c[e];if(g[h]){for(var i=g[h],j=0,k=i.length;k>j&&!(d=a)return this;var c=this._cloneProps(this._curQueueProps);return this._addStep({d:a,p0:c,e:this._linearEase,p1:c,v:b})},b.to=function(a,b,c){return(isNaN(b)||0>b)&&(b=0),this._addStep({d:b||0,p0:this._cloneProps(this._curQueueProps),e:c,p1:this._cloneProps(this._appendQueueProps(a))})},b.call=function(a,b,c){return this._addAction({f:a,p:b?b:[this],o:c?c:this._target})},b.set=function(a,b){return this._addAction({f:this._set,o:this,p:[a,b?b:this._target]})},b.play=function(a){return a||(a=this),this.call(a.setPaused,[!1],a)},b.pause=function(a){return a||(a=this),this.call(a.setPaused,[!0],a)},b.setPosition=function(a,b){0>a&&(a=0),null==b&&(b=1);var c=a,d=!1;if(c>=this.duration&&(this.loop?c%=this.duration:(c=this.duration,d=!0)),c==this._prevPos)return d;var e=this._prevPos;if(this.position=this._prevPos=c,this._prevPosition=a,this._target)if(d)this._updateTargetProps(null,1);else if(this._steps.length>0){for(var f=0,g=this._steps.length;g>f&&!(this._steps[f].t>c);f++);var h=this._steps[f-1];this._updateTargetProps(h,(this._stepPosition=c-h.t)/h.d)}return 0!=b&&this._actions.length>0&&(this._useTicks?this._runActions(c,c):1==b&&e>c?(e!=this.duration&&this._runActions(e,this.duration),this._runActions(0,c,!0)):this._runActions(e,c)),d&&this.setPaused(!0),this.dispatchEvent("change"),d},b.tick=function(a){this._paused||this.setPosition(this._prevPosition+a)},b.setPaused=function(b){return this._paused===!!b?this:(this._paused=!!b,a._register(this,!b),this)},b.w=b.wait,b.t=b.to,b.c=b.call,b.s=b.set,b.toString=function(){return"[Tween]"},b.clone=function(){throw"Tween can not be cloned."},b._updateTargetProps=function(b,c){var d,e,f,g,h,i;if(b||1!=c){if(this.passive=!!b.v,this.passive)return;b.e&&(c=b.e(c,0,1,1)),d=b.p0,e=b.p1}else this.passive=!1,d=e=this._curQueueProps;for(var j in this._initQueueProps){null==(g=d[j])&&(d[j]=g=this._initQueueProps[j]),null==(h=e[j])&&(e[j]=h=g),f=g==h||0==c||1==c||"number"!=typeof g?1==c?h:g:g+(h-g)*c;var k=!1;if(i=a._plugins[j])for(var l=0,m=i.length;m>l;l++){var n=i[l].tween(this,j,f,d,e,c,!!b&&d==e,!b);n==a.IGNORE?k=!0:f=n}k||(this._target[j]=f)}},b._runActions=function(a,b,c){var d=a,e=b,f=-1,g=this._actions.length,h=1;for(a>b&&(d=b,e=a,f=g,g=h=-1);(f+=h)!=g;){var i=this._actions[f],j=i.t;(j==e||j>d&&e>j||c&&j==a)&&i.f.apply(i.o,i.p)}},b._appendQueueProps=function(b){var c,d,e,f,g;for(var h in b)if(void 0===this._initQueueProps[h]){if(d=this._target[h],c=a._plugins[h])for(e=0,f=c.length;f>e;e++)d=c[e].init(this,h,d);this._initQueueProps[h]=this._curQueueProps[h]=void 0===d?null:d}else d=this._curQueueProps[h];for(var h in b){if(d=this._curQueueProps[h],c=a._plugins[h])for(g=g||{},e=0,f=c.length;f>e;e++)c[e].step&&c[e].step(this,h,d,b[h],g);this._curQueueProps[h]=b[h]}return g&&this._appendQueueProps(g),this._curQueueProps},b._cloneProps=function(a){var b={};for(var c in a)b[c]=a[c];return b},b._addStep=function(a){return a.d>0&&(this._steps.push(a),a.t=this.duration,this.duration+=a.d),this},b._addAction=function(a){return a.t=this.duration,this._actions.push(a),this},b._set=function(a,b){for(var c in a)b[c]=a[c]},createjs.Tween=createjs.promote(a,"EventDispatcher")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c){this.EventDispatcher_constructor(),this.ignoreGlobalPause=!1,this.duration=0,this.loop=!1,this.position=null,this._paused=!1,this._tweens=[],this._labels=null,this._labelList=null,this._prevPosition=0,this._prevPos=-1,this._useTicks=!1,c&&(this._useTicks=c.useTicks,this.loop=c.loop,this.ignoreGlobalPause=c.ignoreGlobalPause,c.onChange&&this.addEventListener("change",c.onChange)),a&&this.addTween.apply(this,a),this.setLabels(b),c&&c.paused?this._paused=!0:createjs.Tween._register(this,!0),c&&null!=c.position&&this.setPosition(c.position,createjs.Tween.NONE)}var b=createjs.extend(a,createjs.EventDispatcher);b.addTween=function(a){var b=arguments.length;if(b>1){for(var c=0;b>c;c++)this.addTween(arguments[c]);return arguments[0]}return 0==b?null:(this.removeTween(a),this._tweens.push(a),a.setPaused(!0),a._paused=!1,a._useTicks=this._useTicks,a.duration>this.duration&&(this.duration=a.duration),this._prevPos>=0&&a.setPosition(this._prevPos,createjs.Tween.NONE),a)},b.removeTween=function(a){var b=arguments.length;if(b>1){for(var c=!0,d=0;b>d;d++)c=c&&this.removeTween(arguments[d]);return c}if(0==b)return!1;for(var e=this._tweens,d=e.length;d--;)if(e[d]==a)return e.splice(d,1),a.duration>=this.duration&&this.updateDuration(),!0;return!1},b.addLabel=function(a,b){this._labels[a]=b;var c=this._labelList;if(c){for(var d=0,e=c.length;e>d&&!(b d&&!(ba&&(a=0);var c=this.loop?a%this.duration:a,d=!this.loop&&a>=this.duration;if(c==this._prevPos)return d;this._prevPosition=a,this.position=this._prevPos=c;for(var e=0,f=this._tweens.length;f>e;e++)if(this._tweens[e].setPosition(c,b),c!=this._prevPos)return!1;return d&&this.setPaused(!0),this.dispatchEvent("change"),d},b.setPaused=function(a){this._paused=!!a,createjs.Tween._register(this,!a)},b.updateDuration=function(){this.duration=0;for(var a=0,b=this._tweens.length;b>a;a++){var c=this._tweens[a];c.duration>this.duration&&(this.duration=c.duration)}},b.tick=function(a){this.setPosition(this._prevPosition+a)},b.resolve=function(a){var b=Number(a);return isNaN(b)&&(b=this._labels[a]),b},b.toString=function(){return"[Timeline]"},b.clone=function(){throw"Timeline can not be cloned."},b._goto=function(a){var b=this.resolve(a);null!=b&&this.setPosition(b)},createjs.Timeline=createjs.promote(a,"EventDispatcher")}(),this.createjs=this.createjs||{},function(){"use strict";function a(){throw"Ease cannot be instantiated."}a.linear=function(a){return a},a.none=a.linear,a.get=function(a){return-1>a&&(a=-1),a>1&&(a=1),function(b){return 0==a?b:0>a?b*(b*-a+1+a):b*((2-b)*a+(1-a))}},a.getPowIn=function(a){return function(b){return Math.pow(b,a)}},a.getPowOut=function(a){return function(b){return 1-Math.pow(1-b,a)}},a.getPowInOut=function(a){return function(b){return(b*=2)<1?.5*Math.pow(b,a):1-.5*Math.abs(Math.pow(2-b,a))}},a.quadIn=a.getPowIn(2),a.quadOut=a.getPowOut(2),a.quadInOut=a.getPowInOut(2),a.cubicIn=a.getPowIn(3),a.cubicOut=a.getPowOut(3),a.cubicInOut=a.getPowInOut(3),a.quartIn=a.getPowIn(4),a.quartOut=a.getPowOut(4),a.quartInOut=a.getPowInOut(4),a.quintIn=a.getPowIn(5),a.quintOut=a.getPowOut(5),a.quintInOut=a.getPowInOut(5),a.sineIn=function(a){return 1-Math.cos(a*Math.PI/2)},a.sineOut=function(a){return Math.sin(a*Math.PI/2)},a.sineInOut=function(a){return-.5*(Math.cos(Math.PI*a)-1)},a.getBackIn=function(a){return function(b){return b*b*((a+1)*b-a)}},a.backIn=a.getBackIn(1.7),a.getBackOut=function(a){return function(b){return--b*b*((a+1)*b+a)+1}},a.backOut=a.getBackOut(1.7),a.getBackInOut=function(a){return a*=1.525,function(b){return(b*=2)<1?.5*b*b*((a+1)*b-a):.5*((b-=2)*b*((a+1)*b+a)+2)}},a.backInOut=a.getBackInOut(1.7),a.circIn=function(a){return-(Math.sqrt(1-a*a)-1)},a.circOut=function(a){return Math.sqrt(1- --a*a)},a.circInOut=function(a){return(a*=2)<1?-.5*(Math.sqrt(1-a*a)-1):.5*(Math.sqrt(1-(a-=2)*a)+1)},a.bounceIn=function(b){return 1-a.bounceOut(1-b)},a.bounceOut=function(a){return 1/2.75>a?7.5625*a*a:2/2.75>a?7.5625*(a-=1.5/2.75)*a+.75:2.5/2.75>a?7.5625*(a-=2.25/2.75)*a+.9375:7.5625*(a-=2.625/2.75)*a+.984375},a.bounceInOut=function(b){return.5>b?.5*a.bounceIn(2*b):.5*a.bounceOut(2*b-1)+.5},a.getElasticIn=function(a,b){var c=2*Math.PI;return function(d){if(0==d||1==d)return d;var e=b/c*Math.asin(1/a);return-(a*Math.pow(2,10*(d-=1))*Math.sin((d-e)*c/b))}},a.elasticIn=a.getElasticIn(1,.3),a.getElasticOut=function(a,b){var c=2*Math.PI;return function(d){if(0==d||1==d)return d;var e=b/c*Math.asin(1/a);return a*Math.pow(2,-10*d)*Math.sin((d-e)*c/b)+1}},a.elasticOut=a.getElasticOut(1,.3),a.getElasticInOut=function(a,b){var c=2*Math.PI;return function(d){var e=b/c*Math.asin(1/a);return(d*=2)<1?-.5*a*Math.pow(2,10*(d-=1))*Math.sin((d-e)*c/b):a*Math.pow(2,-10*(d-=1))*Math.sin((d-e)*c/b)*.5+1}},a.elasticInOut=a.getElasticInOut(1,.3*1.5),createjs.Ease=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(){throw"MotionGuidePlugin cannot be instantiated."}a.priority=0,a._rotOffS,a._rotOffE,a._rotNormS,a._rotNormE,a.install=function(){return createjs.Tween.installPlugin(a,["guide","x","y","rotation"]),createjs.Tween.IGNORE},a.init=function(a,b,c){var d=a.target;return d.hasOwnProperty("x")||(d.x=0),d.hasOwnProperty("y")||(d.y=0),d.hasOwnProperty("rotation")||(d.rotation=0),"rotation"==b&&(a.__needsRot=!0),"guide"==b?null:c},a.step=function(b,c,d,e,f){if("rotation"==c&&(b.__rotGlobalS=d,b.__rotGlobalE=e,a.testRotData(b,f)),"guide"!=c)return e;var g,h=e;h.hasOwnProperty("path")||(h.path=[]);var i=h.path;if(h.hasOwnProperty("end")||(h.end=1),h.hasOwnProperty("start")||(h.start=d&&d.hasOwnProperty("end")&&d.path===i?d.end:0),h.hasOwnProperty("_segments")&&h._length)return e;var j=i.length,k=10;if(!(j>=6&&(j-2)%4==0))throw"invalid 'path' data, please see documentation for valid paths";h._segments=[],h._length=0;for(var l=2;j>l;l+=4){for(var m,n,o=i[l-2],p=i[l-1],q=i[l+0],r=i[l+1],s=i[l+2],t=i[l+3],u=o,v=p,w=0,x=[],y=1;k>=y;y++){var z=y/k,A=1-z;m=A*A*o+2*A*z*q+z*z*s,n=A*A*p+2*A*z*r+z*z*t,w+=x[x.push(Math.sqrt((g=m-u)*g+(g=n-v)*g))-1],u=m,v=n}h._segments.push(w),h._segments.push(x),h._length+=w}g=h.orient,h.orient=!0;var B={};return a.calc(h,h.start,B),b.__rotPathS=Number(B.rotation.toFixed(5)),a.calc(h,h.end,B),b.__rotPathE=Number(B.rotation.toFixed(5)),h.orient=!1,a.calc(h,h.end,f),h.orient=g,h.orient?(b.__guideData=h,a.testRotData(b,f),e):e},a.testRotData=function(a,b){if(void 0===a.__rotGlobalS||void 0===a.__rotGlobalE){if(a.__needsRot)return;a.__rotGlobalS=a.__rotGlobalE=void 0!==a._curQueueProps.rotation?a._curQueueProps.rotation:b.rotation=a.target.rotation||0}if(void 0!==a.__guideData){var c=a.__guideData,d=a.__rotGlobalE-a.__rotGlobalS,e=a.__rotPathE-a.__rotPathS,f=d-e;if("auto"==c.orient)f>180?f-=360:-180>f&&(f+=360);else if("cw"==c.orient){for(;0>f;)f+=360;0==f&&d>0&&180!=d&&(f+=360)}else if("ccw"==c.orient){for(f=d-(e>180?360-e:e);f>0;)f-=360;0==f&&0>d&&-180!=d&&(f-=360)}c.rotDelta=f,c.rotOffS=a.__rotGlobalS-a.__rotPathS,a.__rotGlobalS=a.__rotGlobalE=a.__guideData=a.__needsRot=void 0}},a.tween=function(b,c,d,e,f,g,h){var i=f.guide;if(void 0==i||i===e.guide)return d;if(i.lastRatio!=g){var j=(i.end-i.start)*(h?i.end:g)+i.start;switch(a.calc(i,j,b.target),i.orient){case"cw":case"ccw":case"auto":b.target.rotation+=i.rotOffS+i.rotDelta*g;break;case"fixed":default:b.target.rotation+=i.rotOffS}i.lastRatio=g}return"rotation"!=c||i.orient&&"false"!=i.orient?b.target[c]:d},a.calc=function(b,c,d){void 0==b._segments&&a.validate(b),void 0==d&&(d={x:0,y:0,rotation:0});for(var e=b._segments,f=b.path,g=b._length*c,h=e.length-2,i=0;g>e[i]&&h>i;)g-=e[i],i+=2;var j=e[i+1],k=0;for(h=j.length-1;g>j[k]&&h>k;)g-=j[k],k++;var l=k/++h+g/(h*j[k]);i=2*i+2;var m=1-l;return d.x=m*m*f[i-2]+2*m*l*f[i+0]+l*l*f[i+2],d.y=m*m*f[i-1]+2*m*l*f[i+1]+l*l*f[i+3],b.orient&&(d.rotation=57.2957795*Math.atan2((f[i+1]-f[i-1])*m+(f[i+3]-f[i+1])*l,(f[i+0]-f[i-2])*m+(f[i+2]-f[i+0])*l)),d},createjs.MotionGuidePlugin=a}(),this.createjs=this.createjs||{},function(){"use strict";var a=createjs.TweenJS=createjs.TweenJS||{};a.version="0.6.0",a.buildDate="Thu, 11 Dec 2014 23:32:09 GMT"}(); \ No newline at end of file diff --git a/lodeRunner.def.js b/lodeRunner.def.js index 74e1c09..df70bd1 100644 --- a/lodeRunner.def.js +++ b/lodeRunner.def.js @@ -1,5 +1,5 @@ -var VERSION = "0.99n"; -var AI_VERSION = 1; +var VERSION = "1.00c"; +var AI_VERSION = 2; var NO_OF_TILES_X = 28, NO_OF_TILES_Y = 16; @@ -30,7 +30,9 @@ var KEYCODE_BKSPACE = 8, //backspace KEYCODE_RIGHT = 39, //move right KEYCODE_UP = 38, //move up KEYCODE_DOWN = 40, //move down - + + KEYCODE_SUBTRACT = 109, //Add KEYCODE_SUBTRACT & KEYCODE_HYPHEN for support fireFox 'dash' keycode + KEYCODE_HYPHEN = 173, // KEYCODE_DASH = 189, //'-' KEYCODE_DOT = 190, //'.' @@ -47,6 +49,7 @@ var KEYCODE_BKSPACE = 8, //backspace KEYCODE_A = 65, //'A' KEYCODE_C = 67, //'C' + KEYCODE_G = 71, //'G' KEYCODE_R = 82, //'R' KEYCODE_S = 83, //'S' KEYCODE_T = 84, //'T' diff --git a/lodeRunner.demo.js b/lodeRunner.demo.js index b6dfe7f..7984f5b 100644 --- a/lodeRunner.demo.js +++ b/lodeRunner.demo.js @@ -49,6 +49,10 @@ function getAutoDemoLevel(initValue) demoGoldDrop = demoData[idx].goldDrop; demoBornPos = demoData[idx].bornPos; curLevel = demoData[idx].level; + + curAiVersion = demoData[idx].ai; //07/04/2014 + if("godMode" in demoData[idx]) + godMode = demoData[idx].godMode; //07/09/2014 } var demoCountTime = 0, demoCountEnable = 0; @@ -149,6 +153,10 @@ function initDemoInfo() demoGoldDrop = demoData[idx].goldDrop; demoBornPos = demoData[idx].bornPos; assert(curLevel == demoData[idx].level, "curLevel != level of demoData"); + + curAiVersion = demoData[idx].ai; //07/04/2014 + if("godMode" in demoData[idx]) + godMode = demoData[idx].godMode; //07/09/2014 } function getDemoInfo() @@ -229,7 +237,8 @@ function updatePlayerDemoData(playData, demoDataInfo) state: demoDataInfo.state, action: demoDataInfo.action, goldDrop: demoDataInfo.goldDrop, - bornPos: demoDataInfo.bornPos + bornPos: demoDataInfo.bornPos, + godMode: demoDataInfo.godMode //07/09/2014 }; } else { // always update local data //if( playerDemoData[level-1].time >= demoDataInfo.time) { //only udate best time @@ -242,6 +251,8 @@ function updatePlayerDemoData(playData, demoDataInfo) playerDemoData[level-1].action = demoDataInfo.action; playerDemoData[level-1].goldDrop = demoDataInfo.goldDrop; playerDemoData[level-1].bornPos = demoDataInfo.bornPos; + playerDemoData[level-1].godMode = demoDataInfo.godMode; //07/09/2014 + } } } @@ -281,9 +292,18 @@ function initRecordVariable() } } -function saveKeyCode(code) +var alwaysRecord = 0, keyPressed = 0; +function saveKeyCode(code, keyAction) { - recordKeyCode = code + //----------------------------------------------------------------------------- + // Don't care repeat times, always record key when press dig-left or dig-right + // fixed by Simon 12/12/2014 + //----------------------------------------------------------------------------- + alwaysRecord = 0; + if(keyAction == ACT_DIG_LEFT || keyAction == ACT_DIG_RIGHT) alwaysRecord = 1; + + recordKeyCode = code; + keyPressed = 1; } function recordModeDump(state) @@ -316,11 +336,13 @@ function processRecordKey() function recordKeyAction() { - if(recordKeyCode != lastKeyCode) { + if(!keyPressed) return; + if(recordKeyCode != lastKeyCode || alwaysRecord) { playRecord.push(recordCount); playRecord.push(recordKeyCode); lastKeyCode = recordKeyCode; } + keyPressed = 0; } var recordIdx; @@ -405,6 +427,7 @@ function dumpRecord() curDemoData.action = []; curDemoData.goldDrop = []; curDemoData.bornPos = []; + curDemoData.godMode = godModeKeyPressed; //07/09/2014 for(var i = 0; i < playRecord.length; i++) { curDemoData.action[i] = playRecord[i]; @@ -424,6 +447,7 @@ function dumpRecord() debug(" ai: " + AI_VERSION + ","); debug(" time: " + playRecordTime + ","); debug(" state: " + recordState + ","); + debug(" godMode: " + godModeKeyPressed + ","); //07/09/2014 if(playRecord.length > 0) { txtStr = " action: [ " + playRecord[0]; diff --git a/lodeRunner.edit.js b/lodeRunner.edit.js index 388f60d..03b2d44 100644 --- a/lodeRunner.edit.js +++ b/lodeRunner.edit.js @@ -106,9 +106,9 @@ function canvasEditReSize() for (var scale = MAX_SCALE; scale >= MIN_SCALE; scale -= 0.25) { canvasX = (BASE_SCREEN_X+BASE_TILE_X*2) * scale+ EDIT_PADDING * (NO_OF_TILES_X+1); canvasY = BASE_SCREEN_Y * scale + EDIT_PADDING * (NO_OF_TILES_Y+1); - if (canvasX <= screenX && canvasY <= screenY || scale <= MIN_SCALE) break; + if (canvasX <= screenX1 && canvasY <= screenY1 || scale <= MIN_SCALE) break; } - //debug("screenX = " + screenX + " screenY = " + screenY + "scale = " + scale); + //debug("screenX1 = " + screenX1 + " screenY1 = " + screenY1 + "scale = " + scale); canvas = document.getElementById('canvas'); @@ -116,8 +116,8 @@ function canvasEditReSize() canvas.height = canvasY; //Set canvas top left position - var left = ((screenX - canvasX)/2|0), - top = ((screenY - canvasY)/2|0); + var left = ((screenX1 - canvasX)/2|0), + top = ((screenY1 - canvasY)/2|0); canvas.style.left = (left>0?left:0) + "px"; canvas.style.top = (top>0?top:0) + "px"; canvas.style.position = "absolute"; diff --git a/lodeRunner.guard.js b/lodeRunner.guard.js index aa870fb..53b7b29 100644 --- a/lodeRunner.guard.js +++ b/lodeRunner.guard.js @@ -159,7 +159,7 @@ function guardMoveStep( id, action) map[x][y].act = curToken; //runner move to [x][y-1], so set [x][y].act to previous state y--; yOffset = tileH + yOffset; - if(map[x][y].act == RUNNER_T) gameState = GAME_RUNNER_DEAD; //collision + if(map[x][y].act == RUNNER_T) setRunnerDead(); //collision //map[x][y].act = GUARD_T; } @@ -195,7 +195,7 @@ function guardMoveStep( id, action) map[x][y].act = curToken; //runner move to [x][y+1], so set [x][y].act to previous state y++; yOffset = yOffset - tileH; - if(map[x][y].act == RUNNER_T) gameState = GAME_RUNNER_DEAD; //collision + if(map[x][y].act == RUNNER_T) setRunnerDead(); //collision //map[x][y].act = GUARD_T; } if(action == ACT_DOWN && yOffset >= 0 && yOffset < yMove) { //try drop gold @@ -255,7 +255,7 @@ function guardMoveStep( id, action) map[x][y].act = curToken; //runner move to [x-1][y], so set [x][y].act to previous state x--; xOffset = tileW + xOffset; - if(map[x][y].act == RUNNER_T) gameState = GAME_RUNNER_DEAD; //collision + if(map[x][y].act == RUNNER_T) setRunnerDead(); //collision //map[x][y].act = GUARD_T; } if( xOffset <= 0 && xOffset > -xMove) { @@ -279,7 +279,7 @@ function guardMoveStep( id, action) map[x][y].act = curToken; //runner move to [x+1][y], so set [x][y].act to previous state x++; xOffset = xOffset - tileW; - if(map[x][y].act == RUNNER_T) gameState = GAME_RUNNER_DEAD; //collision + if(map[x][y].act == RUNNER_T) setRunnerDead(); //collision //map[x][y].act = GUARD_T; } if( xOffset >= 0 && xOffset < xMove) { @@ -303,8 +303,8 @@ function guardMoveStep( id, action) } } else { if(curGuard.action == ACT_CLIMB_OUT) action = ACT_CLIMB_OUT; - curGuard.sprite.x = x * tileW + xOffset; - curGuard.sprite.y = y * tileH + yOffset; + curGuard.sprite.x = (x * tileW + xOffset) * tileScale | 0; + curGuard.sprite.y = (y * tileH + yOffset) * tileScale | 0; curGuard.pos = { x:x, y:y, xOffset:xOffset, yOffset:yOffset}; if(curShape != newShape) { curGuard.sprite.gotoAndPlay(newShape); @@ -730,8 +730,8 @@ function guardReborn(x, y) var curGuard = guard[id]; curGuard.pos = { x:bornX, y:bornY, xOffset:0, yOffset: 0 }; - curGuard.sprite.x = bornX * tileW; - curGuard.sprite.y = bornY * tileH; + curGuard.sprite.x = bornX * tileWScale | 0; + curGuard.sprite.y = bornY * tileHScale | 0; curGuard.sprite.on("animationend", function() { rebornComplete(id); }); curGuard.sprite.gotoAndPlay("reborn"); @@ -745,7 +745,7 @@ function rebornComplete(id) var x = guard[id].pos.x; var y = guard[id].pos.y; - if( map[x][y].act == RUNNER_T) gameState = GAME_RUNNER_DEAD; //collision + if( map[x][y].act == RUNNER_T) setRunnerDead(); //collision map[x][y].act = GUARD_T; guard[id].sprite.removeAllEventListeners ("animationend"); guard[id].action = ACT_FALL; @@ -754,3 +754,8 @@ function rebornComplete(id) guard[id].sprite.gotoAndPlay("fallRight"); soundPlay("reborn"); } + +function setRunnerDead() +{ + if(!godMode) gameState = GAME_RUNNER_DEAD; +} diff --git a/lodeRunner.hiscore.js b/lodeRunner.hiscore.js index aa0b18f..9c03bd2 100644 --- a/lodeRunner.hiscore.js +++ b/lodeRunner.hiscore.js @@ -16,11 +16,11 @@ function showScoreTable(_dataId, _curScoreInfo, _callbackFun, _waitTime) if(_curScoreInfo) { recordId = updateScoreInfo(); - if(recordId < 0) { + if(recordId < 0) { if(_callbackFun) _callbackFun(); return; //don't need update score } - } + } createCanvas2(); createScoreStage(); @@ -123,8 +123,8 @@ function showScoreTable(_dataId, _curScoreInfo, _callbackFun, _waitTime) canvas2.height = canvasY; //Set canvas top left position - var left = ((screenX - canvasX)/2|0), - top = ((screenY - canvasY)/2|0); + var left = ((screenX1 - canvasX)/2|0), + top = ((screenY1 - canvasY)/2|0); canvas2.style.left = (left>0?left:0) + "px"; canvas2.style.top = (top>0?top:0) + "px"; canvas2.style.position = "absolute"; @@ -153,8 +153,8 @@ function showScoreTable(_dataId, _curScoreInfo, _callbackFun, _waitTime) function getNameStartPos(nameLength, itemId) { - var x = (4+(MAX_HISCORE_NAME_LENGTH-nameLength)/2)*tileW; - var y = (itemId * 1.2 + 5) * tileH; + var x = (4+(MAX_HISCORE_NAME_LENGTH-nameLength)/2)*tileWScale; + var y = (itemId * 1.2 + 5) * tileHScale; return { x: x, y: y }; } @@ -164,28 +164,28 @@ function showScoreTable(_dataId, _curScoreInfo, _callbackFun, _waitTime) var title = "LODE RUNNER " + ((_dataId == 1)?"2":"1") + " HIGH SCORES"; var barTile; - drawText((NO_OF_TILES_X-title.length)/2*tileW, 0.5*tileH, title, scoreStage); - drawText(0.5*tileW, 3*tileH, "NO", scoreStage); - drawText(7*tileW, 3*tileH, "NAME", scoreStage); - drawText(14.5*tileW, 3*tileH, "LEVEL SCORE", scoreStage); - + drawText((NO_OF_TILES_X-title.length)/2*tileWScale, 0.5*tileHScale, title, scoreStage); + drawText(0.5*tileWScale, 3*tileHScale, "NO", scoreStage); + drawText(7*tileWScale, 3*tileHScale, "NAME", scoreStage); + drawText(14.5*tileWScale, 3*tileHScale, "LEVEL SCORE", scoreStage); + for(var x = 0; x < NO_OF_TILES_X; x++) { barTile = new createjs.Bitmap(preload.getResult("ground")); - barTile.setTransform(x * tileW, 4.5*tileH , tileScale, tileScale); + barTile.setTransform(x * tileWScale, 4.5*tileHScale , tileScale, tileScale); scoreStage.addChild(barTile); } - + for(var i = 0; i < MAX_HISCORE_RECORD; i++) { var pos = getNameStartPos(hiScoreInfo[i].n.length, i); - drawText(0.5*tileW, pos.y, ("0"+(i+1)).slice(-2) + ".", scoreStage); + drawText(0.5*tileWScale, pos.y, ("0"+(i+1)).slice(-2) + ".", scoreStage); //no if(hiScoreInfo[i].s > 0) { if(hiScoreInfo[i].n.length > 0) { - drawText(pos.x, pos.y, hiScoreInfo[i].n, scoreStage); + drawText(pos.x, pos.y, hiScoreInfo[i].n, scoreStage, "D"); //name } - drawText(15.5*tileW, pos.y, ("00"+hiScoreInfo[i].l).slice(-3), scoreStage); - drawText(20.5*tileW, pos.y, ("000000"+hiScoreInfo[i].s).slice(-7), scoreStage); + drawText(15.5*tileWScale, pos.y, ("00"+hiScoreInfo[i].l).slice(-3), scoreStage); //level + drawText(20.5*tileWScale, pos.y, ("000000"+hiScoreInfo[i].s).slice(-7), scoreStage); //score } } } @@ -200,7 +200,7 @@ function showScoreTable(_dataId, _curScoreInfo, _callbackFun, _waitTime) clearTimeout(timeOutHandler); closeScoreTable(); //} - } + }; } function restoreKeyDownHandler() @@ -215,19 +215,19 @@ function showScoreTable(_dataId, _curScoreInfo, _callbackFun, _waitTime) var savedKeyDownHander, hiScoreTicker; var cursor; - init(); + initInput(); - function init() + function initInput() { - name = []; //string + name = []; //array of char nameText = []; //text object - changeKeyDownHandler(); var pos = getNameStartPos(0, recordId); cursor = new createjs.Sprite(textData, "FLASH"); - cursor.setTransform(pos.x-tileW/2, pos.y , tileScale, tileScale); + cursor.setTransform(pos.x-tileWScale/2, pos.y , tileScale, tileScale); scoreStage.addChild(cursor); + changeKeyDownHandler(); hiScoreTicker = createjs.Ticker.on("tick", scoreStage); } @@ -250,7 +250,7 @@ function showScoreTable(_dataId, _curScoreInfo, _callbackFun, _waitTime) cutTailSpace(); redrawName(); - //uodate name for score info + //update name for score info hiScoreInfo[recordId].n = array2String(name); setHiScoreInfo(); @@ -281,77 +281,72 @@ function showScoreTable(_dataId, _curScoreInfo, _callbackFun, _waitTime) { var pos = getNameStartPos(name.length, recordId); removeNameText(); - nameText = drawText(pos.x, pos.y, array2String(name), scoreStage); + nameText = drawText(pos.x, pos.y, array2String(name), scoreStage, "D"); //change cursor position - if(name.length > 0) cursor.x = pos.x + curPos * tileW; - else cursor.x = pos.x - tileW/2; + if(name.length > 0) cursor.x = pos.x + curPos * tileWScale; + else cursor.x = pos.x - tileWScale/2; //move cursor to top moveChild2Top(scoreStage, cursor); } - function handleHiScoreName(event) { if(!event){ event = window.event; } //cross browser issues exist - - - //if(event.shiftKey) { - //} else if (event.ctrlKey) { - //} else - { - var code = event.keyCode; - if(curPos >= MAX_HISCORE_NAME_LENGTH && - code != KEYCODE_BKSPACE && code != KEYCODE_LEFT && code != KEYCODE_ENTER) - { - soundPlay("beep"); //wrong key code - return false; - } - - switch(true) { - case (code >=65 && code <= 90): // A ~ Z - case (code >= 97 && code <= 122): //a ~ z - if( code > 90) code -= 32; - name[curPos++] = String.fromCharCode(code); - break; - case (code == KEYCODE_DOT): //'.' - name[curPos++] = "."; - break; - case (code == KEYCODE_DASH): //'-' - name[curPos++] = "-"; - break; - case (code == KEYCODE_SPACE): //space - if(curPos == 0) { - soundPlay("beep"); //wrong key code - break; - } - name[curPos++] = " "; - break; - case (code == KEYCODE_BKSPACE): //backspace - if(curPos == 0) break; - name.splice(--curPos, 1); - break; - case (code == KEYCODE_LEFT): //LEFT - if(curPos > 0) curPos--; - break; - case (code == KEYCODE_RIGHT): //RIGHT - if(curPos < name.length) curPos++; - break; - case (code == KEYCODE_ENTER): //ENTER - if(name.length > 0) inputFinish(); - else soundPlay("beep"); - default: - //debug(code); - if(code > 32) soundPlay("beep"); //wrong key code - break; - } - - redrawName(); - + var code = event.keyCode; + + if(curPos >= MAX_HISCORE_NAME_LENGTH && + code != KEYCODE_BKSPACE && code != KEYCODE_LEFT && code != KEYCODE_ENTER) + { + soundPlay("beep"); //wrong key code return false; } + + switch(true) { + case (code >= 48 && code <= 57): // 0 ~ 9 + if(curPos == 0) { soundPlay("beep"); break; } //first char except numbers + name[curPos++] = String.fromCharCode(code); + break; + case (code >=65 && code <= 90): // A ~ Z + case (code >= 97 && code <= 122): //a ~ z + if( code > 90) code -= 32; + name[curPos++] = String.fromCharCode(code); + break; + case (code == KEYCODE_DOT): //'.' + if(curPos == 0) { soundPlay("beep"); break; } //first char except '.' + name[curPos++] = "."; + break; + case (code == KEYCODE_DASH || code == KEYCODE_HYPHEN || code == KEYCODE_SUBTRACT): //'-' + if(curPos == 0) { soundPlay("beep"); break; } //first char except '-' + name[curPos++] = "-"; + break; + case (code == KEYCODE_SPACE): //space + if(curPos == 0) { soundPlay("beep"); break; } //first char except space + name[curPos++] = " "; + break; + case (code == KEYCODE_BKSPACE): //backspace + if(curPos == 0) break; + name.splice(--curPos, 1); + break; + case (code == KEYCODE_LEFT): //LEFT + if(curPos > 0) curPos--; + break; + case (code == KEYCODE_RIGHT): //RIGHT + if(curPos < name.length) curPos++; + break; + case (code == KEYCODE_ENTER): //ENTER + if(name.length > 0) inputFinish(true); //async + else soundPlay("beep"); + default: + //debug(code); + if(code > 32) soundPlay("beep"); //wrong key code + break; + } + + redrawName(); + return false; } } } diff --git a/lodeRunner.html b/lodeRunner.html index 1785303..ab6e994 100644 --- a/lodeRunner.html +++ b/lodeRunner.html @@ -1,7 +1,7 @@ - Lode Runner +Lode Runner Web Game - + - - - - + + + + diff --git a/lodeRunner.key.js b/lodeRunner.key.js index 9345956..350e182 100644 --- a/lodeRunner.key.js +++ b/lodeRunner.key.js @@ -14,11 +14,17 @@ function pressShiftKey(code) gameState = GAME_PREV_LEVEL; break; case KEYCODE_UP: //SHIFT-UP, inc runner - if(runnerLife < 10) { + if(playMode == PLAY_CLASSIC && runnerLife < 10) { //bug fixed: add check playMode, 12/15/2014 runnerLife++; drawLife(); } break; + case KEYCODE_X: //SHIFT-X + toggleTrapTile(); + break; + case KEYCODE_G: //SHIFT-G, toggle god mode + toggleGodMode(); + break; default: if(runnerDebug) debugKeyPress(code); break; @@ -39,9 +45,6 @@ function pressCtrlKey(code) runnerLife = 1; gameState = GAME_RUNNER_DEAD; break; - case KEYCODE_X: //CTRL-X - toggleTrapTile(); - break; case KEYCODE_S: //CTRL-S, toggle sound if( (soundOff ^= 1) == 1) { soundDig.stop(); @@ -98,6 +101,26 @@ function debugKeyPress(code) } } +var godMode = 0, godModeKeyPressed = 0; + +function initHotKeyVariable() +{ + godMode = 0; + godModeKeyPressed = 0; +} + +function toggleGodMode() +{ + godModeKeyPressed = 1; //means player press the god-mod hot-key + + godMode ^= 1; + if(godMode) { + showTipsText("GOD MODE ON", 0); + } else { + showTipsText("GOD MODE OFF", 0); + } +} + function setSpeed(v) { speed += v; @@ -163,7 +186,7 @@ function pressKey(code) //debug("keycode = " + code); break; } - if(recordMode && code != KEYCODE_ESC) saveKeyCode(code); + if(recordMode && code != KEYCODE_ESC) saveKeyCode(code, keyAction); } function gameResume() diff --git a/lodeRunner.main.js b/lodeRunner.main.js index 6e0b2c0..2f8028c 100644 --- a/lodeRunner.main.js +++ b/lodeRunner.main.js @@ -16,10 +16,11 @@ * ============================================================================= */ -var screenX, screenY; +var screenX1, screenY1; var canvasX, canvasY; var tileW, tileH; //tile width & tile height +var tileWScale, tileHScale; //tile width/height with scale var W2, W4; //W2: 1/2 tile-width, W4: 1/4 tile width var H2, H4; //H2: 1/2 tile-height, H4: 1/4 tile height @@ -33,7 +34,7 @@ var loadingTxt; var gameState, lastGameState ; var tileScale, xMove, yMove; -var speedMode = [18, 22, 26, 30, 34]; //slow normal fast +var speedMode = [16, 20, 25, 30, 35]; //slow normal fast var speedText = ["VERY SLOW", "SLOW", "NORMAL", "FAST", "VERY FAST"]; var speed = 2; //normal var demoSpeed = 40; @@ -49,8 +50,8 @@ var curTime = MAX_TIME_COUNT; function init() { var screenSize = getScreenSize(); - screenX = screenSize.x; - screenY = screenSize.y; + screenX1 = screenSize.x; + screenY1 = screenSize.y; loadDataJS(); //load demo data file canvasReSize(); @@ -83,9 +84,9 @@ function canvasReSize() for (var scale = MAX_SCALE; scale >= MIN_SCALE; scale -= 0.25) { canvasX = BASE_SCREEN_X * scale; canvasY = BASE_SCREEN_Y * scale; - if (canvasX <= screenX && canvasY <= screenY || scale <= MIN_SCALE) break; + if (canvasX <= screenX1 && canvasY <= screenY1 || scale <= MIN_SCALE) break; } - //debug("screenX = " + screenX + " screenY = " + screenY + "scale = " + scale); + //debug("screenX1 = " + screenX1 + " screenY1 = " + screenY1 + "scale = " + scale); canvas = document.getElementById('canvas'); @@ -93,16 +94,21 @@ function canvasReSize() canvas.height = canvasY; //Set canvas top left position - var left = ((screenX - canvasX)/2|0), - top = ((screenY - canvasY)/2|0); + var left = ((screenX1 - canvasX)/2|0), + top = ((screenY1 - canvasY)/2|0); canvas.style.left = (left>0?left:0) + "px"; canvas.style.top = (top>0?top:0) + "px"; canvas.style.position = "absolute"; //initial constant value tileScale = scale; - tileW = BASE_TILE_X * scale; - tileH = BASE_TILE_Y * scale; + + //tileW = BASE_TILE_X * scale; + //tileH = BASE_TILE_Y * scale; + tileW = BASE_TILE_X; //tileW and tileH for detection so don't change scale + tileH = BASE_TILE_Y; + tileWScale = BASE_TILE_X * scale; + tileHScale = BASE_TILE_Y * scale; W2 = (tileW/2|0); //20, 15, 10, H2 = (tileH/2|0); //22, 16, 11 @@ -110,8 +116,9 @@ function canvasReSize() W4 = (tileW/4|0); //10, 7, 5, H4 = (tileH/4|0); //11, 8, 5, - xMove = 4 * tileScale * 2; - yMove = 4 * tileScale * 2; + //xMove and yMove initial by setSpeedByAiVersion() + //xMove = 4 * tileScale * 2; + //yMove = 4 * tileScale * 2; } function createStage() @@ -280,6 +287,9 @@ function startGame() startPlayTicker(); changingLevel = 1; + curAiVersion = AI_VERSION; //07/04/2014 + initHotKeyVariable(); //07/09/2014 + switch(playMode) { case PLAY_CLASSIC: getClassicInfo(); @@ -325,6 +335,8 @@ function initVariable() initGuardVariable(); initInfoVariable(); initCycVariable(); + + setSpeedByAiVersion(); //07/04/2014 } function buildLevelMap(levelMap) @@ -422,7 +434,7 @@ function buildLevelMap(levelMap) runner = {}; curTile = runner.sprite = new createjs.Sprite(runnerData, "runRight"); runner.pos = { x:x, y:y, xOffset:0, yOffset:0}; - runner.action = ACT_STOP; + runner.action = ACT_UNKNOWN; runner.shape = "runRight"; runner.lastLeftRight = "ACT_RIGHT"; //curTile.gotoAndPlay(); @@ -430,7 +442,7 @@ function buildLevelMap(levelMap) //curTile.framerate = 60; break; } - curTile.setTransform(x * tileW, y * tileH,tileScale, tileScale); //x,y, scaleX, scaleY + curTile.setTransform(x * tileWScale, y * tileHScale, tileScale, tileScale); //x,y, scaleX, scaleY mainStage.addChild(curTile); } } @@ -470,7 +482,7 @@ function drawGround() groundTile = []; for(var x = 0; x < NO_OF_TILES_X; x++) { groundTile[x] = new createjs.Bitmap(preload.getResult("ground")); - groundTile[x].setTransform(x * tileW, NO_OF_TILES_Y*tileH , tileScale, tileScale); + groundTile[x].setTransform(x * tileWScale, NO_OF_TILES_Y * tileHScale, tileScale, tileScale); mainStage.addChild(groundTile[x]); } } @@ -565,7 +577,7 @@ function drawScoreTxt() function drawLifeTxt() { - lifeTxt = drawText(13*tileW, infoY, "MEN", mainStage); + lifeTxt = drawText(13*tileWScale, infoY, "MEN", mainStage); } function drawLevelTxt() @@ -575,29 +587,29 @@ function drawLevelTxt() //if(playMode == PLAY_CLASSIC || playMode == PLAY_AUTO) xOffset = 20; //else xOffset = 19; - levelTxt = drawText(xOffset*tileW, infoY, "LEVEL", mainStage); + levelTxt = drawText(xOffset*tileWScale, infoY, "LEVEL", mainStage); } //for demo mode function drawDemoTxt() { - demoTxt = drawText(14*tileW, infoY, "DEMO", mainStage); + demoTxt = drawText(14*tileWScale, infoY, "DEMO", mainStage); } //for time & edit mode function drawGoldTxt() { - goldTxt = drawText(0*tileW, infoY, "@", mainStage); + goldTxt = drawText(0*tileWScale, infoY, "@", mainStage); } function drawGuardTxt() { - guardTxt = drawText((5+2/3)*tileW, infoY, "#", mainStage); + guardTxt = drawText((5+2/3)*tileWScale, infoY, "#", mainStage); } function drawTimeTxt() { - timeTxt = drawText((11+1/3)*tileW, infoY, "TIME", mainStage); + timeTxt = drawText((11+1/3)*tileWScale, infoY, "TIME", mainStage); } // draw score number @@ -612,7 +624,7 @@ function drawScore(addScore) //if(playMode == PLAY_CLASSIC || playMode == PLAY_AUTO) digitNo = 7; //else digitNo = 6 - scoreTile = drawText(5*tileW, infoY, ("000000"+curScore).slice(-7), mainStage); + scoreTile = drawText(5*tileWScale, infoY, ("000000"+curScore).slice(-7), mainStage); } function drawLife() @@ -620,7 +632,7 @@ function drawLife() for(var i = 0; i < lifeTile.length; i++) mainStage.removeChild(lifeTile[i]); - lifeTile = drawText(16*tileW, infoY, ("00"+runnerLife).slice(-3), mainStage); + lifeTile = drawText(16*tileWScale, infoY, ("00"+runnerLife).slice(-3), mainStage); } function drawLevel() @@ -630,11 +642,11 @@ function drawLevel() switch(playMode) { case PLAY_AUTO: - levelTile = drawText(25*tileW, infoY, ("00"+demoLevel).slice(-3), mainStage); + levelTile = drawText(25*tileWScale, infoY, ("00"+demoLevel).slice(-3), mainStage); break; case PLAY_CLASSIC: default: - levelTile = drawText(25*tileW, infoY, ("00"+curLevel).slice(-3), mainStage); + levelTile = drawText(25*tileWScale, infoY, ("00"+curLevel).slice(-3), mainStage); break; } } @@ -645,7 +657,7 @@ function drawGold(addGold) for(var i = 0; i < goldTile.length; i++) mainStage.removeChild(goldTile[i]); - goldTile = drawText(1*tileW, infoY, ("00"+curGetGold).slice(-3), mainStage); + goldTile = drawText(1*tileWScale, infoY, ("00"+curGetGold).slice(-3), mainStage); } function drawGuard(addGuard) @@ -655,7 +667,7 @@ function drawGuard(addGuard) for(var i = 0; i < guardTile.length; i++) mainStage.removeChild(guardTile[i]); - guardTile = drawText((6+2/3)*tileW, infoY, ("00"+curGuardDeadNo).slice(-3), mainStage); + guardTile = drawText((6+2/3)*tileWScale, infoY, ("00"+curGuardDeadNo).slice(-3), mainStage); } @@ -668,7 +680,7 @@ function drawTime(decTime) for(var i = 0; i < timeTile.length; i++) mainStage.removeChild(timeTile[i]); - timeTile = drawText((15+1/3)*tileW, infoY, ("00"+curTime).slice(-3), mainStage); + timeTile = drawText((15+1/3)*tileWScale, infoY, ("00"+curTime).slice(-3), mainStage); } function setGroundInfoOrder() @@ -702,17 +714,19 @@ function setGroundInfoOrder() for(i = 0; i < levelTile.length; i++) moveChild2Top(mainStage, levelTile[i]); } -function drawText(x, y, str, parentObj) +function drawText(x, y, str, parentObj, numberType) { var text = str.toUpperCase(); var textTile = []; + if(typeof numberType == "undefined") numberType = "N"; + for(var i = 0; i < text.length; i++) { var code = text.charCodeAt(i); switch(true) { - case (code >=48 && code <=57): - textTile[i] = new createjs.Sprite(textData,"N"+String.fromCharCode(code)); + case (code >=48 && code <=57): //N0 ~ N9 or D0 ~ D9 + textTile[i] = new createjs.Sprite(textData, numberType+String.fromCharCode(code)); break; case (code >=65 && code <= 90): textTile[i] = new createjs.Sprite(textData, String.fromCharCode(code)); @@ -739,7 +753,7 @@ function drawText(x, y, str, parentObj) textTile[i] = new createjs.Sprite(textData, "SPACE"); break; } - textTile[i].setTransform(x + i*tileW, y, tileScale, tileScale).stop(); + textTile[i].setTransform(x + i*tileWScale, y, tileScale, tileScale).stop(); parentObj.addChild(textTile[i]); } return textTile; @@ -773,7 +787,8 @@ function showLevel(levelMap) { mainStage.removeAllChildren(); - loadingTxt.text = "" + loadingTxt.text = ""; + //loadingTxt.text = tileScale; //for debug mainStage.addChild(loadingTxt); //for debug initVariable(); @@ -807,7 +822,7 @@ function showTipsText(text, always) width = height = 0; } x = tipsText.x = (canvas.width - width) / 2 | 0; - y = tipsText.y = (NO_OF_TILES_Y*tileH - height) / 2 | 0; + y = tipsText.y = (NO_OF_TILES_Y*tileHScale - height) / 2 | 0; tipsText.shadow = new createjs.Shadow("white", 2, 2, 1); tipsRect = new createjs.Shape(); @@ -841,6 +856,13 @@ function toggleTrapTile() } } } + + if(dspTrapTile) { + showTipsText("SHOW TRAP TILE", 0); + } else { + showTipsText("HIDE TRAP TILE", 0); + } + } function startAllSpriteObj() @@ -888,8 +910,8 @@ function gameOverAnimation() { var gameOverImage = new createjs.Bitmap(preload.getResult("over")); var bound = gameOverImage.getBounds(); - var x = (NO_OF_TILES_X*tileW)/2|0; - var y = (NO_OF_TILES_Y*tileH)/2|0; + var x = (NO_OF_TILES_X*tileWScale)/2|0; + var y = (NO_OF_TILES_Y*tileHScale)/2|0; var regX = (bound.width)/2|0; var regY = (bound.height)/2|0; @@ -926,8 +948,8 @@ var cycScreen, cycMaxRadius, cycDiff, cycX, cycY function initCycVariable() { - cycX = NO_OF_TILES_X * tileW/2; - cycY = NO_OF_TILES_Y * tileH/2; + cycX = NO_OF_TILES_X * tileWScale/2; + cycY = NO_OF_TILES_Y * tileHScale/2; cycMaxRadius = Math.sqrt(cycX*cycX+cycY*cycY)|0+1; cycDiff = (cycMaxRadius/CLOSE_SCREEN_SPEED)|0; } @@ -968,6 +990,10 @@ function closingScreen(r) setTimeout(function() { closingScreen(r);}, 5); } else { var levelMap; + + curAiVersion = AI_VERSION; //07/04/2014 + initHotKeyVariable(); //07/09/2014 + if(playMode == PLAY_AUTO) getAutoDemoLevel(0); if(playMode == PLAY_DEMO) getNextDemoLevel(); /* @@ -980,7 +1006,6 @@ function closingScreen(r) } else { levelMap = levelData[curLevel-1]; } - showLevel(levelMap); addCycScreen(); setTimeout(function() { openingScreen(cycDiff*2);}, 5); @@ -1174,8 +1199,10 @@ function mainTick(event) break; case GAME_RUNNER_DEAD: //mainStage.update(); - //if(recordMode) recordModeToggle(GAME_RUNNER_DEAD); + + //if(recordMode) recordModeToggle(GAME_RUNNER_DEAD); //for debug only (if enable it must disable below statement) if(recordMode == RECORD_KEY) recordModeDump(GAME_RUNNER_DEAD); + soundStop(soundFall); stopAllSpriteObj(); soundPlay("dead"); @@ -1266,8 +1293,11 @@ function mainTick(event) debug("design error!"); break; } + + //if(recordMode) recordModeToggle(GAME_FINISH); //for debug only (if enable it must comment below if statement) if(recordMode == RECORD_KEY) { recordModeDump(GAME_FINISH); + if((playMode == PLAY_CLASSIC || playMode == PLAY_MODERN) && playData <= 2) { updatePlayerDemoData(playData, curDemoData); //update current player demo data } diff --git a/lodeRunner.menu.js b/lodeRunner.menu.js index 683a4b4..ca80a59 100644 --- a/lodeRunner.menu.js +++ b/lodeRunner.menu.js @@ -338,7 +338,7 @@ function closeIconClass(_width, _height, _stage, _scale, _activeColor, _callBack // < 4 > : SLIDE_GAP_X -function selectDialog(_titleName, _checkBitmap, _levelData, _activeLevel, _screenX, _screenY, +function selectDialog(_titleName, _checkBitmap, _levelData, _activeLevel, _screenX1, _screenY1, _parentStage, _scale, _activeFun, _closeFun, _postFun) { var TITLE_TEXT_SIZE = 36 * _scale; @@ -462,8 +462,8 @@ function selectDialog(_titleName, _checkBitmap, _levelData, _activeLevel, _scree canvas1.width = CANVAS_SIZE_X; canvas1.height = CANVAS_SIZE_Y; - var left = ((_screenX - canvas1.width)/2|0), - top = ((_screenY - canvas1.height)/2|0); + var left = ((_screenX1 - canvas1.width)/2|0), + top = ((_screenY1 - canvas1.height)/2|0); canvas1.style.left = (left>0?left:0) + "px"; canvas1.style.top = (top>0?top:0) + "px"; canvas1.style.position = "absolute"; @@ -1265,7 +1265,6 @@ function selectDialog(_titleName, _checkBitmap, _levelData, _activeLevel, _scree ////debug("delete level = " + level); } -//////////////////////////////////////////// } function createTitle() @@ -1316,8 +1315,8 @@ function menuDialog(_titleName, _itemList, _stage, _scale, _closeCallBack, _args var CLOSE_ICON_ACTIVE_COLOR = "#ff5050"; - var screenX = _stage.canvas.width; - var screenY = _stage.canvas.height; + var screenX1 = _stage.canvas.width; + var screenY1 = _stage.canvas.height; var titleTextObj, titleWidth, titleHeight; var itemText = [], maxItemTextWidth, itemTextHeight; @@ -1348,7 +1347,7 @@ function menuDialog(_titleName, _itemList, _stage, _scale, _closeCallBack, _args function coverParentStage() { coverBackgroundObj = new createjs.Shape(); - coverBackgroundObj.graphics.beginFill(COVER_BACKGROUND_COLOR).drawRect(0, 0, screenX, screenY).endFill(); + coverBackgroundObj.graphics.beginFill(COVER_BACKGROUND_COLOR).drawRect(0, 0, screenX1, screenY1).endFill(); coverBackgroundObj.alpha = 0.6; _stage.addChild(coverBackgroundObj); } @@ -1373,8 +1372,8 @@ function menuDialog(_titleName, _itemList, _stage, _scale, _closeCallBack, _args menuX = (maxItemTextWidth > titleWidth? maxItemTextWidth: titleWidth) + TITLE_TEXT_SIZE * 2; menuY = TITLE_AREA_Y + BOTTOM_AREA_Y + (ITEM_AREA_Y+ITEM_GAP_Y)*_itemList.length; - startX = (screenX-menuX)/2|0; - startY = (screenY-menuY)/2|0; + startX = (screenX1-menuX)/2|0; + startY = (screenY1-menuY)/2|0; } function creatBackground() @@ -1501,7 +1500,7 @@ function mainMenu(callbackFun) { var mainMenuList = [ { name: "CLASSIC MODE", activeFun: classicMenu }, - { name: "TIME MODE", activeFun: modernMenu }, + { name: "TRAINING MODE", activeFun: modernMenu }, { name: "EDIT MODE", activeFun: editMenu }, { name: "HELP", activeFun: helpMenu } ]; @@ -1539,7 +1538,7 @@ function modernMenu(id, callbackFun) modernMenuList.push({ name: USER_CREATED_NAME, activeFun: modernPlay}); } - menuDialog(" TIME MODE ", modernMenuList, mainStage, tileScale, mainMenu, callbackFun); + menuDialog(" TRAINING MODE ", modernMenuList, mainStage, tileScale, mainMenu, callbackFun); } function demoMenu(id, callbackFun) @@ -1640,7 +1639,7 @@ function helpMenuClose(callbackFun) ///////////////////////////////////////////////////// -function mainMenuIconClass( _screenX, _screenY, _scale, _mainMenuBitmap) +function mainMenuIconClass( _screenX1, _screenY1, _scale, _mainMenuBitmap) { //_scale = _scale*2/3; var border = 4 * _scale + 2; @@ -1709,8 +1708,8 @@ function mainMenuIconClass( _screenX, _screenY, _scale, _mainMenuBitmap) mainMainCanvas.width = bitmapX+border*2; mainMainCanvas.height = bitmapY+border*2; - var left = (_screenX - mainMainCanvas.width - bitmapX/3), - top = (_screenY - mainMainCanvas.height - bitmapY/4); + var left = (_screenX1 - mainMainCanvas.width - bitmapX/3), + top = (_screenY1 - mainMainCanvas.height - bitmapY/4); //top = bitmapY/4|0; mainMainCanvas.style.left = left + "px"; mainMainCanvas.style.top = top + "px"; @@ -1794,7 +1793,7 @@ function activeSelectMenu(activeFun, postFun) if(playMode == PLAY_EDIT) { var editLevel = testLevelInfo.level> editLevels?0:testLevelInfo.level; - selectDialog(USER_CREATED_NAME, checkBitmap, editLevelData, editLevel, screenX, screenY, + selectDialog(USER_CREATED_NAME, checkBitmap, editLevelData, editLevel, screenX1, screenY1, mainStage, tileScale, activeFun, editSelectMenuClose, postFun) } else { //var titleName = (playData==1)?LODERUNNER_NAME1:((playData==2)?LODERUNNER_NAME2:USER_CREATED_NAME); @@ -1820,12 +1819,12 @@ function activeSelectMenu(activeFun, postFun) break; } - selectDialog(titleName, checkBitmap, levelData, curLevel, screenX, screenY, + selectDialog(titleName, checkBitmap, levelData, curLevel, screenX1, screenY1, mainStage, tileScale, activeFun, null, postFun) } } -function selectIconClass( _screenX, _screenY, _scale, _bitmap) +function selectIconClass( _screenX1, _screenY1, _scale, _bitmap) { //_scale = _scale*2/3; var border = 4 * _scale + 2; @@ -1894,9 +1893,9 @@ function selectIconClass( _screenX, _screenY, _scale, _bitmap) selectCanvas.width = bitmapX+border*2; selectCanvas.height = bitmapY+border*2; - var left = (_screenX - selectCanvas.width - bitmapX/3), + var left = (_screenX1 - selectCanvas.width - bitmapX/3), top = bitmapY/4|0; - //top = (_screenY - selectCanvas.height - bitmapY/4); + //top = (_screenY1 - selectCanvas.height - bitmapY/4); selectCanvas.style.left = left + "px"; selectCanvas.style.top = top + "px"; selectCanvas.style.position = "absolute"; @@ -2053,8 +2052,8 @@ function levelPassDialog(_level, _getGold, _guardDead, _time, _hiScore, hiScoreNameObj, hiScoreTextObj; var coverBackgroundObj, background1Obj, background2Obj, menuButtonObj; - var screenX = _stage.canvas.width; - var screenY = _stage.canvas.height; + var screenX1 = _stage.canvas.width; + var screenY1 = _stage.canvas.height; var menuX, menuY, startX, startY var timeNameX, maxTextSize; @@ -2105,14 +2104,14 @@ function levelPassDialog(_level, _getGold, _guardDead, _time, _hiScore, menuX = maxTextSize + TITLE_TEXT_SIZE * 5; menuY = TITLE_TEXT_SIZE * 2 + (ITEM_TEXT_SIZE+TEXT_GAP_Y) * 5 + buttonY*3; - startX = (screenX-menuX)/2|0; - startY = (screenY-menuY)/2|0; + startX = (screenX1-menuX)/2|0; + startY = (screenY1-menuY)/2|0; } function coverParentStage() { coverBackgroundObj = new createjs.Shape(); - coverBackgroundObj.graphics.beginFill(COVER_BACKGROUND_COLOR).drawRect(0, 0, screenX, screenY).endFill(); + coverBackgroundObj.graphics.beginFill(COVER_BACKGROUND_COLOR).drawRect(0, 0, screenX1, screenY1).endFill(); coverBackgroundObj.alpha = 0.6; _stage.addChild(coverBackgroundObj); } @@ -2423,8 +2422,8 @@ function yesNoDialog(_txtMsg, _yesBitmap, _noBitmap, _stage, _scale, _callBack) var textObj; var coverBackgroundObj, background1Obj, background2Obj; - var screenX = _stage.canvas.width; - var screenY = _stage.canvas.height; + var screenX1 = _stage.canvas.width; + var screenY1 = _stage.canvas.height; var buttonX = _yesBitmap.getBounds().width * _scale, buttonY = _yesBitmap.getBounds().height * _scale; @@ -2474,14 +2473,14 @@ function yesNoDialog(_txtMsg, _yesBitmap, _noBitmap, _stage, _scale, _callBack) menuY = (TEXT_GAP_Y + TEXT_MSG_SIZE) * _txtMsg.length + TEXT_MSG_SIZE * 2 + buttonY; menuX = maxTextSize + TEXT_MSG_SIZE * 2; - startX = (screenX-menuX)/2|0; - startY = (screenY-menuY)/2|0; + startX = (screenX1-menuX)/2|0; + startY = (screenY1-menuY)/2|0; } function coverParentStage() { coverBackgroundObj = new createjs.Shape(); - coverBackgroundObj.graphics.beginFill(COVER_BACKGROUND_COLOR).drawRect(0, 0, screenX, screenY).endFill(); + coverBackgroundObj.graphics.beginFill(COVER_BACKGROUND_COLOR).drawRect(0, 0, screenX1, screenY1).endFill(); coverBackgroundObj.alpha = 0.6; _stage.addChild(coverBackgroundObj); } diff --git a/lodeRunner.misc.js b/lodeRunner.misc.js index a800d3c..36aa620 100644 --- a/lodeRunner.misc.js +++ b/lodeRunner.misc.js @@ -71,11 +71,11 @@ function showTipsMsg(_tipsTxt, _stage, _scale) var TEXT_SIZE = 72* _scale; var TEXT_COLOR = "#ff2020"; var tipsText = new createjs.Text(_tipsTxt, "bold " + TEXT_SIZE + "px Helvetica", TEXT_COLOR); - var screenX = _stage.canvas.width; - var screenY = _stage.canvas.height; + var screenX1 = _stage.canvas.width; + var screenY1 = _stage.canvas.height; - tipsText.x = (screenX) / 2 | 0; - tipsText.y = screenY/2 - tipsText.getBounds().height*5/4 | 0; + tipsText.x = (screenX1) / 2 | 0; + tipsText.y = screenY1/2 - tipsText.getBounds().height*5/4 | 0; tipsText.shadow = new createjs.Shadow("white", 3, 3, 2); tipsText.textAlign = "center"; @@ -104,6 +104,7 @@ function soundPlay(name) if(typeof name == "string") { return createjs.Sound.play(name); } else { + name.stop(); //12/21/2014 , for support soundJS 0.6.0 name.play(); } } diff --git a/lodeRunner.preload.js b/lodeRunner.preload.js index 160dcd0..0699923 100644 --- a/lodeRunner.preload.js +++ b/lodeRunner.preload.js @@ -64,10 +64,11 @@ function showLoadingPage() mainStage.addChild(coverBitmap); mainStage.update(); } +} - function createRunnerSpriteSheet(runnerImage) - { - runnerData = new createjs.SpriteSheet({ +function createRunnerSpriteSheet(runnerImage) +{ + runnerData = new createjs.SpriteSheet({ images: [runnerImage], frames: { regX:0, height: BASE_TILE_Y, regY:0, width: BASE_TILE_X}, @@ -95,8 +96,7 @@ function showLoadingPage() fallRight : 8, fallLeft: 17 } - }); - } + }); } //***************************************************************************** @@ -156,22 +156,22 @@ function preloadResource() { src: "image/no.png", id: "no" }, - { src: "sound/born.mp3", id:"reborn"}, - { src: "sound/dead.mp3", id:"dead"}, - { src: "sound/dig.mp3", id:"dig"}, - { src: "sound/getGold.mp3", id:"getGold"}, - { src: "sound/fall.mp3", id:"fall"}, - { src: "sound/down.mp3", id:"down"}, - { src: "sound/pass.mp3", id:"pass"}, - { src: "sound/trap.mp3", id:"trap"}, + { src: "sound/born.ogg", id:"reborn"}, + { src: "sound/dead.ogg", id:"dead"}, + { src: "sound/dig.ogg", id:"dig"}, + { src: "sound/getGold.ogg", id:"getGold"}, + { src: "sound/fall.ogg", id:"fall"}, + { src: "sound/down.ogg", id:"down"}, + { src: "sound/pass.ogg", id:"pass"}, + { src: "sound/trap.ogg", id:"trap"}, - { src: "sound/goldFinish.mp3", id:"goldFinish"}, - { src: "sound/ending.mp3", id:"ending"}, - { src: "sound/scoreBell.mp3", id:"scoreBell"}, - { src: "sound/scoreCount.mp3", id:"scoreCount"}, - { src: "sound/scoreEnding.mp3", id:"scoreEnding"}, + { src: "sound/goldFinish.ogg", id:"goldFinish"}, + { src: "sound/ending.ogg", id:"ending"}, + { src: "sound/scoreBell.ogg", id:"scoreBell"}, + { src: "sound/scoreCount.ogg", id:"scoreCount"}, + { src: "sound/scoreEnding.ogg", id:"scoreEnding"}, - { src: "sound/beep.mp3", id:"beep"}, + { src: "sound/beep.ogg", id:"beep"}, { src: "cursor/openhand.cur", id:"openHand"}, //preload cursor { src: "cursor/closedhand.cur", id:"closeHand"} @@ -179,7 +179,7 @@ function preloadResource() ]; preload = new createjs.LoadQueue(true); - createjs.Sound.alternateExtensions = ["ogg"]; + createjs.Sound.alternateExtensions = ["mp3"]; preload.installPlugin(createjs.Sound); preload.on("error", handleFileError); preload.on("progress", handleProgress); @@ -228,136 +228,11 @@ function preloadResource() { percentTxt.text = "100%"; mainStage.update(); - createSpriteSheet(); + createPreloadSpriteSheet(); createSoundInstance(); setTimeout(clearLoadingInfo, 500); } - function createSpriteSheet() - { - guardData = new createjs.SpriteSheet({ - images: [preload.getResult("guard")], - - frames: {regX:0, height: BASE_TILE_Y, regY: 0, width: BASE_TILE_X}, - - animations: { - runRight: [0,2, "runRight", GUARD_SPEED], - runLeft : [3,5, "runLeft", GUARD_SPEED], - runUpDn : [6,7, "runUpDn", GUARD_SPEED], - - barRight: { - frames: [ 11, 12, 12, 13, 13 ], - next: "barRight", - speed: GUARD_SPEED - }, - - barLeft: { - frames: [ 14, 15, 15, 16, 16 ], - next: "barLeft", - speed: GUARD_SPEED - }, - - reborn: { - frames: [ 17, 17, 18 ], - speed: GUARD_SPEED - }, - - fallRight : 8, - fallLeft: 19, - - shakeRight: { - frames: [ 8, 8, 8, 8, 8, 8, 8, - 8, 8, 8, 8, 8, 8, - 9, 10, 9, 10, 8 ], - next: null, - speed: GUARD_SPEED - }, - - shakeLeft: { - frames: [ 19, 19, 19, 19, 19, 19, 19, - 19, 19, 19, 19, 19, 19, - 20, 21, 20, 21, 19], - next: null, - speed: GUARD_SPEED - } - - } - }); - - holeData = new createjs.SpriteSheet( { - images: [preload.getResult("hole")], - - frames: [ - //dig hole Left - [BASE_TILE_X*0,0,BASE_TILE_X,BASE_TILE_Y*2], //0 [x,y, width, height] - [BASE_TILE_X*1,0,BASE_TILE_X,BASE_TILE_Y*2], //1 - [BASE_TILE_X*2,0,BASE_TILE_X,BASE_TILE_Y*2], //2 - [BASE_TILE_X*3,0,BASE_TILE_X,BASE_TILE_Y*2], //3 - [BASE_TILE_X*4,0,BASE_TILE_X,BASE_TILE_Y*2], //4 - [BASE_TILE_X*5,0,BASE_TILE_X,BASE_TILE_Y*2], //5 - [BASE_TILE_X*6,0,BASE_TILE_X,BASE_TILE_Y*2], //6 - [BASE_TILE_X*7,0,BASE_TILE_X,BASE_TILE_Y*2], //7 - - //dig hole right - [BASE_TILE_X*0,BASE_TILE_Y*2,BASE_TILE_X,BASE_TILE_Y*2], //08 - [BASE_TILE_X*1,BASE_TILE_Y*2,BASE_TILE_X,BASE_TILE_Y*2], //09 - [BASE_TILE_X*2,BASE_TILE_Y*2,BASE_TILE_X,BASE_TILE_Y*2], //10 - [BASE_TILE_X*3,BASE_TILE_Y*2,BASE_TILE_X,BASE_TILE_Y*2], //11 - [BASE_TILE_X*4,BASE_TILE_Y*2,BASE_TILE_X,BASE_TILE_Y*2], //12 - [BASE_TILE_X*5,BASE_TILE_Y*2,BASE_TILE_X,BASE_TILE_Y*2], //13 - [BASE_TILE_X*6,BASE_TILE_Y*2,BASE_TILE_X,BASE_TILE_Y*2], //14 - [BASE_TILE_X*7,BASE_TILE_Y*2,BASE_TILE_X,BASE_TILE_Y*2], //15 - - //fill hole - [BASE_TILE_X*8,0, BASE_TILE_X,BASE_TILE_Y], //16 - [BASE_TILE_X*8,BASE_TILE_Y, BASE_TILE_X,BASE_TILE_Y], //17 - [BASE_TILE_X*8,BASE_TILE_Y*2,BASE_TILE_X,BASE_TILE_Y], //18 - [BASE_TILE_X*8,BASE_TILE_Y*3,BASE_TILE_X,BASE_TILE_Y] //19 - ], - - animations: { - digHoleLeft: [0, 7, false, DIG_SPEED], - digHoleRight: [8,15, false, DIG_SPEED], - fillHole: { - frames: [16, 16, 16, 16, 16, 16, 16, 16, 16, - 16, 16, 16, 16, 16, 16, 16, 16, 16, - 16, 16, 16, 16, 16, 16, 16, 16, 16, - 16, 16, 16, 16, 16, 16, 16, 16, 16, - 16, 16, 16, 16, 16, 16, 16, 16, 16, - 17, 17, 18, 18, 19 ], //delay fill time for champLevel, 2014/04/12 - next: false, - speed: FILL_SPEED - } - } - }); - - holeObj.sprite = new createjs.Sprite(holeData, "digHoleLeft"); - holeObj.action = ACT_STOP; //no digging - - textData = new createjs.SpriteSheet({ - images: [preload.getResult("text")], - - frames: {regX:0, height: BASE_TILE_Y, regY: 0, width: BASE_TILE_X}, - - animations: { - "N0": 0, "N1": 1, "N2": 2, "N3": 3, "N4": 4, - "N5": 5, "N6": 6, "N7": 7, "N8": 8, "N9": 9, - "A": 10, "B": 11, "C": 12, "D": 13, "E": 14, "F": 15, "G": 16, "H": 17, - "I": 18, "J": 19, "K": 20, "L": 21, "M": 22, "N": 23, "O": 24, "P": 25, - "Q": 26, "R": 27, "S": 28, "T": 29, "U": 30, "V": 31, "W": 32, "X": 33, - "Y": 34, "Z": 35, - "DOT": 36, "LT": 37, "GT": 38, "DASH": 39, - "@":40, //gold - "#":41, //trap - "SPACE":43, - "FLASH": { - frames: [42, 42, 42, 43, 43, 43], - next: "FLASH", - speed: FLASH_SPEED - } - } - }); - } function createSoundInstance() { @@ -401,10 +276,11 @@ function preloadResource() function createMenuBitmapIcon() { mainMenuIconBitmap = new createjs.Bitmap(preload.getResult("menu")); - mainMenuIconObj = new mainMenuIconClass(screenX, screenY, tileScale, mainMenuIconBitmap); + mainMenuIconObj = new mainMenuIconClass(screenX1, screenY1, tileScale, mainMenuIconBitmap); selectIconBitmap = new createjs.Bitmap(preload.getResult("select")); - selectIconObj = new selectIconClass(screenX, screenY, tileScale, selectIconBitmap); + selectIconObj = new selectIconClass(screenX1, screenY1, tileScale, selectIconBitmap); + checkBitmap = new createjs.Bitmap(preload.getResult("check")); @@ -434,3 +310,167 @@ function preloadResource() waitIdleDemo(4000); //wait user key or show demo level } } + +//============================== +// support different AI-version +//============================== + +var spriteSpeed = [ + { runnerSpeed: 0.65, guardSpeed: 0.3, digSpeed: 0.68, fillSpeed: 0.24, xMoveBase: 8, yMoveBase: 8 }, //ver 1 + { runnerSpeed: 0.70, guardSpeed: 0.35, digSpeed: 0.68, fillSpeed: 0.27, xMoveBase: 8, yMoveBase: 9 } //ver 2 +]; + +var curAiVersion = AI_VERSION; +function setSpeedByAiVersion() +{ + var speedObj = spriteSpeed[curAiVersion-1]; + + RUNNER_SPEED = speedObj.runnerSpeed; + GUARD_SPEED = speedObj.guardSpeed; + DIG_SPEED = speedObj.digSpeed; + FILL_SPEED = speedObj.fillSpeed; + + //xMove = speedObj.xMoveBase * tileScale; //8, 6, 4 (10, 7.5, 5) + //yMove = speedObj.yMoveBase * tileScale; //8, 6, 4 (10, 7.5, 5) + xMove = speedObj.xMoveBase; + yMove = speedObj.yMoveBase; + + //W4 = (tileW/4|0)+ speedObj.w4; //no used + //H4 = (tileH/4|0)+ speedObj.h4; + + createSpriteSheet(); +} + +function createSpriteSheet() +{ + createRunnerSpriteSheet(coverPageLoad.getResult("runner")); + createPreloadSpriteSheet(); +} + +function createPreloadSpriteSheet() +{ + guardData = new createjs.SpriteSheet({ + images: [preload.getResult("guard")], + + frames: {regX:0, height: BASE_TILE_Y, regY: 0, width: BASE_TILE_X}, + + animations: { + runRight: [0,2, "runRight", GUARD_SPEED], + runLeft : [3,5, "runLeft", GUARD_SPEED], + runUpDn : [6,7, "runUpDn", GUARD_SPEED], + + barRight: { + frames: [ 11, 12, 12, 13, 13 ], + next: "barRight", + speed: GUARD_SPEED + }, + + barLeft: { + frames: [ 14, 15, 15, 16, 16 ], + next: "barLeft", + speed: GUARD_SPEED + }, + + reborn: { + frames: [ 17, 17, 18 ], + speed: GUARD_SPEED + }, + + fallRight : 8, + fallLeft: 19, + + shakeRight: { + frames: [ 8, 8, 8, 8, 8, 8, 8, + 8, 8, 8, 8, 8, 8, + 9, 10, 9, 10, 8 ], + next: null, + speed: GUARD_SPEED + }, + + shakeLeft: { + frames: [ 19, 19, 19, 19, 19, 19, 19, + 19, 19, 19, 19, 19, 19, + 20, 21, 20, 21, 19], + next: null, + speed: GUARD_SPEED + } + + } + }); + + holeData = new createjs.SpriteSheet( { + images: [preload.getResult("hole")], + + frames: [ + //dig hole Left + [BASE_TILE_X*0,0,BASE_TILE_X,BASE_TILE_Y*2], //0 [x,y, width, height] + [BASE_TILE_X*1,0,BASE_TILE_X,BASE_TILE_Y*2], //1 + [BASE_TILE_X*2,0,BASE_TILE_X,BASE_TILE_Y*2], //2 + [BASE_TILE_X*3,0,BASE_TILE_X,BASE_TILE_Y*2], //3 + [BASE_TILE_X*4,0,BASE_TILE_X,BASE_TILE_Y*2], //4 + [BASE_TILE_X*5,0,BASE_TILE_X,BASE_TILE_Y*2], //5 + [BASE_TILE_X*6,0,BASE_TILE_X,BASE_TILE_Y*2], //6 + [BASE_TILE_X*7,0,BASE_TILE_X,BASE_TILE_Y*2], //7 + + //dig hole right + [BASE_TILE_X*0,BASE_TILE_Y*2,BASE_TILE_X,BASE_TILE_Y*2], //08 + [BASE_TILE_X*1,BASE_TILE_Y*2,BASE_TILE_X,BASE_TILE_Y*2], //09 + [BASE_TILE_X*2,BASE_TILE_Y*2,BASE_TILE_X,BASE_TILE_Y*2], //10 + [BASE_TILE_X*3,BASE_TILE_Y*2,BASE_TILE_X,BASE_TILE_Y*2], //11 + [BASE_TILE_X*4,BASE_TILE_Y*2,BASE_TILE_X,BASE_TILE_Y*2], //12 + [BASE_TILE_X*5,BASE_TILE_Y*2,BASE_TILE_X,BASE_TILE_Y*2], //13 + [BASE_TILE_X*6,BASE_TILE_Y*2,BASE_TILE_X,BASE_TILE_Y*2], //14 + [BASE_TILE_X*7,BASE_TILE_Y*2,BASE_TILE_X,BASE_TILE_Y*2], //15 + + //fill hole + [BASE_TILE_X*8,0, BASE_TILE_X,BASE_TILE_Y], //16 + [BASE_TILE_X*8,BASE_TILE_Y, BASE_TILE_X,BASE_TILE_Y], //17 + [BASE_TILE_X*8,BASE_TILE_Y*2,BASE_TILE_X,BASE_TILE_Y], //18 + [BASE_TILE_X*8,BASE_TILE_Y*3,BASE_TILE_X,BASE_TILE_Y] //19 + ], + + animations: { + digHoleLeft: [0, 7, false, DIG_SPEED], + digHoleRight: [8,15, false, DIG_SPEED], + fillHole: { + frames: [16, 16, 16, 16, 16, 16, 16, 16, 16, + 16, 16, 16, 16, 16, 16, 16, 16, 16, + 16, 16, 16, 16, 16, 16, 16, 16, 16, + 16, 16, 16, 16, 16, 16, 16, 16, 16, + 16, 16, 16, 16, 16, 16, 16, 16, 16, + 17, 17, 18, 18, 19 ], //delay fill time for champLevel, 2014/04/12 + next: false, + speed: FILL_SPEED + } + } + }); + + holeObj.sprite = new createjs.Sprite(holeData, "digHoleLeft"); + holeObj.action = ACT_STOP; //no digging + + textData = new createjs.SpriteSheet({ + images: [preload.getResult("text")], + + frames: {regX:0, height: BASE_TILE_Y, regY: 0, width: BASE_TILE_X}, + + animations: { + "N0": 0, "N1": 1, "N2": 2, "N3": 3, "N4": 4, + "N5": 5, "N6": 6, "N7": 7, "N8": 8, "N9": 9, + "A": 10, "B": 11, "C": 12, "D": 13, "E": 14, "F": 15, "G": 16, "H": 17, + "I": 18, "J": 19, "K": 20, "L": 21, "M": 22, "N": 23, "O": 24, "P": 25, + "Q": 26, "R": 27, "S": 28, "T": 29, "U": 30, "V": 31, "W": 32, "X": 33, + "Y": 34, "Z": 35, + "DOT": 36, "LT": 37, "GT": 38, "DASH": 39, + "@":40, //gold + "#":41, //trap + "SPACE":43, + "FLASH": { //42 & 43 + frames: [42, 42, 42, 43, 43, 43], + next: "FLASH", + speed: FLASH_SPEED + }, + "D0": 50, "D1": 51, "D2": 52, "D3": 53, "D4": 54, //blue digit number for player name, 11/17/2014 + "D5": 55, "D6": 56, "D7": 57, "D8": 58, "D9": 59 + } + }); +} \ No newline at end of file diff --git a/lodeRunner.runner.js b/lodeRunner.runner.js index cb017dd..53d5421 100644 --- a/lodeRunner.runner.js +++ b/lodeRunner.runner.js @@ -158,7 +158,7 @@ function runnerMoveStep(action, stayCurrPos ) map[x][y].act = curToken; //runner move to [x][y-1], so set [x][y].act to previous state y--; yOffset = tileH + yOffset; - if(map[x][y].act == GUARD_T) gameState = GAME_RUNNER_DEAD; //collision + if(map[x][y].act == GUARD_T && guardAlive(x,y)) setRunnerDead(); //collision } newShape = "runUpDn"; } @@ -189,7 +189,7 @@ function runnerMoveStep(action, stayCurrPos ) map[x][y].act = curToken; //runner move to [x][y+1], so set [x][y].act to previous state y++; yOffset = yOffset - tileH; - if(map[x][y].act == GUARD_T) gameState = GAME_RUNNER_DEAD; //collision + if(map[x][y].act == GUARD_T && guardAlive(x,y)) setRunnerDead(); //collision } if(action == ACT_DOWN) { @@ -227,7 +227,7 @@ function runnerMoveStep(action, stayCurrPos ) map[x][y].act = curToken; //runner move to [x-1][y], so set [x][y].act to previous state x--; xOffset = tileW + xOffset; - if(map[x][y].act == GUARD_T) gameState = GAME_RUNNER_DEAD; //collision + if(map[x][y].act == GUARD_T && guardAlive(x,y)) setRunnerDead(); //collision } if(curToken == BAR_T) newShape = "barLeft"; else newShape = "runLeft"; @@ -247,7 +247,7 @@ function runnerMoveStep(action, stayCurrPos ) map[x][y].act = curToken; //runner move to [x+1][y], so set [x][y].act to previous state x++; xOffset = xOffset - tileW; - if(map[x][y].act == GUARD_T) gameState = GAME_RUNNER_DEAD; //collision + if(map[x][y].act == GUARD_T && guardAlive(x,y)) setRunnerDead(); //collision } if(curToken == BAR_T) newShape = "barRight"; else newShape = "runRight"; @@ -268,8 +268,8 @@ function runnerMoveStep(action, stayCurrPos ) runner.action = ACT_STOP; } } else { - runner.sprite.x = x * tileW + xOffset; - runner.sprite.y = y * tileH + yOffset; + runner.sprite.x = (x * tileW + xOffset) * tileScale | 0; + runner.sprite.y = (y * tileH + yOffset) * tileScale | 0; runner.pos = { x:x, y:y, xOffset:xOffset, yOffset:yOffset}; if(curShape != newShape) { runner.sprite.gotoAndPlay(newShape); @@ -339,7 +339,7 @@ function addGold(x, y) map[x][y].base = GOLD_T; tile = map[x][y].bitmap = new createjs.Bitmap(preload.getResult("gold")); - tile.setTransform(x * tileW, y * tileH,tileScale, tileScale); //x,y, scaleX, scaleY + tile.setTransform(x * tileWScale, y * tileHScale,tileScale, tileScale); //x,y, scaleX, scaleY mainStage.addChild(tile); moveSprite2Top(); //reset runner, guard & fill hole object order @@ -391,30 +391,21 @@ function checkCollision(runnerX, runnerY) if( guard[i].pos.x == x && guard[i].pos.y == y) break; } assert( (i < guardCount), "checkCollision design error !"); - if(guard[i].action != ACT_REBORN) { - var dw = Math.abs(runner.sprite.x - guard[i].sprite.x); - var dh = Math.abs(runner.sprite.y - guard[i].sprite.y); - //debug (" dw = " + dw +"(" + tileW + ") dh = " + dh + "(" + tileH + ")" ); - /* - debug("runner:" + runner.pos.x + "," - + runner.pos.y + "," - + "guard:" + guard[i].pos.x + "," - + guard[i].pos.y + "," - - + "runner:" + runner.pos.xOffset + "," - + runner.pos.yOffset + "," - + "guard:" + guard[i].pos.xOffset + "," - + guard[i].pos.yOffset - ); - */ - /* - if( Math.abs(runner.sprite.x - guard[i].sprite.x) < tileW && - Math.abs(runner.sprite.y - guard[i].sprite.y) < tileH) - */ - if( Math.abs(runner.sprite.x - guard[i].sprite.x) <= W4*3 && - Math.abs(runner.sprite.y - guard[i].sprite.y) <= H4*3 ) - { - gameState = GAME_RUNNER_DEAD; + if(guard[i].action != ACT_REBORN) { //only guard alive need check collection + //var dw = Math.abs(runner.sprite.x - guard[i].sprite.x); + //var dh = Math.abs(runner.sprite.y - guard[i].sprite.y); + + //change detect method ==> don't depend on scale + var runnerPosX = runner.pos.x*tileW+runner.pos.xOffset; + var runnerPosY = runner.pos.y*tileH+runner.pos.yOffset; + var guardPosX = guard[i].pos.x*tileW+guard[i].pos.xOffset; + var guardPosY = guard[i].pos.y*tileH+guard[i].pos.yOffset; + + var dw = Math.abs(runnerPosX - guardPosX); + var dh = Math.abs(runnerPosY - guardPosY); + + if( dw <= W4*3 && dh <= H4*3 ) { + setRunnerDead(); //07/04/2014 //debug("runner dead!"); } } @@ -477,7 +468,7 @@ function digHole(action) holeObj.sprite.gotoAndPlay(holeShape); holeObj.action = ACT_DIGGING; holeObj.pos = { x: x, y: y }; - holeObj.sprite.setTransform(x * tileW, y * tileH,tileScale, tileScale); + holeObj.sprite.setTransform(x * tileWScale, y * tileHScale,tileScale, tileScale); // the callback is called each time a sequence completes: holeObj.sprite.on("animationend", digComplete); @@ -567,7 +558,8 @@ function fillHole(x, y) { var fillSprite = new createjs.Sprite(holeData, "fillHole"); - fillSprite.setTransform(x * tileW, y * tileH,tileScale, tileScale); + fillSprite.pos = { x:x, y:y }; //save position 11/18/2014 + fillSprite.setTransform(x * tileWScale, y * tileHScale, tileScale, tileScale); fillSprite.on("animationend", fillComplete); fillSprite.play(); mainStage.addChild(fillSprite); @@ -583,8 +575,11 @@ function moveFillHoleObj2Top() function fillComplete() { - var x = this.x / tileW | 0; //this : scope default to the dispatcher - var y = this.y / tileH | 0; + //don't use "divide command", it will cause loss of accuracy while scale changed (ex: tileScale = 0.6...) + //var x = this.x / tileWScale | 0; //this : scope default to the dispatcher + //var y = this.y / tileHScale | 0; + + var x = this.pos.x, y = this.pos.y; //get position map[x][y].bitmap.set({alpha:1}); //display block this.removeAllEventListeners ("animationend"); @@ -597,7 +592,7 @@ function fillComplete() gameState = GAME_RUNNER_DEAD; runner.sprite.set({alpha:0}); //hidden runner --> dead break; - case GUARD_T: + case GUARD_T: //guard dead var id = getGuardId(x,y); if(guard[id].hasGold > 0) { //guard has gold and not fall into the hole decGold(); @@ -625,3 +620,19 @@ function removeFillHoleObj(spriteObj) } debug("removeFillHoleObj: design error!"); } + +//================================== +// Check guard is alive or not +// 2014/10/31 +//================================== +function guardAlive(x, y) +{ + for(var i = 0; i < guardCount; i++) { + if( guard[i].pos.x == x && guard[i].pos.y == y) break; + } + assert( (i < guardCount), "guardAlive() design error !"); + + if(guard[i].action != ACT_REBORN) return 1; //alive + + return 0; //reborn +} \ No newline at end of file diff --git a/lodeRunner.wData.js b/lodeRunner.wData.js index 6cff67f..c061c5d 100644 --- a/lodeRunner.wData.js +++ b/lodeRunner.wData.js @@ -1,802 +1,1013 @@ // World DemoData1 var wDemoData1 = [ - { level: 1, ai: 1, time: 757, state: 1, country: "Taiwan", //id=1 2014-06-05 01:11:19 - action: [ 0, 39, 65, 38, 76, 37, 96, 90, 130, 37, 145, 38, 178, 39, 201, 38, 216, 37, 306, 38, 317, 37, 333, 88, 348, 39, 369, 37, 379, 88, 395, 39, 411, 88, 428, 39, 510, 40, 530, 39, 585, 38, 598, 37, 632, 38, 666, 39, 691, 38, 706, 37, 740, 38 ], + { level: 1, ai: 2, time: 571, state: 1, godMode: 0, location: "Taiwan", ip:"36.224.249.31", date:"2014-10-19 15:27:08", //id=1 + action: [ 0, 39, 63, 38, 74, 37, 95, 90, 117, 37, 150, 40, 158, 90, 184, 37, 198, 90, 220, 37, 263, 38, 274, 39, 298, 38, 313, 37, 347, 38, 361, 39, 385, 38, 410, 37, 424, 39, 437, 40, 446, 39, 529, 37, 556, 38 ], + goldDrop: [ 17 ], + bornPos: [ 1, 13 ] +}, +{ level: 2, ai: 2, time: 812, state: 1, godMode: 0, location: "Russian Federation", ip:"95.191.37.203", date:"2014-12-07 21:22:40", //id=2 + action: [ 0, 37, 20, 38, 34, 39, 99, 38, 113, 39, 131, 40, 144, 39, 159, 37, 166, 38, 175, 37, 179, 38, 193, 39, 199, 38, 209, 39, 211, 38, 228, 37, 256, 38, 270, 39, 281, 37, 292, 38, 299, 37, 320, 90, 327, 37, 339, 40, 360, 37, 407, 88, 415, 37, 423, 88, 430, 37, 458, 88, 468, 37, 473, 88, 481, 39, 498, 90, 505, 37, 528, 88, 534, 39, 653, 38, 669, 37, 718, 38, 735, 37, 759, 38, 798, 37 ], + goldDrop: [ 15, 25, 17 ], + bornPos: [ 1, 19 ] +}, +{ level: 3, ai: 2, time: 766, state: 1, godMode: 0, location: "Taiwan", ip:"36.225.127.205", date:"2014-09-27 14:17:34", //id=3 + action: [ 0, 39, 25, 38, 36, 39, 98, 38, 112, 37, 132, 38, 141, 37, 169, 38, 179, 37, 199, 38, 213, 39, 253, 38, 267, 37, 359, 40, 368, 37, 374, 88, 386, 39, 457, 38, 467, 39, 510, 38, 524, 39, 587, 37, 626, 38, 637, 37, 666, 38, 676, 39, 685, 38, 700, 39, 711, 38, 721, 39, 756, 38 ], + goldDrop: [], + bornPos: [] +}, +{ level: 4, ai: 2, time: 940, state: 1, godMode: 0, location: "Taiwan", ip:"118.161.98.178", date:"2014-10-11 15:42:08", //id=4 + action: [ 0, 37, 40, 88, 56, 37, 65, 88, 82, 37, 87, 38, 108, 37, 143, 38, 190, 39, 201, 40, 222, 39, 266, 38, 282, 37, 305, 38, 321, 39, 369, 90, 382, 37, 394, 40, 424, 39, 443, 38, 458, 39, 464, 38, 470, 37, 475, 38, 490, 39, 501, 40, 523, 39, 554, 38, 572, 40, 609, 37, 619, 90, 649, 37, 757, 90, 769, 39, 774, 90, 837, 37, 871, 38 ], + goldDrop: [ 16, 31, 36, 21, 36 ], + bornPos: [] +}, +{ level: 5, ai: 2, time: 658, state: 1, godMode: 0, location: "Taiwan", ip:"111.250.233.20", date:"2014-11-23 21:17:23", //id=5 + action: [ 0, 37, 13, 38, 26, 37, 40, 88, 53, 90, 88, 37, 97, 90, 121, 37, 134, 38, 150, 37, 162, 38, 176, 37, 185, 39, 192, 90, 207, 37, 231, 88, 246, 39, 335, 38, 349, 39, 383, 38, 400, 39, 416, 37, 447, 38, 463, 39, 506, 37, 528, 38, 548, 37, 623, 38 ], + goldDrop: [ 23 ], + bornPos: [] +}, +{ level: 6, ai: 2, time: 1629, state: 1, godMode: 0, location: "Taiwan", ip:"36.225.80.248", date:"2014-07-10 22:16:14", //id=6 + action: [ 0, 88, 12, 37, 17, 88, 28, 37, 33, 90, 46, 39, 49, 90, 59, 37, 66, 90, 80, 39, 85, 90, 96, 37, 102, 90, 115, 39, 122, 90, 131, 37, 153, 39, 202, 88, 227, 39, 235, 88, 271, 39, 301, 38, 341, 37, 352, 39, 357, 90, 367, 37, 386, 39, 393, 40, 415, 37, 431, 39, 448, 38, 469, 37, 497, 90, 507, 39, 517, 90, 527, 39, 532, 90, 545, 39, 549, 90, 558, 37, 575, 90, 585, 39, 592, 90, 605, 37, 615, 90, 628, 37, 642, 88, 654, 39, 668, 37, 710, 38, 727, 39, 746, 38, 761, 39, 770, 37, 803, 38, 824, 37, 855, 90, 866, 37, 927, 90, 956, 39, 960, 90, 972, 39, 977, 90, 1035, 37, 1047, 39, 1071, 38, 1087, 39, 1096, 38, 1112, 39, 1128, 38, 1149, 37, 1179, 38, 1195, 37, 1210, 39, 1288, 88, 1298, 37, 1304, 88, 1315, 37, 1320, 88, 1331, 39, 1346, 90, 1357, 39, 1365, 90, 1376, 37, 1390, 88, 1400, 39, 1425, 90, 1438, 37, 1481, 38, 1501, 37, 1532, 38, 1547, 39, 1619, 38 ], + goldDrop: [ 17, 32, 14, 15, 15, 34, 24, 24, 32 ], + bornPos: [ 1, 17, 16 ] +}, +{ level: 7, ai: 2, time: 922, state: 1, godMode: 0, location: "Taiwan", ip:"36.225.124.205", date:"2014-09-01 21:50:45", //id=7 + action: [ 0, 39, 45, 37, 98, 38, 113, 37, 135, 38, 146, 37, 147, 38, 161, 88, 188, 39, 222, 37, 233, 39, 238, 37, 241, 39, 253, 37, 263, 90, 290, 37, 299, 38, 313, 39, 411, 38, 421, 39, 425, 38, 464, 39, 490, 90, 501, 37, 529, 90, 542, 39, 546, 90, 555, 37, 571, 88, 580, 39, 593, 90, 608, 37, 641, 38, 695, 37, 705, 90, 717, 37, 772, 38, 785, 37, 809, 90, 844, 37, 869, 38, 897, 37, 912, 38 ], + goldDrop: [], + bornPos: [ 1, 12 ] +}, +{ level: 8, ai: 2, time: 1362, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.45.13", date:"2014-10-22 19:29:08", //id=8 + action: [ 0, 39, 7, 90, 88, 37, 119, 38, 146, 37, 162, 38, 204, 37, 222, 88, 236, 39, 294, 90, 307, 37, 357, 90, 374, 39, 378, 90, 449, 37, 466, 38, 534, 39, 583, 40, 656, 39, 700, 38, 728, 39, 745, 38, 782, 39, 799, 90, 811, 39, 817, 90, 830, 37, 864, 88, 876, 39, 948, 37, 957, 88, 973, 37, 977, 88, 1044, 39, 1059, 38, 1116, 37, 1164, 38, 1177, 37, 1189, 39, 1202, 37, 1226, 90, 1237, 39, 1244, 90, 1296, 37, 1322, 38 ], + goldDrop: [ 21, 39 ], + bornPos: [ 1, 5, 13 ] +}, +{ level: 9, ai: 2, time: 1489, state: 1, godMode: 0, location: "Korea, Republic of", ip:"116.126.194.224", date:"2014-10-05 12:04:36", //id=9 + action: [ 0, 37, 34, 38, 104, 39, 229, 40, 237, 88, 247, 37, 253, 88, 264, 37, 269, 88, 277, 39, 293, 90, 305, 39, 309, 90, 318, 37, 334, 88, 341, 37, 353, 39, 365, 40, 405, 37, 449, 38, 455, 37, 470, 90, 479, 37, 555, 38, 584, 90, 594, 38, 606, 90, 619, 38, 628, 90, 637, 38, 643, 90, 664, 38, 678, 39, 743, 40, 760, 88, 775, 37, 780, 88, 789, 39, 804, 90, 814, 37, 827, 88, 840, 37, 845, 88, 853, 39, 865, 90, 874, 88, 882, 39, 901, 90, 915, 37, 994, 38, 1044, 90, 1053, 38, 1074, 39, 1161, 40, 1175, 88, 1193, 37, 1198, 88, 1206, 39, 1221, 90, 1232, 37, 1247, 90, 1260, 39, 1263, 90, 1272, 37, 1281, 90, 1289, 37, 1330, 90, 1339, 37, 1415, 38 ], + goldDrop: [], + bornPos: [] +}, +{ level: 10, ai: 2, time: 1073, state: 1, godMode: 0, location: "Taiwan", ip:"111.250.228.142", date:"2014-12-03 23:15:08", //id=10 + action: [ 0, 37, 25, 39, 59, 38, 73, 39, 87, 88, 123, 39, 170, 38, 185, 37, 211, 39, 236, 38, 252, 39, 274, 37, 293, 38, 310, 37, 366, 90, 377, 39, 383, 90, 424, 37, 449, 38, 469, 37, 497, 88, 509, 39, 534, 88, 545, 37, 551, 88, 562, 37, 568, 88, 579, 37, 585, 88, 597, 37, 602, 88, 614, 37, 619, 88, 626, 39, 649, 88, 660, 37, 666, 88, 677, 37, 684, 88, 691, 39, 709, 88, 720, 37, 728, 88, 738, 39, 746, 88, 758, 39, 772, 37, 784, 88, 795, 39, 831, 88, 865, 39, 880, 38, 894, 37, 899, 38, 944, 37, 953, 38, 962, 39, 1058, 38 ], + goldDrop: [ 35 ], + bornPos: [ 1, 7 ] +}, +{ level: 11, ai: 2, time: 580, state: 1, godMode: 0, location: "Taiwan", ip:"114.44.172.70", date:"2014-09-19 22:32:53", //id=11 + action: [ 0, 39, 32, 37, 43, 38, 51, 39, 61, 38, 68, 37, 77, 38, 84, 39, 93, 38, 100, 37, 108, 38, 115, 39, 124, 38, 131, 37, 138, 38, 152, 40, 165, 37, 170, 38, 176, 39, 186, 38, 193, 37, 202, 38, 209, 39, 218, 38, 226, 37, 232, 38, 243, 39, 251, 90, 266, 39, 270, 90, 281, 39, 285, 90, 295, 39, 300, 90, 310, 39, 314, 90, 324, 39, 327, 90, 510, 37, 570, 38 ], + goldDrop: [ 34, 18, 38, 15 ], + bornPos: [ 1, 26, 18, 3, 2, 6 ] +}, +{ level: 12, ai: 2, time: 1028, state: 1, godMode: 0, location: "Taiwan", ip:"36.226.139.27", date:"2014-07-11 20:17:59", //id=12 + action: [ 0, 39, 11, 37, 72, 39, 88, 88, 121, 39, 129, 38, 148, 37, 164, 39, 196, 40, 204, 39, 260, 38, 277, 39, 290, 38, 294, 39, 311, 37, 326, 38, 345, 37, 368, 39, 377, 37, 389, 39, 396, 88, 427, 39, 465, 37, 480, 38, 500, 39, 516, 37, 582, 39, 601, 38, 612, 37, 682, 90, 694, 37, 711, 90, 722, 39, 727, 90, 737, 39, 743, 90, 756, 37, 767, 88, 776, 37, 784, 88, 792, 39, 801, 88, 815, 39, 827, 37, 840, 88, 848, 39, 886, 38, 895, 39, 898, 38, 913, 39, 918, 38, 927, 39, 931, 38, 937, 39, 941, 38, 948, 39, 951, 38, 962, 39, 967, 37, 1018, 38 ], + goldDrop: [], + bornPos: [] +}, +{ level: 13, ai: 2, time: 1277, state: 1, godMode: 0, location: "Taiwan", ip:"111.250.228.142", date:"2014-12-03 23:20:00", //id=13 + action: [ 0, 39, 86, 88, 98, 37, 195, 90, 209, 88, 236, 37, 249, 88, 260, 37, 277, 39, 282, 90, 295, 88, 319, 37, 331, 38, 351, 39, 356, 38, 471, 37, 514, 39, 547, 38, 581, 37, 614, 39, 634, 38, 685, 39, 773, 38, 823, 39, 891, 38, 927, 39, 980, 38, 1029, 39, 1045, 37, 1127, 90, 1138, 37, 1149, 39, 1218, 38 ], + goldDrop: [ 26, 28 ], + bornPos: [ 1, 27 ] +}, +{ level: 14, ai: 2, time: 2233, state: 1, godMode: 0, location: "Russian Federation", ip:"95.191.4.152", date:"2014-11-30 21:49:23", //id=14 + action: [ 0, 37, 36, 39, 115, 38, 128, 37, 132, 38, 186, 37, 218, 38, 233, 37, 236, 38, 260, 39, 270, 40, 278, 37, 297, 38, 324, 39, 352, 38, 363, 39, 367, 38, 390, 37, 400, 39, 420, 38, 435, 39, 491, 40, 502, 37, 647, 38, 683, 37, 703, 38, 740, 39, 824, 38, 865, 37, 884, 38, 901, 37, 904, 38, 933, 39, 945, 40, 960, 37, 967, 38, 977, 37, 981, 38, 1018, 37, 1053, 38, 1075, 37, 1094, 40, 1109, 39, 1187, 38, 1197, 39, 1201, 38, 1239, 39, 1262, 37, 1288, 39, 1303, 37, 1315, 39, 1327, 37, 1339, 39, 1383, 37, 1407, 39, 1412, 37, 1417, 39, 1423, 37, 1452, 39, 1466, 37, 1488, 39, 1493, 37, 1498, 39, 1503, 37, 1523, 38, 1535, 37, 1540, 38, 1578, 37, 1603, 38, 1639, 40, 1677, 38, 1686, 40, 1696, 38, 1732, 39, 1824, 38, 1830, 37, 1845, 39, 1901, 37, 1916, 39, 1931, 38, 1949, 39, 1953, 38, 1967, 39, 1970, 38, 1979, 39, 1983, 38, 1992, 39, 2008, 37, 2016, 38, 2070, 37, 2104, 38, 2128, 39, 2165, 38, 2183, 39, 2218, 38 ], + goldDrop: [ 28 ], + bornPos: [] +}, +{ level: 15, ai: 2, time: 1383, state: 1, godMode: 0, location: "Taiwan", ip:"111.250.211.84", date:"2014-12-23 20:42:53", //id=15 + action: [ 0, 37, 55, 90, 67, 37, 90, 39, 205, 37, 241, 38, 255, 39, 291, 38, 305, 37, 325, 90, 336, 38, 350, 39, 363, 90, 373, 39, 393, 37, 404, 38, 423, 37, 442, 38, 454, 37, 494, 88, 505, 37, 510, 38, 521, 37, 526, 39, 558, 37, 565, 39, 606, 37, 655, 90, 664, 39, 671, 90, 680, 39, 686, 90, 695, 39, 701, 90, 716, 37, 728, 39, 793, 38, 808, 37, 838, 90, 874, 37, 891, 90, 908, 88, 945, 37, 991, 38, 1015, 39, 1027, 88, 1038, 39, 1064, 37, 1092, 38, 1107, 37, 1111, 90, 1131, 37, 1163, 39, 1180, 38, 1184, 88, 1186, 37, 1192, 88, 1213, 39, 1245, 38, 1268, 39, 1312, 38, 1322, 39, 1378, 38 ], + goldDrop: [ 17, 39, 24, 34, 22, 21, 32, 32, 30 ], + bornPos: [ 1, 18, 22, 2, 12 ] +}, +{ level: 16, ai: 2, time: 884, state: 1, godMode: 0, location: "Russian Federation", ip:"213.87.123.163", date:"2014-12-06 13:56:16", //id=16 + action: [ 0, 37, 124, 88, 128, 39, 197, 88, 220, 39, 239, 38, 276, 37, 284, 38, 290, 37, 294, 38, 304, 37, 325, 90, 331, 37, 340, 39, 416, 88, 446, 39, 454, 38, 494, 37, 504, 38, 510, 37, 514, 38, 523, 39, 583, 40, 622, 39, 650, 88, 658, 39, 665, 40, 678, 37, 707, 39, 735, 38, 745, 39, 756, 38, 766, 37, 770, 38, 776, 37, 779, 38, 786, 37, 789, 38, 794, 37, 797, 38, 806, 37, 809, 38, 815, 39, 819, 38, 823, 39, 826, 38, 832, 39, 833, 38, 838, 39, 842, 38, 847, 39, 850, 38, 855, 39, 857, 38, 864, 39, 867, 38, 872, 37, 879, 38, 883, 37 ], + goldDrop: [], + bornPos: [] +}, +{ level: 17, ai: 2, time: 1480, state: 1, godMode: 0, location: "Taiwan", ip:"111.250.211.84", date:"2014-12-23 20:56:55", //id=17 + action: [ 0, 37, 40, 38, 94, 39, 137, 90, 162, 37, 175, 39, 197, 88, 217, 39, 249, 38, 260, 39, 289, 37, 297, 88, 327, 39, 336, 38, 357, 37, 388, 38, 407, 39, 445, 40, 452, 90, 465, 37, 472, 40, 502, 88, 511, 39, 543, 38, 553, 39, 565, 88, 600, 39, 614, 90, 625, 39, 630, 90, 640, 39, 647, 90, 654, 38, 693, 37, 702, 90, 712, 39, 719, 90, 729, 39, 735, 90, 744, 37, 753, 90, 765, 39, 771, 90, 781, 37, 801, 39, 810, 90, 821, 39, 826, 90, 835, 37, 844, 90, 855, 39, 862, 90, 871, 37, 895, 39, 909, 38, 948, 37, 1039, 90, 1050, 39, 1055, 90, 1065, 39, 1071, 90, 1079, 37, 1095, 90, 1105, 39, 1112, 90, 1121, 37, 1131, 90, 1141, 37, 1201, 88, 1212, 39, 1242, 38, 1251, 39, 1273, 88, 1316, 39, 1326, 88, 1336, 39, 1369, 38, 1379, 39, 1416, 38 ], + goldDrop: [ 31 ], + bornPos: [ 1, 2 ] +}, +{ level: 18, ai: 2, time: 1534, state: 1, godMode: 0, location: "Russian Federation", ip:"95.191.37.74", date:"2014-11-07 21:24:25", //id=18 + action: [ 0, 37, 55, 38, 118, 39, 193, 38, 207, 39, 218, 90, 227, 37, 234, 39, 305, 88, 350, 39, 360, 90, 368, 39, 372, 90, 380, 88, 414, 39, 434, 38, 472, 39, 481, 38, 486, 39, 512, 90, 520, 37, 532, 39, 552, 37, 594, 38, 641, 39, 650, 38, 658, 39, 664, 37, 671, 39, 700, 38, 729, 37, 761, 38, 770, 37, 801, 39, 806, 40, 816, 39, 820, 40, 851, 39, 882, 38, 905, 39, 913, 38, 919, 39, 940, 38, 968, 37, 1001, 38, 1014, 37, 1069, 40, 1092, 37, 1099, 90, 1111, 39, 1116, 90, 1130, 37, 1135, 39, 1140, 90, 1148, 37, 1175, 88, 1184, 39, 1263, 38, 1304, 39, 1314, 38, 1320, 39, 1347, 38, 1377, 37, 1409, 38, 1419, 37, 1470, 38, 1476, 37, 1524, 38 ], + goldDrop: [ 19, 16 ], + bornPos: [ 1, 1, 24, 13 ] +}, +{ level: 19, ai: 2, time: 810, state: 1, godMode: 0, location: "Taiwan", ip:"36.224.250.20", date:"2014-10-15 21:42:01", //id=19 + action: [ 0, 39, 60, 38, 84, 37, 93, 39, 99, 90, 109, 39, 113, 90, 129, 40, 131, 90, 140, 40, 144, 90, 157, 40, 170, 38, 188, 37, 199, 38, 209, 37, 217, 38, 228, 37, 239, 38, 250, 37, 258, 38, 274, 40, 284, 88, 293, 38, 308, 37, 320, 88, 374, 39, 439, 37, 506, 39, 512, 90, 522, 39, 527, 90, 576, 37, 627, 39, 635, 38, 645, 88, 672, 39, 679, 38, 693, 39, 696, 38, 708, 39, 719, 38, 729, 39, 739, 37, 749, 88, 773, 39, 784, 38, 796, 39, 805, 38 ], + goldDrop: [ 15, 28, 15, 29, 26, 34 ], + bornPos: [ 1, 16, 10 ] +}, +{ level: 20, ai: 2, time: 1896, state: 1, godMode: 0, location: "United States", ip:"147.21.8.1", date:"2014-08-20 09:08:38", //id=20 + action: [ 0, 37, 19, 39, 37, 90, 108, 39, 112, 90, 120, 39, 161, 37, 170, 40, 223, 39, 230, 88, 251, 37, 262, 90, 317, 37, 332, 88, 341, 37, 349, 88, 357, 37, 400, 38, 433, 39, 444, 38, 655, 39, 773, 38, 788, 37, 798, 90, 830, 37, 876, 39, 889, 37, 913, 38, 923, 37, 927, 38, 933, 37, 944, 39, 962, 88, 1003, 39, 1015, 90, 1034, 39, 1036, 90, 1044, 39, 1057, 38, 1077, 39, 1116, 40, 1134, 37, 1169, 90, 1212, 37, 1231, 90, 1239, 88, 1253, 38, 1269, 37, 1286, 39, 1303, 38, 1336, 39, 1367, 37, 1377, 90, 1387, 37, 1412, 38, 1426, 37, 1436, 38, 1443, 37, 1538, 90, 1549, 37, 1583, 39, 1598, 88, 1749, 38, 1760, 37, 1774, 39, 1827, 38, 1838, 39, 1876, 38 ], + goldDrop: [ 29, 32, 28, 20, 25 ], + bornPos: [ 1, 2, 24, 3, 0 ] +}, +{ level: 21, ai: 2, time: 1863, state: 1, godMode: 0, location: "United States", ip:"147.21.8.1", date:"2014-08-20 09:10:30", //id=21 + action: [ 0, 39, 11, 88, 61, 37, 111, 38, 142, 37, 175, 38, 210, 39, 289, 40, 298, 88, 306, 39, 353, 88, 359, 39, 378, 37, 382, 90, 390, 39, 396, 90, 403, 37, 457, 40, 481, 39, 503, 38, 514, 39, 531, 37, 549, 40, 557, 37, 576, 38, 582, 37, 632, 90, 659, 37, 704, 38, 768, 39, 872, 40, 886, 37, 891, 90, 905, 37, 917, 88, 928, 39, 940, 40, 953, 88, 1001, 39, 1008, 40, 1018, 37, 1042, 40, 1048, 37, 1113, 88, 1126, 37, 1142, 88, 1150, 37, 1171, 38, 1196, 88, 1209, 37, 1260, 88, 1290, 38, 1356, 39, 1431, 40, 1447, 88, 1458, 39, 1477, 90, 1487, 37, 1501, 90, 1513, 37, 1522, 40, 1531, 39, 1540, 90, 1544, 37, 1634, 88, 1643, 37, 1662, 38, 1728, 39, 1858, 38 ], + goldDrop: [ 17, 27, 17, 33, 16 ], + bornPos: [ 1, 25 ] +}, +{ level: 22, ai: 2, time: 1252, state: 1, godMode: 0, location: "United States", ip:"147.21.8.1", date:"2014-08-23 10:45:42", //id=22 + action: [ 0, 39, 45, 37, 81, 38, 100, 39, 160, 37, 181, 38, 197, 39, 221, 38, 234, 37, 292, 40, 307, 37, 330, 38, 349, 37, 379, 39, 404, 38, 418, 39, 503, 37, 539, 38, 550, 37, 564, 38, 567, 37, 598, 39, 604, 88, 614, 39, 638, 88, 673, 39, 683, 38, 714, 37, 727, 88, 805, 37, 887, 88, 896, 39, 953, 40, 968, 39, 986, 37, 992, 38, 1007, 39, 1054, 37, 1083, 39, 1111, 37, 1137, 38, 1156, 37, 1164, 38, 1177, 39, 1180, 38, 1197, 39, 1242, 38 ], + goldDrop: [ 36, 32 ], + bornPos: [] +}, +{ level: 23, ai: 2, time: 2254, state: 1, godMode: 0, location: "Taiwan", ip:"36.225.124.205", date:"2014-09-02 00:18:42", //id=23 + action: [ 0, 39, 4, 40, 42, 37, 52, 39, 69, 38, 87, 39, 149, 40, 155, 88, 166, 39, 179, 90, 190, 39, 195, 90, 204, 37, 231, 39, 251, 38, 299, 37, 308, 40, 330, 88, 336, 37, 339, 88, 350, 39, 380, 38, 410, 37, 444, 40, 454, 88, 513, 39, 526, 40, 532, 37, 550, 88, 563, 37, 570, 88, 598, 37, 602, 90, 612, 39, 618, 90, 627, 37, 642, 88, 654, 37, 658, 88, 667, 39, 695, 37, 706, 90, 718, 37, 741, 38, 760, 39, 838, 38, 868, 37, 887, 38, 898, 39, 909, 37, 931, 39, 947, 90, 996, 37, 1030, 40, 1055, 39, 1063, 90, 1074, 37, 1082, 40, 1091, 39, 1115, 40, 1126, 37, 1178, 38, 1199, 39, 1330, 38, 1367, 37, 1387, 38, 1403, 37, 1442, 38, 1448, 37, 1454, 38, 1461, 90, 1469, 37, 1496, 90, 1509, 39, 1513, 90, 1523, 39, 1528, 90, 1538, 37, 1543, 90, 1557, 37, 1579, 40, 1590, 39, 1597, 40, 1610, 39, 1618, 40, 1624, 39, 1708, 38, 1722, 37, 1737, 38, 1751, 37, 1770, 38, 1780, 37, 1820, 38, 1826, 37, 1832, 38, 1838, 90, 1847, 37, 1873, 90, 1916, 37, 1944, 40, 1971, 39, 1979, 90, 1990, 37, 2019, 40, 2029, 39, 2085, 38, 2105, 39, 2181, 38, 2210, 37, 2229, 38 ], + goldDrop: [ 22, 23, 31 ], + bornPos: [] +}, +{ level: 24, ai: 2, time: 837, state: 1, godMode: 0, location: "Taiwan", ip:"36.224.250.20", date:"2014-10-15 21:50:12", //id=24 + action: [ 0, 37, 12, 38, 31, 37, 40, 38, 47, 90, 55, 37, 82, 39, 93, 90, 101, 40, 118, 39, 126, 37, 131, 38, 141, 37, 154, 88, 163, 40, 177, 39, 183, 37, 208, 39, 218, 38, 228, 37, 237, 90, 246, 37, 268, 38, 273, 37, 279, 39, 284, 90, 311, 37, 326, 88, 334, 37, 346, 38, 353, 90, 362, 40, 368, 90, 378, 37, 396, 39, 407, 38, 412, 39, 465, 38, 489, 37, 507, 38, 516, 37, 522, 39, 532, 37, 548, 38, 566, 90, 579, 40, 582, 90, 591, 37, 624, 39, 651, 38, 762, 37, 774, 38, 785, 37, 790, 38, 803, 39, 812, 38, 823, 39, 832, 38 ], + goldDrop: [ 23 ], + bornPos: [ 1, 27 ] +}, +{ level: 25, ai: 2, time: 1972, state: 1, godMode: 0, location: "Russian Federation", ip:"95.191.4.152", date:"2014-11-22 22:30:19", //id=25 + action: [ 0, 88, 7, 39, 45, 40, 70, 39, 80, 38, 94, 39, 100, 38, 107, 39, 128, 38, 145, 90, 155, 38, 159, 90, 168, 40, 175, 90, 186, 37, 210, 39, 231, 40, 244, 37, 250, 90, 258, 37, 315, 38, 330, 39, 338, 38, 355, 39, 361, 38, 382, 37, 407, 90, 415, 37, 425, 40, 446, 90, 455, 37, 484, 88, 495, 37, 499, 88, 506, 39, 544, 38, 560, 39, 567, 38, 581, 39, 588, 38, 594, 39, 615, 38, 636, 39, 646, 38, 648, 39, 671, 88, 679, 39, 692, 37, 701, 90, 711, 37, 744, 88, 752, 39, 786, 88, 792, 37, 802, 88, 817, 37, 819, 88, 831, 37, 835, 88, 849, 37, 855, 88, 882, 39, 898, 37, 932, 39, 957, 37, 1008, 38, 1018, 37, 1020, 38, 1039, 39, 1046, 38, 1060, 39, 1069, 38, 1075, 39, 1087, 90, 1095, 39, 1100, 90, 1105, 39, 1109, 90, 1122, 39, 1127, 90, 1210, 38, 1244, 37, 1265, 40, 1282, 38, 1301, 37, 1312, 88, 1323, 37, 1331, 88, 1344, 37, 1350, 88, 1361, 37, 1367, 88, 1588, 39, 1613, 40, 1636, 39, 1658, 37, 1672, 88, 1725, 39, 1735, 38, 1759, 39, 1836, 37, 1843, 88, 1890, 39, 1906, 38, 1942, 37, 1948, 39, 1957, 38 ], + goldDrop: [ 24 ], + bornPos: [ 1, 5, 18 ] +}, +{ level: 26, ai: 2, time: 2352, state: 1, godMode: 0, location: "Korea, Republic of", ip:"116.126.194.224", date:"2014-10-04 15:55:48", //id=26 + action: [ 0, 39, 56, 38, 72, 39, 80, 38, 83, 39, 94, 38, 115, 40, 133, 37, 144, 38, 154, 37, 209, 40, 215, 39, 294, 38, 323, 37, 348, 40, 356, 37, 456, 40, 589, 39, 620, 40, 705, 39, 730, 40, 762, 90, 823, 37, 914, 38, 957, 40, 966, 90, 974, 40, 981, 90, 1162, 38, 1197, 39, 1203, 88, 1210, 39, 1231, 37, 1259, 40, 1275, 39, 1326, 38, 1373, 39, 1380, 88, 1389, 39, 1415, 37, 1462, 38, 1517, 37, 1521, 90, 1529, 37, 1550, 39, 1599, 38, 1641, 40, 1673, 38, 1706, 40, 1715, 38, 1732, 37, 1745, 38, 1751, 37, 1767, 90, 1776, 37, 1803, 90, 1816, 39, 1819, 90, 1830, 37, 1843, 88, 1858, 37, 1860, 88, 1871, 37, 1874, 88, 1885, 39, 1897, 90, 1913, 39, 1916, 90, 1928, 37, 1939, 88, 1952, 37, 1957, 88, 1966, 39, 1980, 90, 1994, 39, 1998, 90, 2007, 37, 2020, 88, 2031, 37, 2033, 88, 2041, 37, 2056, 39, 2073, 88, 2085, 39, 2118, 38, 2168, 39, 2181, 88, 2188, 37, 2200, 88, 2232, 39, 2300, 38, 2314, 37, 2323, 39, 2342, 38 ], + goldDrop: [ 36, 17 ], + bornPos: [] +}, +{ level: 27, ai: 2, time: 2776, state: 1, godMode: 0, location: "Korea, Republic of", ip:"116.126.194.224", date:"2014-10-05 12:35:23", //id=27 + action: [ 0, 37, 3, 90, 18, 37, 67, 88, 76, 37, 90, 88, 101, 39, 121, 90, 128, 37, 160, 38, 205, 39, 247, 38, 266, 90, 302, 38, 340, 37, 368, 88, 376, 39, 398, 90, 407, 37, 429, 88, 506, 39, 520, 38, 558, 39, 573, 40, 590, 39, 595, 90, 604, 37, 629, 90, 676, 37, 690, 38, 727, 39, 759, 37, 768, 39, 774, 40, 792, 39, 796, 90, 806, 37, 833, 90, 909, 37, 923, 38, 949, 39, 968, 38, 973, 39, 1031, 40, 1038, 88, 1046, 39, 1077, 38, 1096, 88, 1104, 39, 1172, 37, 1176, 88, 1185, 39, 1217, 38, 1242, 37, 1265, 88, 1274, 39, 1306, 38, 1464, 37, 1507, 38, 1564, 37, 1596, 40, 1602, 39, 1609, 88, 1613, 39, 1625, 37, 1629, 88, 1634, 39, 1688, 90, 1696, 37, 1736, 90, 1743, 39, 1746, 90, 1758, 39, 1763, 90, 1830, 37, 1845, 38, 1870, 37, 1886, 39, 1912, 90, 1918, 39, 1929, 90, 1944, 37, 1980, 38, 1988, 90, 1995, 40, 2003, 90, 2015, 38, 2021, 90, 2094, 40, 2117, 38, 2124, 90, 2163, 38, 2192, 39, 2200, 37, 2207, 40, 2218, 39, 2273, 38, 2331, 39, 2358, 90, 2367, 37, 2382, 39, 2403, 37, 2441, 38, 2558, 39, 2606, 37, 2657, 38, 2714, 39, 2756, 38 ], + goldDrop: [ 26, 15, 15 ], + bornPos: [ 1, 10 ] +}, +{ level: 28, ai: 2, time: 1711, state: 1, godMode: 0, location: "Russian Federation", ip:"95.191.63.58", date:"2014-12-22 17:10:02", //id=28 + action: [ 0, 39, 28, 38, 34, 37, 37, 38, 48, 39, 52, 88, 59, 39, 109, 88, 188, 39, 198, 90, 204, 39, 205, 90, 213, 90, 222, 39, 226, 90, 234, 39, 241, 90, 246, 38, 298, 37, 303, 90, 308, 39, 321, 90, 327, 37, 340, 90, 343, 39, 359, 90, 364, 37, 379, 90, 384, 39, 399, 90, 408, 37, 418, 90, 423, 37, 475, 38, 499, 37, 517, 38, 530, 37, 545, 39, 568, 38, 608, 39, 618, 90, 629, 40, 635, 90, 646, 39, 650, 90, 660, 37, 694, 88, 698, 39, 756, 88, 785, 39, 804, 38, 854, 37, 874, 38, 882, 37, 886, 38, 902, 37, 914, 40, 922, 37, 940, 38, 948, 37, 977, 38, 985, 37, 998, 40, 1004, 37, 1039, 90, 1047, 39, 1050, 90, 1057, 39, 1066, 90, 1072, 37, 1087, 90, 1093, 37, 1112, 40, 1133, 39, 1141, 37, 1149, 90, 1153, 39, 1158, 90, 1167, 39, 1173, 90, 1179, 37, 1189, 90, 1196, 37, 1216, 39, 1257, 38, 1288, 37, 1297, 40, 1310, 39, 1366, 38, 1372, 37, 1376, 88, 1383, 39, 1432, 88, 1508, 39, 1559, 38, 1606, 37, 1631, 38, 1647, 37, 1679, 38, 1685, 37, 1701, 38 ], + goldDrop: [ 17 ], + bornPos: [] +}, +{ level: 29, ai: 2, time: 1782, state: 1, godMode: 0, location: "Korea, Republic of", ip:"116.126.194.224", date:"2014-10-03 20:56:11", //id=29 + action: [ 0, 37, 4, 88, 13, 39, 33, 37, 57, 38, 110, 37, 124, 40, 135, 37, 138, 88, 153, 37, 156, 88, 167, 37, 173, 88, 178, 39, 192, 88, 198, 39, 259, 37, 298, 88, 365, 39, 412, 38, 422, 37, 433, 39, 438, 38, 450, 90, 462, 38, 484, 90, 488, 40, 501, 38, 512, 90, 533, 38, 554, 37, 574, 38, 601, 37, 625, 88, 638, 37, 642, 88, 652, 39, 666, 90, 676, 37, 690, 39, 696, 90, 705, 37, 735, 39, 744, 90, 756, 40, 760, 90, 771, 37, 789, 39, 895, 38, 926, 39, 944, 88, 949, 37, 962, 88, 977, 39, 985, 88, 993, 39, 1007, 37, 1014, 88, 1020, 39, 1039, 37, 1067, 38, 1098, 39, 1107, 38, 1137, 39, 1145, 88, 1157, 40, 1161, 88, 1168, 39, 1190, 37, 1227, 38, 1256, 39, 1264, 38, 1282, 37, 1330, 90, 1334, 39, 1346, 90, 1355, 39, 1362, 90, 1369, 39, 1377, 90, 1385, 39, 1393, 90, 1401, 39, 1408, 90, 1416, 37, 1443, 90, 1447, 39, 1459, 90, 1486, 39, 1489, 90, 1499, 39, 1505, 90, 1512, 37, 1532, 90, 1548, 39, 1552, 90, 1561, 37, 1571, 90, 1581, 37, 1605, 39, 1622, 90, 1632, 37, 1653, 39, 1691, 38, 1721, 39, 1729, 38, 1759, 39, 1767, 38 ], + goldDrop: [], + bornPos: [ 1, 17 ] +}, +{ level: 30, ai: 2, time: 3010, state: 1, godMode: 0, location: "Taiwan", ip:"118.161.99.69", date:"2014-10-30 22:10:27", //id=30 + action: [ 0, 39, 7, 88, 18, 39, 44, 37, 130, 90, 141, 39, 146, 90, 157, 39, 161, 90, 172, 39, 176, 90, 187, 39, 192, 90, 203, 39, 208, 90, 219, 39, 224, 90, 234, 39, 240, 90, 250, 39, 255, 90, 265, 39, 269, 90, 280, 39, 284, 90, 487, 37, 538, 90, 550, 39, 554, 90, 568, 39, 571, 90, 583, 39, 587, 90, 598, 39, 603, 90, 615, 39, 619, 90, 631, 39, 635, 90, 839, 37, 867, 38, 910, 90, 919, 39, 925, 90, 937, 39, 942, 90, 955, 39, 959, 90, 972, 39, 976, 90, 988, 39, 992, 90, 1194, 37, 1222, 90, 1234, 39, 1239, 90, 1250, 39, 1255, 90, 1267, 39, 1299, 40, 1479, 39, 1495, 90, 1517, 37, 1644, 39, 1684, 88, 1700, 37, 1706, 88, 1765, 39, 1814, 90, 1826, 39, 1829, 90, 1839, 39, 1843, 90, 1854, 39, 1859, 90, 1869, 39, 1874, 90, 1885, 39, 1890, 90, 1903, 39, 1982, 38, 1996, 39, 2039, 38, 2112, 37, 2234, 39, 2247, 88, 2260, 39, 2304, 37, 2335, 90, 2348, 37, 2405, 39, 2514, 38, 2522, 39, 2548, 38, 2617, 37, 2661, 90, 2673, 37, 2714, 39, 2731, 37, 2753, 90, 2765, 37, 2798, 39, 2905, 38, 2912, 39, 2936, 38 ], + goldDrop: [ 21, 15, 24, 31, 31, 20, 26, 36, 28, 26, 24, 15, 37, 16, 22, 31 ], + bornPos: [ 1, 17, 6, 5, 25, 4, 1, 15, 21, 27, 8, 11, 9 ] +}, +{ level: 31, ai: 2, time: 485, state: 1, godMode: 0, location: "Taiwan", ip:"36.225.127.205", date:"2014-09-26 23:20:30", //id=31 + action: [ 0, 39, 7, 37, 18, 38, 24, 37, 28, 38, 42, 37, 60, 38, 65, 37, 72, 38, 78, 37, 82, 38, 96, 37, 113, 38, 117, 37, 123, 38, 128, 37, 132, 38, 138, 37, 143, 38, 149, 37, 154, 38, 162, 37, 168, 39, 270, 40, 289, 39, 302, 38, 312, 39, 323, 38, 336, 39, 353, 38, 360, 39, 367, 38, 374, 39, 381, 38, 385, 39, 398, 37, 467, 38, 476, 37, 480, 38 ], + goldDrop: [], + bornPos: [] +}, +{ level: 32, ai: 2, time: 1875, state: 1, godMode: 0, location: "Taiwan", ip:"111.250.199.65", date:"2014-12-02 14:00:58", //id=32 + action: [ 0, 37, 9, 38, 28, 39, 45, 40, 76, 37, 86, 40, 91, 37, 97, 40, 146, 39, 150, 40, 192, 38, 228, 37, 236, 38, 256, 39, 272, 38, 280, 39, 302, 88, 330, 39, 349, 90, 360, 39, 364, 90, 375, 40, 384, 37, 404, 40, 411, 39, 428, 40, 436, 37, 447, 40, 455, 37, 460, 38, 469, 39, 485, 40, 492, 39, 505, 37, 511, 38, 519, 39, 541, 40, 550, 39, 601, 38, 617, 37, 641, 38, 653, 39, 680, 38, 688, 37, 692, 88, 705, 90, 774, 39, 806, 37, 810, 88, 819, 39, 870, 37, 886, 40, 897, 37, 927, 39, 932, 90, 942, 37, 978, 38, 988, 90, 1000, 40, 1004, 90, 1013, 37, 1037, 39, 1085, 38, 1105, 39, 1115, 38, 1132, 40, 1147, 37, 1170, 39, 1178, 90, 1192, 37, 1225, 38, 1235, 37, 1261, 39, 1277, 38, 1290, 37, 1298, 39, 1368, 40, 1375, 38, 1388, 40, 1393, 90, 1404, 40, 1406, 90, 1416, 38, 1432, 39, 1440, 38, 1456, 39, 1464, 38, 1481, 39, 1490, 38, 1495, 39, 1498, 38, 1502, 39, 1513, 38, 1522, 37, 1589, 90, 1616, 37, 1656, 40, 1687, 37, 1727, 88, 1738, 39, 1766, 37, 1789, 38, 1822, 37, 1826, 38, 1844, 39, 1860, 38 ], + goldDrop: [ 30 ], + bornPos: [ 1, 12, 3 ] +}, +{ level: 33, ai: 2, time: 1267, state: 1, godMode: 0, location: "Taiwan", ip:"36.224.250.20", date:"2014-10-15 23:16:15", //id=33 + action: [ 0, 39, 53, 37, 67, 38, 78, 37, 104, 38, 117, 37, 124, 90, 160, 37, 176, 38, 197, 39, 257, 37, 268, 38, 273, 37, 282, 40, 296, 39, 315, 88, 369, 39, 384, 38, 438, 88, 449, 39, 473, 88, 484, 37, 490, 88, 499, 39, 515, 90, 527, 39, 536, 37, 571, 39, 581, 90, 595, 37, 613, 90, 623, 37, 638, 39, 790, 38, 801, 37, 821, 38, 874, 39, 879, 88, 889, 39, 909, 88, 931, 39, 949, 37, 988, 90, 1027, 37, 1052, 38, 1098, 37, 1113, 40, 1120, 37, 1131, 39, 1136, 90, 1147, 37, 1201, 38, 1208, 37, 1213, 38, 1223, 39, 1238, 40, 1246, 39, 1257, 38 ], + goldDrop: [], + bornPos: [] +}, +{ level: 34, ai: 2, time: 1356, state: 1, godMode: 0, location: "Korea, Republic of", ip:"116.126.194.224", date:"2014-10-05 12:58:27", //id=34 + action: [ 0, 37, 18, 38, 88, 39, 145, 37, 154, 40, 163, 37, 167, 40, 176, 37, 255, 39, 269, 88, 281, 37, 286, 88, 325, 90, 351, 39, 426, 38, 431, 88, 488, 39, 533, 38, 602, 37, 657, 39, 662, 90, 674, 39, 678, 90, 687, 40, 698, 37, 702, 88, 713, 37, 717, 88, 725, 39, 748, 37, 754, 88, 765, 37, 770, 88, 777, 39, 788, 88, 796, 39, 817, 37, 833, 40, 852, 37, 896, 38, 904, 37, 910, 38, 917, 37, 921, 38, 928, 37, 932, 38, 942, 37, 945, 38, 957, 37, 961, 38, 970, 39, 974, 38, 985, 39, 991, 40, 1020, 39, 1058, 37, 1070, 39, 1086, 38, 1097, 39, 1103, 38, 1114, 39, 1121, 38, 1132, 39, 1149, 40, 1174, 39, 1180, 88, 1190, 37, 1196, 88, 1247, 39, 1287, 38 ], + goldDrop: [ 39, 22, 34, 18 ], + bornPos: [ 1, 3, 23 ] +}, +{ level: 35, ai: 2, time: 2067, state: 1, godMode: 0, location: "Taiwan", ip:"114.44.172.70", date:"2014-09-22 00:17:25", //id=35 + action: [ 0, 39, 70, 38, 81, 37, 139, 38, 155, 88, 164, 40, 179, 39, 193, 90, 204, 39, 215, 90, 226, 39, 236, 90, 354, 39, 397, 37, 410, 90, 468, 37, 512, 38, 522, 39, 582, 38, 593, 37, 653, 38, 662, 39, 724, 37, 732, 88, 791, 39, 803, 38, 813, 37, 871, 38, 882, 39, 943, 90, 955, 37, 966, 90, 979, 37, 988, 90, 1003, 37, 1014, 90, 1029, 37, 1038, 90, 1054, 37, 1061, 90, 1078, 37, 1203, 38, 1213, 39, 1271, 38, 1279, 37, 1295, 39, 1306, 90, 1314, 37, 1317, 90, 1327, 39, 1337, 90, 1347, 40, 1359, 37, 1374, 88, 1384, 37, 1395, 88, 1406, 37, 1415, 88, 1569, 37, 1610, 39, 1671, 38, 1681, 37, 1741, 38, 1751, 39, 1810, 38, 1819, 37, 1848, 90, 1885, 37, 1915, 38, 1925, 39, 1986, 38, 1995, 37, 2057, 38 ], + goldDrop: [ 31, 31, 30, 31, 29, 26, 32, 26, 30, 36, 22, 29, 37, 16 ], + bornPos: [ 1, 27, 20, 16, 11 ] +}, +{ level: 36, ai: 2, time: 1870, state: 1, godMode: 0, location: "Taiwan", ip:"111.250.199.65", date:"2014-12-02 14:09:06", //id=36 + action: [ 0, 37, 36, 38, 43, 39, 48, 38, 54, 37, 59, 38, 66, 39, 71, 38, 79, 37, 82, 38, 89, 39, 95, 38, 102, 37, 106, 38, 114, 39, 118, 38, 127, 37, 132, 38, 140, 39, 144, 38, 154, 37, 158, 38, 166, 39, 171, 38, 179, 37, 184, 38, 195, 39, 208, 37, 265, 40, 273, 39, 315, 40, 321, 88, 330, 37, 334, 88, 345, 37, 350, 88, 358, 39, 365, 88, 380, 39, 391, 37, 395, 90, 407, 37, 421, 39, 462, 90, 473, 88, 495, 37, 515, 38, 523, 39, 528, 38, 535, 37, 539, 38, 547, 39, 551, 38, 558, 37, 562, 38, 570, 39, 574, 38, 582, 37, 585, 38, 592, 39, 597, 38, 604, 37, 607, 38, 615, 39, 619, 38, 627, 37, 631, 38, 639, 39, 644, 38, 651, 37, 656, 38, 671, 37, 697, 38, 709, 37, 722, 40, 766, 39, 775, 38, 786, 37, 790, 90, 800, 39, 805, 90, 813, 37, 830, 88, 841, 39, 952, 38, 960, 37, 965, 38, 973, 39, 978, 38, 985, 37, 989, 38, 997, 39, 1000, 38, 1008, 37, 1011, 38, 1019, 39, 1024, 38, 1031, 37, 1035, 38, 1042, 39, 1045, 38, 1053, 37, 1057, 38, 1065, 39, 1069, 38, 1077, 37, 1080, 38, 1088, 39, 1093, 38, 1103, 37, 1115, 39, 1196, 38, 1203, 39, 1209, 38, 1216, 37, 1219, 38, 1227, 39, 1231, 38, 1242, 37, 1284, 39, 1316, 40, 1332, 37, 1344, 90, 1356, 39, 1360, 90, 1372, 39, 1376, 90, 1390, 37, 1402, 88, 1414, 37, 1418, 88, 1428, 37, 1434, 88, 1446, 39, 1452, 88, 1467, 37, 1471, 88, 1481, 39, 1489, 88, 1503, 37, 1508, 88, 1518, 39, 1546, 37, 1604, 90, 1614, 39, 1619, 90, 1631, 39, 1636, 90, 1716, 37, 1723, 39, 1730, 38, 1738, 37, 1742, 38, 1749, 39, 1753, 38, 1760, 37, 1764, 38, 1771, 39, 1774, 38, 1781, 37, 1785, 38, 1792, 39, 1797, 38, 1804, 37, 1807, 38, 1814, 39, 1818, 38, 1825, 37, 1829, 38, 1836, 39, 1839, 38, 1847, 37, 1851, 38, 1857, 39, 1860, 38 ], + goldDrop: [ 31, 23, 37, 32, 38 ], + bornPos: [ 1, 11, 21 ] +}, +{ level: 37, ai: 2, time: 1803, state: 1, godMode: 0, location: "Taiwan", ip:"36.226.142.48", date:"2014-10-16 21:14:44", //id=37 + action: [ 0, 37, 25, 40, 36, 39, 41, 88, 53, 37, 57, 88, 67, 39, 90, 37, 104, 38, 118, 88, 147, 39, 195, 40, 205, 37, 208, 40, 223, 39, 248, 37, 271, 38, 289, 39, 300, 88, 310, 39, 334, 38, 349, 39, 357, 88, 369, 39, 379, 37, 387, 38, 399, 37, 446, 38, 467, 39, 498, 38, 514, 39, 523, 38, 554, 39, 601, 38, 640, 37, 660, 90, 672, 37, 678, 40, 688, 38, 701, 39, 713, 37, 736, 39, 782, 38, 806, 37, 825, 38, 862, 37, 886, 90, 924, 37, 961, 90, 972, 37, 999, 90, 1008, 39, 1020, 37, 1040, 40, 1055, 39, 1066, 90, 1078, 37, 1090, 39, 1125, 88, 1136, 39, 1159, 38, 1174, 39, 1204, 38, 1219, 39, 1245, 38, 1272, 37, 1319, 90, 1329, 37, 1358, 90, 1369, 39, 1373, 90, 1382, 39, 1387, 90, 1398, 39, 1401, 90, 1412, 37, 1427, 90, 1436, 39, 1446, 90, 1456, 37, 1467, 90, 1478, 37, 1506, 39, 1512, 37, 1518, 88, 1530, 39, 1552, 38, 1567, 39, 1623, 38, 1664, 37, 1798, 38 ], + goldDrop: [ 24 ], + bornPos: [ 1, 3, 0 ] +}, +{ level: 38, ai: 2, time: 1960, state: 1, godMode: 0, location: "Russian Federation", ip:"95.191.4.152", date:"2014-12-03 00:40:17", //id=38 + action: [ 0, 39, 70, 37, 105, 38, 125, 39, 159, 38, 201, 37, 217, 90, 226, 39, 233, 90, 242, 39, 249, 90, 258, 37, 274, 90, 283, 39, 289, 90, 313, 37, 318, 90, 329, 37, 350, 88, 356, 39, 391, 37, 414, 40, 425, 37, 429, 40, 438, 39, 458, 88, 499, 39, 516, 90, 524, 38, 572, 37, 605, 38, 615, 37, 626, 90, 635, 37, 661, 40, 677, 37, 691, 39, 702, 40, 715, 39, 756, 38, 769, 39, 791, 88, 833, 39, 853, 90, 858, 38, 907, 37, 941, 38, 955, 37, 1003, 38, 1010, 37, 1023, 90, 1032, 39, 1042, 90, 1052, 39, 1059, 90, 1072, 39, 1078, 90, 1149, 39, 1177, 40, 1222, 39, 1229, 40, 1239, 37, 1248, 40, 1253, 37, 1267, 40, 1300, 37, 1335, 38, 1351, 37, 1378, 38, 1384, 37, 1388, 38, 1428, 39, 1443, 88, 1452, 37, 1460, 88, 1473, 37, 1478, 88, 1489, 39, 1511, 37, 1515, 88, 1529, 37, 1532, 88, 1539, 39, 1552, 37, 1562, 88, 1592, 39, 1653, 90, 1664, 37, 1684, 39, 1695, 40, 1706, 37, 1727, 39, 1734, 37, 1743, 90, 1752, 39, 1755, 90, 1771, 39, 1774, 90, 1829, 37, 1845, 38, 1887, 39, 1916, 38, 1926, 37, 1955, 38 ], + goldDrop: [ 15, 26, 22, 14, 15, 25, 21, 23, 16 ], + bornPos: [ 1, 4, 14, 13 ] +}, +{ level: 39, ai: 2, time: 663, state: 1, godMode: 0, location: "Taiwan", ip:"36.224.249.31", date:"2014-10-19 20:13:41", //id=39 + action: [ 0, 39, 9, 40, 57, 37, 166, 90, 190, 39, 201, 88, 212, 37, 218, 88, 264, 39, 288, 38, 299, 39, 311, 38, 326, 39, 342, 38, 348, 37, 355, 40, 363, 37, 392, 38, 408, 37, 427, 38, 438, 37, 446, 39, 455, 38, 485, 40, 505, 39, 520, 40, 536, 39, 562, 38, 573, 39, 581, 38, 587, 39, 599, 38, 609, 39, 619, 37, 625, 38, 631, 39, 648, 38 ], + goldDrop: [ 37 ], + bornPos: [ 1, 11 ] +}, +{ level: 40, ai: 2, time: 1752, state: 1, godMode: 0, location: "Korea, Republic of", ip:"116.126.194.224", date:"2014-10-04 21:19:35", //id=40 + action: [ 0, 37, 17, 90, 50, 37, 94, 38, 102, 39, 148, 38, 157, 37, 181, 90, 186, 39, 190, 90, 233, 37, 258, 38, 268, 39, 313, 38, 324, 37, 368, 38, 378, 39, 423, 38, 434, 37, 443, 90, 455, 88, 481, 37, 488, 39, 515, 38, 530, 88, 538, 39, 581, 90, 588, 37, 604, 39, 610, 88, 619, 39, 631, 37, 652, 39, 658, 88, 673, 39, 684, 37, 695, 39, 737, 38, 748, 39, 755, 37, 761, 88, 772, 40, 777, 88, 786, 40, 792, 39, 814, 38, 827, 39, 830, 38, 869, 37, 877, 90, 909, 37, 932, 38, 959, 39, 978, 40, 990, 39, 995, 88, 1006, 37, 1011, 88, 1023, 37, 1027, 88, 1035, 39, 1052, 88, 1063, 37, 1068, 88, 1078, 39, 1091, 90, 1100, 37, 1109, 90, 1124, 37, 1289, 38, 1299, 39, 1345, 38, 1356, 37, 1400, 38, 1406, 90, 1433, 38, 1438, 39, 1445, 88, 1459, 37, 1462, 88, 1511, 39, 1556, 38, 1565, 37, 1608, 38, 1617, 39, 1664, 38, 1672, 37, 1675, 90, 1703, 37, 1742, 38 ], + goldDrop: [ 22, 38 ], + bornPos: [ 1, 0, 4 ] +}, +{ level: 41, ai: 2, time: 1454, state: 1, godMode: 0, location: "Taiwan", ip:"111.250.211.84", date:"2014-12-23 21:18:33", //id=41 + action: [ 0, 37, 7, 39, 17, 38, 24, 39, 28, 38, 34, 39, 51, 37, 60, 40, 67, 37, 99, 39, 141, 38, 149, 39, 153, 38, 160, 39, 163, 38, 170, 39, 173, 38, 197, 37, 248, 90, 302, 37, 308, 39, 376, 90, 387, 39, 402, 88, 434, 39, 449, 90, 461, 38, 472, 37, 507, 39, 539, 38, 548, 37, 573, 39, 595, 38, 604, 37, 621, 39, 680, 38, 701, 37, 711, 38, 722, 37, 728, 38, 734, 37, 737, 38, 745, 37, 748, 38, 755, 39, 782, 40, 801, 37, 810, 88, 820, 38, 828, 37, 834, 38, 841, 37, 844, 38, 852, 37, 855, 38, 863, 39, 882, 40, 895, 37, 909, 38, 915, 37, 920, 38, 928, 37, 931, 38, 939, 37, 942, 38, 950, 39, 966, 38, 990, 40, 1003, 38, 1013, 39, 1028, 90, 1078, 37, 1086, 38, 1092, 37, 1097, 38, 1103, 37, 1111, 90, 1124, 37, 1163, 39, 1168, 88, 1179, 39, 1235, 38, 1253, 37, 1263, 38, 1270, 37, 1275, 38, 1283, 37, 1287, 38, 1294, 37, 1298, 38, 1305, 37, 1383, 39, 1420, 38, 1426, 39, 1430, 38, 1437, 39, 1440, 38, 1446, 39, 1449, 38 ], + goldDrop: [ 37, 17 ], + bornPos: [ 1, 13 ] +}, +{ level: 42, ai: 2, time: 2000, state: 1, godMode: 0, location: "Russian Federation", ip:"95.191.37.203", date:"2014-12-07 02:47:20", //id=42 + action: [ 0, 37, 32, 39, 70, 37, 77, 88, 108, 37, 111, 88, 125, 37, 130, 88, 140, 37, 146, 88, 156, 37, 161, 88, 169, 37, 257, 38, 267, 37, 289, 39, 311, 90, 318, 40, 326, 90, 335, 37, 354, 39, 423, 38, 430, 39, 456, 88, 493, 39, 505, 90, 511, 39, 521, 38, 582, 37, 606, 40, 610, 37, 643, 90, 652, 37, 704, 39, 727, 88, 740, 38, 755, 39, 781, 40, 798, 37, 808, 90, 855, 37, 871, 39, 912, 38, 920, 90, 1011, 38, 1055, 37, 1099, 40, 1106, 90, 1111, 37, 1124, 39, 1216, 38, 1240, 90, 1286, 38, 1306, 37, 1317, 39, 1331, 38, 1337, 37, 1449, 40, 1459, 37, 1462, 40, 1482, 39, 1503, 37, 1544, 88, 1550, 39, 1622, 38, 1667, 37, 1681, 38, 1699, 39, 1715, 37, 1784, 38, 1796, 39, 1845, 38, 1855, 39, 1959, 38, 1971, 37 ], + goldDrop: [ 22, 27 ], + bornPos: [ 1, 15 ] +}, +{ level: 43, ai: 2, time: 911, state: 1, godMode: 0, location: "Korea, Republic of", ip:"116.126.194.224", date:"2014-10-03 21:35:33", //id=43 + action: [ 0, 39, 3, 90, 10, 37, 29, 39, 39, 38, 43, 39, 52, 38, 70, 39, 77, 38, 84, 39, 91, 38, 99, 39, 140, 37, 144, 38, 154, 37, 182, 90, 188, 39, 202, 37, 233, 38, 245, 37, 248, 38, 270, 40, 274, 37, 323, 40, 331, 37, 352, 40, 381, 88, 398, 38, 423, 37, 465, 39, 475, 38, 485, 39, 494, 38, 503, 37, 511, 38, 529, 39, 554, 88, 563, 39, 591, 88, 639, 39, 682, 37, 690, 90, 698, 37, 737, 88, 768, 39, 783, 88, 790, 39, 803, 40, 810, 39, 829, 38, 839, 39, 847, 38, 856, 39, 886, 38 ], + goldDrop: [ 23 ], + bornPos: [ 1, 4, 14 ] +}, +{ level: 44, ai: 2, time: 706, state: 1, godMode: 0, location: "Russian Federation", ip:"95.191.37.203", date:"2014-12-14 21:43:56", //id=44 + action: [ 0, 88, 66, 39, 76, 40, 107, 37, 120, 39, 185, 37, 191, 38, 243, 39, 252, 38, 276, 39, 281, 40, 311, 39, 316, 40, 322, 37, 330, 39, 377, 37, 389, 38, 420, 39, 458, 37, 462, 90, 487, 39, 491, 90, 544, 37, 567, 40, 584, 39, 588, 40, 601, 39, 638, 38, 659, 40, 673, 38 ], + goldDrop: [ 36 ], + bornPos: [ 1, 1 ] +}, +{ level: 45, ai: 2, time: 2072, state: 1, godMode: 0, location: "Russian Federation", ip:"95.191.4.152", date:"2014-12-03 01:25:57", //id=45 + action: [ 0, 37, 10, 38, 56, 37, 59, 40, 83, 39, 94, 38, 115, 37, 125, 40, 138, 39, 154, 38, 173, 37, 186, 40, 195, 39, 221, 38, 242, 39, 262, 40, 276, 37, 302, 39, 311, 37, 325, 88, 334, 37, 340, 88, 405, 39, 431, 38, 462, 39, 488, 40, 497, 39, 502, 90, 512, 37, 521, 39, 541, 37, 547, 90, 554, 37, 579, 39, 594, 37, 602, 90, 641, 37, 650, 38, 699, 39, 766, 38, 791, 37, 807, 39, 843, 38, 869, 37, 878, 38, 893, 39, 895, 38, 907, 37, 915, 40, 924, 39, 964, 38, 988, 37, 995, 38, 1006, 37, 1048, 38, 1059, 39, 1086, 37, 1107, 38, 1121, 39, 1158, 38, 1165, 39, 1179, 37, 1200, 39, 1216, 90, 1221, 37, 1280, 38, 1287, 37, 1296, 40, 1305, 37, 1370, 38, 1379, 90, 1397, 38, 1402, 37, 1426, 40, 1434, 37, 1451, 88, 1459, 39, 1473, 88, 1497, 39, 1503, 88, 1515, 39, 1523, 37, 1531, 39, 1555, 38, 1596, 40, 1615, 38, 1639, 37, 1650, 39, 1664, 90, 1714, 37, 1720, 39, 1728, 38, 1734, 39, 1752, 38, 1764, 39, 1781, 37, 1789, 38, 1813, 39, 1879, 37, 1906, 38, 1922, 37, 1971, 38, 1997, 39, 2067, 38 ], + goldDrop: [ 15, 23, 21 ], + bornPos: [ 1, 15 ] +}, +{ level: 46, ai: 2, time: 1742, state: 1, godMode: 0, location: "Taiwan", ip:"114.44.175.130", date:"2014-09-28 13:26:54", //id=46 + action: [ 0, 39, 34, 37, 41, 88, 89, 39, 100, 38, 116, 37, 154, 38, 164, 39, 204, 38, 215, 39, 228, 37, 265, 38, 279, 39, 340, 37, 379, 90, 410, 37, 429, 38, 442, 39, 502, 37, 524, 38, 530, 37, 547, 90, 577, 37, 603, 39, 611, 38, 618, 39, 622, 88, 631, 39, 660, 90, 670, 39, 675, 90, 703, 39, 707, 90, 724, 37, 768, 38, 772, 37, 808, 40, 813, 37, 848, 38, 858, 39, 891, 38, 906, 37, 937, 39, 947, 38, 956, 37, 971, 90, 983, 37, 993, 88, 1006, 39, 1023, 90, 1037, 37, 1048, 39, 1058, 88, 1070, 39, 1082, 37, 1095, 39, 1109, 40, 1118, 39, 1205, 38, 1216, 39, 1220, 38, 1233, 39, 1257, 88, 1350, 37, 1354, 90, 1365, 39, 1369, 90, 1399, 39, 1420, 37, 1441, 90, 1471, 37, 1566, 38, 1585, 39, 1612, 38, 1629, 39, 1641, 38, 1646, 39, 1683, 38, 1707, 39, 1737, 38 ], + goldDrop: [ 30, 33 ], + bornPos: [ 1, 12 ] +}, +{ level: 47, ai: 2, time: 1648, state: 1, godMode: 0, location: "Taiwan", ip:"42.66.177.182", date:"2014-12-19 14:44:30", //id=47 + action: [ 0, 37, 3, 90, 17, 39, 20, 90, 28, 37, 37, 40, 47, 39, 62, 37, 73, 40, 82, 37, 103, 38, 110, 37, 125, 38, 130, 37, 142, 90, 151, 37, 172, 90, 182, 37, 191, 40, 198, 90, 205, 37, 241, 39, 248, 38, 265, 88, 274, 40, 282, 88, 295, 39, 326, 88, 341, 88, 351, 37, 355, 88, 366, 37, 372, 88, 429, 39, 474, 38, 484, 37, 495, 39, 506, 40, 517, 39, 533, 38, 562, 37, 578, 40, 590, 39, 599, 90, 608, 37, 641, 90, 718, 37, 727, 40, 733, 90, 788, 37, 798, 38, 805, 37, 809, 90, 820, 37, 828, 40, 845, 39, 856, 40, 889, 88, 941, 39, 983, 38, 1013, 37, 1033, 38, 1052, 39, 1075, 38, 1097, 39, 1213, 90, 1279, 37, 1304, 38, 1369, 39, 1381, 90, 1393, 39, 1397, 90, 1408, 39, 1413, 90, 1424, 37, 1438, 88, 1448, 39, 1460, 40, 1473, 37, 1483, 39, 1489, 90, 1500, 39, 1507, 90, 1518, 37, 1534, 88, 1544, 39, 1552, 40, 1567, 37, 1587, 39, 1604, 38 ], + goldDrop: [ 23, 32 ], + bornPos: [ 1, 23 ] +}, +{ level: 48, ai: 2, time: 1941, state: 1, godMode: 0, location: "Taiwan", ip:"42.66.177.182", date:"2014-12-19 14:45:53", //id=48 + action: [ 0, 37, 51, 40, 66, 39, 74, 40, 89, 39, 91, 40, 103, 37, 111, 40, 125, 37, 136, 40, 149, 39, 162, 37, 175, 38, 189, 39, 208, 38, 218, 37, 236, 38, 248, 39, 268, 38, 278, 37, 296, 38, 307, 39, 326, 38, 337, 37, 465, 38, 474, 39, 481, 38, 489, 39, 494, 38, 502, 39, 508, 38, 516, 39, 522, 38, 534, 39, 541, 38, 547, 39, 559, 40, 604, 37, 778, 38, 832, 39, 849, 40, 889, 39, 901, 40, 934, 39, 1030, 38, 1076, 39, 1111, 38, 1121, 37, 1132, 38, 1139, 37, 1158, 39, 1194, 37, 1211, 40, 1230, 39, 1256, 40, 1292, 37, 1340, 38, 1361, 39, 1401, 40, 1412, 37, 1429, 39, 1448, 38, 1459, 37, 1499, 40, 1522, 39, 1571, 38, 1604, 37, 1627, 38, 1654, 37, 1757, 38, 1766, 37, 1785, 38, 1796, 39, 1815, 38, 1825, 37, 1844, 38, 1854, 39, 1874, 38, 1883, 37, 1901, 38, 1911, 39, 1931, 38 ], + goldDrop: [], + bornPos: [] +}, +{ level: 49, ai: 2, time: 3764, state: 1, godMode: 0, location: "Russian Federation", ip:"95.191.37.203", date:"2014-12-04 00:15:22", //id=49 + action: [ 0, 39, 28, 38, 40, 40, 77, 37, 118, 39, 191, 38, 212, 40, 232, 38, 253, 40, 270, 38, 276, 39, 301, 38, 316, 37, 352, 38, 358, 39, 363, 38, 379, 39, 416, 38, 463, 39, 489, 90, 492, 88, 504, 37, 540, 39, 558, 40, 596, 37, 618, 38, 648, 39, 662, 40, 681, 37, 708, 40, 716, 39, 721, 90, 731, 37, 744, 88, 754, 37, 760, 88, 769, 39, 799, 37, 820, 38, 847, 37, 881, 38, 888, 39, 892, 38, 902, 39, 929, 38, 937, 39, 941, 38, 982, 37, 1036, 38, 1043, 37, 1053, 38, 1072, 37, 1099, 40, 1108, 37, 1126, 88, 1169, 37, 1173, 88, 1182, 37, 1191, 88, 1205, 37, 1210, 88, 1225, 37, 1229, 88, 1239, 37, 1277, 40, 1312, 39, 1335, 37, 1356, 38, 1405, 39, 1417, 88, 1472, 39, 1486, 90, 1495, 39, 1504, 90, 1514, 39, 1523, 90, 1535, 39, 1541, 90, 1550, 39, 1559, 90, 1568, 39, 1597, 37, 1612, 40, 1628, 39, 1632, 90, 1639, 37, 1699, 39, 1717, 38, 1852, 37, 1868, 90, 1894, 39, 1902, 90, 1918, 39, 1922, 90, 2106, 37, 2127, 90, 2146, 37, 2163, 88, 2181, 39, 2201, 37, 2212, 39, 2221, 37, 2224, 88, 2229, 39, 2258, 88, 2271, 37, 2275, 88, 2294, 37, 2298, 88, 2494, 39, 2519, 38, 2556, 37, 2571, 90, 2649, 37, 2657, 39, 2680, 88, 2688, 40, 2697, 88, 2704, 40, 2713, 88, 2721, 40, 2730, 88, 2738, 40, 2749, 88, 2758, 40, 2765, 88, 2772, 39, 2806, 38, 2839, 37, 2859, 39, 2877, 38, 2884, 39, 2906, 90, 2914, 39, 2917, 90, 2924, 38, 2945, 37, 2963, 39, 2967, 88, 2978, 37, 2984, 88, 3027, 37, 3068, 38, 3075, 39, 3081, 38, 3098, 39, 3105, 90, 3110, 39, 3113, 90, 3134, 39, 3138, 90, 3210, 37, 3224, 40, 3237, 39, 3250, 90, 3259, 39, 3283, 40, 3300, 37, 3337, 39, 3371, 38, 3406, 40, 3443, 38, 3463, 40, 3487, 38, 3507, 40, 3523, 38, 3568, 40, 3585, 38, 3592, 39, 3616, 38, 3636, 37, 3669, 38, 3676, 39, 3680, 38, 3688, 39, 3724, 38 ], + goldDrop: [ 39, 17, 20, 38, 22, 25 ], + bornPos: [ 1, 5, 9, 8, 1, 11 ] +}, +{ level: 50, ai: 2, time: 1139, state: 1, godMode: 0, location: "Taiwan", ip:"111.250.228.142", date:"2014-12-04 15:41:56", //id=50 + action: [ 0, 39, 4, 37, 49, 39, 103, 88, 167, 39, 177, 38, 187, 39, 199, 37, 221, 38, 242, 37, 266, 38, 282, 37, 286, 38, 301, 39, 361, 38, 367, 39, 435, 40, 443, 39, 453, 38, 465, 37, 469, 38, 477, 37, 481, 38, 490, 37, 494, 38, 506, 37, 510, 38, 521, 39, 540, 40, 549, 39, 553, 37, 570, 88, 583, 39, 590, 40, 612, 37, 651, 40, 665, 39, 669, 88, 680, 37, 687, 38, 699, 39, 733, 37, 784, 38, 795, 37, 825, 90, 835, 38, 849, 40, 855, 38, 869, 37, 883, 88, 919, 39, 927, 37, 944, 38, 961, 37, 967, 38, 993, 37, 1066, 38, 1101, 39, 1112, 37, 1124, 38 ], + goldDrop: [ 35, 26, 24 ], + bornPos: [] +}, +{ level: 51, ai: 2, time: 1323, state: 1, godMode: 0, location: "Taiwan", ip:"114.44.175.130", date:"2014-09-28 13:33:30", //id=51 + action: [ 0, 37, 19, 90, 40, 39, 65, 37, 85, 90, 97, 39, 130, 38, 143, 39, 156, 38, 181, 37, 190, 38, 209, 37, 298, 38, 329, 37, 351, 39, 405, 88, 418, 39, 455, 40, 469, 37, 549, 40, 561, 37, 602, 38, 619, 88, 669, 39, 699, 38, 713, 37, 743, 38, 779, 39, 927, 88, 939, 37, 943, 88, 1016, 39, 1037, 38, 1046, 39, 1059, 38, 1084, 37, 1091, 38, 1101, 37, 1104, 38, 1123, 37, 1195, 90, 1223, 37, 1234, 38, 1264, 39, 1303, 38 ], + goldDrop: [ 37 ], + bornPos: [ 1, 13 ] +}, +{ level: 52, ai: 2, time: 1971, state: 1, godMode: 0, location: "Taiwan", ip:"118.161.96.122", date:"2014-10-08 13:47:33", //id=52 + action: [ 0, 37, 56, 38, 73, 39, 122, 38, 143, 37, 158, 39, 168, 38, 176, 39, 180, 40, 187, 90, 213, 38, 215, 90, 316, 38, 324, 37, 348, 90, 357, 39, 366, 90, 405, 37, 436, 38, 453, 39, 546, 38, 574, 39, 594, 40, 607, 37, 645, 90, 657, 37, 669, 39, 737, 38, 771, 39, 779, 38, 791, 37, 810, 38, 828, 39, 848, 38, 859, 37, 898, 38, 932, 39, 939, 37, 952, 38, 1063, 37, 1101, 40, 1110, 37, 1175, 40, 1201, 38, 1211, 90, 1259, 40, 1267, 39, 1287, 88, 1299, 39, 1341, 38, 1378, 37, 1383, 38, 1392, 39, 1396, 38, 1404, 40, 1413, 38, 1421, 40, 1479, 39, 1505, 38, 1565, 39, 1627, 38, 1658, 39, 1665, 38, 1678, 37, 1697, 38, 1713, 39, 1733, 38, 1745, 37, 1899, 38, 1915, 39, 1961, 38 ], + goldDrop: [ 27, 20 ], + bornPos: [] +}, +{ level: 53, ai: 2, time: 3760, state: 1, godMode: 0, location: "Korea, Republic of", ip:"116.126.194.224", date:"2014-10-04 21:52:55", //id=53 + action: [ 0, 37, 73, 38, 147, 39, 174, 40, 183, 38, 193, 39, 196, 38, 214, 39, 217, 88, 265, 39, 285, 90, 296, 39, 302, 90, 311, 37, 319, 90, 326, 37, 349, 90, 357, 37, 374, 39, 401, 90, 423, 37, 438, 40, 451, 39, 477, 37, 559, 38, 598, 39, 682, 38, 698, 39, 727, 38, 740, 39, 755, 88, 814, 39, 838, 90, 849, 39, 855, 90, 864, 37, 872, 90, 880, 37, 899, 90, 911, 37, 934, 39, 941, 90, 951, 37, 964, 90, 975, 88, 1002, 39, 1019, 40, 1048, 37, 1126, 38, 1138, 90, 1234, 38, 1273, 39, 1286, 38, 1291, 39, 1322, 38, 1350, 39, 1395, 88, 1405, 37, 1410, 88, 1420, 39, 1428, 88, 1437, 39, 1477, 37, 1487, 90, 1497, 37, 1508, 39, 1553, 37, 1556, 88, 1563, 39, 1591, 38, 1602, 37, 1640, 90, 1650, 39, 1656, 90, 1666, 39, 1672, 90, 1682, 39, 1689, 90, 1697, 39, 1702, 38, 1710, 39, 1719, 38, 1726, 39, 1742, 37, 1750, 40, 1812, 38, 1818, 39, 1823, 38, 1833, 39, 1841, 38, 1847, 39, 1856, 38, 1863, 39, 1876, 37, 1886, 39, 1896, 38, 2144, 37, 2293, 38, 2299, 90, 2412, 38, 2461, 39, 2491, 38, 2504, 39, 2593, 38, 2600, 39, 2607, 38, 2615, 39, 2634, 88, 2641, 37, 2644, 88, 2658, 37, 2661, 88, 2674, 37, 2678, 88, 2689, 37, 2694, 88, 2701, 39, 2722, 88, 2732, 37, 2738, 88, 2749, 37, 2755, 88, 2765, 37, 2770, 88, 2778, 39, 2799, 88, 2806, 37, 2815, 88, 2822, 39, 2838, 90, 2847, 37, 2879, 39, 2883, 88, 2893, 39, 2906, 40, 2914, 37, 2985, 90, 2995, 39, 3001, 90, 3027, 39, 3031, 90, 3041, 39, 3047, 90, 3057, 39, 3063, 90, 3073, 39, 3080, 90, 3091, 38, 3113, 39, 3126, 38, 3140, 40, 3153, 37, 3161, 40, 3180, 38, 3186, 39, 3199, 38, 3253, 40, 3276, 38, 3287, 37, 3308, 90, 3353, 37, 3384, 88, 3393, 37, 3402, 88, 3413, 37, 3419, 88, 3429, 37, 3458, 90, 3516, 37, 3541, 38, 3595, 39, 3625, 38, 3634, 39, 3721, 38, 3727, 39, 3731, 38, 3737, 39, 3755, 38 ], + goldDrop: [], + bornPos: [ 1, 12, 8, 0, 9, 4, 1, 15 ] +}, +{ level: 54, ai: 2, time: 1649, state: 1, godMode: 0, location: "Taiwan", ip:"114.44.175.130", date:"2014-09-28 13:47:14", //id=54 + action: [ 0, 37, 109, 38, 120, 39, 224, 88, 235, 37, 242, 88, 254, 37, 259, 88, 271, 37, 277, 88, 288, 37, 294, 88, 305, 37, 310, 88, 403, 37, 414, 38, 459, 37, 513, 39, 538, 88, 549, 37, 554, 88, 615, 39, 716, 38, 726, 37, 841, 39, 861, 90, 902, 37, 908, 90, 938, 37, 978, 38, 989, 39, 1125, 38, 1136, 37, 1234, 90, 1280, 37, 1299, 90, 1321, 37, 1338, 38, 1350, 39, 1489, 38, 1499, 37, 1566, 38, 1573, 37, 1644, 38 ], + goldDrop: [ 19, 38, 38, 28, 35, 39, 30, 38, 25, 32, 17, 23, 15, 35, 34 ], + bornPos: [ 1, 2, 13 ] +}, +{ level: 55, ai: 1, time: 2440, state: 1, godMode: 0, location: "Taiwan", ip:"36.226.142.184", date:"2014-06-21 20:07:53", //id=55 + action: [ 0, 39, 6, 40, 20, 37, 26, 88, 42, 39, 63, 88, 94, 39, 131, 88, 141, 39, 163, 37, 182, 40, 192, 39, 221, 37, 230, 90, 243, 39, 245, 90, 256, 37, 280, 38, 288, 37, 295, 38, 301, 37, 308, 39, 316, 90, 328, 40, 338, 37, 348, 39, 418, 37, 426, 38, 439, 39, 449, 38, 455, 39, 473, 37, 476, 88, 484, 39, 522, 38, 555, 37, 562, 90, 577, 37, 598, 40, 607, 37, 613, 40, 622, 39, 700, 37, 732, 38, 768, 88, 796, 39, 806, 38, 838, 39, 861, 88, 871, 39, 901, 90, 915, 37, 940, 90, 996, 37, 1005, 38, 1060, 37, 1067, 39, 1070, 90, 1084, 40, 1087, 90, 1096, 37, 1161, 88, 1229, 39, 1250, 38, 1268, 90, 1340, 37, 1364, 39, 1389, 38, 1400, 37, 1495, 38, 1505, 39, 1516, 37, 1520, 38, 1535, 39, 1551, 40, 1559, 37, 1582, 38, 1600, 37, 1615, 40, 1623, 39, 1644, 40, 1664, 37, 1697, 38, 1714, 37, 1723, 38, 1730, 90, 1790, 37, 1803, 88, 1814, 37, 1820, 88, 1833, 37, 1836, 88, 1847, 37, 1855, 88, 1866, 37, 1872, 38, 1892, 39, 1907, 37, 1912, 38, 1929, 39, 1946, 40, 1954, 37, 1977, 38, 1994, 37, 2009, 40, 2018, 39, 2043, 40, 2085, 39, 2092, 37, 2133, 38, 2144, 39, 2149, 38, 2163, 37, 2168, 38, 2178, 39, 2188, 40, 2201, 37, 2216, 38, 2257, 88, 2302, 39, 2326, 38, 2348, 88, 2358, 39, 2407, 38 ], + goldDrop: [ 18 ], + bornPos: [ 1, 27, 13 ] +}, +{ level: 56, ai: 2, time: 1433, state: 1, godMode: 0, location: "Taiwan", ip:"114.44.175.130", date:"2014-09-28 13:52:46", //id=56 + action: [ 0, 39, 7, 38, 75, 37, 130, 39, 143, 40, 185, 39, 191, 90, 203, 39, 216, 37, 219, 88, 232, 40, 239, 37, 244, 90, 255, 39, 260, 90, 270, 39, 277, 90, 288, 39, 294, 37, 309, 90, 320, 39, 327, 90, 443, 37, 457, 90, 466, 39, 469, 88, 482, 39, 485, 90, 494, 37, 511, 39, 545, 38, 613, 39, 701, 37, 719, 40, 741, 39, 771, 37, 775, 88, 786, 37, 799, 39, 802, 90, 814, 40, 824, 90, 834, 39, 840, 90, 851, 39, 858, 90, 869, 37, 883, 90, 893, 39, 900, 90, 909, 37, 918, 90, 930, 37, 1000, 38, 1067, 39, 1117, 40, 1129, 37, 1178, 88, 1190, 37, 1204, 39, 1208, 90, 1221, 40, 1225, 90, 1236, 39, 1241, 90, 1252, 39, 1257, 90, 1267, 37, 1282, 90, 1293, 39, 1300, 90, 1310, 37, 1318, 90, 1330, 37, 1364, 38 ], + goldDrop: [], + bornPos: [] +}, +{ level: 57, ai: 2, time: 1117, state: 1, godMode: 0, location: "Taiwan", ip:"111.250.211.84", date:"2014-12-23 21:28:03", //id=57 + action: [ 0, 39, 125, 38, 139, 37, 145, 39, 148, 90, 157, 39, 162, 90, 196, 37, 207, 40, 214, 37, 220, 39, 224, 38, 230, 39, 240, 38, 253, 37, 259, 39, 264, 38, 274, 37, 278, 39, 284, 38, 314, 37, 328, 40, 339, 37, 440, 40, 447, 37, 451, 39, 457, 38, 467, 39, 708, 40, 718, 37, 722, 90, 738, 37, 748, 39, 757, 37, 833, 39, 904, 40, 913, 39, 921, 37, 925, 40, 936, 37, 1032, 38, 1037, 37, 1041, 39, 1047, 38, 1055, 37, 1061, 39, 1066, 38, 1074, 37, 1087, 38 ], + goldDrop: [], + bornPos: [] +}, +{ level: 58, ai: 2, time: 1056, state: 1, godMode: 0, location: "Taiwan", ip:"114.44.175.130", date:"2014-09-28 13:54:42", //id=58 + action: [ 0, 37, 22, 39, 39, 38, 57, 39, 83, 38, 92, 37, 103, 40, 116, 88, 127, 39, 151, 90, 164, 37, 178, 39, 183, 90, 194, 39, 199, 90, 209, 39, 214, 90, 223, 37, 230, 90, 243, 37, 259, 39, 266, 88, 276, 37, 281, 88, 290, 39, 298, 88, 311, 39, 324, 37, 345, 90, 355, 37, 382, 39, 389, 38, 407, 37, 412, 38, 427, 39, 456, 37, 487, 38, 495, 39, 501, 38, 515, 39, 588, 37, 604, 39, 617, 40, 628, 39, 647, 37, 660, 38, 680, 37, 699, 38, 707, 88, 790, 39, 802, 90, 811, 39, 813, 90, 822, 39, 834, 38, 850, 39, 859, 38, 877, 37, 893, 39, 905, 38, 916, 39, 1007, 38 ], goldDrop: [ 39 ], bornPos: [] }, -{ level: 2, ai: 1, time: 913, state: 1, country: "Taiwan", //id=2 2014-06-13 10:09:40 - action: [ 0, 37, 18, 38, 33, 39, 48, 38, 101, 39, 167, 37, 181, 38, 187, 37, 211, 90, 244, 37, 254, 90, 280, 37, 340, 38, 353, 37, 373, 90, 427, 37, 437, 38, 456, 39, 485, 40, 516, 37, 543, 90, 555, 39, 561, 90, 575, 37, 582, 90, 596, 37, 607, 88, 623, 39, 745, 37, 752, 38, 784, 39, 803, 40, 819, 39, 833, 37, 843, 38, 860, 39, 869, 38 ], - goldDrop: [ 17, 30, 27 ], - bornPos: [ 1, 18 ] -}, -{ level: 3, ai: 1, time: 860, state: 1, country: "Taiwan", //id=3 2014-06-16 14:34:09 - action: [ 0, 39, 1, 39, 2, 39, 4, 39, 5, 39, 9, 39, 26, 39, 28, 38, 39, 39, 57, 39, 58, 39, 59, 39, 61, 39, 62, 39, 64, 39, 65, 39, 66, 39, 68, 39, 76, 39, 94, 39, 95, 39, 96, 39, 98, 39, 99, 39, 100, 39, 102, 38, 114, 38, 122, 37, 139, 37, 140, 38, 152, 37, 170, 37, 171, 37, 173, 37, 174, 37, 175, 37, 177, 37, 178, 37, 180, 38, 191, 39, 198, 38, 212, 39, 215, 38, 231, 37, 248, 39, 265, 39, 267, 39, 268, 39, 270, 39, 271, 39, 273, 38, 290, 37, 308, 37, 309, 37, 310, 37, 312, 37, 313, 37, 315, 37, 316, 37, 317, 37, 319, 37, 320, 37, 322, 37, 323, 37, 324, 37, 326, 37, 327, 37, 329, 37, 330, 37, 331, 37, 333, 37, 334, 37, 335, 37, 337, 37, 338, 37, 340, 37, 341, 37, 342, 37, 344, 37, 345, 37, 347, 37, 348, 37, 349, 37, 351, 37, 352, 37, 354, 37, 355, 37, 356, 37, 358, 37, 359, 37, 361, 37, 362, 37, 363, 37, 365, 37, 366, 37, 367, 37, 369, 37, 370, 37, 372, 37, 373, 37, 374, 37, 376, 37, 377, 37, 379, 40, 393, 39, 398, 37, 399, 90, 410, 37, 432, 39, 446, 40, 460, 39, 478, 39, 479, 39, 481, 39, 482, 39, 483, 39, 485, 39, 486, 39, 488, 38, 502, 39, 513, 38, 523, 39, 542, 38, 555, 39, 564, 38, 581, 39, 598, 39, 600, 39, 601, 39, 603, 39, 604, 39, 605, 39, 607, 39, 608, 39, 609, 39, 611, 39, 612, 39, 614, 39, 615, 39, 616, 39, 618, 39, 619, 39, 621, 39, 622, 39, 623, 39, 625, 39, 626, 39, 628, 39, 629, 39, 630, 39, 632, 39, 633, 39, 635, 39, 636, 39, 637, 39, 639, 39, 640, 39, 642, 39, 643, 39, 644, 39, 646, 39, 651, 37, 659, 38, 666, 37, 683, 37, 685, 37, 686, 37, 687, 37, 689, 37, 690, 37, 692, 37, 693, 37, 694, 37, 696, 38, 705, 37, 723, 37, 724, 37, 725, 37, 727, 37, 728, 37, 729, 37, 731, 37, 732, 37, 734, 38, 744, 39, 751, 38, 762, 39, 765, 38, 783, 39, 790, 38, 799, 39, 802, 38, 814, 39, 849, 38 ], - goldDrop: [], - bornPos: [] -}, -{ level: 4, ai: 1, time: 988, state: 1, country: "Taiwan", //id=4 2014-06-02 01:39:36 - action: [ 0, 37, 40, 88, 55, 37, 65, 88, 74, 37, 85, 38, 94, 39, 99, 38, 119, 37, 155, 38, 210, 39, 220, 38, 230, 40, 255, 39, 296, 38, 313, 37, 336, 38, 356, 39, 404, 90, 416, 37, 429, 40, 464, 39, 482, 38, 502, 39, 509, 38, 517, 37, 522, 38, 540, 39, 549, 40, 567, 39, 596, 38, 614, 40, 651, 37, 663, 90, 698, 37, 804, 38, 825, 37, 842, 90, 854, 39, 859, 90, 907, 37, 933, 38 ], - goldDrop: [ 31, 15, 39, 22, 39, 21 ], - bornPos: [] -}, -{ level: 5, ai: 1, time: 712, state: 1, country: "Taiwan", //id=5 2014-06-08 01:17:23 - action: [ 0, 37, 64, 88, 76, 90, 151, 37, 162, 38, 195, 39, 212, 37, 217, 38, 232, 37, 242, 39, 251, 40, 264, 39, 366, 38, 382, 39, 396, 90, 439, 37, 442, 90, 473, 37, 497, 38, 512, 39, 552, 37, 572, 38, 596, 37, 673, 38 ], - goldDrop: [], - bornPos: [ 1, 22 ] -}, -{ level: 6, ai: 1, time: 2006, state: 1, country: "Taiwan", //id=6 2014-06-08 01:32:52 - action: [ 0, 37, 23, 38, 38, 39, 58, 88, 102, 39, 160, 40, 179, 37, 198, 39, 202, 90, 213, 37, 229, 39, 239, 88, 257, 37, 259, 88, 268, 37, 271, 88, 315, 39, 335, 38, 378, 37, 389, 39, 395, 90, 427, 37, 435, 40, 465, 37, 472, 90, 488, 37, 553, 38, 572, 39, 582, 88, 634, 39, 642, 38, 659, 37, 740, 39, 766, 38, 792, 37, 824, 38, 840, 40, 850, 90, 861, 38, 873, 39, 939, 88, 952, 37, 958, 88, 970, 37, 976, 88, 987, 39, 1001, 90, 1014, 39, 1019, 90, 1029, 37, 1046, 88, 1055, 39, 1075, 90, 1088, 37, 1102, 39, 1115, 90, 1128, 39, 1134, 90, 1146, 39, 1152, 90, 1162, 37, 1179, 90, 1190, 39, 1195, 90, 1208, 37, 1215, 90, 1229, 37, 1245, 88, 1257, 39, 1282, 37, 1324, 38, 1343, 37, 1347, 90, 1360, 39, 1364, 90, 1373, 37, 1385, 90, 1398, 39, 1406, 90, 1415, 37, 1426, 90, 1440, 39, 1447, 90, 1458, 37, 1482, 39, 1498, 38, 1516, 39, 1537, 38, 1555, 37, 1582, 38, 1606, 37, 1637, 90, 1649, 37, 1703, 38, 1756, 37, 1762, 90, 1817, 37, 1828, 38, 1885, 39, 1906, 38, 1923, 39, 1995, 38 ], - goldDrop: [ 24, 19, 21, 27, 39 ], - bornPos: [ 1, 8 ] -}, -{ level: 7, ai: 1, time: 1119, state: 1, country: "Taiwan", //id=7 2014-06-05 20:19:19 - action: [ 0, 39, 45, 37, 58, 88, 70, 37, 108, 38, 125, 37, 150, 38, 168, 88, 195, 39, 232, 88, 243, 37, 251, 38, 261, 37, 270, 38, 280, 39, 291, 90, 317, 37, 331, 38, 347, 39, 367, 38, 420, 90, 448, 39, 530, 38, 549, 39, 553, 38, 596, 39, 620, 90, 633, 37, 661, 90, 674, 39, 680, 90, 690, 37, 706, 88, 715, 39, 730, 90, 743, 37, 778, 38, 837, 37, 846, 90, 857, 37, 914, 38, 929, 37, 953, 90, 964, 39, 968, 90, 1024, 37, 1042, 88, 1054, 37, 1063, 38, 1095, 37, 1108, 38 ], - goldDrop: [], - bornPos: [] -}, -{ level: 8, ai: 1, time: 1418, state: 1, country: "Taiwan", //id=8 2014-06-17 12:37:50 - action: [ 0, 37, 4, 90, 68, 37, 88, 40, 117, 38, 146, 37, 161, 38, 202, 37, 219, 39, 226, 90, 238, 37, 267, 39, 282, 90, 315, 37, 344, 90, 354, 39, 361, 37, 371, 90, 387, 39, 390, 90, 406, 39, 410, 90, 476, 37, 492, 38, 559, 39, 613, 40, 673, 39, 719, 38, 747, 39, 763, 38, 802, 39, 822, 90, 834, 37, 845, 39, 868, 90, 879, 37, 953, 39, 970, 38, 991, 88, 1005, 37, 1010, 88, 1082, 39, 1102, 38, 1169, 37, 1222, 38, 1245, 37, 1285, 90, 1359, 37, 1366, 39, 1374, 38 ], - goldDrop: [ 27 ], - bornPos: [ 1, 8, 10 ] -}, -{ level: 9, ai: 1, time: 1856, state: 1, country: "Taiwan", //id=9 2014-06-05 20:21:34 - action: [ 0, 37, 36, 38, 112, 39, 233, 40, 243, 39, 249, 88, 261, 37, 265, 88, 275, 37, 281, 88, 290, 39, 306, 90, 316, 39, 322, 90, 334, 37, 357, 39, 365, 88, 376, 37, 379, 88, 390, 39, 399, 40, 441, 37, 486, 38, 493, 37, 511, 38, 592, 39, 595, 90, 606, 37, 685, 38, 730, 40, 739, 38, 757, 90, 771, 38, 795, 39, 856, 40, 878, 39, 885, 88, 896, 37, 901, 88, 912, 39, 926, 88, 937, 37, 941, 88, 953, 39, 967, 90, 979, 39, 985, 90, 995, 37, 1006, 90, 1018, 37, 1052, 38, 1142, 39, 1144, 90, 1193, 37, 1270, 38, 1323, 90, 1386, 38, 1399, 40, 1405, 38, 1422, 39, 1488, 40, 1520, 39, 1523, 90, 1535, 39, 1540, 90, 1549, 37, 1556, 90, 1572, 37, 1587, 88, 1598, 37, 1605, 88, 1616, 39, 1631, 90, 1643, 37, 1656, 39, 1671, 90, 1682, 37, 1755, 38, 1767, 37, 1773, 38 ], - goldDrop: [], - bornPos: [] -}, -{ level: 10, ai: 1, time: 1287, state: 1, country: "Taiwan", //id=10 2014-06-02 21:04:04 - action: [ 0, 37, 27, 39, 63, 38, 80, 39, 105, 37, 123, 88, 156, 39, 215, 38, 233, 37, 259, 39, 284, 38, 301, 39, 322, 37, 341, 38, 359, 37, 416, 90, 451, 39, 455, 90, 482, 37, 503, 88, 514, 37, 520, 88, 530, 37, 536, 88, 548, 38, 555, 37, 589, 90, 599, 39, 606, 90, 618, 39, 623, 90, 634, 39, 640, 90, 650, 37, 671, 90, 682, 39, 688, 90, 699, 39, 704, 90, 716, 37, 732, 90, 743, 39, 750, 90, 760, 37, 769, 90, 782, 37, 797, 39, 820, 88, 834, 39, 877, 38, 905, 40, 985, 38, 1003, 37, 1008, 38, 1058, 37, 1089, 39, 1110, 38, 1122, 39, 1177, 38, 1197, 39, 1229, 88, 1260, 39, 1270, 38 ], - goldDrop: [], - bornPos: [ 1, 22, 6 ] -}, -{ level: 11, ai: 1, time: 724, state: 1, country: "Taiwan", //id=11 2014-06-03 17:54:26 - action: [ 0, 39, 32, 37, 45, 38, 55, 39, 66, 38, 75, 37, 84, 38, 93, 39, 102, 38, 111, 37, 121, 38, 130, 39, 140, 38, 150, 37, 159, 38, 168, 39, 178, 38, 186, 37, 195, 38, 205, 39, 213, 38, 225, 37, 230, 38, 274, 39, 282, 90, 297, 39, 302, 90, 317, 39, 321, 90, 336, 39, 339, 90, 354, 39, 357, 90, 477, 40, 486, 38, 583, 40, 590, 38, 604, 90, 652, 37, 713, 38 ], - goldDrop: [ 28, 33, 16, 31, 33 ], - bornPos: [ 1, 6, 4, 1, 15 ] -}, -{ level: 12, ai: 1, time: 1177, state: 1, country: "Taiwan", //id=12 2014-06-03 13:12:19 - action: [ 0, 39, 18, 37, 95, 90, 141, 37, 165, 38, 186, 39, 259, 40, 272, 39, 332, 38, 352, 39, 369, 37, 383, 38, 403, 39, 419, 37, 459, 39, 483, 38, 505, 39, 521, 37, 584, 90, 594, 39, 600, 90, 612, 39, 627, 38, 638, 37, 703, 90, 716, 37, 738, 90, 751, 39, 756, 90, 767, 39, 773, 90, 784, 39, 789, 90, 798, 37, 819, 90, 830, 39, 835, 90, 847, 37, 853, 90, 867, 37, 881, 39, 894, 90, 904, 37, 921, 39, 962, 38, 985, 39, 992, 88, 1057, 39, 1065, 38, 1085, 39, 1144, 38 ], - goldDrop: [], - bornPos: [ 1, 26 ] -}, -{ level: 13, ai: 1, time: 1994, state: 1, country: "Taiwan", //id=13 2014-06-03 13:14:04 - action: [ 0, 37, 45, 38, 68, 39, 74, 38, 173, 37, 227, 39, 248, 38, 305, 39, 376, 38, 479, 37, 493, 37, 510, 40, 551, 37, 567, 40, 571, 37, 588, 39, 604, 90, 615, 39, 626, 90, 643, 88, 687, 38, 824, 39, 879, 39, 885, 38, 968, 37, 1019, 37, 1062, 38, 1185, 40, 1199, 40, 1200, 40, 1201, 40, 1202, 40, 1203, 40, 1204, 40, 1205, 40, 1206, 40, 1244, 39, 1304, 88, 1319, 38, 1346, 40, 1415, 39, 1444, 38, 1533, 39, 1605, 38, 1659, 39, 1712, 37, 1742, 90, 1755, 39, 1765, 90, 1776, 37, 1822, 39, 1896, 37, 1906, 39, 1917, 38 ], - goldDrop: [ 30, 35, 21, 34 ], - bornPos: [] -}, -{ level: 14, ai: 1, time: 2669, state: 1, country: "Japan", //id=14 2014-06-06 02:31:58 - action: [ 0, 37, 11, 37, 12, 37, 13, 37, 14, 37, 15, 37, 16, 37, 17, 37, 18, 37, 19, 37, 20, 37, 21, 37, 22, 37, 23, 37, 24, 37, 25, 37, 26, 37, 27, 37, 28, 37, 29, 37, 30, 37, 31, 37, 32, 37, 33, 37, 34, 37, 35, 37, 36, 37, 37, 37, 38, 37, 39, 37, 40, 37, 41, 37, 42, 37, 43, 37, 44, 37, 45, 37, 46, 37, 47, 37, 48, 37, 49, 37, 50, 37, 51, 37, 52, 37, 53, 37, 54, 37, 55, 37, 56, 37, 57, 37, 58, 37, 59, 37, 60, 37, 61, 37, 62, 37, 63, 38, 75, 38, 76, 38, 77, 38, 78, 38, 79, 38, 80, 38, 81, 38, 82, 38, 83, 38, 84, 38, 85, 38, 86, 38, 87, 38, 88, 38, 89, 38, 90, 38, 91, 38, 92, 38, 93, 38, 94, 38, 95, 38, 96, 37, 109, 37, 110, 37, 111, 37, 112, 37, 113, 37, 114, 37, 115, 37, 116, 37, 117, 37, 118, 37, 119, 37, 120, 37, 121, 38, 134, 38, 135, 38, 136, 38, 137, 38, 138, 38, 139, 38, 140, 38, 141, 38, 142, 38, 143, 38, 144, 38, 145, 38, 146, 38, 147, 38, 148, 38, 149, 38, 150, 38, 151, 38, 152, 38, 153, 38, 154, 38, 155, 38, 156, 39, 168, 39, 169, 39, 170, 39, 171, 39, 172, 39, 173, 39, 175, 39, 176, 39, 177, 39, 178, 39, 179, 39, 180, 39, 181, 39, 182, 39, 183, 39, 184, 39, 185, 39, 186, 39, 187, 39, 188, 39, 189, 39, 190, 39, 191, 39, 192, 39, 193, 39, 194, 39, 195, 39, 196, 39, 197, 39, 198, 39, 199, 39, 200, 39, 201, 39, 202, 39, 203, 39, 204, 39, 205, 39, 206, 39, 207, 39, 208, 39, 209, 39, 210, 39, 211, 39, 212, 39, 213, 39, 214, 39, 215, 39, 216, 39, 217, 39, 218, 39, 219, 39, 220, 39, 221, 39, 222, 39, 223, 39, 224, 39, 225, 39, 226, 39, 227, 39, 228, 39, 229, 39, 230, 39, 231, 39, 232, 39, 233, 39, 234, 39, 235, 39, 236, 39, 237, 39, 238, 39, 239, 39, 240, 39, 241, 39, 242, 39, 243, 39, 244, 38, 258, 38, 275, 39, 277, 38, 291, 39, 301, 37, 303, 38, 310, 38, 319, 37, 320, 38, 327, 37, 331, 38, 343, 38, 344, 38, 345, 38, 346, 38, 347, 38, 348, 38, 349, 38, 350, 38, 351, 38, 352, 38, 353, 38, 354, 38, 355, 38, 356, 38, 357, 38, 358, 38, 359, 38, 360, 38, 361, 38, 362, 38, 363, 38, 364, 38, 365, 38, 366, 38, 367, 38, 368, 38, 369, 38, 370, 38, 371, 38, 372, 38, 373, 37, 391, 39, 403, 39, 404, 39, 405, 39, 406, 39, 407, 39, 408, 39, 409, 39, 410, 39, 411, 39, 412, 39, 413, 39, 414, 39, 415, 39, 416, 39, 417, 39, 418, 39, 419, 39, 420, 39, 421, 39, 422, 39, 423, 39, 424, 39, 425, 39, 426, 39, 427, 39, 428, 39, 429, 39, 430, 39, 431, 39, 432, 39, 433, 39, 434, 39, 435, 39, 436, 39, 437, 39, 438, 39, 439, 39, 440, 39, 441, 39, 442, 39, 443, 39, 444, 39, 445, 39, 446, 39, 447, 39, 448, 39, 449, 39, 450, 39, 451, 39, 452, 39, 453, 39, 454, 39, 455, 39, 456, 39, 457, 39, 458, 39, 459, 39, 460, 39, 461, 39, 462, 39, 463, 39, 464, 39, 465, 39, 466, 39, 467, 39, 468, 39, 469, 39, 470, 39, 471, 39, 472, 39, 473, 39, 474, 39, 475, 39, 476, 39, 477, 39, 478, 39, 479, 39, 480, 39, 481, 39, 482, 39, 483, 39, 484, 39, 485, 39, 486, 39, 487, 39, 488, 39, 489, 39, 490, 39, 491, 39, 492, 39, 493, 39, 494, 39, 495, 39, 496, 39, 497, 39, 498, 39, 499, 39, 500, 39, 501, 39, 502, 39, 503, 39, 504, 39, 505, 39, 506, 39, 507, 39, 508, 39, 509, 39, 510, 39, 511, 38, 568, 39, 580, 40, 620, 37, 632, 38, 634, 37, 648, 39, 657, 38, 667, 39, 669, 38, 684, 38, 685, 38, 686, 38, 687, 38, 688, 38, 689, 38, 690, 38, 691, 38, 692, 38, 693, 38, 694, 38, 695, 38, 696, 38, 697, 38, 698, 38, 699, 38, 700, 38, 701, 38, 702, 38, 703, 38, 705, 38, 706, 38, 707, 38, 708, 38, 709, 38, 710, 38, 711, 38, 712, 38, 713, 38, 714, 37, 727, 37, 728, 37, 729, 37, 730, 37, 731, 37, 732, 37, 733, 37, 734, 37, 735, 37, 736, 37, 737, 37, 738, 37, 739, 37, 740, 37, 741, 37, 742, 37, 743, 37, 744, 37, 745, 37, 746, 37, 747, 37, 748, 37, 749, 37, 750, 37, 751, 37, 752, 37, 753, 37, 754, 37, 755, 37, 756, 37, 757, 37, 758, 37, 759, 37, 760, 37, 761, 37, 762, 37, 763, 37, 764, 37, 765, 37, 766, 37, 767, 37, 768, 37, 769, 37, 770, 37, 771, 37, 772, 37, 773, 37, 774, 37, 775, 37, 776, 37, 777, 37, 778, 37, 779, 39, 792, 39, 793, 39, 794, 39, 795, 39, 796, 39, 797, 39, 798, 39, 799, 39, 800, 39, 801, 39, 802, 39, 803, 39, 804, 39, 805, 39, 806, 39, 807, 39, 808, 39, 809, 39, 810, 38, 866, 37, 878, 37, 879, 37, 880, 37, 881, 37, 882, 37, 883, 37, 884, 37, 885, 37, 886, 37, 887, 37, 888, 37, 889, 37, 890, 37, 891, 37, 892, 37, 893, 37, 894, 37, 895, 37, 896, 37, 897, 37, 898, 37, 899, 38, 908, 39, 918, 37, 919, 38, 933, 37, 951, 39, 965, 39, 974, 40, 996, 37, 1004, 39, 1016, 39, 1017, 39, 1018, 39, 1019, 39, 1020, 39, 1021, 39, 1022, 39, 1023, 39, 1024, 39, 1025, 39, 1026, 39, 1027, 39, 1028, 39, 1029, 39, 1030, 39, 1031, 39, 1032, 39, 1033, 39, 1034, 39, 1035, 38, 1047, 39, 1057, 38, 1070, 38, 1071, 38, 1072, 38, 1073, 38, 1074, 38, 1075, 38, 1076, 38, 1077, 38, 1078, 38, 1079, 38, 1080, 38, 1081, 38, 1082, 38, 1083, 38, 1084, 38, 1085, 38, 1086, 38, 1087, 38, 1088, 38, 1089, 38, 1090, 38, 1091, 38, 1092, 38, 1093, 38, 1094, 38, 1095, 38, 1096, 38, 1097, 38, 1098, 38, 1099, 38, 1100, 38, 1101, 38, 1102, 38, 1103, 38, 1104, 38, 1105, 38, 1106, 38, 1107, 38, 1108, 38, 1109, 38, 1110, 38, 1111, 38, 1112, 37, 1125, 37, 1126, 37, 1127, 37, 1128, 37, 1129, 37, 1130, 37, 1131, 37, 1132, 37, 1133, 37, 1134, 37, 1135, 37, 1136, 37, 1137, 37, 1138, 37, 1139, 37, 1140, 37, 1141, 37, 1142, 37, 1143, 37, 1144, 37, 1145, 37, 1146, 37, 1147, 38, 1159, 38, 1160, 38, 1161, 38, 1162, 38, 1163, 38, 1164, 38, 1165, 38, 1166, 38, 1167, 38, 1168, 38, 1169, 38, 1170, 39, 1184, 39, 1185, 39, 1186, 39, 1187, 39, 1188, 39, 1189, 39, 1190, 39, 1191, 39, 1192, 39, 1193, 39, 1194, 39, 1195, 39, 1196, 39, 1197, 39, 1198, 39, 1199, 39, 1200, 39, 1201, 39, 1202, 39, 1203, 38, 1217, 39, 1220, 38, 1230, 37, 1239, 39, 1240, 38, 1249, 39, 1252, 38, 1268, 38, 1269, 38, 1270, 38, 1271, 38, 1272, 38, 1273, 38, 1274, 39, 1288, 39, 1289, 39, 1290, 39, 1291, 39, 1292, 39, 1293, 39, 1294, 39, 1295, 39, 1296, 39, 1297, 39, 1298, 39, 1299, 39, 1300, 39, 1301, 39, 1302, 39, 1303, 39, 1304, 39, 1305, 39, 1306, 39, 1307, 39, 1308, 39, 1309, 39, 1310, 39, 1311, 39, 1312, 39, 1313, 39, 1314, 39, 1315, 39, 1316, 39, 1317, 39, 1318, 39, 1319, 39, 1320, 38, 1336, 38, 1337, 37, 1351, 37, 1352, 37, 1353, 37, 1354, 37, 1355, 37, 1356, 37, 1357, 37, 1358, 37, 1359, 37, 1360, 37, 1361, 37, 1362, 37, 1363, 37, 1364, 37, 1365, 37, 1366, 37, 1367, 37, 1368, 37, 1369, 37, 1370, 37, 1371, 37, 1372, 37, 1373, 37, 1374, 37, 1375, 37, 1376, 37, 1377, 37, 1378, 37, 1379, 37, 1380, 37, 1381, 37, 1382, 37, 1383, 37, 1384, 37, 1385, 37, 1386, 37, 1387, 37, 1388, 37, 1389, 37, 1390, 37, 1391, 37, 1392, 37, 1393, 37, 1394, 37, 1395, 37, 1396, 37, 1397, 37, 1398, 37, 1399, 37, 1400, 37, 1401, 37, 1402, 37, 1403, 37, 1404, 37, 1405, 37, 1406, 37, 1407, 37, 1408, 37, 1409, 37, 1410, 40, 1425, 40, 1426, 40, 1427, 40, 1428, 40, 1429, 40, 1430, 40, 1431, 40, 1432, 40, 1433, 40, 1434, 40, 1435, 40, 1436, 40, 1437, 40, 1438, 40, 1439, 40, 1440, 40, 1441, 40, 1442, 40, 1443, 40, 1444, 40, 1445, 40, 1446, 40, 1447, 40, 1448, 40, 1449, 40, 1509, 39, 1521, 39, 1522, 39, 1523, 39, 1524, 39, 1525, 39, 1526, 39, 1527, 39, 1528, 39, 1529, 39, 1530, 39, 1531, 39, 1532, 39, 1597, 37, 1620, 39, 1639, 37, 1651, 37, 1652, 37, 1653, 37, 1654, 37, 1655, 37, 1656, 37, 1657, 37, 1658, 37, 1659, 37, 1660, 37, 1661, 37, 1662, 37, 1663, 37, 1667, 39, 1673, 37, 1677, 39, 1685, 39, 1691, 37, 1698, 39, 1707, 38, 1715, 38, 1725, 38, 1737, 38, 1738, 38, 1739, 38, 1740, 38, 1741, 38, 1742, 38, 1743, 38, 1744, 38, 1745, 38, 1746, 38, 1747, 38, 1748, 38, 1749, 38, 1750, 38, 1751, 38, 1752, 38, 1753, 38, 1754, 38, 1755, 38, 1756, 38, 1757, 38, 1758, 38, 1759, 38, 1760, 38, 1761, 38, 1762, 38, 1763, 38, 1848, 37, 1860, 37, 1861, 37, 1862, 37, 1863, 37, 1864, 37, 1865, 37, 1866, 37, 1867, 37, 1868, 37, 1869, 37, 1870, 37, 1871, 37, 1872, 37, 1873, 37, 1874, 37, 1875, 37, 1876, 37, 1877, 37, 1878, 37, 1879, 37, 1880, 37, 1881, 37, 1882, 37, 1883, 37, 1884, 37, 1885, 37, 1886, 37, 1887, 37, 1888, 37, 1889, 37, 1890, 37, 1891, 37, 1892, 37, 1893, 37, 1894, 37, 1895, 37, 1896, 37, 1897, 37, 1898, 37, 1899, 37, 1900, 37, 1901, 37, 1902, 37, 1903, 37, 1904, 37, 1905, 37, 1906, 37, 1907, 37, 1908, 37, 1909, 37, 1910, 37, 1911, 37, 1912, 37, 1913, 37, 1914, 37, 1915, 37, 1916, 37, 1917, 37, 1918, 37, 1919, 37, 1920, 37, 1921, 37, 1922, 37, 1923, 37, 1924, 37, 1925, 37, 1926, 37, 1927, 37, 1928, 37, 1929, 37, 1930, 37, 1931, 37, 1932, 37, 1933, 37, 1934, 37, 1935, 37, 1936, 37, 1937, 37, 1938, 37, 1939, 37, 1940, 37, 1941, 37, 1942, 37, 1943, 37, 1944, 37, 1945, 37, 1946, 37, 1947, 37, 1948, 37, 1949, 37, 1950, 37, 1951, 37, 1952, 37, 1953, 37, 1954, 37, 1955, 37, 1956, 37, 1957, 37, 1958, 37, 1959, 37, 1960, 37, 1961, 37, 1962, 37, 1963, 37, 1964, 37, 1965, 37, 1966, 37, 1967, 37, 1968, 37, 1969, 37, 1970, 37, 1971, 37, 1972, 37, 1973, 37, 1974, 37, 1975, 37, 1976, 37, 1977, 37, 1978, 37, 1979, 37, 1980, 37, 1981, 37, 1982, 37, 1983, 37, 1984, 37, 1985, 37, 1986, 37, 1987, 37, 1988, 37, 1989, 37, 1990, 37, 1991, 37, 1992, 37, 1993, 37, 1994, 37, 1995, 37, 1996, 38, 2008, 38, 2009, 38, 2010, 38, 2011, 38, 2012, 38, 2013, 38, 2014, 38, 2015, 38, 2016, 38, 2017, 38, 2018, 38, 2019, 38, 2020, 38, 2021, 38, 2022, 38, 2023, 38, 2024, 37, 2037, 37, 2038, 37, 2039, 37, 2040, 37, 2041, 38, 2060, 38, 2061, 38, 2062, 38, 2063, 38, 2064, 38, 2065, 38, 2066, 38, 2067, 38, 2068, 38, 2069, 38, 2070, 38, 2072, 38, 2073, 38, 2074, 38, 2075, 39, 2089, 39, 2090, 39, 2091, 39, 2092, 39, 2093, 39, 2094, 39, 2095, 39, 2096, 39, 2097, 39, 2098, 39, 2099, 39, 2100, 39, 2101, 39, 2102, 39, 2103, 39, 2104, 39, 2105, 39, 2106, 39, 2107, 39, 2108, 39, 2109, 39, 2110, 39, 2111, 39, 2112, 39, 2113, 39, 2114, 39, 2115, 39, 2116, 39, 2117, 39, 2118, 39, 2119, 39, 2120, 39, 2121, 39, 2122, 39, 2163, 39, 2165, 38, 2182, 38, 2183, 38, 2184, 38, 2185, 38, 2186, 38, 2187, 38, 2188, 38, 2189, 38, 2190, 38, 2191, 38, 2192, 38, 2193, 38, 2194, 38, 2195, 38, 2196, 38, 2197, 38, 2198, 38, 2199, 38, 2200, 38, 2201, 38, 2202, 38, 2203, 38, 2204, 37, 2217, 37, 2218, 37, 2219, 37, 2220, 37, 2221, 37, 2222, 37, 2223, 37, 2224, 37, 2225, 37, 2226, 37, 2227, 37, 2228, 37, 2229, 37, 2230, 37, 2231, 38, 2234, 39, 2255, 39, 2256, 39, 2257, 39, 2258, 39, 2259, 39, 2260, 39, 2261, 39, 2262, 39, 2263, 39, 2264, 39, 2265, 39, 2266, 39, 2267, 39, 2268, 39, 2269, 39, 2270, 39, 2271, 39, 2272, 39, 2273, 39, 2274, 39, 2275, 39, 2276, 39, 2277, 39, 2278, 39, 2279, 39, 2280, 39, 2281, 39, 2282, 38, 2297, 38, 2298, 38, 2299, 38, 2300, 38, 2301, 38, 2302, 38, 2303, 38, 2304, 38, 2305, 38, 2306, 38, 2307, 38, 2308, 38, 2309, 38, 2310, 38, 2311, 38, 2312, 38, 2313, 38, 2314, 38, 2315, 38, 2316, 38, 2317, 38, 2318, 38, 2319, 38, 2320, 37, 2333, 37, 2334, 37, 2335, 37, 2336, 37, 2337, 37, 2338, 37, 2339, 37, 2340, 37, 2341, 37, 2342, 38, 2358, 38, 2359, 38, 2360, 38, 2361, 38, 2362, 38, 2363, 38, 2364, 38, 2365, 38, 2366, 38, 2367, 38, 2368, 38, 2369, 38, 2370, 38, 2371, 38, 2372, 38, 2373, 38, 2374, 38, 2375, 38, 2376, 38, 2377, 38, 2378, 38, 2379, 38, 2380, 38, 2381, 38, 2382, 38, 2383, 38, 2384, 37, 2398, 37, 2399, 37, 2400, 37, 2401, 37, 2402, 37, 2403, 37, 2404, 37, 2405, 37, 2406, 37, 2407, 37, 2408, 37, 2409, 37, 2410, 37, 2411, 37, 2412, 37, 2413, 37, 2414, 37, 2415, 37, 2416, 37, 2417, 37, 2418, 37, 2419, 37, 2420, 37, 2421, 37, 2422, 37, 2423, 37, 2424, 37, 2425, 38, 2439, 38, 2440, 38, 2441, 38, 2442, 38, 2443, 37, 2457, 40, 2473, 39, 2485, 39, 2486, 39, 2487, 39, 2488, 39, 2489, 39, 2490, 39, 2491, 39, 2492, 39, 2493, 39, 2494, 39, 2495, 39, 2496, 39, 2497, 39, 2498, 39, 2499, 39, 2500, 39, 2501, 39, 2502, 39, 2503, 39, 2504, 39, 2505, 39, 2506, 39, 2507, 39, 2508, 39, 2509, 39, 2510, 39, 2511, 39, 2512, 39, 2513, 39, 2514, 39, 2515, 39, 2516, 39, 2517, 39, 2518, 39, 2519, 39, 2520, 39, 2521, 39, 2522, 39, 2524, 39, 2525, 39, 2526, 39, 2527, 39, 2528, 39, 2529, 39, 2530, 39, 2531, 39, 2532, 39, 2533, 39, 2534, 39, 2535, 39, 2536, 39, 2537, 39, 2538, 39, 2539, 39, 2540, 39, 2541, 39, 2542, 39, 2543, 39, 2544, 39, 2545, 39, 2546, 39, 2547, 39, 2548, 39, 2549, 39, 2550, 39, 2552, 39, 2553, 39, 2554, 39, 2555, 39, 2556, 39, 2557, 39, 2558, 39, 2559, 39, 2560, 39, 2561, 39, 2562, 39, 2563, 38, 2579, 38, 2580, 38, 2581, 38, 2582, 38, 2583, 38, 2584, 38, 2585, 38, 2586, 38, 2587, 38, 2588, 38, 2589, 38, 2590, 38, 2591, 38, 2592, 38, 2593, 38, 2594, 38, 2595, 38, 2596, 38, 2597, 38, 2598, 38, 2599, 38, 2600, 38, 2601, 38, 2602, 37, 2616, 37, 2617, 37, 2618, 37, 2619, 37, 2620, 37, 2621, 37, 2622, 37, 2623, 37, 2624, 37, 2625, 38 ], - goldDrop: [ 30 ], - bornPos: [] -}, -{ level: 15, ai: 1, time: 1478, state: 1, country: "Japan", //id=15 2014-06-06 02:35:03 - action: [ 0, 37, 11, 37, 12, 37, 13, 37, 14, 37, 15, 37, 16, 37, 17, 37, 18, 37, 19, 37, 20, 37, 21, 37, 22, 37, 23, 37, 24, 37, 25, 37, 26, 37, 27, 37, 28, 37, 29, 37, 30, 37, 31, 37, 32, 37, 33, 37, 34, 37, 35, 37, 36, 37, 37, 37, 38, 37, 39, 37, 40, 37, 41, 37, 42, 37, 43, 37, 44, 37, 45, 37, 46, 37, 47, 37, 48, 37, 49, 37, 50, 37, 51, 37, 52, 37, 53, 37, 54, 37, 55, 37, 56, 37, 57, 37, 58, 37, 59, 37, 60, 37, 61, 37, 62, 90, 68, 37, 81, 37, 82, 37, 83, 37, 88, 39, 101, 39, 102, 39, 103, 39, 104, 39, 105, 39, 106, 39, 107, 39, 108, 39, 109, 39, 110, 39, 111, 39, 112, 39, 113, 39, 114, 39, 115, 39, 116, 39, 117, 39, 118, 39, 119, 39, 120, 39, 121, 39, 122, 39, 123, 39, 124, 39, 125, 39, 126, 39, 127, 39, 128, 39, 129, 39, 130, 39, 131, 39, 132, 39, 133, 39, 134, 39, 135, 39, 136, 39, 137, 39, 138, 39, 139, 38, 153, 38, 154, 38, 155, 37, 168, 37, 169, 37, 170, 37, 171, 37, 172, 37, 173, 37, 174, 37, 175, 90, 209, 37, 221, 37, 222, 37, 223, 37, 224, 37, 225, 37, 226, 88, 251, 39, 264, 39, 265, 39, 266, 39, 267, 39, 268, 39, 269, 39, 270, 39, 271, 39, 272, 39, 273, 39, 274, 39, 275, 39, 276, 39, 277, 39, 278, 39, 279, 39, 280, 39, 281, 39, 282, 39, 283, 39, 284, 39, 285, 39, 286, 39, 287, 39, 288, 39, 289, 39, 290, 39, 291, 39, 292, 39, 293, 39, 294, 39, 295, 39, 296, 39, 297, 39, 298, 39, 299, 39, 300, 38, 312, 40, 323, 39, 335, 39, 336, 39, 337, 90, 394, 37, 406, 38, 416, 37, 419, 38, 431, 38, 432, 38, 433, 38, 434, 38, 435, 38, 436, 37, 451, 39, 454, 37, 466, 37, 467, 37, 468, 37, 469, 37, 470, 37, 471, 37, 472, 37, 473, 37, 474, 37, 475, 37, 476, 37, 477, 37, 478, 37, 479, 37, 480, 37, 481, 37, 482, 37, 483, 38, 495, 38, 496, 38, 497, 38, 498, 39, 512, 39, 513, 39, 514, 39, 515, 39, 516, 39, 517, 39, 519, 39, 520, 39, 521, 39, 522, 39, 523, 39, 524, 39, 525, 39, 526, 39, 527, 39, 528, 39, 529, 39, 530, 39, 531, 39, 532, 90, 572, 37, 582, 38, 594, 38, 595, 38, 596, 37, 609, 37, 610, 37, 611, 37, 612, 37, 613, 37, 614, 37, 615, 37, 616, 37, 617, 37, 618, 37, 619, 37, 620, 37, 621, 37, 622, 37, 623, 37, 624, 37, 625, 37, 626, 37, 627, 37, 628, 37, 629, 37, 630, 37, 631, 39, 644, 39, 645, 39, 646, 39, 647, 39, 648, 39, 649, 39, 650, 39, 651, 39, 652, 39, 653, 39, 654, 39, 655, 39, 656, 39, 657, 39, 658, 39, 659, 39, 660, 39, 661, 39, 662, 39, 663, 39, 664, 39, 665, 38, 676, 39, 689, 39, 690, 39, 691, 39, 692, 39, 693, 39, 694, 39, 695, 39, 696, 39, 697, 39, 698, 39, 699, 39, 700, 39, 701, 88, 707, 38, 719, 38, 720, 38, 721, 38, 722, 38, 723, 38, 724, 38, 725, 37, 732, 39, 745, 39, 746, 39, 747, 39, 748, 39, 749, 39, 750, 39, 751, 39, 752, 39, 753, 39, 754, 39, 764, 39, 775, 37, 787, 37, 788, 37, 789, 37, 790, 37, 791, 37, 792, 37, 793, 37, 794, 37, 795, 37, 796, 37, 797, 37, 798, 37, 799, 37, 800, 37, 801, 37, 802, 37, 803, 37, 804, 37, 805, 37, 806, 37, 807, 88, 819, 37, 825, 39, 837, 39, 838, 39, 839, 39, 840, 39, 841, 39, 842, 39, 843, 39, 844, 39, 845, 39, 846, 39, 847, 39, 848, 39, 849, 39, 850, 39, 851, 39, 852, 39, 853, 39, 854, 39, 855, 39, 856, 39, 857, 39, 858, 39, 859, 39, 860, 88, 891, 39, 903, 90, 914, 37, 940, 39, 952, 39, 953, 39, 954, 39, 955, 39, 956, 39, 957, 39, 958, 39, 959, 39, 960, 39, 961, 39, 962, 39, 963, 39, 964, 39, 965, 39, 966, 39, 967, 39, 968, 39, 969, 39, 970, 39, 971, 39, 972, 39, 973, 39, 974, 39, 975, 39, 976, 39, 977, 39, 978, 39, 979, 39, 980, 39, 981, 39, 982, 39, 983, 39, 984, 39, 985, 39, 986, 39, 987, 39, 988, 39, 989, 39, 990, 39, 991, 39, 992, 39, 993, 39, 994, 39, 995, 39, 996, 39, 997, 37, 1010, 37, 1011, 37, 1012, 37, 1013, 37, 1014, 37, 1015, 37, 1016, 37, 1017, 37, 1018, 37, 1019, 37, 1020, 37, 1021, 37, 1022, 37, 1023, 37, 1024, 37, 1025, 37, 1026, 37, 1027, 37, 1028, 37, 1029, 37, 1030, 37, 1031, 38, 1043, 38, 1044, 38, 1045, 38, 1046, 39, 1059, 39, 1060, 39, 1061, 39, 1062, 39, 1063, 39, 1064, 39, 1065, 39, 1066, 39, 1067, 39, 1068, 39, 1069, 39, 1070, 39, 1071, 39, 1072, 39, 1073, 39, 1074, 39, 1075, 39, 1076, 39, 1077, 39, 1078, 39, 1079, 39, 1080, 38, 1093, 38, 1094, 38, 1095, 37, 1107, 37, 1108, 37, 1109, 37, 1110, 37, 1111, 37, 1112, 37, 1113, 37, 1114, 37, 1115, 37, 1116, 37, 1117, 38, 1130, 38, 1131, 38, 1132, 39, 1144, 39, 1145, 39, 1146, 39, 1147, 39, 1148, 39, 1149, 39, 1150, 39, 1151, 39, 1152, 39, 1153, 39, 1154, 39, 1155, 39, 1156, 39, 1157, 39, 1158, 39, 1159, 39, 1160, 39, 1161, 39, 1162, 39, 1163, 37, 1175, 37, 1176, 37, 1177, 37, 1178, 37, 1179, 37, 1180, 37, 1181, 37, 1182, 37, 1183, 37, 1184, 37, 1185, 37, 1186, 37, 1187, 37, 1188, 38, 1198, 37, 1202, 38, 1213, 37, 1225, 37, 1226, 37, 1227, 37, 1228, 37, 1229, 37, 1230, 37, 1231, 37, 1232, 37, 1233, 37, 1234, 37, 1235, 37, 1236, 37, 1237, 37, 1238, 37, 1239, 37, 1240, 37, 1241, 37, 1242, 37, 1243, 37, 1244, 37, 1245, 37, 1246, 37, 1247, 88, 1252, 39, 1264, 39, 1268, 39, 1280, 39, 1281, 39, 1282, 39, 1283, 39, 1284, 39, 1285, 39, 1286, 39, 1287, 39, 1288, 39, 1289, 39, 1290, 39, 1291, 39, 1292, 39, 1293, 39, 1294, 39, 1295, 39, 1296, 39, 1297, 39, 1298, 39, 1299, 39, 1300, 39, 1301, 39, 1302, 39, 1303, 39, 1304, 39, 1305, 39, 1306, 39, 1307, 39, 1308, 39, 1309, 39, 1310, 39, 1311, 39, 1312, 39, 1313, 39, 1314, 39, 1315, 39, 1316, 39, 1317, 39, 1318, 38, 1330, 37, 1341, 39, 1351, 38, 1364, 38, 1365, 38, 1366, 38, 1367, 38, 1368, 38, 1369, 38, 1370, 38, 1371, 38, 1372, 38, 1373, 38, 1374, 38, 1375, 38, 1376, 37, 1391, 37, 1392, 37, 1393, 37, 1394, 37, 1395, 37, 1396, 37, 1397, 37, 1398, 38, 1407, 37, 1409, 38, 1419, 39, 1432, 39, 1433, 39, 1434, 39, 1435, 39, 1436, 39, 1437, 39, 1438, 39, 1439, 39, 1440, 39, 1441, 39, 1442, 39, 1443, 39, 1444, 39, 1445, 39, 1446, 39, 1447, 39, 1448, 39, 1449, 39, 1450, 39, 1451, 39, 1453, 39, 1454, 39, 1455, 39, 1456, 39, 1457, 39, 1458, 39, 1459, 39, 1460, 39, 1461, 39, 1462, 39, 1463, 39, 1464, 39, 1465, 39, 1466, 39, 1467, 39, 1468, 39, 1469, 39, 1470, 39, 1471, 39, 1472, 38 ], - goldDrop: [ 31, 14, 23, 26, 36 ], - bornPos: [ 1, 5 ] -}, -{ level: 16, ai: 1, time: 979, state: 1, country: "United States", //id=16 2014-06-14 01:49:49 - action: [ 0, 37, 12, 37, 13, 37, 14, 37, 15, 37, 16, 37, 17, 37, 18, 37, 19, 37, 20, 37, 21, 37, 22, 37, 23, 37, 24, 37, 25, 37, 27, 37, 28, 37, 29, 37, 30, 37, 31, 37, 32, 37, 33, 37, 34, 37, 35, 37, 36, 37, 37, 37, 39, 37, 40, 37, 41, 37, 42, 37, 43, 37, 45, 37, 46, 37, 48, 37, 49, 37, 50, 37, 51, 37, 53, 37, 54, 37, 56, 37, 57, 37, 59, 37, 60, 37, 61, 37, 62, 37, 64, 37, 65, 37, 67, 37, 68, 37, 69, 37, 70, 37, 71, 37, 72, 37, 73, 37, 74, 37, 75, 37, 76, 37, 77, 37, 78, 37, 79, 37, 80, 37, 81, 37, 82, 37, 83, 37, 84, 37, 85, 37, 86, 37, 87, 37, 88, 37, 89, 37, 91, 37, 92, 37, 93, 37, 94, 37, 95, 37, 96, 37, 97, 37, 98, 37, 99, 37, 100, 37, 101, 37, 102, 37, 103, 37, 104, 37, 105, 37, 106, 37, 107, 37, 108, 37, 109, 37, 111, 37, 112, 37, 113, 37, 114, 37, 115, 37, 117, 37, 118, 37, 119, 37, 120, 37, 121, 37, 122, 37, 123, 37, 124, 37, 125, 37, 126, 37, 127, 37, 128, 37, 129, 88, 138, 39, 150, 39, 152, 39, 153, 39, 154, 39, 155, 39, 156, 39, 157, 39, 158, 39, 159, 39, 160, 39, 161, 39, 162, 39, 163, 39, 164, 39, 165, 39, 167, 39, 168, 39, 169, 39, 170, 39, 171, 39, 172, 39, 173, 39, 174, 39, 175, 39, 176, 39, 177, 39, 178, 39, 180, 39, 181, 39, 182, 39, 183, 39, 184, 39, 185, 39, 186, 39, 188, 39, 189, 39, 190, 39, 191, 39, 192, 39, 193, 39, 194, 39, 195, 39, 196, 39, 197, 39, 198, 39, 199, 39, 200, 39, 201, 39, 202, 39, 204, 88, 241, 39, 254, 39, 255, 39, 256, 39, 257, 39, 258, 39, 259, 39, 261, 39, 262, 39, 263, 39, 264, 39, 265, 39, 266, 39, 267, 38, 281, 38, 282, 38, 283, 38, 284, 38, 285, 38, 286, 38, 287, 38, 288, 38, 289, 38, 290, 38, 291, 38, 292, 38, 293, 38, 294, 38, 295, 38, 297, 38, 298, 38, 299, 38, 300, 38, 302, 38, 303, 38, 304, 38, 305, 38, 306, 38, 307, 38, 308, 38, 309, 38, 310, 38, 311, 37, 320, 38, 326, 37, 330, 38, 340, 37, 354, 37, 355, 37, 356, 37, 359, 90, 366, 37, 386, 39, 399, 39, 400, 39, 401, 39, 402, 39, 403, 39, 404, 39, 405, 39, 406, 39, 407, 39, 408, 39, 409, 39, 411, 39, 412, 39, 413, 39, 414, 39, 415, 39, 416, 39, 417, 39, 418, 39, 419, 39, 420, 39, 421, 39, 422, 39, 423, 39, 424, 39, 425, 39, 426, 39, 427, 39, 428, 39, 429, 39, 431, 39, 432, 39, 433, 39, 434, 39, 436, 39, 457, 88, 472, 90, 485, 90, 495, 39, 504, 38, 519, 38, 520, 38, 521, 38, 523, 38, 524, 38, 525, 38, 526, 38, 527, 38, 528, 38, 529, 38, 530, 38, 531, 38, 532, 38, 534, 38, 535, 38, 537, 38, 538, 38, 539, 38, 540, 38, 541, 38, 542, 38, 543, 38, 544, 38, 545, 38, 546, 38, 547, 38, 548, 37, 557, 38, 563, 37, 568, 38, 579, 39, 593, 39, 594, 39, 595, 39, 596, 39, 597, 39, 598, 39, 600, 39, 601, 39, 602, 39, 603, 39, 604, 39, 605, 39, 606, 39, 607, 39, 608, 39, 609, 39, 610, 39, 611, 39, 612, 39, 613, 39, 614, 39, 616, 39, 617, 39, 618, 39, 619, 39, 620, 39, 621, 39, 622, 39, 623, 39, 624, 39, 626, 39, 627, 39, 628, 39, 629, 39, 630, 39, 632, 39, 633, 39, 634, 39, 635, 39, 636, 39, 638, 39, 639, 39, 640, 39, 641, 39, 642, 39, 643, 39, 644, 39, 645, 39, 646, 39, 647, 39, 648, 39, 649, 39, 651, 39, 652, 39, 653, 39, 654, 39, 655, 39, 712, 88, 726, 39, 731, 40, 744, 40, 745, 40, 746, 40, 747, 37, 760, 37, 761, 37, 762, 37, 763, 37, 764, 37, 765, 37, 766, 37, 767, 37, 768, 37, 769, 37, 770, 37, 771, 37, 772, 37, 773, 37, 774, 37, 775, 37, 776, 37, 777, 37, 778, 39, 791, 39, 792, 39, 793, 39, 794, 39, 795, 39, 796, 39, 797, 39, 798, 39, 799, 39, 800, 39, 801, 39, 802, 39, 803, 39, 804, 39, 805, 39, 806, 39, 807, 39, 808, 39, 809, 39, 810, 38, 821, 39, 832, 38, 842, 37, 846, 38, 851, 37, 855, 38, 862, 37, 867, 38, 872, 37, 877, 38, 883, 37, 889, 38, 898, 39, 905, 38, 914, 39, 919, 38, 927, 39, 931, 38, 938, 39, 944, 38, 957, 39, 961, 38, 968, 37, 973, 38 ], - goldDrop: [], - bornPos: [ 1, 20 ] -}, -{ level: 17, ai: 1, time: 2178, state: 1, country: "Taiwan", //id=17 2014-06-05 20:41:57 - action: [ 0, 39, 25, 88, 39, 39, 73, 38, 85, 39, 113, 37, 121, 38, 152, 88, 196, 39, 206, 38, 228, 37, 259, 38, 283, 39, 394, 40, 404, 90, 425, 37, 433, 40, 445, 40, 467, 88, 477, 39, 509, 38, 521, 39, 536, 88, 548, 37, 553, 88, 599, 39, 626, 38, 686, 37, 778, 90, 790, 39, 795, 90, 805, 39, 811, 90, 820, 37, 837, 90, 849, 39, 855, 90, 865, 37, 873, 90, 888, 37, 952, 88, 964, 39, 994, 38, 1007, 39, 1027, 38, 1040, 88, 1074, 39, 1085, 38, 1108, 37, 1139, 38, 1159, 39, 1205, 40, 1212, 90, 1223, 37, 1229, 40, 1266, 88, 1274, 39, 1309, 38, 1321, 39, 1333, 88, 1347, 37, 1352, 88, 1406, 39, 1425, 90, 1434, 39, 1440, 90, 1451, 39, 1456, 90, 1466, 38, 1507, 37, 1514, 90, 1523, 39, 1530, 90, 1541, 37, 1552, 90, 1562, 39, 1570, 90, 1579, 37, 1604, 39, 1613, 90, 1625, 39, 1630, 90, 1642, 37, 1651, 90, 1662, 39, 1669, 90, 1679, 37, 1704, 39, 1721, 38, 1765, 37, 1772, 90, 1782, 39, 1787, 90, 1854, 37, 1966, 90, 1977, 39, 1979, 90, 1991, 37, 2009, 38, 2024, 39, 2028, 90, 2041, 37, 2052, 38, 2066, 37, 2106, 38 ], - goldDrop: [ 30, 29 ], - bornPos: [ 1, 7, 15, 23 ] -}, -{ level: 18, ai: 1, time: 2105, state: 1, country: "Japan", //id=18 2014-06-06 02:40:47 - action: [ 0, 39, 11, 39, 12, 39, 13, 39, 14, 39, 15, 39, 16, 39, 17, 39, 18, 39, 19, 39, 20, 39, 21, 39, 22, 39, 23, 39, 24, 39, 25, 39, 26, 39, 27, 39, 28, 39, 29, 39, 30, 39, 31, 39, 32, 39, 33, 39, 34, 39, 35, 39, 36, 39, 37, 39, 38, 39, 39, 39, 40, 39, 41, 88, 72, 37, 78, 88, 128, 39, 140, 39, 141, 39, 142, 39, 143, 39, 144, 39, 145, 39, 146, 38, 194, 39, 195, 38, 208, 39, 214, 38, 228, 39, 233, 38, 240, 39, 252, 39, 253, 39, 254, 39, 255, 39, 256, 39, 257, 39, 258, 39, 259, 38, 271, 39, 276, 38, 293, 38, 294, 38, 295, 38, 296, 38, 297, 38, 298, 38, 299, 38, 300, 38, 301, 38, 302, 38, 303, 38, 304, 38, 305, 38, 306, 38, 307, 38, 308, 38, 309, 38, 310, 37, 326, 37, 327, 37, 328, 37, 329, 37, 330, 37, 331, 37, 332, 37, 333, 37, 334, 37, 335, 37, 336, 37, 337, 37, 338, 37, 339, 37, 340, 37, 341, 38, 352, 37, 354, 38, 366, 37, 379, 37, 380, 37, 381, 37, 382, 37, 383, 37, 384, 37, 385, 37, 386, 37, 387, 37, 388, 37, 389, 37, 390, 37, 391, 37, 392, 37, 393, 37, 394, 37, 395, 37, 396, 37, 397, 37, 398, 37, 399, 37, 400, 37, 401, 37, 402, 37, 403, 37, 404, 37, 405, 37, 406, 37, 407, 37, 408, 37, 409, 37, 410, 37, 411, 37, 413, 37, 414, 37, 415, 37, 416, 37, 417, 38, 427, 37, 428, 38, 449, 90, 472, 37, 478, 90, 503, 37, 516, 37, 517, 37, 534, 37, 540, 90, 550, 39, 559, 90, 568, 37, 580, 37, 581, 37, 582, 37, 583, 37, 584, 37, 585, 88, 590, 39, 602, 39, 603, 39, 604, 39, 605, 39, 606, 39, 607, 39, 614, 90, 626, 37, 638, 37, 639, 37, 640, 37, 641, 37, 642, 37, 643, 37, 644, 37, 645, 37, 646, 37, 647, 37, 648, 37, 649, 37, 650, 37, 651, 37, 652, 37, 653, 37, 654, 37, 655, 37, 656, 37, 657, 37, 658, 37, 659, 37, 660, 37, 661, 37, 662, 37, 663, 37, 664, 90, 702, 37, 714, 37, 715, 37, 716, 37, 717, 88, 724, 38, 736, 38, 737, 38, 738, 38, 739, 38, 740, 38, 741, 38, 742, 38, 743, 38, 744, 38, 745, 39, 757, 37, 764, 40, 776, 37, 780, 40, 792, 37, 805, 37, 806, 37, 807, 37, 808, 37, 809, 38, 887, 39, 960, 39, 973, 39, 974, 39, 975, 39, 976, 39, 977, 39, 978, 39, 979, 39, 980, 39, 981, 39, 982, 39, 983, 39, 984, 39, 985, 39, 986, 39, 987, 39, 988, 39, 989, 39, 990, 39, 991, 39, 992, 39, 993, 39, 994, 39, 995, 39, 996, 39, 997, 39, 998, 39, 999, 39, 1000, 39, 1001, 39, 1002, 39, 1003, 39, 1004, 39, 1005, 39, 1006, 39, 1007, 39, 1008, 39, 1009, 39, 1010, 39, 1011, 39, 1012, 39, 1013, 39, 1014, 39, 1015, 39, 1016, 39, 1017, 39, 1018, 39, 1019, 39, 1020, 39, 1021, 39, 1022, 39, 1023, 39, 1024, 39, 1025, 39, 1026, 39, 1027, 39, 1028, 39, 1029, 39, 1030, 39, 1031, 39, 1032, 39, 1033, 39, 1034, 39, 1035, 39, 1036, 39, 1037, 39, 1038, 39, 1039, 39, 1040, 39, 1041, 39, 1042, 39, 1043, 39, 1044, 39, 1045, 39, 1046, 39, 1047, 39, 1048, 39, 1049, 39, 1050, 39, 1051, 39, 1052, 39, 1053, 39, 1054, 39, 1055, 39, 1056, 39, 1057, 39, 1058, 39, 1059, 39, 1060, 39, 1061, 39, 1062, 39, 1063, 39, 1064, 39, 1065, 39, 1066, 39, 1067, 39, 1068, 38, 1113, 39, 1122, 38, 1142, 38, 1146, 39, 1158, 39, 1159, 39, 1160, 39, 1161, 39, 1162, 39, 1163, 39, 1164, 39, 1165, 39, 1166, 39, 1167, 39, 1168, 39, 1169, 39, 1170, 39, 1171, 39, 1172, 90, 1177, 37, 1189, 37, 1190, 37, 1191, 37, 1192, 37, 1200, 39, 1213, 37, 1226, 37, 1227, 37, 1228, 37, 1229, 37, 1230, 37, 1231, 37, 1232, 37, 1233, 37, 1234, 37, 1235, 37, 1236, 37, 1237, 37, 1238, 37, 1239, 37, 1240, 37, 1241, 37, 1242, 37, 1243, 37, 1244, 37, 1245, 37, 1246, 37, 1247, 37, 1248, 37, 1249, 37, 1250, 37, 1251, 37, 1252, 37, 1253, 37, 1254, 37, 1255, 37, 1256, 38, 1272, 38, 1273, 38, 1274, 38, 1276, 38, 1277, 38, 1278, 38, 1279, 38, 1280, 38, 1281, 38, 1282, 38, 1283, 38, 1284, 38, 1285, 38, 1286, 38, 1287, 38, 1288, 38, 1289, 38, 1290, 38, 1291, 38, 1292, 38, 1293, 38, 1294, 38, 1295, 38, 1296, 38, 1297, 38, 1298, 38, 1299, 38, 1300, 38, 1301, 38, 1302, 38, 1443, 39, 1453, 38, 1461, 39, 1474, 39, 1475, 39, 1476, 39, 1477, 39, 1478, 39, 1479, 39, 1480, 39, 1481, 39, 1482, 39, 1483, 39, 1484, 39, 1485, 39, 1486, 39, 1487, 39, 1510, 38, 1522, 38, 1523, 38, 1524, 38, 1525, 38, 1526, 38, 1527, 38, 1528, 38, 1529, 38, 1530, 38, 1531, 38, 1532, 38, 1533, 38, 1534, 38, 1535, 38, 1537, 38, 1538, 38, 1539, 38, 1540, 38, 1541, 38, 1542, 38, 1543, 37, 1559, 37, 1560, 37, 1561, 37, 1562, 37, 1563, 37, 1564, 37, 1565, 37, 1566, 37, 1567, 37, 1568, 37, 1569, 37, 1570, 37, 1571, 37, 1572, 37, 1573, 37, 1574, 37, 1575, 37, 1576, 38, 1587, 37, 1601, 37, 1602, 37, 1603, 37, 1604, 37, 1605, 37, 1606, 40, 1683, 39, 1696, 39, 1697, 39, 1698, 39, 1699, 39, 1700, 39, 1701, 39, 1702, 39, 1703, 39, 1704, 39, 1705, 39, 1710, 39, 1722, 39, 1723, 39, 1724, 39, 1725, 39, 1726, 39, 1741, 37, 1760, 39, 1772, 38, 1773, 39, 1784, 37, 1793, 38, 1840, 39, 1848, 38, 1855, 39, 1872, 39, 1873, 39, 1874, 39, 1875, 39, 1876, 39, 1877, 39, 1878, 39, 1879, 39, 1880, 39, 1881, 39, 1882, 39, 1883, 39, 1884, 38, 1921, 37, 1933, 37, 1934, 37, 1935, 37, 1936, 37, 1937, 37, 1938, 37, 1939, 37, 1940, 37, 1941, 37, 1942, 37, 1943, 37, 1944, 37, 1945, 37, 1946, 37, 1947, 37, 1948, 37, 1949, 37, 1950, 37, 1951, 37, 1952, 37, 1953, 37, 1954, 37, 1955, 38, 1968, 37, 1981, 37, 1982, 37, 1983, 37, 1984, 37, 1985, 37, 1986, 37, 1987, 37, 1988, 37, 1989, 37, 1990, 37, 1991, 37, 1992, 37, 1993, 37, 1994, 37, 1995, 37, 1996, 37, 1997, 37, 1998, 37, 1999, 37, 2000, 37, 2001, 37, 2002, 37, 2003, 37, 2004, 37, 2005, 37, 2006, 37, 2007, 37, 2008, 37, 2009, 37, 2010, 37, 2011, 37, 2012, 37, 2013, 37, 2014, 37, 2015, 37, 2016, 37, 2017, 38, 2032, 37, 2035, 38, 2045, 37, 2057, 37, 2058, 37, 2059, 37, 2060, 37, 2061, 37, 2062, 37, 2063, 37, 2064, 37, 2065, 37, 2066, 37, 2067, 37, 2068, 37, 2069, 37, 2070, 37, 2071, 37, 2072, 37, 2073, 37, 2074, 37, 2075, 37, 2076, 37, 2077, 37, 2078, 37, 2079, 37, 2080, 37, 2081, 37, 2082, 37, 2083, 37, 2084, 37, 2085, 37, 2086, 37, 2087, 37, 2088, 37, 2089, 37, 2090, 37, 2091, 37, 2092, 37, 2093, 37, 2094, 38 ], - goldDrop: [ 16 ], - bornPos: [ 1, 9 ] -}, -{ level: 19, ai: 1, time: 1298, state: 1, country: "Taiwan", //id=19 2014-06-03 19:56:37 - action: [ 0, 39, 59, 38, 84, 37, 94, 39, 98, 90, 108, 39, 110, 90, 119, 39, 122, 90, 165, 37, 173, 39, 208, 37, 306, 90, 320, 39, 324, 90, 374, 37, 406, 38, 434, 39, 446, 90, 457, 38, 471, 39, 479, 90, 489, 38, 501, 39, 512, 38, 525, 39, 536, 38, 546, 39, 556, 37, 606, 39, 623, 37, 630, 39, 640, 37, 650, 40, 663, 39, 743, 38, 758, 39, 762, 90, 816, 37, 827, 38, 839, 37, 849, 38, 860, 37, 871, 38, 881, 37, 891, 38, 934, 39, 955, 39, 969, 39, 970, 39, 971, 39, 972, 39, 973, 39, 974, 39, 999, 37, 1050, 90, 1060, 39, 1066, 90, 1078, 39, 1082, 90, 1096, 88, 1170, 37, 1176, 39, 1215, 38, 1227, 37, 1238, 38, 1250, 37, 1262, 38, 1274, 37, 1280, 38, 1289, 37, 1292, 38 ], - goldDrop: [ 33, 32, 26, 31, 28, 14, 28, 30 ], - bornPos: [ 1, 9, 20, 19, 4 ] -}, -{ level: 20, ai: 1, time: 2152, state: 1, country: "Taiwan", //id=20 2014-06-03 20:02:27 - action: [ 0, 37, 22, 39, 81, 37, 107, 90, 144, 37, 185, 38, 205, 39, 240, 37, 252, 88, 265, 37, 279, 38, 351, 39, 365, 39, 366, 39, 427, 37, 441, 90, 452, 39, 468, 37, 490, 39, 501, 90, 516, 39, 523, 90, 571, 37, 578, 39, 609, 88, 618, 37, 624, 88, 636, 90, 682, 39, 723, 38, 741, 37, 812, 38, 818, 37, 829, 39, 874, 38, 891, 37, 931, 38, 963, 37, 1034, 90, 1048, 37, 1061, 39, 1210, 88, 1221, 37, 1227, 88, 1239, 37, 1244, 88, 1255, 37, 1259, 88, 1272, 37, 1276, 88, 1289, 37, 1296, 90, 1335, 37, 1350, 88, 1361, 37, 1366, 88, 1376, 37, 1382, 88, 1597, 39, 1667, 38, 1683, 37, 1692, 90, 1738, 37, 1768, 38, 1791, 39, 1834, 40, 1861, 37, 1875, 37, 1876, 37, 1877, 37, 1878, 37, 1879, 37, 1880, 37, 1881, 37, 1882, 37, 1883, 37, 1903, 90, 1958, 37, 1972, 38, 2026, 39, 2038, 40, 2053, 39, 2086, 38, 2104, 37, 2146, 38 ], - goldDrop: [ 21, 20, 28, 15, 15, 17 ], - bornPos: [ 1, 25, 22, 1, 2, 4 ] -}, -{ level: 21, ai: 1, time: 2423, state: 1, country: "Taiwan", //id=21 2014-06-03 20:04:54 - action: [ 0, 39, 8, 38, 41, 37, 56, 38, 94, 39, 158, 40, 167, 88, 205, 39, 219, 88, 231, 39, 268, 90, 282, 37, 296, 90, 309, 37, 336, 38, 421, 37, 428, 40, 437, 90, 487, 37, 525, 39, 543, 37, 574, 90, 591, 88, 644, 39, 658, 90, 669, 39, 680, 90, 693, 39, 698, 90, 710, 40, 721, 39, 743, 38, 755, 39, 776, 37, 797, 40, 813, 37, 831, 38, 847, 37, 851, 38, 953, 39, 959, 38, 1023, 40, 1035, 37, 1049, 37, 1050, 37, 1051, 37, 1052, 37, 1053, 37, 1054, 37, 1055, 37, 1056, 37, 1057, 37, 1058, 37, 1059, 37, 1133, 38, 1144, 39, 1153, 38, 1225, 39, 1288, 40, 1308, 39, 1334, 90, 1347, 37, 1366, 39, 1376, 90, 1388, 37, 1396, 88, 1411, 39, 1430, 37, 1456, 40, 1465, 37, 1550, 38, 1621, 39, 1682, 40, 1687, 88, 1701, 39, 1720, 90, 1731, 37, 1743, 90, 1756, 37, 1773, 39, 1785, 90, 1797, 37, 1861, 88, 1874, 37, 1877, 88, 1888, 37, 1893, 88, 1906, 37, 1920, 39, 1929, 90, 1975, 39, 1994, 38, 2037, 39, 2049, 37, 2059, 90, 2075, 39, 2084, 90, 2146, 37, 2155, 40, 2173, 37, 2229, 38, 2300, 39, 2417, 38 ], - goldDrop: [ 18, 17 ], - bornPos: [ 1, 26, 24 ] -}, -{ level: 22, ai: 1, time: 1279, state: 1, country: "Taiwan", //id=22 2014-06-05 20:50:56 - action: [ 0, 39, 45, 37, 80, 38, 103, 39, 164, 37, 187, 38, 203, 39, 228, 38, 244, 37, 304, 40, 318, 37, 346, 38, 367, 37, 396, 39, 418, 38, 435, 39, 520, 37, 557, 38, 573, 37, 669, 88, 678, 39, 775, 37, 782, 38, 790, 39, 870, 38, 881, 39, 897, 88, 913, 37, 916, 88, 981, 39, 998, 38, 1015, 37, 1072, 40, 1081, 90, 1142, 37, 1170, 38, 1192, 37, 1196, 38, 1212, 39, 1254, 38, 1264, 39, 1268, 38 ], - goldDrop: [ 14, 34, 25 ], - bornPos: [ 1, 26 ] -}, -{ level: 23, ai: 1, time: 2556, state: 1, country: "Taiwan", //id=23 2014-06-05 20:52:41 - action: [ 0, 39, 5, 40, 49, 37, 57, 39, 74, 38, 96, 39, 157, 40, 165, 88, 175, 39, 190, 90, 200, 39, 206, 90, 214, 37, 243, 39, 265, 38, 317, 37, 327, 40, 345, 37, 350, 88, 359, 39, 394, 38, 430, 37, 466, 40, 488, 88, 534, 39, 543, 40, 551, 37, 575, 40, 587, 37, 591, 88, 605, 37, 608, 88, 639, 37, 667, 38, 685, 39, 701, 37, 711, 38, 735, 39, 817, 38, 853, 37, 875, 38, 887, 39, 898, 37, 921, 39, 934, 90, 945, 39, 947, 90, 957, 39, 961, 90, 987, 37, 1020, 40, 1044, 39, 1055, 90, 1067, 37, 1073, 40, 1081, 39, 1103, 40, 1115, 37, 1124, 90, 1151, 39, 1172, 88, 1208, 39, 1244, 38, 1287, 37, 1307, 38, 1319, 37, 1362, 38, 1369, 37, 1375, 38, 1382, 90, 1392, 37, 1421, 90, 1432, 39, 1437, 90, 1450, 39, 1454, 90, 1466, 39, 1471, 90, 1478, 37, 1488, 90, 1503, 37, 1524, 40, 1540, 39, 1545, 40, 1561, 39, 1568, 40, 1574, 39, 1622, 37, 1636, 40, 1654, 37, 1665, 90, 1675, 39, 1680, 90, 1690, 37, 1705, 88, 1715, 37, 1720, 88, 1727, 39, 1744, 90, 1754, 39, 1769, 37, 1803, 38, 1827, 39, 1903, 38, 1919, 39, 1933, 38, 1953, 37, 1972, 38, 1985, 37, 2027, 38, 2033, 37, 2037, 38, 2043, 37, 2063, 39, 2068, 90, 2079, 37, 2099, 90, 2110, 39, 2114, 90, 2182, 37, 2196, 37, 2197, 37, 2222, 40, 2251, 39, 2262, 90, 2272, 37, 2305, 40, 2317, 39, 2373, 38, 2396, 39, 2472, 38, 2508, 37, 2528, 38 ], - goldDrop: [ 20, 21, 37, 35, 39, 18 ], - bornPos: [ 1, 3, 7, 24, 9 ] -}, -{ level: 24, ai: 1, time: 1229, state: 1, country: "Taiwan", //id=24 2014-06-05 20:53:29 - action: [ 0, 37, 11, 38, 31, 37, 49, 38, 54, 37, 74, 38, 78, 90, 85, 39, 104, 40, 118, 39, 121, 90, 131, 40, 137, 90, 147, 37, 175, 38, 187, 37, 198, 39, 203, 90, 222, 37, 253, 38, 265, 37, 274, 90, 285, 37, 306, 38, 313, 37, 318, 39, 345, 38, 375, 39, 394, 38, 421, 90, 436, 40, 440, 90, 471, 37, 487, 38, 503, 37, 515, 38, 525, 37, 557, 88, 568, 39, 597, 88, 608, 39, 663, 38, 671, 37, 677, 38, 705, 37, 725, 38, 735, 37, 745, 38, 775, 37, 789, 37, 790, 37, 791, 37, 852, 39, 859, 88, 870, 37, 876, 88, 885, 39, 896, 88, 908, 39, 916, 88, 959, 39, 979, 90, 989, 40, 995, 90, 1004, 37, 1022, 39, 1034, 38, 1039, 39, 1059, 40, 1068, 39, 1098, 38, 1126, 37, 1147, 38, 1158, 37, 1167, 38, 1179, 37, 1184, 38, 1196, 39, 1203, 38, 1209, 39, 1213, 38, 1220, 39, 1223, 38 ], - goldDrop: [ 24 ], - bornPos: [ 1, 22 ] -}, -{ level: 25, ai: 1, time: 2097, state: 1, country: "Taiwan", //id=25 2014-06-03 21:25:24 - action: [ 0, 37, 29, 40, 40, 39, 57, 40, 70, 39, 92, 90, 102, 37, 134, 88, 144, 39, 180, 38, 197, 39, 205, 38, 222, 39, 227, 38, 250, 37, 260, 90, 272, 37, 284, 40, 313, 39, 325, 38, 342, 39, 350, 38, 357, 39, 376, 90, 389, 37, 402, 39, 409, 90, 421, 37, 475, 38, 492, 39, 500, 38, 517, 39, 524, 38, 555, 40, 592, 38, 598, 39, 617, 38, 639, 37, 643, 90, 656, 37, 681, 39, 698, 38, 727, 39, 763, 37, 770, 90, 782, 37, 792, 90, 807, 37, 838, 88, 854, 39, 884, 88, 895, 37, 900, 88, 912, 37, 916, 88, 928, 37, 932, 88, 997, 39, 1015, 37, 1085, 39, 1120, 37, 1151, 38, 1169, 39, 1176, 38, 1193, 39, 1202, 38, 1208, 39, 1317, 37, 1324, 40, 1335, 39, 1351, 90, 1371, 37, 1381, 39, 1406, 37, 1462, 40, 1518, 38, 1537, 39, 1544, 38, 1561, 39, 1568, 38, 1574, 39, 1600, 37, 1626, 40, 1633, 37, 1639, 40, 1658, 37, 1663, 40, 1772, 38, 1816, 39, 1823, 38, 1842, 39, 1849, 38, 1854, 39, 1869, 90, 1879, 37, 1923, 39, 1990, 38, 2017, 39, 2024, 38, 2062, 37, 2068, 39, 2080, 38 ], - goldDrop: [ 16, 21 ], - bornPos: [ 1, 20 ] -}, -{ level: 26, ai: 1, time: 2415, state: 1, country: "Taiwan", //id=26 2014-06-03 21:27:07 - action: [ 0, 37, 68, 38, 79, 39, 116, 88, 129, 39, 132, 88, 179, 39, 193, 38, 253, 37, 275, 90, 286, 37, 304, 90, 317, 39, 323, 90, 331, 37, 348, 88, 359, 37, 364, 88, 373, 39, 389, 90, 400, 39, 405, 90, 413, 37, 429, 88, 441, 37, 444, 88, 455, 39, 469, 90, 485, 39, 487, 90, 499, 39, 501, 90, 513, 37, 539, 39, 548, 88, 562, 39, 578, 90, 590, 37, 602, 39, 630, 38, 692, 37, 697, 90, 707, 37, 716, 39, 767, 37, 825, 38, 887, 39, 900, 90, 910, 37, 955, 39, 1028, 38, 1082, 39, 1094, 88, 1105, 37, 1110, 88, 1119, 39, 1162, 37, 1176, 40, 1198, 39, 1281, 38, 1303, 39, 1315, 38, 1334, 40, 1353, 37, 1364, 38, 1377, 37, 1407, 40, 1437, 37, 1547, 38, 1618, 39, 1655, 38, 1698, 37, 1706, 88, 1718, 37, 1723, 88, 1735, 37, 1741, 88, 1767, 37, 1771, 88, 1784, 37, 1790, 88, 1800, 37, 1807, 88, 1837, 37, 1846, 40, 1860, 39, 1965, 37, 1983, 88, 2000, 37, 2041, 38, 2103, 39, 2130, 88, 2174, 37, 2179, 88, 2211, 39, 2237, 88, 2245, 90, 2271, 39, 2317, 38, 2330, 39, 2377, 38, 2393, 39, 2404, 38 ], - goldDrop: [ 21, 32 ], - bornPos: [ 1, 12, 23, 8 ] -}, -{ level: 27, ai: 1, time: 4087, state: 1, country: "Taiwan", //id=27 2014-06-03 23:41:33 - action: [ 0, 39, 14, 40, 37, 39, 41, 90, 237, 37, 270, 39, 276, 90, 335, 37, 351, 38, 388, 90, 399, 37, 444, 37, 464, 39, 473, 88, 511, 39, 517, 90, 528, 37, 545, 39, 550, 90, 581, 37, 631, 39, 653, 40, 662, 39, 694, 37, 698, 90, 765, 37, 776, 38, 806, 39, 819, 88, 848, 39, 858, 38, 900, 37, 929, 88, 945, 39, 964, 90, 982, 37, 1007, 88, 1052, 39, 1057, 88, 1083, 39, 1093, 38, 1139, 39, 1189, 40, 1204, 39, 1216, 37, 1220, 88, 1232, 39, 1250, 90, 1267, 37, 1279, 90, 1316, 39, 1360, 38, 1388, 37, 1394, 39, 1399, 38, 1415, 37, 1427, 39, 1439, 38, 1461, 88, 1471, 39, 1539, 37, 1546, 38, 1686, 39, 1736, 37, 1791, 38, 1858, 39, 1885, 90, 1896, 37, 1916, 39, 1943, 37, 1967, 88, 1979, 39, 2007, 38, 2183, 37, 2226, 38, 2255, 37, 2265, 39, 2274, 38, 2307, 40, 2335, 37, 2390, 39, 2395, 90, 2408, 37, 2446, 90, 2455, 39, 2458, 90, 2474, 39, 2478, 90, 2554, 37, 2575, 39, 2582, 38, 2609, 39, 2625, 90, 2645, 39, 2648, 90, 2772, 37, 2804, 38, 2892, 90, 2954, 37, 2964, 38, 2992, 39, 3006, 39, 3007, 39, 3008, 39, 3009, 39, 3010, 39, 3011, 39, 3012, 39, 3013, 39, 3014, 39, 3015, 39, 3016, 39, 3017, 39, 3018, 39, 3019, 39, 3020, 39, 3021, 39, 3022, 39, 3023, 39, 3024, 39, 3025, 39, 3026, 39, 3027, 39, 3028, 39, 3029, 39, 3030, 39, 3031, 39, 3032, 39, 3033, 39, 3034, 39, 3035, 39, 3051, 38, 3092, 40, 3146, 90, 3170, 88, 3182, 39, 3190, 37, 3375, 39, 3388, 38, 3398, 39, 3402, 38, 3416, 39, 3419, 38, 3448, 37, 3490, 38, 3554, 37, 3604, 40, 3674, 39, 3681, 40, 3699, 39, 3758, 38, 3778, 90, 3820, 40, 3833, 90, 3847, 40, 3871, 38, 3898, 37, 3908, 38, 3928, 88, 3972, 39, 3982, 38, 4020, 39, 4065, 38 ], - goldDrop: [ 35, 16 ], - bornPos: [ 1, 0, 27 ] -}, -{ level: 28, ai: 1, time: 2446, state: 1, country: "Taiwan", //id=28 2014-06-03 23:45:11 - action: [ 0, 39, 38, 38, 50, 37, 60, 39, 114, 88, 178, 39, 191, 38, 241, 37, 265, 38, 282, 37, 316, 38, 324, 37, 344, 39, 447, 38, 469, 37, 495, 38, 505, 37, 527, 39, 548, 40, 579, 38, 588, 37, 602, 37, 603, 37, 604, 37, 623, 38, 631, 37, 671, 40, 703, 37, 708, 90, 720, 39, 726, 90, 739, 39, 777, 37, 784, 90, 794, 39, 801, 90, 812, 37, 817, 90, 830, 37, 841, 40, 868, 39, 958, 90, 1021, 37, 1038, 38, 1050, 37, 1054, 38, 1089, 37, 1125, 40, 1148, 90, 1161, 39, 1166, 90, 1177, 37, 1183, 90, 1199, 37, 1212, 39, 1233, 88, 1244, 39, 1308, 38, 1320, 39, 1389, 38, 1441, 37, 1447, 90, 1457, 39, 1463, 90, 1471, 37, 1481, 90, 1492, 39, 1502, 90, 1512, 37, 1520, 90, 1531, 39, 1540, 90, 1550, 37, 1557, 90, 1570, 37, 1619, 38, 1646, 37, 1668, 38, 1680, 37, 1695, 39, 1729, 90, 1740, 37, 1768, 88, 1780, 39, 1850, 38, 1902, 37, 1927, 38, 2025, 37, 2039, 37, 2040, 37, 2041, 37, 2042, 37, 2043, 37, 2044, 37, 2061, 38, 2087, 39, 2101, 39, 2102, 39, 2103, 39, 2104, 39, 2105, 39, 2117, 38, 2147, 40, 2202, 38, 2207, 39, 2270, 90, 2334, 37, 2358, 38, 2374, 37, 2413, 38, 2420, 37, 2435, 38 ], - goldDrop: [ 36 ], - bornPos: [] -}, -{ level: 29, ai: 1, time: 2341, state: 1, country: "Taiwan", //id=29 2014-06-05 21:03:33 - action: [ 0, 39, 40, 40, 139, 38, 203, 39, 211, 38, 245, 39, 255, 88, 266, 40, 270, 88, 278, 39, 302, 37, 326, 39, 337, 90, 346, 39, 352, 90, 359, 37, 368, 90, 381, 37, 395, 39, 406, 90, 413, 37, 455, 38, 466, 37, 468, 38, 510, 37, 534, 90, 551, 37, 558, 40, 568, 39, 596, 38, 629, 39, 639, 38, 673, 39, 684, 38, 703, 37, 751, 90, 762, 39, 767, 90, 778, 39, 783, 90, 793, 39, 800, 90, 811, 37, 832, 90, 842, 39, 848, 90, 860, 39, 865, 90, 878, 37, 891, 88, 901, 37, 909, 88, 916, 39, 926, 88, 941, 39, 961, 37, 974, 90, 978, 39, 984, 90, 995, 37, 1013, 39, 1060, 38, 1093, 39, 1101, 38, 1137, 39, 1148, 38, 1163, 37, 1233, 40, 1245, 37, 1259, 40, 1269, 37, 1275, 90, 1286, 39, 1290, 90, 1298, 37, 1305, 90, 1319, 37, 1333, 39, 1345, 90, 1352, 37, 1366, 39, 1454, 38, 1488, 39, 1498, 38, 1530, 39, 1541, 38, 1557, 37, 1613, 38, 1719, 39, 1740, 90, 1791, 37, 1805, 90, 1842, 37, 1861, 40, 1874, 37, 1896, 38, 1924, 37, 1944, 90, 1955, 39, 1959, 90, 1968, 37, 1978, 90, 1990, 37, 2002, 39, 2014, 90, 2022, 37, 2048, 39, 2062, 90, 2073, 39, 2078, 90, 2087, 40, 2093, 90, 2102, 37, 2125, 39, 2233, 38, 2269, 39, 2279, 38, 2314, 39, 2324, 38 ], - goldDrop: [], - bornPos: [] -}, -{ level: 30, ai: 1, time: 4031, state: 1, country: "United States", //id=30 2014-06-14 03:31:35 - action: [ 0, 39, 1, 39, 2, 39, 30, 37, 34, 90, 46, 37, 57, 37, 70, 37, 71, 37, 72, 37, 73, 37, 74, 37, 75, 37, 76, 37, 77, 37, 78, 37, 79, 37, 80, 37, 81, 37, 82, 37, 83, 37, 84, 37, 85, 37, 86, 37, 87, 37, 88, 37, 89, 37, 90, 37, 91, 37, 93, 37, 94, 37, 95, 37, 96, 37, 97, 37, 98, 37, 99, 37, 103, 39, 107, 37, 121, 37, 122, 37, 123, 37, 124, 37, 125, 37, 126, 37, 127, 37, 128, 37, 129, 37, 130, 37, 131, 37, 132, 37, 133, 37, 134, 37, 135, 37, 136, 37, 137, 37, 138, 37, 139, 37, 140, 37, 142, 37, 143, 37, 144, 37, 145, 37, 146, 37, 148, 37, 149, 37, 150, 37, 151, 37, 152, 37, 153, 37, 154, 37, 155, 37, 156, 37, 157, 37, 158, 37, 159, 90, 203, 37, 209, 39, 220, 90, 228, 39, 235, 90, 245, 39, 250, 90, 260, 39, 266, 90, 275, 39, 281, 90, 292, 39, 297, 90, 307, 39, 312, 90, 323, 39, 329, 90, 554, 37, 567, 37, 568, 37, 569, 37, 570, 37, 571, 37, 572, 37, 573, 37, 574, 37, 575, 37, 577, 37, 578, 37, 579, 37, 580, 37, 582, 37, 583, 37, 584, 37, 585, 37, 586, 37, 587, 37, 588, 37, 590, 37, 591, 37, 593, 37, 595, 90, 606, 39, 612, 90, 623, 39, 629, 90, 641, 39, 646, 90, 658, 39, 663, 90, 675, 39, 680, 90, 697, 39, 700, 90, 713, 39, 718, 90, 750, 39, 754, 90, 975, 37, 988, 37, 989, 37, 990, 37, 991, 37, 992, 37, 993, 37, 994, 37, 995, 37, 996, 37, 997, 37, 998, 37, 999, 37, 1000, 37, 1001, 37, 1002, 37, 1003, 37, 1004, 37, 1005, 37, 1006, 37, 1007, 37, 1008, 37, 1009, 37, 1010, 37, 1011, 37, 1012, 37, 1013, 37, 1014, 37, 1016, 90, 1027, 39, 1035, 90, 1043, 39, 1050, 90, 1060, 39, 1066, 90, 1077, 39, 1082, 90, 1093, 39, 1097, 90, 1109, 39, 1113, 90, 1124, 39, 1128, 90, 1139, 39, 1145, 90, 1352, 37, 1364, 37, 1366, 37, 1367, 37, 1369, 37, 1370, 37, 1371, 37, 1372, 37, 1374, 37, 1375, 37, 1376, 37, 1377, 37, 1378, 37, 1379, 37, 1380, 37, 1381, 37, 1382, 37, 1383, 37, 1384, 37, 1385, 37, 1386, 37, 1387, 37, 1388, 37, 1389, 37, 1390, 37, 1391, 37, 1392, 37, 1393, 37, 1394, 37, 1395, 37, 1398, 90, 1409, 39, 1414, 90, 1425, 39, 1431, 90, 1440, 39, 1447, 90, 1459, 39, 1464, 90, 1477, 39, 1482, 90, 1492, 39, 1498, 90, 1721, 37, 1734, 37, 1735, 37, 1736, 37, 1737, 37, 1738, 37, 1739, 37, 1740, 37, 1741, 37, 1742, 37, 1743, 37, 1744, 37, 1745, 37, 1746, 37, 1748, 37, 1750, 37, 1751, 37, 1752, 37, 1753, 90, 1764, 39, 1770, 90, 1780, 39, 1785, 90, 1799, 39, 1803, 90, 1814, 39, 1819, 90, 1831, 39, 1835, 90, 1845, 39, 1850, 90, 2077, 37, 2090, 37, 2091, 37, 2092, 37, 2094, 37, 2095, 37, 2096, 37, 2097, 37, 2098, 37, 2099, 37, 2100, 37, 2101, 37, 2102, 37, 2103, 37, 2108, 90, 2120, 39, 2125, 90, 2136, 39, 2141, 90, 2152, 39, 2158, 90, 2168, 39, 2173, 90, 2183, 39, 2190, 90, 2203, 39, 2207, 90, 2215, 37, 2237, 39, 2250, 39, 2251, 39, 2252, 88, 2261, 37, 2269, 88, 2279, 37, 2285, 88, 2295, 37, 2301, 88, 2312, 37, 2317, 88, 2328, 37, 2341, 37, 2342, 37, 2344, 37, 2345, 37, 2346, 37, 2347, 37, 2348, 37, 2349, 37, 2350, 37, 2352, 37, 2353, 37, 2354, 37, 2355, 37, 2356, 37, 2357, 37, 2358, 37, 2359, 37, 2360, 37, 2361, 37, 2362, 37, 2363, 37, 2364, 37, 2365, 37, 2366, 37, 2367, 37, 2368, 37, 2369, 37, 2371, 37, 2372, 37, 2373, 37, 2374, 37, 2375, 37, 2376, 37, 2377, 37, 2378, 37, 2380, 37, 2381, 37, 2382, 37, 2383, 37, 2384, 37, 2385, 37, 2386, 37, 2387, 37, 2388, 37, 2389, 37, 2391, 37, 2392, 37, 2393, 37, 2394, 37, 2395, 37, 2397, 37, 2398, 37, 2399, 37, 2400, 37, 2401, 37, 2402, 37, 2403, 37, 2404, 37, 2405, 37, 2407, 39, 2420, 39, 2421, 39, 2422, 39, 2423, 39, 2424, 39, 2425, 39, 2426, 39, 2427, 39, 2428, 39, 2429, 39, 2430, 39, 2431, 39, 2432, 39, 2433, 39, 2434, 39, 2435, 39, 2436, 39, 2437, 39, 2438, 39, 2439, 39, 2440, 39, 2441, 39, 2442, 39, 2445, 88, 2459, 37, 2462, 88, 2474, 37, 2480, 88, 2491, 37, 2497, 88, 2528, 37, 2531, 88, 2541, 37, 2547, 88, 2781, 39, 2794, 39, 2795, 39, 2796, 39, 2798, 39, 2799, 39, 2800, 39, 2801, 39, 2802, 39, 2803, 39, 2804, 39, 2805, 39, 2806, 39, 2807, 39, 2808, 39, 2809, 39, 2811, 39, 2812, 39, 2813, 39, 2814, 39, 2815, 39, 2816, 39, 2817, 39, 2818, 39, 2819, 39, 2820, 39, 2821, 39, 2822, 39, 2823, 39, 2824, 39, 2825, 39, 2826, 39, 2827, 39, 2828, 39, 2829, 39, 2830, 39, 2831, 39, 2832, 39, 2833, 39, 2834, 39, 2835, 39, 2836, 39, 2837, 39, 2838, 39, 2839, 39, 2840, 39, 2841, 39, 2842, 39, 2843, 39, 2844, 39, 2845, 39, 2846, 39, 2847, 39, 2848, 39, 2850, 39, 2851, 39, 2852, 39, 2853, 39, 2854, 39, 2856, 39, 2857, 39, 2858, 39, 2859, 39, 2860, 39, 2861, 39, 2862, 39, 2863, 39, 2864, 39, 2865, 39, 2866, 39, 2867, 39, 2868, 39, 2869, 39, 2870, 39, 2871, 39, 2872, 39, 2873, 39, 2874, 39, 2876, 39, 2877, 39, 2878, 39, 2879, 39, 2880, 39, 2882, 39, 2883, 39, 2884, 39, 2885, 39, 2886, 38, 2894, 39, 2907, 39, 2908, 39, 2909, 39, 2910, 39, 2911, 39, 2912, 39, 2913, 39, 2914, 39, 2915, 39, 2916, 39, 2917, 39, 2918, 39, 2919, 38, 2933, 38, 2934, 38, 2935, 38, 2936, 38, 2937, 38, 2938, 38, 2939, 38, 2940, 38, 2941, 38, 2942, 38, 2943, 38, 2944, 38, 2945, 38, 2946, 38, 2947, 38, 2948, 38, 2949, 38, 2950, 38, 2951, 38, 2952, 38, 2953, 38, 2954, 38, 2956, 38, 2957, 38, 2959, 38, 2960, 38, 2961, 38, 2962, 38, 2963, 38, 2964, 38, 2965, 38, 2966, 38, 2967, 38, 2968, 38, 2969, 38, 2970, 38, 2971, 38, 2972, 38, 2973, 38, 2974, 38, 2975, 38, 2976, 38, 2978, 38, 2979, 38, 2980, 38, 2981, 38, 2982, 38, 2983, 38, 2984, 38, 2986, 38, 2987, 38, 2988, 38, 2989, 38, 2990, 38, 2991, 38, 2992, 38, 2993, 38, 2994, 38, 2995, 38, 2996, 38, 2997, 37, 3010, 37, 3011, 37, 3012, 37, 3013, 37, 3014, 37, 3015, 37, 3017, 37, 3018, 37, 3019, 37, 3020, 37, 3021, 37, 3022, 37, 3023, 37, 3024, 37, 3025, 37, 3026, 37, 3027, 37, 3029, 37, 3030, 37, 3031, 37, 3032, 37, 3033, 37, 3046, 90, 3072, 37, 3088, 39, 3096, 37, 3107, 39, 3119, 37, 3131, 90, 3179, 37, 3191, 90, 3204, 90, 3205, 90, 3206, 90, 3207, 90, 3208, 90, 3209, 90, 3210, 39, 3216, 90, 3228, 90, 3230, 90, 3231, 90, 3232, 90, 3268, 37, 3281, 37, 3282, 37, 3283, 37, 3285, 37, 3286, 37, 3288, 37, 3289, 37, 3291, 37, 3292, 37, 3293, 37, 3294, 37, 3296, 37, 3297, 37, 3298, 37, 3299, 37, 3303, 90, 3317, 37, 3330, 37, 3343, 37, 3354, 39, 3367, 39, 3368, 39, 3369, 39, 3370, 39, 3371, 39, 3372, 39, 3373, 39, 3374, 39, 3375, 39, 3376, 39, 3377, 39, 3378, 39, 3379, 39, 3380, 39, 3381, 39, 3382, 39, 3383, 39, 3384, 39, 3386, 39, 3387, 39, 3388, 39, 3389, 39, 3390, 39, 3391, 39, 3392, 39, 3393, 39, 3394, 39, 3395, 39, 3396, 39, 3397, 39, 3398, 39, 3400, 39, 3401, 39, 3402, 39, 3403, 39, 3404, 39, 3406, 39, 3407, 39, 3408, 39, 3409, 39, 3410, 39, 3411, 39, 3412, 39, 3413, 39, 3414, 39, 3415, 39, 3416, 39, 3417, 39, 3418, 39, 3419, 39, 3420, 39, 3421, 39, 3422, 39, 3423, 39, 3424, 39, 3425, 39, 3426, 39, 3427, 39, 3428, 39, 3429, 39, 3430, 39, 3432, 39, 3433, 39, 3434, 39, 3435, 39, 3436, 39, 3437, 39, 3438, 39, 3439, 39, 3440, 39, 3441, 39, 3442, 39, 3443, 39, 3444, 39, 3445, 39, 3446, 39, 3447, 39, 3448, 39, 3449, 39, 3450, 39, 3451, 39, 3452, 39, 3453, 39, 3454, 39, 3455, 39, 3456, 39, 3457, 39, 3458, 38, 3468, 39, 3481, 39, 3482, 39, 3483, 39, 3485, 39, 3486, 39, 3488, 39, 3489, 39, 3490, 39, 3491, 39, 3492, 39, 3493, 39, 3494, 39, 3495, 38, 3510, 38, 3511, 38, 3512, 38, 3513, 38, 3514, 38, 3515, 38, 3516, 38, 3517, 38, 3518, 38, 3519, 38, 3520, 38, 3521, 38, 3522, 38, 3523, 38, 3524, 38, 3525, 38, 3526, 38, 3527, 38, 3528, 38, 3529, 38, 3531, 38, 3532, 38, 3533, 38, 3534, 38, 3535, 38, 3536, 38, 3537, 38, 3538, 38, 3539, 38, 3540, 38, 3541, 38, 3542, 38, 3543, 38, 3544, 38, 3545, 38, 3546, 38, 3547, 38, 3548, 38, 3549, 38, 3551, 38, 3552, 38, 3553, 38, 3554, 38, 3555, 38, 3556, 38, 3557, 38, 3558, 38, 3559, 38, 3560, 38, 3561, 38, 3562, 38, 3564, 38, 3565, 38, 3566, 38, 3567, 38, 3568, 38, 3569, 38, 3570, 38, 3571, 38, 3572, 38, 3573, 38, 3574, 38, 3575, 38, 3576, 38, 3577, 38, 3578, 38, 3579, 38, 3580, 38, 3581, 38, 3582, 38, 3583, 38, 3584, 38, 3586, 37, 3599, 37, 3600, 37, 3601, 37, 3602, 37, 3603, 37, 3604, 37, 3606, 37, 3607, 37, 3608, 37, 3609, 37, 3610, 37, 3611, 37, 3612, 37, 3613, 37, 3614, 37, 3615, 37, 3616, 37, 3617, 37, 3618, 37, 3619, 37, 3620, 37, 3621, 37, 3622, 37, 3623, 37, 3624, 37, 3625, 37, 3627, 37, 3628, 37, 3629, 37, 3630, 37, 3632, 37, 3633, 37, 3634, 37, 3635, 37, 3636, 37, 3637, 37, 3638, 37, 3640, 37, 3641, 37, 3642, 37, 3643, 37, 3644, 37, 3645, 37, 3646, 37, 3647, 37, 3648, 37, 3649, 37, 3650, 37, 3651, 37, 3652, 37, 3653, 37, 3654, 37, 3655, 37, 3656, 37, 3657, 37, 3658, 37, 3659, 37, 3660, 37, 3661, 37, 3662, 37, 3663, 37, 3664, 37, 3665, 37, 3666, 37, 3667, 37, 3668, 37, 3669, 37, 3670, 37, 3671, 37, 3672, 37, 3673, 37, 3674, 37, 3675, 37, 3676, 37, 3677, 37, 3679, 37, 3680, 37, 3681, 37, 3682, 37, 3684, 37, 3685, 37, 3686, 37, 3687, 37, 3688, 37, 3689, 37, 3690, 37, 3692, 37, 3693, 37, 3694, 37, 3695, 37, 3696, 37, 3697, 37, 3698, 37, 3699, 37, 3700, 37, 3701, 37, 3702, 37, 3703, 37, 3740, 39, 3745, 90, 3764, 37, 3813, 39, 3825, 39, 3827, 39, 3829, 39, 3830, 39, 3831, 39, 3832, 39, 3833, 39, 3834, 39, 3835, 39, 3836, 39, 3837, 39, 3838, 39, 3839, 39, 3840, 39, 3841, 39, 3842, 39, 3843, 39, 3844, 39, 3845, 39, 3846, 39, 3847, 39, 3848, 39, 3849, 39, 3850, 39, 3851, 39, 3853, 39, 3854, 39, 3856, 39, 3857, 39, 3858, 39, 3859, 39, 3861, 39, 3862, 39, 3863, 39, 3864, 39, 3865, 39, 3866, 39, 3867, 39, 3868, 39, 3869, 39, 3870, 39, 3871, 39, 3872, 39, 3873, 39, 3874, 39, 3875, 39, 3876, 39, 3877, 39, 3878, 39, 3879, 39, 3880, 39, 3881, 39, 3882, 39, 3883, 39, 3884, 39, 3885, 39, 3886, 39, 3887, 39, 3888, 39, 3889, 39, 3890, 39, 3891, 39, 3892, 39, 3893, 39, 3894, 39, 3895, 39, 3896, 39, 3897, 39, 3898, 39, 3899, 39, 3900, 39, 3901, 39, 3902, 39, 3903, 39, 3904, 39, 3905, 39, 3906, 39, 3907, 39, 3908, 39, 3909, 39, 3910, 39, 3911, 39, 3912, 39, 3913, 39, 3914, 39, 3915, 39, 3916, 38, 3923, 39, 3936, 39, 3937, 39, 3938, 39, 3940, 39, 3941, 39, 3942, 39, 3943, 39, 3944, 39, 3945, 39, 3946, 39, 3947, 39, 3948, 38, 3962, 38, 3963, 38, 3964, 38, 3965, 38, 3966, 38, 3967, 38, 3968, 38, 3970, 38, 3971, 38, 3972, 38, 3973, 38, 3974, 38, 3975, 38, 3977, 38, 3978, 38, 3979, 38, 3980, 38, 3981, 38, 3982, 38, 3983, 38, 3984, 38, 3985, 38, 3986, 38, 3987, 38, 3989, 38, 3990, 38, 3991, 38, 3992, 38, 3994, 38, 3995, 38, 3996, 38, 3997, 38, 3998, 38, 3999, 38, 4000, 38, 4001, 38, 4003, 38, 4004, 38, 4005, 38, 4006, 38, 4007, 38, 4008, 38, 4009, 38, 4010, 38, 4011, 38, 4012, 38, 4013, 38, 4014, 38, 4015, 38, 4016, 38, 4017, 38, 4018, 38, 4019, 38, 4020, 38, 4021, 38, 4022, 38, 4023, 38, 4024, 38, 4026, 38, 4027, 38, 4029, 38, 4030, 38 ], - goldDrop: [ 28, 30, 16, 32, 19, 16, 34, 26, 20, 16, 36, 22, 21, 19 ], - bornPos: [ 1, 6, 21, 1, 18, 13, 4, 19, 11, 12, 20, 10, 7, 17, 8, 22, 15, 2, 27, 5 ] -}, -{ level: 31, ai: 1, time: 524, state: 1, country: "Taiwan", //id=31 2014-06-05 21:15:20 - action: [ 0, 39, 11, 37, 26, 38, 31, 37, 37, 38, 54, 37, 75, 38, 88, 37, 97, 38, 112, 37, 128, 38, 137, 37, 146, 38, 152, 37, 159, 38, 165, 37, 169, 38, 177, 37, 184, 39, 286, 40, 319, 38, 326, 39, 335, 38, 340, 39, 346, 38, 351, 39, 358, 38, 363, 39, 368, 38, 384, 39, 401, 38, 406, 39, 412, 38, 417, 39, 422, 38, 427, 39, 436, 37, 505, 38, 514, 37, 518, 38 ], - goldDrop: [], - bornPos: [] -}, -{ level: 32, ai: 1, time: 2300, state: 1, country: "Taiwan", //id=32 2014-06-05 21:16:56 - action: [ 0, 37, 12, 38, 34, 39, 48, 38, 54, 39, 67, 40, 121, 37, 164, 88, 175, 39, 201, 37, 221, 38, 260, 37, 267, 38, 289, 39, 303, 38, 309, 39, 338, 90, 349, 37, 358, 40, 365, 39, 382, 40, 392, 37, 403, 40, 412, 37, 417, 38, 425, 39, 441, 40, 450, 39, 463, 37, 469, 38, 476, 39, 496, 40, 504, 39, 510, 38, 529, 37, 553, 38, 565, 39, 599, 40, 642, 39, 668, 90, 678, 39, 680, 90, 691, 37, 718, 39, 751, 38, 773, 90, 803, 37, 814, 38, 835, 39, 845, 38, 861, 39, 878, 38, 884, 37, 888, 38, 909, 39, 915, 38, 923, 37, 936, 38, 941, 37, 971, 40, 980, 39, 996, 90, 1014, 37, 1041, 39, 1054, 40, 1059, 37, 1075, 39, 1079, 88, 1121, 40, 1140, 37, 1149, 88, 1163, 40, 1178, 90, 1193, 38, 1248, 40, 1279, 39, 1286, 40, 1298, 39, 1309, 40, 1329, 90, 1376, 37, 1389, 88, 1400, 37, 1405, 88, 1416, 38, 1423, 90, 1435, 37, 1470, 38, 1481, 90, 1489, 40, 1497, 90, 1506, 37, 1530, 39, 1575, 38, 1598, 39, 1663, 90, 1702, 37, 1717, 88, 1736, 37, 1744, 88, 1756, 40, 1772, 90, 1781, 37, 1820, 38, 1831, 37, 1858, 39, 1875, 38, 1893, 37, 1899, 39, 1968, 38, 1990, 39, 2001, 38, 2019, 39, 2029, 38, 2048, 39, 2069, 38, 2075, 39, 2081, 38, 2099, 37, 2167, 90, 2175, 39, 2190, 90, 2219, 37, 2289, 38 ], - goldDrop: [], - bornPos: [ 1, 10 ] -}, -{ level: 33, ai: 1, time: 2758, state: 1, country: "United States", //id=33 2014-06-14 03:44:36 - action: [ 0, 37, 9, 38, 22, 38, 23, 38, 24, 38, 25, 38, 26, 38, 27, 38, 28, 38, 29, 38, 30, 38, 31, 38, 32, 38, 33, 38, 34, 38, 35, 38, 37, 38, 38, 38, 39, 38, 40, 38, 41, 38, 42, 38, 43, 38, 45, 38, 46, 38, 47, 38, 48, 38, 49, 38, 50, 38, 52, 38, 53, 38, 54, 38, 55, 38, 56, 38, 57, 39, 70, 39, 71, 39, 72, 39, 73, 88, 86, 37, 95, 39, 108, 39, 109, 39, 110, 39, 111, 39, 112, 39, 113, 39, 114, 39, 115, 39, 116, 39, 117, 39, 118, 39, 119, 39, 120, 39, 121, 39, 122, 39, 123, 39, 124, 39, 125, 39, 127, 39, 128, 39, 129, 39, 130, 39, 131, 39, 132, 39, 133, 39, 134, 39, 136, 39, 137, 39, 138, 39, 139, 40, 145, 39, 155, 37, 158, 90, 167, 37, 170, 88, 179, 37, 187, 88, 196, 39, 205, 88, 217, 39, 225, 37, 238, 37, 239, 37, 240, 37, 241, 37, 242, 37, 243, 37, 244, 37, 249, 40, 262, 40, 263, 40, 264, 40, 266, 40, 267, 40, 268, 40, 269, 40, 270, 40, 271, 40, 272, 40, 273, 40, 274, 40, 275, 40, 276, 40, 277, 40, 278, 40, 279, 39, 290, 37, 300, 38, 315, 38, 316, 38, 317, 38, 318, 38, 319, 38, 320, 38, 321, 38, 322, 38, 323, 38, 324, 38, 325, 38, 326, 38, 327, 38, 328, 38, 329, 38, 330, 38, 331, 38, 332, 39, 345, 39, 346, 39, 347, 39, 348, 39, 349, 39, 350, 39, 351, 39, 352, 39, 353, 39, 354, 39, 355, 39, 356, 39, 357, 39, 358, 39, 359, 39, 360, 39, 361, 39, 363, 88, 381, 37, 395, 37, 396, 37, 397, 37, 400, 88, 425, 37, 436, 88, 551, 40, 564, 40, 565, 40, 566, 37, 579, 37, 580, 37, 581, 37, 582, 37, 583, 37, 584, 37, 585, 37, 586, 37, 587, 37, 588, 37, 589, 37, 590, 37, 591, 37, 592, 37, 593, 37, 594, 37, 595, 37, 596, 37, 598, 37, 599, 37, 600, 37, 601, 37, 602, 37, 603, 37, 604, 37, 605, 37, 607, 37, 608, 37, 609, 37, 610, 37, 611, 37, 612, 38, 626, 38, 627, 38, 628, 38, 629, 38, 630, 38, 631, 38, 633, 38, 634, 38, 635, 38, 636, 38, 637, 38, 638, 38, 639, 38, 640, 38, 641, 38, 642, 38, 643, 38, 644, 38, 645, 38, 646, 38, 647, 38, 648, 38, 649, 38, 650, 38, 651, 38, 653, 38, 654, 38, 655, 38, 656, 39, 670, 39, 671, 39, 672, 39, 673, 39, 674, 39, 675, 39, 677, 39, 678, 39, 679, 39, 680, 39, 681, 39, 682, 39, 683, 39, 684, 39, 685, 39, 686, 39, 687, 39, 689, 39, 690, 39, 691, 39, 692, 39, 693, 39, 694, 40, 708, 40, 709, 40, 710, 40, 711, 40, 713, 39, 726, 39, 727, 39, 728, 39, 729, 39, 730, 39, 731, 88, 763, 39, 776, 39, 777, 39, 778, 39, 780, 39, 781, 39, 782, 88, 791, 39, 804, 39, 805, 39, 806, 39, 807, 39, 808, 39, 809, 39, 810, 39, 811, 39, 812, 39, 813, 39, 814, 39, 815, 39, 816, 39, 817, 39, 818, 39, 820, 39, 822, 39, 823, 39, 824, 39, 825, 39, 826, 39, 827, 39, 829, 39, 830, 39, 831, 39, 832, 39, 833, 39, 834, 39, 835, 39, 836, 39, 837, 39, 838, 39, 840, 39, 842, 39, 843, 39, 844, 39, 845, 39, 847, 39, 848, 39, 849, 39, 850, 39, 851, 39, 852, 39, 853, 39, 854, 39, 855, 39, 856, 39, 857, 39, 858, 39, 859, 39, 860, 39, 861, 39, 862, 39, 863, 39, 864, 39, 866, 39, 867, 39, 868, 39, 869, 39, 870, 39, 871, 39, 872, 39, 873, 39, 874, 38, 886, 37, 900, 37, 901, 37, 902, 37, 904, 37, 905, 38, 919, 38, 921, 38, 922, 38, 923, 38, 924, 38, 925, 38, 926, 38, 927, 38, 928, 38, 929, 38, 930, 38, 931, 38, 932, 38, 933, 38, 934, 38, 935, 38, 936, 38, 937, 38, 938, 38, 939, 38, 940, 38, 941, 38, 942, 38, 943, 38, 998, 39, 1002, 88, 1015, 37, 1019, 88, 1030, 40, 1036, 88, 1047, 40, 1053, 88, 1063, 40, 1070, 88, 1079, 39, 1092, 39, 1093, 39, 1095, 88, 1104, 39, 1124, 37, 1137, 37, 1138, 37, 1139, 37, 1140, 37, 1143, 88, 1167, 37, 1178, 90, 1189, 37, 1192, 90, 1204, 39, 1215, 90, 1274, 38, 1287, 38, 1288, 38, 1289, 38, 1290, 38, 1291, 38, 1292, 38, 1293, 38, 1294, 38, 1295, 38, 1297, 38, 1298, 38, 1299, 38, 1300, 38, 1302, 38, 1303, 38, 1304, 38, 1305, 38, 1306, 38, 1308, 38, 1309, 38, 1310, 38, 1311, 38, 1312, 38, 1313, 38, 1314, 38, 1315, 38, 1316, 38, 1317, 38, 1318, 38, 1320, 90, 1328, 39, 1341, 39, 1342, 39, 1343, 90, 1355, 39, 1361, 90, 1403, 37, 1417, 88, 1430, 88, 1431, 88, 1432, 88, 1433, 88, 1434, 88, 1435, 88, 1438, 39, 1452, 37, 1464, 37, 1471, 90, 1512, 37, 1522, 40, 1535, 40, 1536, 40, 1537, 40, 1538, 40, 1539, 40, 1540, 40, 1542, 40, 1543, 39, 1553, 90, 1567, 39, 1572, 90, 1642, 37, 1655, 37, 1657, 38, 1671, 38, 1672, 38, 1673, 38, 1675, 38, 1676, 38, 1677, 38, 1678, 38, 1679, 38, 1680, 38, 1681, 38, 1682, 38, 1683, 38, 1684, 38, 1686, 38, 1687, 38, 1688, 38, 1689, 38, 1690, 38, 1691, 38, 1692, 38, 1694, 38, 1695, 38, 1696, 38, 1697, 38, 1698, 38, 1699, 38, 1701, 38, 1702, 38, 1703, 38, 1704, 38, 1705, 38, 1707, 38, 1708, 38, 1709, 38, 1710, 38, 1712, 38, 1713, 38, 1714, 38, 1715, 38, 1716, 38, 1717, 38, 1718, 38, 1719, 38, 1720, 39, 1735, 37, 1750, 90, 1761, 39, 1771, 90, 1783, 39, 1834, 37, 1847, 40, 1861, 40, 1862, 40, 1863, 40, 1864, 40, 1866, 40, 1867, 40, 1868, 40, 1869, 40, 1870, 40, 1871, 40, 1872, 40, 1873, 40, 1874, 40, 1875, 40, 1876, 40, 1877, 40, 1878, 40, 1879, 40, 1880, 40, 1881, 40, 1882, 40, 1883, 40, 1885, 40, 1886, 40, 1887, 40, 1888, 40, 1889, 40, 1890, 40, 1891, 37, 1906, 37, 1907, 37, 1908, 37, 1909, 37, 1910, 37, 1911, 37, 1912, 37, 1913, 37, 1914, 37, 1915, 37, 1916, 37, 1917, 37, 1918, 37, 1919, 37, 1920, 37, 1921, 37, 1922, 37, 1923, 37, 1924, 37, 1925, 37, 1926, 37, 1927, 37, 1928, 37, 1930, 37, 1931, 37, 1932, 37, 1933, 37, 1934, 37, 1935, 37, 1936, 38, 1949, 38, 1950, 38, 1951, 38, 1952, 38, 1953, 38, 1954, 38, 1955, 38, 1956, 38, 1957, 38, 1958, 38, 1959, 38, 1960, 38, 1961, 38, 1962, 38, 1963, 38, 1964, 38, 1965, 38, 1966, 38, 1968, 38, 1969, 38, 1970, 38, 1971, 38, 1972, 38, 1973, 38, 1974, 38, 1975, 38, 1977, 38, 1978, 38, 1979, 38, 1980, 38, 1981, 38, 1982, 38, 1983, 38, 1984, 38, 1985, 38, 1986, 38, 1987, 38, 1988, 38, 1989, 38, 1990, 38, 1991, 38, 2014, 37, 2027, 37, 2028, 37, 2029, 37, 2031, 37, 2037, 40, 2052, 39, 2057, 90, 2067, 37, 2080, 37, 2082, 37, 2083, 37, 2084, 37, 2085, 37, 2087, 37, 2088, 37, 2089, 37, 2090, 37, 2092, 37, 2093, 37, 2094, 37, 2095, 37, 2096, 37, 2097, 37, 2099, 39, 2112, 39, 2113, 39, 2114, 39, 2115, 39, 2116, 39, 2117, 39, 2119, 39, 2127, 40, 2135, 39, 2143, 90, 2159, 39, 2166, 88, 2178, 88, 2179, 88, 2181, 88, 2182, 88, 2183, 88, 2184, 88, 2188, 37, 2193, 88, 2206, 39, 2213, 88, 2223, 39, 2237, 39, 2238, 39, 2239, 39, 2240, 39, 2241, 39, 2242, 39, 2243, 39, 2244, 39, 2245, 39, 2246, 39, 2247, 39, 2248, 39, 2249, 38, 2263, 38, 2264, 38, 2265, 38, 2266, 38, 2267, 38, 2268, 38, 2269, 38, 2270, 38, 2271, 38, 2272, 38, 2273, 38, 2274, 38, 2275, 38, 2276, 38, 2277, 38, 2278, 38, 2279, 38, 2280, 38, 2282, 38, 2283, 38, 2284, 38, 2285, 38, 2286, 38, 2287, 38, 2288, 38, 2289, 38, 2290, 38, 2291, 38, 2292, 38, 2293, 38, 2294, 38, 2295, 38, 2296, 38, 2297, 38, 2298, 38, 2299, 38, 2300, 38, 2301, 38, 2302, 38, 2309, 88, 2323, 39, 2336, 39, 2337, 39, 2338, 39, 2340, 39, 2341, 39, 2342, 39, 2343, 39, 2344, 39, 2346, 88, 2356, 37, 2361, 88, 2372, 37, 2378, 88, 2388, 37, 2394, 88, 2404, 39, 2417, 39, 2418, 39, 2419, 39, 2421, 39, 2422, 39, 2423, 39, 2424, 39, 2425, 39, 2426, 39, 2427, 39, 2428, 39, 2430, 88, 2440, 37, 2447, 88, 2456, 37, 2463, 88, 2472, 39, 2499, 88, 2512, 88, 2513, 88, 2514, 88, 2515, 39, 2526, 88, 2539, 88, 2541, 37, 2554, 37, 2555, 37, 2556, 37, 2557, 37, 2558, 37, 2559, 37, 2561, 37, 2562, 37, 2563, 37, 2564, 37, 2565, 37, 2566, 37, 2567, 38, 2580, 38, 2582, 38, 2583, 38, 2584, 38, 2585, 38, 2586, 38, 2587, 38, 2588, 38, 2589, 38, 2590, 38, 2591, 38, 2593, 38, 2594, 38, 2595, 38, 2596, 38, 2597, 38, 2598, 38, 2599, 38, 2600, 38, 2602, 38, 2603, 38, 2604, 38, 2605, 38, 2606, 38, 2607, 38, 2608, 38, 2609, 38, 2610, 38, 2611, 38, 2612, 38, 2613, 38, 2614, 37, 2632, 37, 2633, 37, 2634, 37, 2636, 37, 2637, 37, 2638, 37, 2639, 37, 2640, 37, 2642, 37, 2643, 37, 2644, 37, 2645, 37, 2646, 37, 2647, 37, 2648, 37, 2649, 37, 2651, 37, 2652, 37, 2653, 37, 2654, 37, 2655, 37, 2656, 37, 2657, 37, 2658, 37, 2659, 37, 2660, 37, 2661, 37, 2662, 37, 2663, 37, 2664, 37, 2665, 37, 2666, 37, 2667, 37, 2669, 37, 2671, 37, 2672, 37, 2673, 37, 2674, 37, 2675, 37, 2676, 37, 2677, 37, 2678, 37, 2679, 37, 2680, 37, 2681, 37, 2682, 37, 2683, 37, 2684, 37, 2685, 37, 2686, 37, 2688, 37, 2689, 37, 2690, 37, 2691, 37, 2692, 37, 2693, 37, 2695, 38, 2700, 37, 2705, 38, 2717, 39, 2730, 39, 2731, 39, 2733, 39, 2734, 40, 2738, 39, 2747, 38 ], - goldDrop: [ 20 ], - bornPos: [ 1, 18, 16 ] -}, -{ level: 34, ai: 1, time: 2600, state: 1, country: "Taiwan", //id=34 2014-06-05 21:20:59 - action: [ 0, 39, 10, 88, 21, 37, 40, 38, 118, 39, 171, 37, 176, 88, 187, 37, 192, 88, 204, 40, 214, 39, 222, 37, 229, 88, 244, 39, 252, 40, 290, 39, 334, 38, 340, 39, 350, 38, 355, 39, 362, 38, 369, 39, 375, 38, 385, 39, 391, 38, 398, 37, 402, 38, 416, 37, 421, 40, 451, 39, 460, 38, 471, 39, 476, 38, 483, 37, 488, 38, 495, 37, 499, 38, 511, 39, 529, 37, 584, 38, 591, 37, 597, 38, 606, 37, 610, 38, 623, 39, 686, 38, 698, 39, 706, 38, 710, 39, 719, 40, 735, 39, 772, 40, 868, 88, 909, 39, 918, 38, 993, 37, 1047, 39, 1056, 40, 1070, 39, 1147, 37, 1220, 38, 1229, 37, 1254, 39, 1262, 90, 1346, 39, 1351, 90, 1362, 39, 1367, 90, 1378, 39, 1382, 90, 1400, 40, 1414, 40, 1415, 40, 1416, 40, 1417, 40, 1418, 40, 1424, 38, 1443, 40, 1448, 39, 1493, 38, 1500, 88, 1570, 39, 1635, 38, 1717, 37, 1780, 39, 1790, 38, 1809, 39, 1824, 38, 1860, 40, 1918, 37, 1932, 37, 1933, 37, 1934, 37, 1935, 37, 1936, 37, 1937, 37, 1938, 37, 1939, 37, 1940, 37, 1941, 37, 1942, 37, 1943, 37, 1944, 37, 1945, 37, 1946, 37, 1947, 37, 1948, 37, 1949, 37, 1950, 37, 1951, 37, 1952, 37, 1953, 37, 1954, 37, 1955, 37, 1956, 37, 1957, 37, 1958, 37, 1959, 37, 1960, 37, 1961, 37, 1962, 37, 1963, 37, 1964, 37, 1965, 37, 1966, 37, 1967, 37, 1968, 37, 1969, 37, 1970, 37, 1971, 37, 1972, 37, 1973, 37, 1974, 37, 1975, 37, 1976, 37, 1977, 37, 1978, 37, 1979, 37, 1980, 37, 1981, 37, 1982, 37, 1983, 37, 1984, 37, 1985, 37, 1986, 37, 1987, 37, 1988, 37, 1989, 37, 1990, 37, 1991, 37, 1992, 37, 1993, 37, 1994, 37, 1995, 37, 1996, 37, 1997, 37, 1998, 37, 1999, 37, 2000, 37, 2001, 37, 2002, 37, 2003, 37, 2004, 37, 2005, 37, 2006, 38, 2014, 37, 2031, 90, 2062, 37, 2070, 90, 2095, 37, 2113, 38, 2194, 39, 2230, 38, 2415, 40, 2424, 37, 2523, 38 ], - goldDrop: [ 37, 27, 21, 35, 39, 16, 24, 28, 29, 32 ], - bornPos: [ 1, 21, 4 ] -}, -{ level: 35, ai: 1, time: 2627, state: 1, country: "United States", //id=35 2014-06-14 03:48:49 - action: [ 0, 39, 12, 39, 14, 39, 15, 39, 16, 39, 17, 39, 18, 39, 19, 39, 20, 39, 21, 39, 22, 39, 23, 39, 24, 39, 25, 39, 26, 39, 27, 39, 28, 39, 29, 39, 30, 39, 31, 39, 32, 39, 34, 39, 35, 39, 36, 39, 37, 39, 38, 39, 40, 39, 41, 39, 42, 39, 43, 39, 44, 39, 45, 39, 47, 39, 48, 39, 49, 39, 50, 39, 51, 39, 52, 39, 53, 39, 54, 39, 55, 39, 56, 39, 57, 39, 58, 39, 59, 39, 60, 39, 61, 39, 62, 39, 63, 39, 64, 39, 66, 39, 67, 39, 68, 39, 69, 39, 70, 39, 71, 38, 82, 37, 96, 37, 97, 37, 98, 37, 100, 37, 101, 37, 102, 37, 103, 37, 104, 37, 105, 37, 107, 37, 108, 37, 109, 37, 110, 37, 111, 37, 112, 37, 113, 37, 114, 37, 115, 37, 116, 37, 117, 37, 118, 37, 119, 37, 120, 37, 121, 37, 122, 37, 123, 37, 124, 37, 126, 37, 127, 37, 128, 37, 129, 37, 130, 37, 131, 37, 132, 37, 133, 37, 134, 37, 135, 37, 136, 37, 137, 37, 138, 37, 139, 37, 140, 37, 141, 37, 142, 38, 152, 39, 165, 39, 167, 37, 180, 88, 191, 40, 203, 40, 205, 40, 206, 40, 208, 39, 221, 39, 222, 90, 296, 39, 306, 90, 315, 39, 327, 90, 337, 39, 348, 90, 358, 39, 370, 90, 382, 90, 384, 90, 385, 90, 543, 37, 550, 39, 563, 39, 564, 39, 565, 40, 578, 40, 579, 40, 580, 40, 581, 40, 582, 40, 583, 40, 585, 40, 587, 37, 600, 37, 601, 37, 602, 37, 604, 37, 605, 37, 606, 37, 607, 37, 608, 37, 617, 39, 629, 88, 646, 37, 673, 39, 686, 39, 687, 39, 688, 39, 689, 39, 690, 39, 691, 39, 692, 39, 693, 39, 694, 39, 695, 39, 696, 39, 697, 39, 699, 39, 700, 39, 701, 39, 702, 39, 703, 39, 704, 39, 705, 39, 706, 39, 707, 39, 708, 39, 709, 39, 710, 39, 712, 39, 713, 39, 714, 39, 715, 39, 716, 39, 717, 39, 718, 39, 719, 39, 720, 39, 721, 38, 732, 37, 745, 37, 746, 37, 747, 37, 748, 37, 749, 37, 750, 37, 751, 37, 752, 37, 753, 37, 754, 37, 755, 37, 756, 37, 757, 37, 758, 37, 759, 37, 760, 37, 761, 37, 762, 37, 763, 37, 764, 37, 765, 37, 766, 37, 767, 37, 769, 37, 770, 37, 771, 37, 772, 37, 773, 37, 774, 37, 775, 37, 776, 37, 777, 37, 778, 37, 779, 37, 781, 37, 782, 37, 783, 37, 784, 37, 786, 37, 787, 37, 788, 37, 789, 37, 790, 37, 791, 37, 792, 37, 793, 38, 804, 39, 817, 39, 818, 39, 819, 39, 821, 39, 822, 39, 823, 39, 824, 39, 825, 39, 827, 39, 828, 39, 829, 39, 830, 39, 831, 39, 832, 39, 833, 39, 834, 39, 836, 39, 837, 39, 838, 39, 839, 39, 840, 39, 841, 39, 842, 39, 843, 39, 844, 39, 845, 39, 846, 39, 847, 39, 848, 39, 849, 39, 850, 39, 851, 39, 853, 39, 854, 39, 855, 39, 856, 39, 857, 39, 858, 39, 860, 39, 861, 39, 862, 39, 863, 38, 876, 37, 888, 37, 890, 37, 891, 37, 892, 37, 893, 37, 894, 37, 895, 37, 896, 37, 898, 37, 899, 37, 900, 37, 901, 37, 902, 37, 903, 37, 904, 37, 905, 37, 906, 37, 907, 37, 908, 37, 909, 37, 910, 37, 911, 37, 912, 37, 913, 37, 914, 37, 915, 37, 916, 37, 917, 37, 918, 37, 919, 37, 920, 37, 921, 37, 922, 37, 923, 37, 924, 37, 926, 37, 927, 37, 928, 37, 929, 37, 931, 37, 932, 37, 933, 37, 934, 37, 935, 37, 936, 37, 937, 38, 948, 39, 961, 39, 962, 39, 963, 39, 964, 39, 965, 39, 966, 39, 968, 39, 969, 39, 970, 39, 971, 39, 972, 39, 973, 39, 974, 39, 975, 39, 976, 39, 977, 39, 978, 39, 979, 39, 980, 39, 981, 39, 983, 39, 984, 39, 985, 39, 986, 39, 987, 39, 988, 39, 989, 39, 990, 39, 991, 39, 992, 39, 994, 39, 995, 39, 996, 39, 997, 39, 998, 39, 999, 39, 1000, 39, 1001, 39, 1002, 39, 1003, 39, 1004, 39, 1005, 39, 1006, 39, 1007, 38, 1018, 37, 1031, 37, 1033, 37, 1035, 37, 1036, 37, 1037, 37, 1038, 37, 1039, 37, 1040, 37, 1041, 37, 1042, 37, 1043, 37, 1044, 37, 1046, 37, 1047, 37, 1048, 37, 1049, 37, 1050, 37, 1051, 37, 1052, 37, 1053, 37, 1054, 37, 1055, 37, 1056, 37, 1057, 37, 1058, 37, 1059, 37, 1060, 37, 1061, 37, 1062, 37, 1063, 37, 1064, 37, 1065, 37, 1066, 37, 1067, 37, 1068, 37, 1069, 37, 1070, 37, 1071, 37, 1072, 37, 1073, 37, 1074, 37, 1075, 37, 1076, 38, 1089, 39, 1103, 39, 1104, 39, 1105, 39, 1106, 39, 1107, 39, 1108, 39, 1109, 39, 1110, 39, 1111, 39, 1112, 39, 1113, 39, 1114, 39, 1116, 39, 1117, 39, 1118, 39, 1119, 39, 1120, 39, 1121, 39, 1122, 39, 1123, 39, 1124, 39, 1125, 39, 1126, 39, 1127, 39, 1128, 39, 1129, 39, 1130, 39, 1131, 39, 1132, 39, 1133, 39, 1134, 39, 1135, 88, 1146, 39, 1149, 88, 1159, 39, 1174, 90, 1184, 37, 1192, 88, 1197, 90, 1208, 37, 1217, 90, 1230, 90, 1231, 90, 1232, 37, 1245, 90, 1258, 90, 1260, 37, 1272, 90, 1284, 90, 1285, 90, 1287, 90, 1288, 37, 1301, 37, 1302, 37, 1303, 37, 1305, 37, 1306, 37, 1307, 37, 1308, 37, 1309, 37, 1310, 37, 1311, 37, 1312, 37, 1313, 37, 1314, 37, 1315, 37, 1316, 37, 1317, 37, 1318, 37, 1319, 37, 1320, 37, 1321, 37, 1322, 37, 1323, 37, 1324, 37, 1325, 37, 1326, 37, 1327, 37, 1328, 37, 1329, 37, 1330, 37, 1331, 37, 1332, 37, 1333, 37, 1334, 37, 1335, 37, 1337, 37, 1339, 37, 1340, 37, 1341, 37, 1342, 37, 1343, 37, 1344, 37, 1345, 37, 1347, 37, 1348, 37, 1349, 37, 1350, 37, 1351, 37, 1352, 37, 1353, 37, 1354, 37, 1355, 37, 1356, 37, 1357, 37, 1358, 37, 1359, 37, 1360, 37, 1361, 37, 1363, 37, 1364, 37, 1365, 37, 1366, 37, 1367, 37, 1368, 37, 1369, 37, 1370, 37, 1371, 37, 1372, 37, 1373, 37, 1374, 37, 1375, 37, 1376, 37, 1377, 37, 1378, 37, 1379, 37, 1380, 37, 1381, 37, 1382, 37, 1383, 37, 1384, 37, 1385, 37, 1386, 37, 1387, 37, 1388, 37, 1389, 37, 1390, 37, 1391, 37, 1392, 37, 1393, 37, 1394, 37, 1395, 37, 1396, 37, 1397, 37, 1398, 37, 1399, 37, 1400, 37, 1401, 37, 1402, 37, 1403, 37, 1404, 37, 1405, 37, 1406, 37, 1407, 37, 1408, 37, 1409, 37, 1410, 37, 1411, 38, 1423, 39, 1437, 39, 1438, 39, 1439, 39, 1441, 39, 1442, 39, 1443, 39, 1444, 39, 1445, 39, 1446, 39, 1447, 39, 1448, 39, 1450, 39, 1451, 39, 1452, 39, 1453, 39, 1454, 39, 1455, 39, 1456, 39, 1457, 39, 1458, 39, 1459, 39, 1460, 39, 1461, 39, 1462, 39, 1463, 39, 1464, 39, 1465, 39, 1467, 39, 1468, 39, 1469, 39, 1470, 39, 1471, 39, 1472, 39, 1474, 39, 1476, 39, 1477, 39, 1478, 39, 1479, 39, 1480, 39, 1481, 39, 1482, 39, 1483, 39, 1484, 39, 1485, 38, 1497, 90, 1506, 40, 1519, 40, 1520, 40, 1521, 37, 1534, 88, 1544, 37, 1554, 88, 1564, 37, 1573, 88, 1587, 37, 1590, 88, 1603, 37, 1612, 88, 1624, 37, 1633, 88, 1858, 39, 1871, 39, 1872, 39, 1873, 39, 1874, 39, 1875, 39, 1876, 39, 1877, 39, 1878, 39, 1879, 39, 1880, 39, 1881, 39, 1882, 39, 1883, 39, 1884, 39, 1885, 39, 1886, 39, 1887, 39, 1888, 39, 1889, 39, 1890, 39, 1891, 39, 1892, 39, 1893, 39, 1895, 39, 1896, 39, 1897, 39, 1898, 39, 1899, 39, 1901, 39, 1902, 39, 1903, 39, 1904, 39, 1905, 39, 1906, 39, 1907, 39, 1908, 39, 1909, 39, 1910, 39, 1911, 39, 1912, 39, 1913, 39, 1914, 38, 1925, 37, 1939, 37, 1941, 37, 1942, 37, 1943, 37, 1944, 37, 1946, 37, 1947, 37, 1948, 37, 1949, 37, 1950, 37, 1951, 37, 1952, 37, 1953, 37, 1954, 37, 1955, 37, 1956, 37, 1957, 37, 1958, 37, 1959, 37, 1960, 37, 1961, 37, 1962, 37, 1963, 37, 1964, 37, 1965, 37, 1966, 37, 1967, 37, 1968, 37, 1969, 37, 1970, 37, 1971, 37, 1972, 37, 1973, 37, 1974, 37, 1975, 37, 1976, 37, 1977, 37, 1978, 37, 1979, 37, 1980, 37, 1981, 37, 1982, 37, 1983, 37, 1984, 37, 1985, 38, 1999, 39, 2012, 39, 2013, 39, 2014, 39, 2015, 39, 2016, 39, 2017, 39, 2018, 39, 2019, 39, 2020, 39, 2021, 39, 2022, 39, 2023, 39, 2025, 39, 2026, 39, 2027, 39, 2028, 39, 2029, 39, 2030, 39, 2031, 39, 2032, 39, 2033, 39, 2034, 39, 2035, 39, 2036, 39, 2037, 39, 2038, 39, 2039, 39, 2040, 39, 2041, 39, 2042, 39, 2043, 39, 2044, 39, 2045, 39, 2046, 39, 2047, 39, 2048, 39, 2049, 39, 2051, 39, 2052, 39, 2053, 39, 2054, 39, 2055, 39, 2056, 39, 2057, 39, 2058, 38, 2067, 37, 2082, 37, 2083, 37, 2084, 37, 2085, 37, 2086, 37, 2087, 37, 2088, 37, 2089, 37, 2090, 37, 2091, 37, 2092, 37, 2093, 37, 2094, 37, 2095, 37, 2096, 37, 2097, 37, 2098, 37, 2099, 37, 2100, 37, 2101, 37, 2102, 37, 2103, 37, 2104, 37, 2105, 37, 2106, 37, 2107, 37, 2108, 90, 2120, 39, 2131, 90, 2143, 39, 2151, 90, 2163, 90, 2165, 39, 2173, 90, 2184, 39, 2338, 90, 2398, 37, 2411, 37, 2412, 37, 2413, 37, 2414, 37, 2415, 37, 2416, 37, 2417, 37, 2418, 37, 2419, 37, 2420, 37, 2421, 37, 2422, 37, 2423, 37, 2424, 37, 2425, 37, 2426, 37, 2427, 37, 2428, 37, 2429, 37, 2430, 37, 2431, 37, 2432, 37, 2433, 37, 2435, 37, 2436, 37, 2437, 37, 2438, 37, 2439, 37, 2440, 37, 2441, 37, 2442, 37, 2443, 37, 2444, 37, 2445, 37, 2446, 37, 2447, 37, 2448, 37, 2449, 37, 2450, 37, 2451, 37, 2452, 37, 2453, 37, 2454, 37, 2455, 37, 2456, 37, 2457, 37, 2458, 38, 2470, 39, 2482, 39, 2483, 39, 2484, 39, 2485, 39, 2486, 39, 2487, 39, 2488, 39, 2489, 39, 2490, 39, 2491, 39, 2492, 39, 2493, 39, 2494, 39, 2495, 39, 2496, 39, 2498, 39, 2499, 39, 2500, 39, 2501, 39, 2502, 39, 2504, 39, 2505, 39, 2506, 39, 2507, 39, 2508, 39, 2510, 39, 2512, 39, 2513, 39, 2514, 39, 2515, 39, 2516, 39, 2517, 39, 2518, 39, 2519, 39, 2520, 39, 2521, 39, 2522, 39, 2523, 39, 2524, 39, 2525, 39, 2526, 39, 2527, 39, 2528, 39, 2530, 39, 2531, 38, 2545, 38, 2546, 38, 2547, 38, 2548, 37, 2562, 37, 2563, 37, 2564, 37, 2565, 37, 2566, 37, 2567, 37, 2568, 37, 2569, 37, 2570, 37, 2571, 37, 2572, 37, 2573, 37, 2574, 37, 2575, 37, 2576, 37, 2577, 37, 2578, 37, 2579, 37, 2581, 37, 2582, 37, 2583, 37, 2584, 37, 2586, 37, 2587, 37, 2588, 37, 2589, 37, 2590, 37, 2591, 37, 2592, 37, 2593, 37, 2594, 37, 2595, 37, 2596, 37, 2597, 37, 2598, 37, 2599, 37, 2600, 37, 2601, 37, 2602, 37, 2603, 37, 2604, 38, 2613, 37, 2616, 38 ], - goldDrop: [ 30, 25, 30, 30, 39, 17, 14, 37, 20, 18, 37, 32, 23, 26, 28, 32, 28, 31, 23, 37, 20, 34, 14, 27 ], - bornPos: [ 1, 7, 26, 0, 6, 23 ] -}, -{ level: 36, ai: 1, time: 3128, state: 1, country: "United States", //id=36 2014-06-14 03:56:25 - action: [ 0, 38, 39, 39, 52, 39, 53, 39, 54, 39, 55, 39, 56, 39, 57, 39, 58, 39, 59, 39, 60, 39, 62, 39, 63, 39, 64, 39, 65, 39, 66, 39, 67, 88, 80, 88, 81, 88, 82, 88, 83, 88, 85, 37, 127, 90, 170, 37, 183, 37, 184, 37, 185, 37, 186, 37, 187, 37, 188, 37, 189, 37, 190, 37, 191, 37, 192, 37, 193, 37, 194, 38, 200, 39, 206, 38, 211, 37, 216, 38, 223, 39, 228, 38, 233, 37, 238, 38, 246, 39, 250, 38, 257, 37, 261, 38, 268, 39, 273, 38, 280, 37, 293, 37, 295, 37, 296, 37, 297, 37, 298, 37, 299, 37, 301, 40, 309, 88, 316, 37, 323, 88, 335, 37, 338, 88, 347, 39, 354, 88, 366, 88, 368, 88, 369, 39, 387, 37, 400, 37, 401, 37, 404, 88, 419, 39, 432, 39, 433, 39, 434, 39, 436, 39, 437, 39, 439, 39, 440, 39, 441, 39, 442, 39, 443, 39, 444, 39, 445, 39, 446, 39, 447, 39, 448, 39, 449, 88, 462, 88, 463, 88, 464, 88, 465, 88, 466, 88, 470, 38, 477, 39, 482, 38, 488, 37, 493, 38, 501, 39, 505, 38, 511, 37, 514, 38, 523, 39, 528, 38, 535, 37, 539, 38, 548, 39, 552, 38, 560, 37, 573, 37, 574, 37, 575, 37, 576, 37, 577, 37, 579, 37, 580, 37, 581, 37, 582, 37, 583, 37, 584, 37, 585, 37, 586, 37, 587, 37, 589, 37, 590, 37, 591, 37, 592, 37, 593, 37, 594, 37, 595, 37, 597, 40, 606, 39, 612, 88, 624, 37, 629, 88, 642, 88, 643, 88, 644, 88, 646, 88, 647, 88, 648, 88, 649, 88, 650, 88, 654, 88, 660, 37, 665, 88, 676, 39, 685, 39, 692, 37, 705, 37, 706, 37, 707, 37, 708, 37, 709, 37, 711, 39, 724, 39, 725, 39, 726, 39, 727, 39, 728, 39, 729, 39, 730, 39, 731, 39, 732, 39, 733, 39, 734, 39, 735, 39, 736, 39, 737, 39, 738, 39, 739, 39, 740, 39, 741, 39, 742, 39, 743, 39, 744, 39, 745, 39, 746, 39, 747, 39, 748, 39, 749, 39, 750, 39, 751, 39, 752, 39, 753, 39, 754, 39, 755, 39, 756, 39, 757, 39, 758, 39, 759, 90, 768, 39, 776, 90, 788, 88, 801, 88, 802, 88, 803, 88, 804, 88, 805, 88, 806, 88, 807, 88, 808, 88, 810, 88, 811, 88, 812, 88, 813, 88, 814, 88, 815, 88, 816, 88, 817, 88, 818, 88, 819, 88, 820, 88, 832, 39, 845, 39, 846, 39, 847, 39, 848, 39, 849, 39, 850, 39, 851, 39, 852, 39, 853, 39, 854, 39, 855, 39, 856, 39, 857, 39, 858, 39, 859, 39, 860, 39, 862, 38, 867, 37, 871, 38, 879, 39, 883, 38, 889, 37, 893, 38, 901, 39, 906, 38, 913, 37, 917, 38, 925, 39, 929, 38, 936, 37, 940, 38, 948, 39, 952, 38, 958, 37, 965, 38, 974, 39, 979, 38, 981, 37, 987, 37, 990, 38, 999, 39, 1008, 38, 1019, 39, 1021, 38, 1031, 39, 1034, 38, 1040, 37, 1044, 38, 1052, 39, 1056, 38, 1064, 37, 1068, 38, 1077, 39, 1081, 38, 1092, 37, 1101, 37, 1105, 39, 1119, 39, 1120, 39, 1121, 39, 1122, 39, 1123, 39, 1124, 39, 1125, 39, 1126, 39, 1127, 39, 1128, 39, 1129, 39, 1130, 39, 1131, 39, 1132, 39, 1133, 39, 1134, 39, 1135, 39, 1136, 39, 1137, 39, 1138, 39, 1139, 39, 1141, 39, 1142, 39, 1143, 39, 1144, 39, 1146, 39, 1147, 39, 1158, 39, 1171, 39, 1172, 39, 1173, 39, 1174, 40, 1195, 39, 1208, 39, 1209, 39, 1210, 39, 1211, 39, 1212, 39, 1213, 39, 1214, 38, 1219, 37, 1223, 38, 1230, 39, 1234, 38, 1240, 37, 1244, 38, 1254, 39, 1259, 38, 1265, 37, 1269, 38, 1278, 39, 1285, 38, 1295, 37, 1308, 37, 1310, 90, 1318, 37, 1341, 40, 1384, 39, 1390, 37, 1396, 90, 1408, 39, 1412, 90, 1423, 39, 1428, 90, 1439, 37, 1455, 88, 1466, 37, 1471, 88, 1483, 37, 1488, 88, 1499, 39, 1516, 88, 1525, 37, 1533, 88, 1543, 37, 1549, 88, 1560, 39, 1568, 88, 1580, 37, 1587, 88, 1596, 39, 1609, 39, 1610, 39, 1611, 39, 1612, 39, 1614, 39, 1615, 39, 1616, 39, 1617, 39, 1618, 39, 1619, 39, 1620, 39, 1622, 39, 1623, 39, 1625, 37, 1638, 37, 1639, 37, 1640, 37, 1641, 37, 1642, 37, 1643, 37, 1644, 37, 1645, 37, 1646, 37, 1647, 37, 1648, 37, 1649, 37, 1650, 37, 1651, 37, 1652, 37, 1653, 37, 1654, 37, 1655, 37, 1656, 37, 1657, 37, 1658, 37, 1659, 37, 1660, 37, 1661, 37, 1662, 37, 1663, 37, 1664, 37, 1666, 37, 1667, 37, 1668, 37, 1669, 37, 1670, 37, 1671, 37, 1672, 37, 1673, 37, 1674, 37, 1675, 38, 1681, 37, 1685, 38, 1694, 39, 1698, 38, 1704, 37, 1708, 38, 1717, 39, 1721, 38, 1728, 37, 1732, 38, 1741, 39, 1746, 38, 1759, 38, 1760, 37, 1764, 38, 1772, 37, 1785, 37, 1786, 37, 1787, 37, 1788, 37, 1789, 37, 1790, 37, 1791, 37, 1792, 37, 1793, 37, 1794, 37, 1795, 37, 1796, 37, 1797, 37, 1798, 37, 1799, 37, 1800, 37, 1801, 37, 1802, 37, 1803, 37, 1804, 37, 1805, 37, 1806, 37, 1807, 37, 1808, 37, 1809, 37, 1810, 37, 1811, 37, 1812, 37, 1813, 37, 1814, 37, 1815, 37, 1816, 37, 1818, 37, 1819, 37, 1820, 37, 1821, 37, 1822, 37, 1823, 37, 1824, 37, 1825, 37, 1826, 37, 1827, 37, 1828, 37, 1830, 37, 1831, 37, 1833, 37, 1859, 39, 1872, 39, 1874, 39, 1875, 90, 1885, 39, 1891, 90, 1903, 39, 1909, 90, 1921, 90, 1923, 90, 1939, 39, 1945, 90, 1955, 39, 1961, 90, 1969, 39, 1977, 90, 1988, 39, 1993, 90, 2004, 39, 2009, 90, 2021, 39, 2025, 90, 2150, 38, 2161, 37, 2165, 38, 2280, 37, 2293, 37, 2294, 37, 2295, 37, 2297, 37, 2298, 37, 2299, 37, 2300, 37, 2301, 37, 2302, 37, 2303, 37, 2304, 37, 2305, 37, 2306, 37, 2307, 90, 2316, 39, 2323, 90, 2334, 88, 2347, 88, 2369, 37, 2382, 37, 2383, 37, 2384, 37, 2385, 37, 2386, 37, 2387, 37, 2389, 88, 2399, 37, 2405, 88, 2415, 37, 2421, 88, 2430, 38, 2441, 39, 2444, 38, 2452, 37, 2456, 38, 2465, 39, 2469, 38, 2476, 37, 2480, 38, 2489, 39, 2495, 38, 2503, 37, 2508, 38, 2517, 39, 2522, 38, 2529, 37, 2533, 38, 2541, 39, 2545, 38, 2553, 37, 2557, 38, 2566, 39, 2572, 38, 2581, 37, 2585, 38, 2597, 39, 2610, 37, 2624, 37, 2625, 37, 2626, 37, 2627, 37, 2628, 37, 2629, 37, 2630, 37, 2631, 37, 2632, 37, 2633, 37, 2634, 37, 2635, 37, 2636, 37, 2637, 37, 2638, 37, 2639, 37, 2640, 37, 2641, 37, 2643, 88, 2659, 39, 2673, 37, 2687, 37, 2711, 40, 2742, 90, 2763, 39, 2768, 90, 2802, 37, 2814, 37, 2816, 88, 2827, 39, 2858, 39, 2873, 88, 2903, 39, 2908, 88, 2921, 88, 2922, 88, 2923, 88, 2924, 88, 2925, 88, 2926, 88, 2927, 88, 2928, 88, 2929, 88, 2948, 39, 2958, 38, 2970, 39, 2975, 38, 2984, 37, 2988, 38, 2995, 39, 3001, 38, 3008, 37, 3013, 38, 3021, 39, 3027, 38, 3034, 37, 3039, 38, 3048, 39, 3054, 38, 3061, 37, 3066, 38, 3073, 39, 3079, 38, 3085, 37, 3092, 38, 3100, 39, 3106, 38, 3113, 37, 3117, 38 ], - goldDrop: [], - bornPos: [ 2, 21, 1, 11, 1, 20, 2 ] -}, -{ level: 37, ai: 1, time: 3055, state: 1, country: "Taiwan", //id=37 2014-06-05 21:34:43 - action: [ 0, 37, 13, 37, 14, 37, 15, 37, 25, 40, 35, 39, 41, 88, 52, 37, 57, 88, 64, 39, 91, 37, 105, 38, 131, 37, 142, 88, 174, 39, 236, 88, 252, 39, 291, 37, 315, 38, 438, 39, 465, 37, 475, 38, 495, 37, 498, 39, 506, 90, 568, 37, 578, 38, 601, 39, 619, 37, 623, 88, 632, 39, 658, 38, 676, 39, 686, 38, 727, 88, 737, 39, 745, 37, 802, 40, 813, 37, 818, 38, 841, 39, 848, 88, 901, 37, 911, 90, 1002, 39, 1006, 90, 1070, 39, 1077, 88, 1098, 39, 1133, 37, 1151, 38, 1302, 39, 1313, 88, 1322, 39, 1350, 38, 1368, 39, 1429, 38, 1474, 37, 1518, 90, 1530, 37, 1571, 39, 1580, 38, 1671, 90, 1682, 39, 1686, 90, 1697, 39, 1701, 90, 1755, 37, 1771, 90, 1781, 39, 1788, 90, 1797, 37, 1805, 90, 1818, 37, 1851, 39, 1863, 37, 1867, 88, 1877, 39, 1902, 38, 1918, 39, 1948, 38, 1964, 39, 1993, 38, 2020, 37, 2144, 90, 2157, 37, 2177, 88, 2187, 39, 2208, 88, 2221, 37, 2225, 88, 2291, 39, 2309, 40, 2324, 39, 2334, 90, 2346, 37, 2356, 39, 2398, 88, 2407, 39, 2434, 38, 2450, 39, 2479, 38, 2492, 39, 2508, 38, 2513, 39, 2539, 38, 2566, 37, 2589, 90, 2599, 39, 2602, 90, 2612, 37, 2640, 40, 2647, 37, 2663, 39, 2709, 38, 2749, 37, 2766, 38, 2805, 39, 2818, 37, 2856, 39, 2876, 90, 2934, 37, 3049, 38 ], - goldDrop: [ 22 ], - bornPos: [ 1, 14, 6 ] -}, -{ level: 38, ai: 1, time: 3496, state: 1, country: "Taiwan", //id=38 2014-06-05 21:37:02 - action: [ 0, 37, 15, 38, 35, 39, 53, 38, 60, 88, 98, 39, 114, 38, 159, 37, 174, 90, 186, 39, 189, 90, 200, 39, 205, 90, 215, 37, 233, 90, 242, 39, 249, 90, 259, 37, 269, 90, 280, 37, 298, 88, 306, 39, 350, 40, 383, 37, 417, 38, 438, 39, 474, 38, 520, 37, 555, 38, 567, 37, 593, 40, 606, 39, 619, 38, 640, 39, 645, 38, 708, 39, 723, 38, 750, 39, 760, 37, 769, 40, 779, 39, 802, 88, 846, 39, 857, 38, 900, 37, 931, 38, 942, 37, 945, 38, 958, 37, 1001, 40, 1010, 39, 1013, 40, 1032, 39, 1051, 38, 1068, 40, 1087, 37, 1094, 38, 1115, 40, 1121, 39, 1130, 37, 1144, 37, 1145, 37, 1146, 37, 1163, 39, 1188, 38, 1204, 39, 1236, 38, 1258, 37, 1283, 40, 1320, 39, 1333, 88, 1377, 39, 1392, 38, 1438, 37, 1473, 38, 1484, 37, 1525, 40, 1547, 37, 1564, 40, 1574, 39, 1582, 40, 1605, 37, 1667, 38, 1681, 37, 1699, 38, 1721, 90, 1733, 39, 1737, 90, 1759, 37, 1784, 40, 1796, 39, 1822, 38, 1835, 39, 1838, 38, 1848, 40, 1862, 38, 1895, 40, 1904, 37, 1913, 90, 1929, 88, 1978, 37, 2008, 38, 2020, 39, 2027, 38, 2127, 37, 2139, 38, 2151, 39, 2165, 38, 2166, 37, 2173, 39, 2187, 39, 2188, 39, 2189, 39, 2190, 39, 2191, 39, 2192, 39, 2195, 40, 2204, 37, 2224, 90, 2263, 37, 2275, 38, 2322, 39, 2335, 90, 2344, 39, 2351, 90, 2362, 39, 2367, 90, 2378, 39, 2382, 90, 2391, 37, 2416, 90, 2423, 39, 2427, 90, 2438, 39, 2442, 90, 2454, 39, 2458, 90, 2470, 37, 2483, 88, 2496, 39, 2511, 90, 2603, 37, 2626, 39, 2638, 40, 2656, 37, 2667, 38, 2672, 37, 2695, 38, 2773, 39, 2777, 90, 2787, 39, 2800, 90, 2811, 39, 2816, 90, 2857, 38, 2867, 37, 2901, 38, 2936, 39, 2967, 38, 2979, 39, 3003, 40, 3018, 39, 3045, 40, 3058, 37, 3073, 40, 3077, 37, 3083, 40, 3102, 39, 3145, 38, 3158, 39, 3170, 38, 3175, 39, 3199, 88, 3208, 37, 3223, 38, 3254, 37, 3262, 40, 3326, 37, 3329, 38, 3339, 39, 3372, 38, 3407, 37, 3441, 38, 3453, 39, 3490, 38 ], - goldDrop: [ 24, 39 ], - bornPos: [ 1, 6, 13, 16 ] -}, -{ level: 39, ai: 1, time: 1653, state: 1, country: "Taiwan", //id=39 2014-06-05 21:38:11 - action: [ 0, 39, 6, 40, 59, 37, 174, 90, 188, 39, 203, 88, 216, 37, 220, 88, 280, 39, 303, 38, 314, 39, 326, 38, 337, 39, 345, 38, 351, 39, 362, 38, 372, 39, 381, 38, 387, 39, 397, 38, 407, 39, 414, 37, 422, 40, 435, 37, 446, 40, 456, 37, 460, 40, 473, 37, 489, 38, 522, 39, 537, 38, 621, 40, 638, 37, 652, 90, 664, 39, 682, 90, 695, 38, 712, 90, 733, 39, 746, 38, 776, 40, 826, 37, 835, 40, 843, 37, 853, 40, 864, 39, 869, 40, 895, 38, 918, 40, 940, 90, 958, 38, 989, 39, 1003, 38, 1016, 40, 1060, 90, 1138, 37, 1152, 90, 1162, 40, 1168, 90, 1175, 37, 1189, 37, 1204, 90, 1215, 40, 1232, 38, 1248, 37, 1262, 38, 1279, 39, 1290, 38, 1307, 37, 1317, 38, 1327, 90, 1335, 40, 1343, 90, 1364, 40, 1372, 37, 1375, 90, 1384, 39, 1390, 90, 1430, 37, 1444, 37, 1451, 40, 1458, 39, 1462, 40, 1475, 39, 1501, 38, 1510, 39, 1521, 38, 1529, 88, 1539, 39, 1554, 37, 1559, 88, 1568, 39, 1605, 38, 1620, 39, 1636, 38 ], - goldDrop: [ 18, 36 ], - bornPos: [ 1, 11, 5 ] -}, -{ level: 40, ai: 1, time: 2794, state: 1, country: "Taiwan", //id=40 2014-06-05 21:40:04 - action: [ 0, 37, 13, 90, 58, 37, 102, 38, 113, 39, 157, 38, 168, 37, 188, 90, 231, 37, 256, 38, 267, 39, 313, 38, 324, 37, 367, 38, 378, 39, 421, 38, 429, 40, 439, 37, 457, 88, 491, 39, 510, 38, 519, 37, 540, 39, 561, 38, 567, 88, 576, 39, 618, 90, 629, 37, 646, 39, 651, 88, 662, 39, 671, 37, 683, 90, 695, 37, 703, 39, 716, 39, 717, 39, 718, 39, 719, 39, 720, 39, 721, 39, 722, 39, 723, 39, 724, 39, 725, 39, 726, 39, 727, 39, 728, 39, 729, 39, 730, 39, 731, 39, 732, 39, 733, 39, 734, 39, 735, 39, 739, 37, 815, 38, 825, 39, 871, 38, 882, 37, 925, 38, 935, 39, 949, 88, 990, 39, 1017, 38, 1029, 39, 1034, 38, 1049, 37, 1053, 90, 1063, 39, 1074, 37, 1120, 38, 1131, 39, 1176, 38, 1191, 88, 1201, 39, 1242, 88, 1255, 39, 1264, 38, 1279, 37, 1282, 88, 1320, 39, 1328, 37, 1343, 39, 1349, 88, 1362, 39, 1368, 38, 1381, 37, 1390, 39, 1434, 38, 1445, 39, 1455, 37, 1459, 88, 1470, 40, 1476, 88, 1485, 39, 1517, 38, 1562, 37, 1570, 90, 1615, 37, 1628, 88, 1637, 37, 1645, 88, 1652, 37, 1664, 38, 1699, 39, 1740, 37, 1750, 40, 1760, 39, 1767, 88, 1777, 37, 1783, 88, 1792, 37, 1801, 88, 1808, 39, 1828, 88, 1837, 37, 1846, 88, 1855, 39, 1864, 88, 1877, 39, 1892, 39, 1900, 40, 1921, 38, 1939, 37, 1951, 38, 1957, 37, 1966, 90, 2012, 37, 2022, 90, 2030, 37, 2192, 38, 2203, 39, 2248, 38, 2253, 90, 2293, 38, 2300, 37, 2305, 90, 2315, 39, 2320, 90, 2389, 37, 2434, 38, 2445, 39, 2488, 37, 2494, 88, 2544, 39, 2555, 38, 2565, 37, 2609, 38, 2621, 39, 2637, 88, 2688, 39, 2716, 38, 2728, 37, 2770, 38, 2780, 37, 2783, 38 ], - goldDrop: [ 14, 27 ], - bornPos: [ 1, 9, 2, 5, 10, 4 ] -}, -{ level: 41, ai: 1, time: 1630, state: 1, country: "Taiwan", //id=41 2014-06-05 21:47:21 - action: [ 0, 37, 7, 39, 15, 38, 21, 39, 26, 38, 36, 39, 50, 38, 112, 39, 114, 38, 127, 37, 132, 40, 143, 37, 163, 40, 178, 39, 225, 38, 234, 39, 238, 38, 244, 39, 248, 38, 254, 39, 258, 38, 271, 37, 324, 90, 341, 39, 344, 90, 354, 39, 359, 90, 472, 37, 477, 39, 531, 90, 541, 39, 546, 90, 554, 39, 576, 40, 601, 37, 615, 37, 616, 37, 617, 37, 618, 37, 619, 37, 620, 37, 624, 39, 658, 38, 668, 37, 703, 39, 731, 38, 742, 37, 767, 39, 787, 38, 798, 37, 814, 39, 871, 38, 893, 37, 903, 88, 914, 38, 922, 37, 926, 38, 933, 37, 936, 38, 945, 37, 950, 38, 958, 39, 1056, 40, 1075, 37, 1087, 38, 1094, 37, 1098, 38, 1106, 37, 1109, 38, 1117, 37, 1121, 38, 1128, 39, 1148, 40, 1167, 37, 1176, 38, 1182, 37, 1187, 38, 1194, 37, 1198, 38, 1205, 37, 1209, 38, 1216, 39, 1230, 40, 1243, 37, 1251, 38, 1257, 37, 1268, 90, 1278, 37, 1322, 39, 1325, 88, 1335, 39, 1395, 38, 1417, 37, 1426, 38, 1433, 37, 1438, 38, 1446, 37, 1451, 38, 1457, 37, 1462, 38, 1469, 37, 1544, 40, 1551, 39, 1592, 38, 1598, 39, 1603, 38, 1609, 39, 1613, 38, 1619, 39, 1624, 38 ], - goldDrop: [ 27, 26, 23 ], - bornPos: [ 1, 4, 2 ] -}, -{ level: 42, ai: 1, time: 2208, state: 1, country: "Taiwan", //id=42 2014-06-05 21:50:13 - action: [ 0, 37, 30, 39, 114, 37, 127, 37, 128, 37, 129, 37, 130, 37, 131, 37, 132, 37, 133, 37, 134, 37, 135, 37, 136, 37, 137, 37, 138, 37, 139, 37, 140, 37, 141, 37, 142, 37, 143, 37, 144, 37, 145, 37, 146, 37, 158, 40, 167, 37, 230, 38, 243, 37, 280, 39, 310, 90, 320, 40, 326, 90, 335, 37, 354, 39, 367, 38, 384, 37, 387, 38, 502, 39, 577, 38, 583, 39, 596, 88, 644, 39, 664, 38, 677, 88, 701, 90, 760, 39, 771, 38, 820, 37, 865, 90, 876, 37, 885, 39, 923, 90, 927, 37, 994, 39, 1014, 38, 1029, 39, 1045, 37, 1059, 40, 1074, 39, 1081, 88, 1091, 39, 1140, 38, 1195, 37, 1249, 40, 1255, 90, 1267, 37, 1306, 39, 1328, 88, 1337, 39, 1387, 38, 1404, 90, 1420, 38, 1457, 37, 1579, 90, 1589, 37, 1630, 88, 1640, 39, 1710, 38, 1762, 37, 1776, 38, 1783, 37, 1788, 40, 1797, 37, 1816, 40, 1837, 39, 1855, 37, 1873, 38, 1907, 37, 1927, 38, 1938, 39, 1982, 38, 1997, 39, 2001, 38, 2012, 39, 2041, 88, 2094, 39, 2169, 38, 2179, 37 ], - goldDrop: [ 28, 21 ], - bornPos: [ 1, 13 ] -}, -{ level: 43, ai: 1, time: 1704, state: 1, country: "Taiwan", //id=43 2014-06-05 22:41:12 - action: [ 0, 39, 14, 38, 33, 39, 46, 38, 51, 39, 61, 38, 66, 39, 110, 37, 144, 39, 152, 40, 172, 37, 181, 40, 209, 37, 218, 38, 233, 40, 262, 90, 322, 37, 332, 38, 363, 37, 412, 38, 418, 37, 463, 39, 471, 38, 485, 39, 494, 38, 506, 37, 512, 38, 524, 37, 527, 38, 550, 39, 579, 90, 591, 37, 607, 39, 623, 37, 652, 88, 706, 39, 766, 37, 781, 38, 824, 90, 864, 37, 884, 90, 941, 37, 955, 39, 962, 37, 978, 88, 1026, 39, 1062, 90, 1105, 37, 1112, 40, 1179, 38, 1187, 37, 1207, 38, 1219, 40, 1232, 88, 1243, 38, 1272, 37, 1309, 38, 1315, 37, 1360, 39, 1399, 40, 1476, 88, 1515, 39, 1533, 38, 1561, 37, 1590, 38, 1597, 37, 1627, 38, 1641, 39, 1653, 38, 1666, 37, 1676, 38 ], - goldDrop: [ 34, 37, 32 ], - bornPos: [] -}, -{ level: 44, ai: 1, time: 1432, state: 1, country: "Taiwan", //id=44 2014-06-05 22:42:13 - action: [ 0, 37, 10, 88, 80, 39, 90, 40, 100, 39, 104, 40, 136, 37, 147, 39, 219, 37, 232, 38, 244, 38, 247, 37, 250, 38, 259, 39, 303, 38, 352, 39, 402, 37, 418, 40, 451, 39, 465, 37, 478, 38, 488, 39, 501, 38, 543, 39, 548, 40, 552, 39, 605, 90, 659, 37, 674, 40, 690, 39, 746, 90, 803, 37, 821, 40, 828, 39, 871, 40, 875, 39, 892, 90, 913, 39, 917, 40, 921, 90, 936, 40, 943, 90, 963, 40, 983, 38, 1014, 37, 1048, 39, 1063, 38, 1070, 39, 1174, 38, 1198, 39, 1249, 90, 1266, 37, 1284, 90, 1295, 39, 1301, 90, 1341, 37, 1355, 40, 1368, 39, 1393, 38 ], - goldDrop: [ 27, 32, 23 ], - bornPos: [] -}, -{ level: 45, ai: 1, time: 3754, state: 1, country: "Taiwan", //id=45 2014-06-05 22:44:49 - action: [ 0, 39, 15, 38, 24, 39, 36, 38, 73, 37, 87, 37, 88, 37, 89, 37, 90, 37, 91, 37, 92, 37, 93, 37, 94, 37, 95, 37, 118, 38, 124, 37, 128, 38, 136, 37, 139, 38, 151, 39, 181, 37, 202, 88, 253, 39, 263, 38, 287, 39, 307, 40, 315, 39, 328, 39, 329, 39, 330, 39, 331, 39, 332, 39, 333, 39, 334, 39, 335, 39, 338, 38, 344, 38, 350, 37, 368, 38, 441, 88, 446, 37, 472, 38, 488, 37, 494, 38, 500, 37, 505, 38, 515, 39, 534, 38, 557, 37, 563, 40, 583, 39, 591, 38, 614, 37, 623, 40, 635, 39, 656, 38, 689, 37, 712, 40, 722, 39, 745, 38, 760, 39, 762, 38, 796, 37, 845, 38, 856, 90, 870, 37, 873, 90, 883, 39, 940, 38, 949, 39, 964, 38, 976, 39, 979, 38, 1003, 37, 1043, 38, 1057, 37, 1072, 40, 1078, 37, 1104, 39, 1118, 37, 1121, 88, 1127, 37, 1138, 39, 1151, 88, 1162, 39, 1193, 37, 1205, 40, 1226, 38, 1238, 39, 1243, 37, 1251, 38, 1260, 39, 1292, 38, 1299, 39, 1321, 38, 1339, 39, 1392, 37, 1400, 38, 1422, 88, 1435, 37, 1440, 88, 1498, 39, 1522, 38, 1555, 39, 1593, 38, 1621, 39, 1656, 38, 1683, 37, 1689, 38, 1702, 37, 1713, 38, 1729, 37, 1748, 38, 1766, 40, 1812, 40, 1836, 90, 1874, 37, 1883, 38, 1919, 39, 1969, 38, 1984, 39, 2007, 38, 2039, 37, 2045, 38, 2058, 37, 2070, 38, 2086, 40, 2114, 37, 2121, 38, 2138, 39, 2176, 38, 2204, 37, 2210, 38, 2224, 37, 2234, 38, 2245, 40, 2274, 90, 2288, 37, 2301, 90, 2313, 37, 2334, 38, 2342, 90, 2398, 37, 2405, 38, 2415, 37, 2417, 38, 2453, 39, 2468, 38, 2490, 39, 2517, 38, 2529, 39, 2542, 39, 2543, 39, 2544, 39, 2545, 39, 2546, 39, 2547, 39, 2559, 38, 2588, 37, 2593, 38, 2607, 37, 2647, 38, 2659, 39, 2682, 37, 2697, 38, 2704, 37, 2721, 38, 2728, 37, 2737, 38, 2750, 40, 2821, 39, 2855, 88, 2864, 37, 2870, 88, 2881, 37, 2892, 88, 2941, 39, 2962, 38, 2996, 39, 3068, 38, 3095, 37, 3100, 38, 3111, 37, 3120, 38, 3149, 39, 3156, 38, 3172, 37, 3176, 40, 3196, 39, 3202, 38, 3210, 37, 3224, 39, 3238, 39, 3239, 39, 3240, 39, 3241, 39, 3242, 39, 3243, 39, 3244, 39, 3245, 39, 3246, 39, 3265, 38, 3293, 37, 3298, 38, 3311, 37, 3352, 38, 3365, 39, 3369, 38, 3388, 39, 3426, 38, 3433, 39, 3445, 37, 3463, 39, 3469, 90, 3478, 37, 3536, 38, 3570, 37, 3651, 38, 3679, 39, 3748, 38 ], - goldDrop: [], - bornPos: [ 1, 2, 17 ] -}, -{ level: 46, ai: 1, time: 1883, state: 1, country: "Taiwan", //id=46 2014-06-05 22:46:07 - action: [ 0, 39, 30, 37, 36, 38, 49, 88, 93, 39, 102, 38, 119, 37, 157, 38, 170, 39, 210, 38, 223, 39, 236, 37, 273, 38, 280, 37, 296, 39, 311, 38, 322, 39, 378, 37, 410, 90, 450, 37, 473, 38, 483, 37, 508, 90, 519, 39, 545, 38, 552, 39, 616, 37, 626, 90, 637, 37, 653, 88, 665, 37, 678, 39, 687, 90, 696, 37, 729, 40, 739, 37, 800, 38, 808, 37, 819, 38, 832, 37, 854, 88, 872, 39, 888, 37, 898, 88, 912, 39, 925, 37, 949, 39, 965, 88, 975, 37, 982, 40, 995, 39, 1076, 40, 1104, 39, 1111, 38, 1123, 39, 1127, 38, 1143, 37, 1183, 38, 1196, 37, 1216, 38, 1256, 37, 1287, 39, 1299, 38, 1310, 37, 1325, 39, 1404, 40, 1430, 39, 1452, 40, 1461, 40, 1467, 39, 1469, 40, 1484, 37, 1488, 90, 1499, 37, 1514, 39, 1559, 90, 1567, 37, 1578, 38, 1603, 37, 1629, 38, 1665, 37, 1670, 38, 1687, 37, 1727, 38, 1739, 39, 1778, 38, 1790, 37, 1815, 38, 1847, 39, 1877, 38 ], - goldDrop: [ 18 ], - bornPos: [] -}, -{ level: 47, ai: 1, time: 2470, state: 1, country: "Taiwan", //id=47 2014-06-05 22:47:50 - action: [ 0, 90, 24, 37, 49, 90, 63, 39, 96, 38, 119, 39, 125, 37, 152, 90, 184, 37, 187, 90, 197, 37, 220, 90, 227, 39, 242, 40, 273, 37, 290, 38, 302, 37, 329, 38, 337, 37, 346, 39, 353, 90, 376, 40, 410, 39, 452, 37, 458, 40, 471, 39, 476, 88, 487, 37, 492, 88, 529, 39, 543, 38, 575, 37, 595, 38, 613, 37, 633, 38, 638, 37, 645, 90, 654, 37, 668, 37, 669, 37, 670, 37, 671, 37, 672, 37, 673, 37, 674, 37, 675, 37, 676, 37, 677, 37, 678, 37, 679, 37, 680, 37, 690, 38, 695, 37, 712, 38, 719, 37, 738, 38, 747, 90, 760, 40, 768, 90, 778, 37, 790, 39, 801, 90, 820, 39, 888, 90, 902, 37, 945, 39, 995, 37, 1002, 40, 1017, 39, 1021, 88, 1032, 37, 1037, 88, 1073, 39, 1088, 38, 1121, 37, 1141, 38, 1147, 37, 1168, 38, 1174, 37, 1189, 38, 1195, 37, 1216, 38, 1222, 37, 1227, 90, 1237, 37, 1253, 88, 1269, 39, 1281, 90, 1302, 37, 1340, 39, 1349, 38, 1366, 88, 1377, 40, 1383, 88, 1390, 39, 1441, 88, 1453, 37, 1457, 88, 1506, 39, 1536, 38, 1548, 37, 1575, 38, 1582, 37, 1588, 90, 1754, 37, 1770, 39, 1797, 88, 1807, 37, 1813, 88, 1855, 39, 1886, 38, 1919, 37, 1941, 38, 1957, 39, 1979, 38, 2000, 39, 2090, 38, 2158, 39, 2172, 38, 2177, 39, 2190, 88, 2200, 37, 2207, 88, 2214, 39, 2232, 90, 2242, 37, 2264, 90, 2275, 39, 2280, 90, 2288, 37, 2296, 90, 2309, 37, 2325, 39, 2362, 37, 2382, 39, 2393, 38 ], - goldDrop: [ 19, 26 ], - bornPos: [] -}, -{ level: 48, ai: 1, time: 3941, state: 1, country: "Taiwan", //id=48 2014-06-05 22:50:22 - action: [ 0, 37, 64, 38, 75, 39, 92, 38, 103, 39, 105, 38, 117, 37, 134, 38, 146, 38, 148, 37, 151, 38, 162, 39, 180, 38, 192, 37, 206, 39, 216, 40, 219, 90, 230, 37, 240, 40, 255, 37, 263, 40, 274, 88, 282, 39, 301, 37, 308, 40, 320, 88, 326, 39, 358, 37, 375, 40, 386, 39, 402, 37, 469, 38, 482, 39, 489, 38, 497, 39, 503, 38, 510, 39, 517, 38, 523, 39, 529, 38, 536, 39, 543, 38, 549, 39, 600, 39, 630, 38, 681, 39, 720, 38, 728, 37, 730, 38, 749, 39, 767, 37, 805, 39, 813, 38, 819, 37, 839, 38, 906, 88, 960, 39, 990, 40, 1004, 39, 1027, 40, 1044, 39, 1054, 40, 1064, 90, 1076, 40, 1081, 90, 1093, 38, 1127, 90, 1160, 37, 1175, 88, 1184, 37, 1191, 88, 1199, 37, 1207, 88, 1428, 39, 1453, 40, 1520, 38, 1559, 90, 1589, 37, 1648, 40, 1666, 39, 1709, 40, 1736, 39, 1741, 38, 1751, 39, 1764, 40, 1770, 39, 1874, 38, 1933, 40, 1964, 39, 1993, 38, 2023, 39, 2080, 40, 2093, 39, 2097, 40, 2243, 38, 2298, 37, 2334, 38, 2385, 37, 2397, 88, 2411, 37, 2415, 88, 2493, 39, 2548, 40, 2582, 37, 2603, 40, 2610, 37, 2660, 38, 2689, 39, 2729, 40, 2740, 37, 2758, 39, 2776, 38, 2782, 90, 2796, 38, 2804, 37, 2844, 40, 2857, 90, 2872, 40, 2876, 90, 3084, 40, 3093, 39, 3159, 38, 3200, 37, 3231, 39, 3238, 38, 3253, 37, 3357, 37, 3423, 38, 3435, 39, 3441, 38, 3448, 39, 3454, 38, 3460, 39, 3465, 38, 3470, 39, 3475, 38, 3480, 39, 3485, 38, 3492, 39, 3497, 38, 3514, 37, 3530, 90, 3575, 37, 3595, 38, 3617, 39, 3751, 38, 3762, 37, 3780, 38, 3791, 39, 3810, 38, 3821, 37, 3840, 38, 3852, 39, 3871, 38, 3882, 37, 3901, 38, 3912, 39, 3930, 38 ], - goldDrop: [ 19 ], - bornPos: [ 1, 27, 19 ] -}, -{ level: 49, ai: 1, time: 7845, state: 1, country: "Taiwan", //id=49 2014-06-05 23:07:37 - action: [ 0, 39, 3, 39, 29, 37, 38, 40, 46, 37, 59, 90, 74, 39, 84, 88, 96, 37, 125, 38, 135, 39, 141, 38, 152, 39, 162, 90, 171, 39, 176, 90, 188, 39, 211, 38, 259, 39, 295, 37, 312, 39, 324, 88, 334, 39, 345, 40, 396, 37, 412, 40, 416, 37, 438, 38, 473, 39, 482, 40, 522, 37, 528, 90, 539, 37, 552, 88, 562, 37, 568, 88, 579, 37, 587, 39, 622, 37, 634, 90, 644, 39, 648, 90, 659, 39, 662, 90, 707, 37, 724, 38, 745, 37, 755, 88, 765, 37, 771, 88, 781, 37, 787, 88, 800, 37, 804, 88, 815, 37, 819, 88, 1052, 39, 1071, 88, 1080, 37, 1087, 88, 1098, 37, 1103, 88, 1115, 37, 1120, 88, 1131, 37, 1135, 88, 1164, 39, 1178, 38, 1269, 40, 1287, 38, 1294, 39, 1318, 38, 1352, 37, 1361, 38, 1409, 37, 1438, 38, 1448, 39, 1452, 38, 1462, 39, 1499, 38, 1544, 37, 1606, 38, 1613, 37, 1653, 88, 1667, 88, 1668, 88, 1669, 88, 1674, 37, 1679, 88, 1690, 37, 1696, 88, 1706, 37, 1711, 88, 1729, 39, 1742, 90, 1750, 90, 1753, 39, 1757, 90, 1767, 37, 1784, 39, 1805, 90, 1813, 37, 1849, 38, 1901, 39, 1910, 38, 1927, 39, 1943, 88, 1954, 37, 1959, 88, 1970, 37, 1974, 88, 1986, 37, 1989, 88, 2001, 37, 2003, 88, 2013, 37, 2015, 88, 2027, 37, 2031, 88, 2212, 39, 2243, 38, 2259, 37, 2274, 39, 2304, 37, 2320, 88, 2330, 37, 2335, 88, 2346, 37, 2350, 88, 2372, 39, 2383, 88, 2412, 39, 2435, 37, 2445, 88, 2463, 39, 2499, 38, 2507, 90, 2522, 37, 2541, 38, 2558, 88, 2614, 39, 2627, 90, 2637, 38, 2676, 39, 2690, 37, 2718, 38, 2764, 88, 2779, 37, 2783, 88, 2794, 37, 2798, 88, 3052, 39, 3081, 88, 3090, 40, 3097, 88, 3106, 40, 3112, 88, 3123, 40, 3129, 88, 3139, 40, 3145, 88, 3157, 40, 3162, 88, 3173, 39, 3183, 37, 3186, 88, 3196, 39, 3318, 38, 3325, 37, 3333, 38, 3351, 39, 3354, 38, 3359, 90, 3384, 38, 3417, 88, 3425, 40, 3432, 88, 3441, 40, 3448, 88, 3458, 40, 3465, 88, 3475, 40, 3482, 88, 3491, 40, 3499, 88, 3508, 39, 3523, 38, 3606, 37, 3610, 88, 3621, 37, 3627, 88, 3635, 40, 3647, 39, 3675, 38, 3706, 37, 3720, 37, 3721, 37, 3722, 37, 3723, 37, 3724, 37, 3725, 37, 3726, 37, 3727, 37, 3728, 37, 3729, 37, 3730, 37, 3740, 39, 3750, 40, 3753, 37, 3762, 40, 3864, 38, 3876, 39, 3880, 38, 3932, 88, 3940, 40, 3947, 88, 3956, 40, 3963, 88, 3973, 40, 3980, 88, 3991, 40, 3996, 88, 4006, 40, 4013, 88, 4024, 39, 4059, 38, 4068, 39, 4086, 37, 4106, 40, 4121, 38, 4176, 37, 4189, 37, 4190, 37, 4191, 37, 4205, 39, 4218, 38, 4224, 37, 4239, 88, 4265, 39, 4276, 38, 4283, 39, 4307, 38, 4325, 37, 4332, 38, 4341, 37, 4344, 88, 4356, 37, 4361, 88, 4371, 37, 4376, 88, 4385, 37, 4390, 88, 4400, 37, 4403, 88, 4412, 37, 4417, 88, 4681, 39, 4706, 37, 4739, 38, 4748, 39, 4753, 38, 4763, 39, 4803, 38, 4848, 37, 4908, 38, 4914, 37, 4955, 88, 4974, 37, 4981, 88, 4993, 37, 4998, 88, 5208, 39, 5230, 37, 5240, 39, 5254, 88, 5264, 39, 5266, 88, 5275, 40, 5281, 88, 5291, 40, 5298, 88, 5307, 40, 5314, 88, 5324, 40, 5330, 88, 5340, 40, 5347, 88, 5356, 39, 5397, 38, 5405, 39, 5416, 37, 5449, 39, 5492, 38, 5534, 37, 5548, 37, 5551, 88, 5771, 39, 5788, 38, 5793, 37, 5807, 37, 5809, 88, 5838, 39, 5848, 38, 5855, 39, 5880, 38, 5896, 37, 5906, 88, 5917, 37, 5923, 88, 5934, 37, 5939, 88, 6259, 39, 6280, 40, 6295, 90, 6305, 38, 6322, 37, 6331, 88, 6342, 37, 6347, 88, 6359, 37, 6363, 88, 6375, 37, 6379, 88, 6390, 37, 6395, 88, 6452, 37, 6459, 38, 6469, 39, 6474, 38, 6494, 39, 6510, 38, 6619, 39, 6630, 40, 6666, 90, 6707, 37, 6737, 38, 6745, 39, 6750, 38, 6760, 39, 6795, 38, 6841, 37, 6902, 38, 6908, 37, 6954, 88, 6968, 37, 6973, 88, 7025, 39, 7037, 37, 7104, 39, 7109, 88, 7120, 37, 7126, 88, 7165, 39, 7221, 40, 7224, 88, 7237, 38, 7243, 37, 7252, 90, 7260, 39, 7268, 90, 7277, 39, 7285, 88, 7295, 40, 7302, 88, 7311, 40, 7318, 88, 7328, 40, 7334, 88, 7345, 40, 7350, 88, 7362, 40, 7367, 88, 7377, 39, 7420, 38, 7428, 39, 7442, 88, 7453, 37, 7467, 38, 7488, 40, 7496, 37, 7510, 39, 7625, 38, 7643, 40, 7665, 38, 7670, 39, 7694, 38, 7710, 37, 7744, 38, 7754, 39, 7758, 38, 7768, 39, 7801, 38 ], - goldDrop: [ 23, 29, 19, 25 ], - bornPos: [ 1, 20, 18, 9, 7, 8, 13, 17, 15, 5, 16, 3, 1, 2 ] -}, -{ level: 50, ai: 1, time: 3924, state: 1, country: "Taiwan", //id=50 2014-06-05 23:13:00 - action: [ 0, 37, 40, 39, 81, 40, 95, 39, 107, 38, 130, 88, 162, 39, 172, 38, 183, 39, 195, 37, 218, 38, 241, 37, 264, 38, 282, 37, 287, 38, 306, 39, 348, 38, 363, 37, 372, 38, 426, 39, 454, 38, 461, 39, 483, 37, 497, 39, 522, 38, 524, 38, 536, 39, 558, 38, 568, 37, 572, 38, 580, 37, 584, 38, 593, 37, 597, 38, 682, 39, 698, 40, 707, 39, 718, 37, 722, 88, 729, 39, 737, 40, 768, 37, 776, 39, 786, 38, 795, 37, 802, 38, 808, 37, 813, 38, 820, 37, 824, 38, 836, 37, 859, 39, 872, 39, 873, 39, 874, 39, 875, 39, 876, 39, 922, 38, 952, 37, 959, 38, 966, 37, 971, 38, 977, 37, 982, 38, 991, 37, 1061, 40, 1075, 39, 1128, 37, 1142, 37, 1143, 37, 1144, 37, 1145, 37, 1146, 37, 1147, 37, 1148, 37, 1149, 37, 1150, 37, 1151, 37, 1152, 37, 1153, 37, 1154, 37, 1155, 37, 1156, 37, 1157, 37, 1158, 37, 1159, 37, 1160, 37, 1161, 37, 1162, 37, 1163, 37, 1164, 37, 1165, 37, 1166, 37, 1167, 37, 1198, 40, 1218, 38, 1225, 37, 1237, 88, 1248, 37, 1253, 88, 1306, 39, 1320, 38, 1332, 37, 1342, 38, 1364, 37, 1389, 38, 1400, 39, 1440, 38, 1454, 39, 1515, 38, 1523, 37, 1528, 38, 1535, 37, 1539, 38, 1547, 37, 1552, 38, 1578, 37, 1583, 38, 1837, 37, 1863, 37, 1893, 38, 1916, 37, 1921, 38, 1927, 39, 1937, 38, 1957, 37, 1977, 38, 1992, 37, 1999, 38, 2009, 37, 2022, 40, 2036, 40, 2037, 40, 2038, 40, 2039, 40, 2040, 40, 2041, 40, 2058, 39, 2068, 40, 2078, 37, 2093, 38, 2308, 39, 2324, 38, 2337, 37, 2345, 38, 2366, 37, 2389, 38, 2419, 39, 2513, 38, 2584, 40, 2601, 37, 2622, 40, 2633, 37, 2673, 40, 2683, 37, 2692, 38, 2716, 37, 2724, 88, 2734, 37, 2740, 88, 2788, 39, 2808, 90, 2819, 38, 2833, 37, 2843, 38, 2859, 40, 2871, 39, 2884, 37, 2890, 38, 2905, 37, 2918, 39, 2927, 38, 2933, 37, 2951, 38, 2956, 37, 2964, 88, 2999, 37, 3004, 88, 3014, 37, 3021, 88, 3032, 37, 3039, 88, 3050, 37, 3056, 88, 3066, 37, 3072, 88, 3082, 37, 3088, 88, 3157, 39, 3177, 39, 3231, 38, 3245, 39, 3285, 38, 3296, 40, 3305, 39, 3313, 88, 3321, 37, 3326, 88, 3335, 37, 3343, 38, 3356, 39, 3394, 37, 3450, 38, 3463, 39, 3469, 90, 3478, 39, 3481, 90, 3496, 88, 3538, 37, 3547, 40, 3562, 37, 3581, 38, 3586, 37, 3596, 88, 3641, 39, 3652, 38, 3665, 37, 3675, 38, 3697, 37, 3720, 38, 3736, 37, 3742, 38, 3767, 37, 3846, 38, 3884, 39, 3894, 37, 3907, 38 ], - goldDrop: [ 17, 38, 21, 23 ], - bornPos: [ 1, 13, 4, 15, 22, 21 ] -}, -{ level: 51, ai: 1, time: 2239, state: 1, country: "Taiwan", //id=51 2014-06-05 23:14:33 - action: [ 0, 37, 3, 90, 21, 39, 44, 38, 55, 39, 65, 38, 91, 37, 100, 38, 123, 37, 203, 39, 258, 37, 311, 38, 357, 37, 361, 88, 376, 37, 380, 88, 468, 39, 553, 38, 565, 39, 578, 38, 604, 37, 614, 38, 636, 37, 678, 39, 690, 40, 706, 37, 733, 40, 738, 39, 754, 38, 767, 88, 801, 39, 816, 38, 828, 39, 837, 38, 866, 37, 874, 38, 896, 37, 983, 38, 1016, 37, 1038, 39, 1100, 90, 1112, 37, 1165, 38, 1210, 40, 1238, 88, 1252, 40, 1257, 88, 1267, 39, 1282, 37, 1329, 40, 1346, 37, 1390, 38, 1409, 39, 1430, 88, 1482, 39, 1493, 38, 1511, 37, 1544, 38, 1580, 39, 1737, 38, 1752, 88, 1766, 37, 1770, 88, 1836, 39, 1854, 38, 1866, 39, 1876, 38, 1903, 37, 1913, 38, 1932, 37, 1942, 37, 1945, 38, 1949, 37, 2031, 38, 2050, 39, 2055, 38, 2094, 90, 2131, 37, 2142, 38, 2178, 39, 2217, 38 ], - goldDrop: [ 30, 20 ], - bornPos: [ 1, 13, 9 ] -}, -{ level: 52, ai: 1, time: 2999, state: 1, country: "Taiwan", //id=52 2014-06-05 23:26:07 - action: [ 0, 37, 55, 38, 73, 39, 122, 40, 151, 39, 241, 38, 276, 39, 284, 38, 294, 37, 313, 38, 330, 39, 352, 38, 364, 37, 495, 90, 522, 37, 550, 38, 570, 39, 612, 40, 822, 39, 836, 38, 856, 40, 866, 37, 917, 40, 935, 39, 986, 40, 1145, 37, 1196, 40, 1207, 39, 1261, 37, 1312, 37, 1322, 38, 1340, 39, 1389, 38, 1406, 37, 1454, 38, 1469, 39, 1524, 38, 1710, 39, 1889, 38, 1895, 39, 1915, 37, 1975, 38, 1999, 37, 2035, 39, 2068, 40, 2187, 37, 2238, 38, 2256, 37, 2260, 38, 2275, 39, 2325, 38, 2341, 37, 2392, 38, 2408, 39, 2499, 38, 2504, 39, 2526, 37, 2553, 90, 2564, 37, 2576, 39, 2650, 38, 2685, 39, 2691, 38, 2703, 37, 2723, 38, 2740, 39, 2758, 38, 2769, 37, 2925, 38, 2944, 39, 2988, 38 ], - goldDrop: [ 28, 31, 26, 19, 18, 34 ], - bornPos: [] -}, -{ level: 53, ai: 1, time: 4219, state: 1, country: "Taiwan", //id=53 2014-06-07 13:48:05 - action: [ 0, 37, 34, 88, 58, 37, 96, 38, 158, 39, 189, 38, 201, 39, 230, 37, 238, 39, 244, 90, 255, 39, 260, 90, 270, 37, 277, 90, 291, 37, 304, 39, 318, 39, 319, 39, 320, 39, 323, 90, 337, 37, 345, 39, 358, 39, 359, 39, 360, 39, 361, 39, 362, 39, 363, 39, 366, 90, 385, 37, 393, 39, 406, 39, 407, 39, 408, 39, 413, 37, 430, 39, 446, 90, 521, 37, 584, 40, 656, 37, 685, 38, 751, 39, 807, 90, 818, 37, 852, 39, 863, 37, 878, 38, 904, 37, 910, 38, 934, 37, 945, 40, 970, 88, 1020, 37, 1034, 37, 1035, 37, 1036, 37, 1037, 37, 1081, 38, 1153, 39, 1171, 37, 1216, 40, 1332, 38, 1401, 39, 1431, 38, 1444, 39, 1485, 90, 1538, 39, 1543, 90, 1557, 37, 1564, 90, 1577, 37, 1587, 38, 1635, 39, 1657, 38, 1688, 39, 1694, 40, 1706, 37, 1728, 38, 1743, 39, 1755, 38, 1776, 39, 1781, 38, 1797, 37, 1845, 38, 1859, 37, 1867, 40, 1873, 37, 1881, 39, 1916, 37, 1989, 38, 2055, 39, 2084, 38, 2096, 39, 2146, 88, 2158, 37, 2161, 88, 2171, 39, 2187, 90, 2198, 37, 2209, 39, 2218, 39, 2238, 38, 2245, 39, 2253, 38, 2259, 39, 2265, 38, 2271, 39, 2277, 38, 2282, 39, 2308, 37, 2312, 88, 2323, 37, 2328, 88, 2338, 37, 2343, 88, 2354, 37, 2358, 88, 2367, 39, 2390, 88, 2400, 37, 2407, 88, 2416, 37, 2421, 88, 2432, 37, 2435, 88, 2446, 37, 2450, 88, 2460, 39, 2481, 88, 2491, 37, 2500, 88, 2514, 39, 2529, 90, 2542, 37, 2569, 39, 2583, 90, 2593, 37, 2893, 38, 2956, 39, 2985, 38, 3001, 39, 3088, 37, 3115, 39, 3124, 90, 3349, 37, 3356, 90, 3369, 37, 3395, 39, 3411, 37, 3414, 88, 3426, 39, 3454, 38, 3482, 37, 3495, 37, 3496, 37, 3497, 37, 3498, 37, 3499, 37, 3512, 37, 3533, 88, 3545, 37, 3574, 39, 3627, 38, 3635, 39, 3644, 38, 3817, 37, 3830, 37, 3831, 37, 3832, 37, 3833, 37, 3834, 37, 3883, 90, 3933, 37, 3979, 38, 4040, 39, 4069, 38, 4081, 39, 4175, 38, 4182, 39, 4188, 38, 4193, 39, 4213, 38 ], - goldDrop: [ 37 ], - bornPos: [] -}, -{ level: 54, ai: 1, time: 2277, state: 1, country: "Taiwan", //id=54 2014-06-07 13:49:38 - action: [ 0, 37, 105, 38, 116, 39, 234, 37, 291, 39, 301, 88, 317, 37, 321, 88, 332, 37, 337, 88, 349, 37, 355, 88, 366, 37, 371, 88, 382, 37, 388, 88, 508, 37, 518, 38, 562, 37, 572, 38, 603, 37, 618, 88, 642, 37, 645, 88, 658, 37, 663, 88, 724, 39, 761, 37, 779, 90, 789, 39, 795, 90, 806, 39, 811, 90, 821, 39, 827, 90, 837, 39, 842, 90, 1015, 39, 1022, 38, 1051, 37, 1089, 38, 1101, 39, 1207, 88, 1242, 39, 1247, 88, 1279, 39, 1306, 38, 1319, 37, 1454, 38, 1466, 39, 1596, 37, 1601, 88, 1647, 39, 1661, 38, 1673, 37, 1760, 88, 1776, 90, 1821, 37, 1830, 90, 1856, 37, 1900, 38, 1913, 39, 2049, 38, 2060, 37, 2092, 90, 2156, 37, 2192, 38, 2200, 37, 2271, 38 ], - goldDrop: [ 19, 22, 20, 17, 27, 27, 18, 36, 37, 34, 31, 39, 22, 20, 15, 16, 26, 27, 39, 35, 36, 20, 27, 35, 22, 32 ], - bornPos: [ 1, 5, 1, 7, 8 ] -}, -{ level: 55, ai: 1, time: 4508, state: 1, country: "Taiwan", //id=55 2014-06-07 13:55:38 - action: [ 0, 88, 45, 39, 65, 88, 95, 39, 135, 88, 144, 39, 186, 40, 194, 37, 209, 88, 228, 37, 235, 39, 295, 37, 312, 38, 343, 39, 369, 88, 378, 39, 409, 90, 423, 37, 454, 38, 465, 37, 468, 38, 539, 39, 554, 40, 561, 37, 585, 38, 601, 37, 614, 40, 623, 39, 652, 40, 661, 37, 668, 90, 679, 40, 683, 90, 692, 37, 722, 90, 736, 37, 769, 90, 780, 39, 794, 90, 805, 37, 840, 40, 847, 39, 876, 40, 891, 39, 904, 37, 934, 38, 940, 37, 950, 38, 958, 37, 968, 39, 1020, 90, 1027, 40, 1040, 39, 1047, 40, 1056, 39, 1070, 38, 1082, 39, 1091, 38, 1099, 39, 1109, 37, 1119, 40, 1130, 37, 1132, 40, 1141, 39, 1144, 40, 1149, 37, 1154, 39, 1210, 37, 1214, 40, 1247, 38, 1263, 39, 1272, 38, 1287, 37, 1298, 39, 1311, 38, 1319, 39, 1332, 88, 1341, 37, 1343, 90, 1570, 88, 1582, 37, 1587, 88, 1597, 37, 1601, 88, 1613, 37, 1614, 88, 1627, 37, 1635, 40, 1645, 38, 1663, 39, 1677, 90, 1682, 37, 1687, 88, 1697, 39, 1713, 90, 1723, 39, 1729, 90, 1738, 39, 1744, 90, 1753, 39, 1760, 90, 1768, 39, 1777, 90, 1789, 39, 1817, 37, 1836, 38, 1870, 37, 1918, 90, 1967, 37, 1985, 88, 1998, 37, 2002, 88, 2014, 40, 2019, 88, 2035, 40, 2047, 39, 2054, 38, 2106, 37, 2153, 38, 2164, 39, 2172, 38, 2176, 37, 2181, 38, 2191, 39, 2202, 40, 2212, 37, 2221, 40, 2228, 37, 2240, 38, 2263, 39, 2268, 88, 2313, 39, 2332, 90, 2343, 38, 2365, 39, 2374, 37, 2378, 38, 2395, 39, 2410, 40, 2417, 37, 2435, 88, 2443, 37, 2448, 88, 2463, 39, 2519, 37, 2557, 38, 2597, 37, 2611, 40, 2619, 39, 2645, 40, 2657, 37, 2673, 40, 2687, 39, 2707, 37, 2726, 38, 2739, 40, 2772, 88, 2792, 40, 2800, 38, 2828, 39, 2851, 90, 2871, 88, 2949, 37, 2967, 88, 2978, 37, 2983, 88, 3071, 39, 3092, 38, 3099, 39, 3153, 40, 3198, 37, 3331, 39, 3351, 38, 3403, 40, 3419, 37, 3431, 40, 3434, 37, 3459, 90, 3468, 37, 3494, 40, 3538, 38, 3558, 40, 3586, 38, 3600, 39, 3631, 37, 3643, 90, 3654, 39, 3661, 40, 3667, 39, 3713, 40, 3734, 38, 3751, 39, 3758, 38, 3764, 39, 3777, 90, 3822, 37, 3826, 88, 3835, 39, 3849, 39, 3850, 39, 3851, 39, 3852, 39, 3853, 39, 3854, 39, 3855, 39, 3872, 38, 4198, 40, 4236, 37, 4292, 90, 4311, 39, 4314, 90, 4364, 37, 4388, 38, 4409, 88, 4419, 39, 4435, 38, 4450, 39, 4475, 38 ], - goldDrop: [ 15, 39, 39 ], - bornPos: [ 1, 26, 14 ] -}, -{ level: 56, ai: 1, time: 1521, state: 1, country: "Taiwan", //id=56 2014-06-07 13:57:46 - action: [ 0, 39, 6, 38, 83, 37, 138, 39, 155, 40, 206, 39, 210, 90, 226, 39, 240, 37, 244, 88, 257, 40, 266, 37, 272, 90, 283, 39, 287, 90, 298, 39, 304, 90, 313, 37, 331, 90, 342, 39, 350, 90, 462, 37, 475, 39, 489, 90, 508, 37, 520, 39, 557, 38, 634, 39, 653, 40, 703, 39, 708, 90, 721, 39, 734, 37, 738, 88, 751, 40, 759, 37, 765, 90, 776, 39, 781, 90, 791, 39, 797, 90, 807, 37, 825, 90, 833, 39, 842, 90, 851, 37, 860, 90, 872, 37, 909, 38, 989, 39, 1079, 37, 1121, 40, 1144, 37, 1149, 39, 1201, 90, 1218, 39, 1233, 37, 1236, 88, 1251, 40, 1259, 37, 1266, 90, 1276, 39, 1281, 90, 1293, 39, 1297, 90, 1308, 37, 1324, 90, 1334, 39, 1341, 90, 1351, 37, 1360, 90, 1373, 37, 1444, 38 ], - goldDrop: [], - bornPos: [] -}, -{ level: 57, ai: 1, time: 1308, state: 1, country: "Taiwan", //id=57 2014-06-07 13:59:58 - action: [ 0, 39, 127, 38, 143, 37, 148, 39, 155, 38, 170, 37, 175, 39, 182, 38, 194, 37, 199, 39, 205, 38, 238, 37, 249, 40, 259, 37, 344, 39, 428, 40, 441, 37, 447, 39, 451, 90, 463, 37, 556, 39, 628, 40, 639, 39, 648, 37, 654, 40, 665, 39, 675, 40, 687, 37, 733, 39, 742, 37, 813, 39, 866, 38, 879, 37, 901, 38, 931, 37, 944, 38, 959, 40, 970, 39, 992, 90, 1004, 39, 1006, 90, 1020, 39, 1025, 90, 1077, 37, 1106, 88, 1117, 38, 1130, 37, 1200, 38, 1215, 37, 1222, 39, 1228, 38, 1239, 37, 1244, 39, 1251, 38, 1261, 37, 1267, 39, 1276, 37, 1286, 38 ], - goldDrop: [ 32, 25 ], - bornPos: [ 1, 26 ] -}, -{ level: 58, ai: 1, time: 1538, state: 1, country: "Taiwan", //id=58 2014-06-07 14:01:02 - action: [ 0, 37, 27, 39, 35, 40, 63, 39, 69, 40, 93, 37, 102, 39, 112, 38, 131, 37, 135, 38, 163, 39, 169, 38, 191, 39, 215, 38, 247, 37, 257, 40, 268, 39, 278, 90, 290, 37, 297, 39, 310, 39, 311, 39, 312, 39, 313, 39, 322, 37, 344, 39, 360, 90, 370, 39, 376, 90, 391, 37, 406, 88, 418, 39, 439, 88, 452, 37, 457, 88, 467, 39, 479, 88, 491, 39, 504, 37, 525, 90, 536, 37, 556, 38, 579, 37, 585, 38, 603, 39, 612, 38, 634, 39, 651, 37, 677, 38, 687, 39, 693, 38, 708, 39, 754, 38, 793, 39, 817, 37, 836, 38, 859, 39, 868, 40, 885, 39, 900, 37, 911, 38, 931, 37, 942, 38, 962, 37, 968, 38, 981, 88, 1035, 39, 1055, 38, 1073, 39, 1087, 38, 1106, 37, 1122, 38, 1131, 37, 1247, 88, 1301, 39, 1330, 38, 1387, 39, 1424, 39, 1483, 38 ], - goldDrop: [ 15 ], - bornPos: [] -}, -{ level: 59, ai: 1, time: 3555, state: 1, country: "Taiwan", //id=59 2014-06-07 14:03:27 +{ level: 59, ai: 1, time: 3555, state: 1, godMode: 0, location: "Taiwan", ip:"114.44.174.50", date:"2014-06-07 14:03:27", //id=59 action: [ 0, 37, 24, 39, 36, 88, 46, 37, 52, 88, 61, 37, 69, 88, 77, 37, 118, 88, 130, 37, 135, 88, 146, 37, 152, 88, 178, 37, 193, 38, 210, 39, 223, 38, 234, 39, 252, 38, 268, 37, 276, 38, 292, 37, 301, 40, 322, 90, 333, 37, 341, 38, 354, 39, 386, 38, 401, 37, 408, 38, 419, 38, 421, 37, 424, 38, 436, 39, 450, 39, 451, 39, 452, 39, 453, 39, 454, 39, 455, 39, 456, 39, 457, 39, 458, 39, 475, 90, 485, 37, 512, 37, 518, 39, 556, 37, 563, 90, 575, 39, 580, 90, 593, 39, 598, 90, 611, 39, 615, 90, 628, 39, 633, 90, 645, 39, 650, 90, 662, 39, 667, 90, 890, 90, 937, 37, 983, 90, 1029, 37, 1048, 90, 1083, 37, 1111, 38, 1130, 39, 1143, 38, 1155, 39, 1172, 38, 1185, 39, 1187, 38, 1203, 37, 1212, 38, 1229, 37, 1242, 38, 1261, 39, 1282, 38, 1308, 39, 1379, 38, 1395, 37, 1400, 39, 1405, 38, 1422, 39, 1455, 38, 1471, 39, 1481, 38, 1500, 39, 1538, 37, 1547, 40, 1562, 39, 1570, 38, 1582, 37, 1589, 38, 1606, 39, 1617, 38, 1625, 39, 1635, 38, 1648, 37, 1652, 38, 1680, 39, 1694, 37, 1709, 38, 1724, 37, 1735, 88, 1746, 39, 1753, 38, 1773, 38, 1822, 37, 1857, 38, 2009, 37, 2023, 37, 2024, 37, 2025, 37, 2026, 37, 2027, 37, 2028, 37, 2029, 37, 2030, 37, 2031, 37, 2032, 37, 2033, 37, 2034, 37, 2035, 37, 2036, 37, 2037, 37, 2038, 37, 2039, 37, 2040, 37, 2041, 37, 2042, 37, 2055, 90, 2093, 37, 2099, 90, 2110, 39, 2120, 90, 2135, 39, 2138, 90, 2151, 39, 2156, 90, 2168, 39, 2173, 90, 2191, 39, 2194, 90, 2433, 37, 2490, 90, 2534, 37, 2550, 90, 2561, 88, 2599, 37, 2605, 88, 2614, 37, 2625, 88, 2636, 37, 2662, 38, 2682, 39, 2696, 38, 2708, 39, 2727, 38, 2745, 39, 2778, 40, 2799, 39, 2805, 38, 2816, 90, 2883, 37, 2896, 37, 2897, 37, 2898, 37, 2899, 37, 2900, 37, 2901, 37, 2929, 90, 2942, 39, 2950, 90, 2960, 39, 2973, 90, 2985, 39, 2990, 90, 3003, 39, 3007, 90, 3019, 39, 3024, 90, 3035, 39, 3040, 90, 3216, 39, 3224, 38, 3252, 39, 3260, 90, 3306, 37, 3412, 38, 3427, 39, 3442, 38, 3455, 39, 3473, 38, 3496, 37, 3505, 38, 3523, 37, 3538, 38 ], goldDrop: [ 22, 22, 27, 25, 24, 24, 17, 18, 14, 31, 33, 16, 20, 31 ], bornPos: [ 1, 16, 8, 1, 0, 9, 12, 7, 4, 20, 3, 25, 14, 10, 27, 21, 11, 19 ] }, -{ level: 60, ai: 1, time: 6138, state: 1, country: "Taiwan", //id=60 2014-06-07 14:13:48 - action: [ 0, 39, 23, 37, 26, 88, 90, 39, 102, 37, 109, 88, 119, 37, 122, 88, 168, 37, 278, 39, 286, 90, 359, 37, 370, 38, 415, 37, 448, 38, 466, 39, 485, 38, 504, 40, 550, 37, 564, 38, 604, 39, 610, 38, 627, 39, 634, 38, 656, 39, 674, 38, 699, 37, 703, 88, 726, 39, 740, 37, 763, 90, 827, 37, 854, 38, 914, 39, 932, 38, 941, 39, 966, 38, 982, 37, 990, 40, 1000, 90, 1020, 37, 1026, 38, 1060, 37, 1115, 38, 1179, 39, 1204, 40, 1232, 37, 1235, 88, 1255, 39, 1263, 38, 1296, 37, 1307, 90, 1368, 37, 1382, 38, 1441, 39, 1459, 40, 1478, 37, 1488, 38, 1502, 37, 1505, 88, 1517, 39, 1535, 90, 1551, 37, 1556, 38, 1623, 37, 1647, 38, 1709, 39, 1730, 38, 1741, 39, 1765, 38, 1776, 39, 1800, 38, 1813, 39, 1827, 39, 1828, 39, 1829, 39, 1830, 39, 1831, 39, 1832, 39, 1833, 39, 1834, 39, 1835, 39, 1836, 39, 1837, 39, 1838, 39, 1839, 39, 1840, 39, 1841, 39, 1842, 39, 1843, 39, 1844, 39, 1845, 39, 1846, 39, 1847, 39, 1848, 39, 1849, 39, 1850, 39, 1851, 39, 1852, 39, 1853, 39, 1854, 39, 1855, 39, 1858, 88, 1871, 37, 1876, 88, 1934, 39, 1954, 90, 1965, 39, 1970, 90, 1981, 39, 1986, 90, 2004, 40, 2008, 90, 2020, 37, 2033, 38, 2093, 40, 2140, 38, 2152, 40, 2162, 38, 2185, 40, 2192, 39, 2339, 38, 2382, 40, 2450, 39, 2463, 38, 2543, 37, 2596, 39, 2618, 90, 2633, 37, 2640, 38, 2654, 39, 2661, 38, 2675, 38, 2676, 38, 2714, 37, 2731, 39, 2742, 37, 2746, 88, 2755, 39, 2776, 88, 2789, 39, 2833, 38, 2943, 40, 3016, 39, 3103, 38, 3182, 37, 3196, 90, 3208, 37, 3236, 37, 3244, 38, 3257, 37, 3262, 90, 3277, 37, 3303, 39, 3316, 40, 3351, 39, 3368, 37, 3376, 38, 3392, 39, 3425, 38, 3461, 39, 3494, 40, 3539, 39, 3553, 40, 3558, 39, 3579, 38, 3655, 37, 3726, 88, 3738, 39, 3748, 38, 3771, 39, 3775, 90, 3792, 37, 3813, 39, 3821, 88, 3834, 39, 3841, 38, 3856, 39, 3869, 37, 3884, 39, 3941, 38, 3976, 39, 4059, 40, 4092, 39, 4115, 38, 4195, 37, 4209, 37, 4222, 37, 4223, 37, 4282, 39, 4567, 37, 4681, 88, 4718, 38, 4781, 39, 4800, 38, 4826, 40, 4855, 39, 4874, 38, 4942, 90, 5024, 39, 5035, 38, 5048, 39, 5052, 90, 5111, 37, 5125, 37, 5126, 37, 5127, 37, 5128, 37, 5129, 37, 5130, 37, 5131, 37, 5153, 88, 5164, 37, 5170, 88, 5181, 37, 5188, 88, 5198, 37, 5205, 88, 5270, 38, 5283, 38, 5284, 38, 5285, 38, 5331, 39, 5353, 38, 5363, 39, 5388, 38, 5397, 39, 5414, 38, 5435, 40, 5804, 37, 5814, 38, 5869, 37, 5915, 37, 5973, 38, 6037, 39, 6056, 38, 6064, 39, 6086, 38, 6097, 39, 6100, 38, 6109, 39, 6132, 38 ], - goldDrop: [ 18, 32, 15, 28, 15, 19, 39 ], - bornPos: [ 1, 20, 5, 16, 4 ] -}, -{ level: 61, ai: 1, time: 5049, state: 1, country: "Taiwan", //id=61 2014-06-07 14:17:08 - action: [ 0, 39, 2, 90, 50, 37, 60, 39, 73, 39, 74, 39, 75, 39, 76, 39, 77, 39, 78, 39, 79, 39, 80, 39, 83, 90, 117, 37, 129, 88, 141, 37, 145, 88, 154, 39, 189, 38, 204, 37, 236, 39, 243, 37, 283, 90, 350, 37, 374, 38, 402, 37, 423, 40, 451, 39, 455, 88, 527, 39, 546, 37, 556, 88, 619, 39, 635, 38, 699, 39, 718, 40, 722, 39, 753, 38, 766, 39, 785, 90, 796, 39, 798, 90, 811, 37, 822, 39, 864, 40, 865, 37, 909, 90, 961, 37, 981, 38, 1009, 37, 1105, 40, 1123, 39, 1141, 37, 1152, 90, 1194, 37, 1204, 38, 1271, 39, 1325, 37, 1344, 38, 1395, 37, 1410, 90, 1422, 37, 1432, 40, 1438, 39, 1454, 39, 1487, 38, 1502, 88, 1554, 39, 1575, 38, 1583, 37, 1590, 38, 1664, 39, 1696, 38, 1718, 39, 1757, 37, 1802, 40, 1845, 39, 1853, 90, 1871, 39, 1875, 90, 1889, 39, 1894, 90, 1906, 39, 2037, 38, 2124, 40, 2137, 38, 2190, 37, 2306, 90, 2316, 39, 2321, 90, 2333, 39, 2338, 90, 2348, 39, 2360, 90, 2371, 39, 2376, 90, 2387, 39, 2392, 90, 2402, 39, 2408, 90, 2418, 39, 2433, 90, 2444, 39, 2449, 90, 2569, 39, 2587, 38, 2623, 40, 2632, 38, 2653, 39, 2740, 38, 2819, 37, 2871, 37, 2938, 90, 2948, 39, 2955, 90, 2966, 39, 2972, 90, 3036, 39, 3044, 90, 3056, 39, 3060, 90, 3072, 39, 3078, 90, 3090, 39, 3095, 90, 3135, 39, 3147, 90, 3158, 39, 3161, 90, 3172, 39, 3176, 90, 3208, 39, 3221, 38, 3235, 39, 3300, 40, 3404, 38, 3597, 37, 3653, 37, 3668, 38, 3679, 37, 3682, 88, 3808, 39, 3827, 38, 3848, 39, 3864, 40, 3872, 39, 3946, 38, 4088, 37, 4203, 90, 4215, 39, 4220, 90, 4230, 39, 4242, 90, 4254, 39, 4259, 90, 4271, 39, 4275, 90, 4286, 39, 4291, 90, 4301, 39, 4315, 90, 4326, 39, 4329, 90, 4340, 39, 4345, 90, 4380, 39, 4393, 38, 4403, 39, 4417, 40, 4449, 38, 4458, 39, 4483, 40, 4571, 38, 4793, 37, 4844, 37, 4912, 90, 4951, 37, 4972, 38 ], - goldDrop: [ 17, 23, 36, 27, 31, 21, 14, 16, 39, 14, 20 ], - bornPos: [ 1, 3, 14, 4, 2, 12, 18 ] -}, -{ level: 62, ai: 1, time: 2500, state: 1, country: "Taiwan", //id=62 2014-06-07 14:19:05 - action: [ 0, 37, 15, 39, 20, 90, 86, 37, 133, 90, 146, 88, 210, 39, 217, 37, 237, 38, 308, 39, 313, 88, 324, 39, 377, 37, 402, 39, 407, 90, 417, 37, 471, 39, 561, 88, 607, 39, 612, 88, 642, 39, 661, 38, 733, 37, 780, 88, 801, 39, 836, 37, 874, 39, 904, 37, 908, 90, 921, 37, 936, 90, 952, 37, 962, 38, 976, 39, 1016, 88, 1028, 37, 1033, 88, 1089, 39, 1110, 38, 1183, 37, 1269, 38, 1286, 37, 1351, 40, 1390, 39, 1398, 40, 1409, 37, 1418, 90, 1428, 39, 1433, 90, 1444, 39, 1449, 90, 1460, 39, 1465, 90, 1475, 39, 1480, 90, 1490, 39, 1496, 90, 1505, 39, 1510, 90, 1520, 39, 1525, 90, 1540, 39, 1563, 88, 1575, 37, 1580, 88, 1644, 39, 1661, 90, 1671, 39, 1674, 90, 1684, 39, 1699, 90, 1708, 39, 1714, 90, 1726, 39, 1731, 90, 1871, 39, 1891, 38, 1974, 37, 1989, 90, 2048, 37, 2144, 39, 2162, 37, 2169, 90, 2180, 39, 2183, 90, 2194, 37, 2255, 39, 2350, 88, 2392, 39, 2416, 38, 2489, 37, 2494, 38 ], - goldDrop: [ 20, 25, 16, 28, 14, 28, 14, 19 ], - bornPos: [ 1, 21, 26, 3, 23, 10, 5, 7, 8, 16 ] -}, -{ level: 63, ai: 1, time: 1900, state: 1, country: "Taiwan", //id=63 2014-06-07 14:24:04 - action: [ 0, 39, 15, 37, 34, 38, 47, 40, 62, 39, 68, 90, 81, 39, 83, 90, 93, 37, 124, 38, 167, 39, 203, 37, 213, 90, 224, 37, 242, 39, 290, 37, 313, 90, 323, 37, 347, 90, 358, 37, 376, 90, 432, 39, 471, 88, 513, 37, 523, 90, 569, 37, 584, 88, 596, 37, 601, 88, 609, 37, 634, 38, 659, 90, 669, 37, 707, 38, 724, 39, 731, 38, 744, 40, 754, 37, 761, 40, 776, 39, 786, 90, 836, 37, 848, 38, 865, 39, 875, 38, 881, 39, 893, 90, 905, 40, 912, 90, 920, 38, 958, 37, 974, 39, 982, 90, 992, 39, 997, 90, 1005, 37, 1018, 90, 1027, 39, 1033, 90, 1043, 37, 1051, 90, 1067, 37, 1094, 40, 1104, 37, 1117, 40, 1135, 39, 1143, 38, 1179, 39, 1206, 40, 1227, 39, 1314, 38, 1402, 40, 1416, 39, 1455, 38, 1482, 39, 1539, 40, 1560, 39, 1574, 39, 1575, 39, 1576, 39, 1577, 39, 1578, 39, 1579, 39, 1580, 39, 1581, 39, 1582, 39, 1583, 39, 1584, 39, 1585, 39, 1586, 39, 1587, 39, 1588, 39, 1589, 39, 1590, 39, 1595, 38, 1611, 40, 1625, 40, 1626, 40, 1627, 40, 1628, 40, 1629, 40, 1630, 40, 1631, 40, 1632, 40, 1633, 40, 1634, 40, 1635, 40, 1636, 40, 1637, 40, 1638, 40, 1639, 40, 1640, 40, 1659, 38, 1673, 90, 1733, 37, 1750, 38, 1761, 39, 1777, 38, 1791, 37, 1806, 38, 1819, 39, 1835, 38, 1850, 37, 1861, 38, 1878, 39, 1889, 38 ], - goldDrop: [], +{ level: 60, ai: 2, time: 3486, state: 1, godMode: 0, location: "Korea, Republic of", ip:"116.126.194.224", date:"2014-10-04 23:05:26", //id=60 + action: [ 0, 39, 5, 88, 13, 39, 35, 88, 42, 39, 83, 88, 88, 37, 101, 39, 154, 38, 181, 40, 194, 38, 211, 37, 217, 90, 227, 39, 233, 90, 243, 40, 249, 90, 288, 37, 307, 88, 349, 39, 369, 88, 378, 39, 413, 37, 421, 38, 434, 40, 450, 39, 460, 38, 476, 40, 485, 90, 532, 38, 576, 37, 625, 40, 627, 88, 662, 39, 686, 88, 720, 39, 753, 38, 771, 40, 780, 38, 815, 40, 863, 39, 875, 38, 904, 40, 974, 38, 989, 40, 1029, 38, 1091, 37, 1108, 40, 1159, 39, 1179, 38, 1257, 37, 1273, 90, 1283, 37, 1304, 40, 1359, 39, 1434, 38, 1447, 90, 1448, 40, 1456, 90, 1470, 40, 1512, 38, 1521, 90, 1543, 38, 1559, 40, 1575, 90, 1584, 40, 1588, 90, 1602, 40, 1620, 38, 1625, 90, 1654, 38, 1720, 37, 1774, 90, 1783, 37, 1797, 88, 1805, 39, 1848, 90, 1857, 37, 1876, 88, 1886, 39, 1921, 38, 1926, 90, 1944, 40, 1948, 39, 1977, 38, 2045, 37, 2223, 90, 2257, 37, 2271, 88, 2286, 38, 2294, 39, 2306, 37, 2316, 38, 2372, 39, 2388, 40, 2403, 37, 2406, 39, 2409, 88, 2415, 37, 2419, 88, 2424, 39, 2449, 90, 2457, 37, 2512, 40, 2518, 38, 2529, 90, 2565, 38, 2595, 40, 2602, 38, 2630, 39, 2650, 38, 2658, 39, 2677, 40, 2686, 90, 2698, 37, 2740, 88, 2741, 39, 2758, 37, 2791, 38, 2821, 90, 2835, 38, 2861, 39, 2882, 38, 2890, 39, 2908, 40, 2917, 90, 2931, 37, 2962, 88, 2966, 37, 2970, 88, 2982, 39, 2995, 37, 3012, 90, 3051, 37, 3081, 38, 3136, 39, 3173, 37, 3189, 88, 3195, 39, 3225, 37, 3249, 90, 3259, 39, 3264, 90, 3333, 37, 3347, 38, 3401, 39, 3421, 38, 3426, 39, 3450, 38, 3455, 39, 3481, 38 ], + goldDrop: [ 34, 35, 38, 15, 32 ], bornPos: [ 1, 27 ] }, -{ level: 64, ai: 1, time: 5381, state: 1, country: "Taiwan", //id=64 2014-06-07 14:27:34 - action: [ 0, 39, 26, 37, 36, 39, 42, 37, 61, 39, 68, 88, 101, 39, 109, 37, 198, 38, 215, 39, 260, 38, 271, 37, 311, 38, 322, 39, 352, 38, 364, 37, 383, 38, 394, 39, 418, 38, 588, 39, 596, 37, 616, 38, 641, 39, 682, 37, 761, 90, 773, 39, 778, 90, 791, 39, 801, 90, 814, 39, 819, 90, 831, 39, 836, 90, 848, 39, 853, 90, 865, 39, 870, 90, 881, 39, 885, 90, 1039, 39, 1048, 38, 1097, 39, 1112, 38, 1121, 90, 1161, 37, 1222, 38, 1236, 39, 1279, 38, 1355, 39, 1373, 39, 1386, 39, 1387, 39, 1440, 38, 1452, 37, 1494, 38, 1507, 37, 1508, 38, 1520, 39, 1553, 38, 1565, 37, 1588, 38, 1601, 39, 1624, 37, 1645, 38, 1844, 37, 1984, 90, 1997, 39, 2001, 90, 2013, 39, 2024, 90, 2036, 39, 2040, 90, 2052, 39, 2056, 90, 2068, 39, 2072, 90, 2083, 39, 2088, 90, 2098, 39, 2103, 90, 2276, 39, 2284, 38, 2307, 39, 2331, 37, 2336, 90, 2382, 37, 2397, 88, 2407, 37, 2413, 88, 2423, 37, 2430, 88, 2440, 37, 2446, 88, 2456, 37, 2463, 88, 2473, 37, 2479, 88, 2487, 37, 2510, 38, 2527, 39, 2572, 38, 2583, 37, 2593, 39, 2602, 40, 2614, 37, 2660, 40, 2678, 39, 2691, 38, 2701, 88, 2713, 37, 2723, 39, 2771, 90, 2781, 39, 2785, 90, 2796, 39, 2799, 90, 2810, 39, 2815, 90, 2825, 39, 2831, 90, 2841, 39, 2847, 90, 2857, 39, 2862, 90, 2871, 39, 2888, 38, 3042, 39, 3045, 38, 3078, 39, 3089, 90, 3143, 37, 3202, 88, 3216, 37, 3221, 88, 3233, 37, 3239, 88, 3250, 37, 3256, 88, 3269, 37, 3274, 88, 3285, 37, 3291, 88, 3517, 39, 3543, 88, 3554, 37, 3560, 88, 3572, 37, 3577, 88, 3589, 37, 3595, 88, 3606, 37, 3611, 88, 3622, 37, 3627, 88, 3852, 39, 3884, 88, 3897, 37, 3902, 88, 3913, 37, 3918, 88, 3930, 37, 3936, 88, 3947, 37, 3953, 88, 3963, 37, 3970, 88, 4202, 39, 4222, 38, 4235, 88, 4247, 37, 4252, 88, 4265, 37, 4270, 88, 4282, 37, 4286, 88, 4297, 37, 4303, 88, 4313, 37, 4319, 88, 4547, 39, 4571, 38, 4584, 88, 4596, 37, 4601, 88, 4613, 37, 4618, 88, 4630, 37, 4635, 88, 4649, 37, 4653, 88, 4664, 37, 4669, 88, 4894, 39, 4926, 37, 4958, 40, 4976, 40, 4983, 39, 4988, 88, 5034, 37, 5064, 40, 5125, 88, 5181, 38, 5196, 39, 5250, 38, 5266, 38, 5306, 39, 5375, 38 ], - goldDrop: [ 17, 21, 17, 28, 37, 38, 21, 22, 27, 37, 19, 23, 25, 28, 19, 29, 23, 37, 35, 19, 18, 28, 36, 20, 34, 35, 21, 15, 22, 36, 29, 23, 19, 26, 35, 25, 30, 19, 33, 25, 35 ], - bornPos: [ 1, 24, 2, 5, 26, 3, 6, 25, 9, 7, 13, 21, 10, 1, 22, 4, 20, 11, 18, 12, 23, 13, 2, 23, 10 ] +{ level: 61, ai: 2, time: 1491, state: 1, godMode: 0, location: "Korea, Republic of", ip:"116.126.194.224", date:"2014-10-04 23:06:45", //id=61 + action: [ 0, 37, 38, 40, 59, 37, 62, 90, 71, 37, 86, 39, 106, 88, 155, 39, 180, 38, 193, 39, 209, 37, 221, 39, 229, 90, 291, 37, 349, 39, 397, 38, 408, 39, 451, 38, 621, 37, 731, 90, 740, 39, 746, 90, 788, 37, 811, 38, 835, 37, 860, 39, 872, 37, 880, 40, 947, 37, 981, 90, 989, 39, 1001, 88, 1010, 37, 1025, 39, 1035, 37, 1056, 88, 1067, 38, 1100, 39, 1118, 37, 1134, 38, 1159, 39, 1208, 37, 1221, 90, 1229, 37, 1270, 40, 1283, 39, 1315, 88, 1325, 37, 1334, 90, 1340, 39, 1345, 90, 1391, 39, 1410, 38, 1462, 39, 1469, 37, 1476, 38 ], + goldDrop: [ 30, 33, 18 ], + bornPos: [] }, -{ level: 65, ai: 1, time: 2160, state: 1, country: "Taiwan", //id=65 2014-06-07 14:29:18 +{ level: 62, ai: 2, time: 2085, state: 1, godMode: 0, location: "Korea, Republic of", ip:"116.126.194.224", date:"2014-10-03 22:29:29", //id=62 + action: [ 0, 39, 13, 90, 26, 88, 69, 39, 110, 38, 123, 39, 127, 38, 193, 37, 226, 88, 233, 39, 260, 37, 333, 39, 370, 37, 385, 39, 386, 90, 423, 39, 448, 37, 482, 39, 497, 37, 508, 39, 522, 88, 534, 37, 539, 88, 611, 39, 653, 38, 673, 39, 677, 38, 744, 37, 828, 40, 849, 37, 875, 39, 889, 37, 900, 39, 919, 37, 958, 39, 970, 90, 979, 39, 996, 90, 1007, 39, 1030, 88, 1040, 37, 1046, 88, 1075, 37, 1083, 90, 1094, 88, 1136, 37, 1155, 88, 1179, 37, 1208, 38, 1272, 39, 1279, 88, 1285, 39, 1376, 90, 1387, 37, 1405, 39, 1419, 37, 1439, 90, 1447, 39, 1456, 90, 1467, 39, 1473, 90, 1484, 39, 1491, 90, 1498, 39, 1519, 88, 1532, 90, 1580, 39, 1601, 88, 1614, 90, 1654, 39, 1687, 90, 1698, 39, 1705, 90, 1714, 39, 1722, 90, 1731, 39, 1739, 38, 1803, 90, 1815, 40, 1821, 90, 1830, 37, 1861, 90, 1871, 37, 1916, 88, 1923, 39, 1997, 38, 2009, 39, 2021, 38, 2073, 37, 2080, 38 ], + goldDrop: [ 28, 30, 35, 14, 39, 19, 22, 27, 22, 37, 27 ], + bornPos: [ 1, 9, 10, 16, 23, 5, 11, 2, 15 ] +}, +{ level: 63, ai: 2, time: 1613, state: 1, godMode: 0, location: "Korea, Republic of", ip:"116.126.194.224", date:"2014-10-04 23:10:37", //id=63 + action: [ 0, 39, 11, 37, 28, 38, 44, 40, 57, 88, 65, 39, 80, 37, 97, 38, 139, 39, 154, 88, 161, 39, 224, 37, 263, 38, 352, 39, 434, 90, 454, 37, 468, 39, 477, 37, 526, 90, 548, 88, 575, 37, 594, 38, 617, 90, 626, 37, 660, 38, 678, 39, 683, 38, 694, 40, 700, 37, 708, 40, 724, 39, 734, 90, 777, 37, 789, 38, 804, 39, 811, 38, 816, 88, 827, 40, 834, 39, 844, 90, 859, 38, 889, 37, 907, 39, 917, 90, 927, 39, 934, 90, 942, 37, 954, 90, 964, 39, 971, 90, 980, 37, 994, 88, 1032, 39, 1037, 90, 1044, 37, 1060, 40, 1074, 37, 1080, 40, 1111, 39, 1180, 88, 1196, 90, 1227, 39, 1256, 38, 1315, 39, 1353, 40, 1377, 39, 1415, 38, 1425, 37, 1430, 90, 1478, 37, 1488, 38, 1499, 39, 1514, 38, 1524, 37, 1539, 38, 1549, 39, 1563, 38, 1573, 37, 1581, 38, 1594, 39, 1603, 38 ], + goldDrop: [], + bornPos: [] +}, +{ level: 64, ai: 2, time: 3695, state: 1, godMode: 0, location: "Korea, Republic of", ip:"116.126.194.224", date:"2014-10-04 23:13:22", //id=64 + action: [ 0, 39, 31, 37, 130, 38, 143, 39, 187, 38, 209, 39, 298, 38, 309, 37, 353, 38, 363, 39, 398, 38, 408, 37, 435, 38, 443, 39, 466, 37, 572, 39, 580, 88, 589, 37, 596, 88, 608, 37, 613, 88, 624, 37, 630, 88, 638, 37, 647, 88, 654, 37, 664, 90, 676, 88, 724, 37, 737, 88, 748, 37, 754, 88, 766, 37, 771, 88, 779, 38, 802, 39, 847, 38, 857, 37, 886, 39, 944, 37, 960, 88, 970, 37, 976, 88, 988, 37, 993, 88, 1004, 37, 1009, 88, 1020, 37, 1025, 88, 1037, 37, 1042, 88, 1053, 37, 1057, 88, 1078, 37, 1081, 88, 1093, 37, 1098, 88, 1108, 37, 1114, 88, 1124, 38, 1141, 39, 1187, 38, 1196, 37, 1236, 38, 1245, 39, 1275, 38, 1286, 37, 1307, 38, 1316, 39, 1403, 37, 1408, 88, 1421, 37, 1424, 88, 1437, 37, 1441, 88, 1452, 37, 1457, 88, 1469, 37, 1473, 88, 1487, 37, 1491, 88, 1504, 37, 1508, 88, 1522, 37, 1526, 88, 1542, 37, 1546, 88, 1558, 37, 1562, 88, 1571, 37, 1578, 88, 1588, 38, 1606, 39, 1638, 40, 1649, 39, 1669, 37, 1677, 39, 1700, 37, 1707, 88, 1741, 37, 1746, 88, 1758, 37, 1763, 88, 1777, 37, 1780, 88, 1793, 37, 1797, 88, 1812, 37, 1816, 88, 1828, 37, 1834, 88, 1845, 37, 1850, 88, 1863, 37, 1867, 88, 1881, 37, 1885, 88, 1899, 37, 1903, 88, 2000, 38, 2016, 39, 2088, 37, 2098, 88, 2119, 37, 2127, 88, 2140, 37, 2145, 88, 2159, 37, 2162, 88, 2178, 37, 2181, 88, 2194, 37, 2198, 88, 2211, 37, 2216, 88, 2229, 37, 2233, 88, 2246, 37, 2250, 88, 2263, 37, 2268, 88, 2341, 38, 2356, 39, 2426, 37, 2454, 39, 2473, 40, 2495, 88, 2506, 37, 2512, 88, 2525, 37, 2529, 88, 2542, 37, 2547, 88, 2560, 37, 2565, 88, 2577, 37, 2581, 88, 2593, 37, 2598, 88, 2614, 37, 2618, 88, 2629, 37, 2634, 88, 2647, 37, 2651, 88, 2676, 37, 2680, 38, 2694, 39, 2721, 40, 2729, 39, 2739, 40, 2764, 39, 2796, 37, 2831, 39, 2862, 88, 2875, 37, 2880, 88, 2893, 37, 2897, 88, 2912, 37, 2916, 88, 2929, 37, 2934, 88, 2953, 37, 2958, 88, 2983, 37, 2988, 88, 3004, 37, 3009, 88, 3018, 37, 3037, 38, 3052, 39, 3095, 40, 3106, 39, 3136, 37, 3159, 39, 3180, 40, 3189, 37, 3204, 40, 3232, 37, 3236, 88, 3245, 37, 3253, 88, 3265, 37, 3272, 88, 3283, 37, 3289, 88, 3301, 37, 3306, 88, 3317, 37, 3322, 88, 3332, 37, 3338, 88, 3349, 37, 3353, 88, 3366, 37, 3370, 88, 3383, 38, 3397, 39, 3453, 38, 3495, 40, 3503, 90, 3608, 38, 3625, 39, 3690, 38 ], + goldDrop: [ 14, 20, 21, 15, 14, 30, 31, 35, 23, 35, 25, 32, 32, 17, 28, 35, 24, 36, 18, 26, 26, 29, 33, 24, 32, 35, 20, 23, 22, 24, 17, 26, 24, 31, 28, 31, 36 ], + bornPos: [ 1, 5, 13, 6, 23, 24, 22, 19, 4, 3, 1, 25, 2, 26, 18, 21, 7, 16, 5, 26, 3, 14, 2, 13, 19 ] +}, +{ level: 65, ai: 1, time: 2160, state: 1, godMode: 0, location: "Taiwan", ip:"114.44.174.50", date:"2014-06-07 14:29:18", //id=65 action: [ 0, 39, 4, 38, 46, 39, 54, 38, 80, 39, 92, 40, 102, 37, 114, 39, 127, 39, 132, 39, 137, 39, 142, 39, 149, 39, 154, 39, 165, 37, 191, 88, 201, 37, 206, 88, 217, 37, 221, 90, 228, 39, 232, 90, 259, 37, 268, 38, 286, 37, 300, 38, 319, 40, 330, 90, 442, 37, 455, 39, 459, 38, 488, 40, 495, 90, 578, 38, 588, 37, 597, 40, 608, 39, 677, 88, 687, 37, 692, 88, 703, 37, 708, 88, 776, 38, 818, 39, 827, 38, 847, 37, 854, 38, 859, 37, 866, 39, 970, 38, 980, 40, 992, 88, 998, 37, 1001, 88, 1012, 37, 1016, 88, 1027, 39, 1050, 37, 1100, 38, 1113, 39, 1180, 38, 1228, 90, 1239, 40, 1245, 90, 1268, 40, 1272, 90, 1285, 37, 1306, 39, 1311, 90, 1332, 37, 1391, 40, 1416, 37, 1428, 40, 1436, 88, 1446, 37, 1452, 88, 1461, 37, 1466, 88, 1476, 37, 1480, 90, 1504, 38, 1532, 39, 1546, 38, 1580, 37, 1590, 38, 1598, 37, 1618, 38, 1625, 37, 1635, 38, 1677, 39, 1700, 38, 1715, 40, 1779, 37, 1787, 90, 1798, 39, 1802, 90, 1815, 39, 1819, 90, 1937, 37, 1942, 39, 1946, 38, 1975, 39, 2042, 38, 2049, 37, 2059, 38, 2068, 37, 2074, 38, 2084, 37, 2088, 38, 2098, 37, 2102, 38, 2112, 37, 2115, 38, 2124, 37, 2128, 38, 2137, 37, 2141, 38, 2150, 37, 2154, 38 ], goldDrop: [ 30, 39, 32, 25, 16 ], bornPos: [ 1, 14, 17 ] }, -{ level: 66, ai: 1, time: 2692, state: 1, country: "Taiwan", //id=66 2014-06-07 14:31:11 - action: [ 0, 37, 3, 90, 33, 37, 55, 38, 62, 37, 68, 38, 76, 37, 79, 38, 87, 37, 90, 38, 100, 38, 104, 37, 114, 38, 128, 37, 134, 38, 142, 37, 147, 38, 155, 39, 159, 38, 167, 39, 172, 38, 181, 39, 185, 38, 193, 39, 197, 38, 205, 39, 209, 38, 216, 39, 220, 38, 236, 39, 253, 38, 293, 40, 301, 88, 352, 37, 370, 40, 384, 37, 387, 40, 400, 39, 414, 39, 415, 39, 416, 39, 417, 39, 418, 39, 419, 39, 420, 39, 421, 39, 422, 39, 423, 39, 424, 39, 425, 39, 426, 39, 427, 39, 428, 39, 429, 39, 430, 39, 431, 39, 432, 39, 433, 39, 434, 39, 435, 39, 436, 39, 437, 39, 438, 39, 439, 39, 440, 39, 441, 39, 442, 39, 443, 39, 444, 39, 445, 39, 446, 39, 447, 39, 448, 39, 449, 39, 450, 39, 451, 39, 488, 38, 495, 39, 502, 38, 507, 39, 515, 38, 520, 39, 527, 38, 532, 39, 536, 38, 549, 39, 559, 38, 565, 39, 570, 38, 581, 37, 584, 38, 593, 37, 597, 38, 606, 37, 610, 38, 619, 37, 624, 38, 632, 37, 636, 38, 645, 37, 652, 38, 678, 37, 684, 38, 690, 37, 707, 40, 715, 90, 767, 39, 810, 38, 818, 37, 822, 38, 830, 37, 834, 38, 843, 37, 847, 38, 856, 37, 860, 38, 868, 37, 888, 40, 892, 90, 985, 37, 992, 90, 1050, 39, 1058, 90, 1074, 39, 1077, 90, 1259, 40, 1269, 39, 1287, 40, 1301, 40, 1302, 40, 1303, 40, 1304, 40, 1305, 40, 1349, 38, 1355, 39, 1371, 37, 1387, 39, 1402, 37, 1449, 90, 1460, 39, 1465, 90, 1492, 39, 1496, 88, 1507, 37, 1512, 88, 1529, 37, 1550, 38, 1557, 37, 1562, 38, 1569, 37, 1573, 38, 1581, 37, 1583, 38, 1590, 37, 1595, 37, 1598, 38, 1608, 37, 1612, 38, 1620, 37, 1625, 38, 1634, 37, 1638, 38, 1647, 39, 1652, 38, 1661, 39, 1666, 38, 1673, 39, 1677, 38, 1690, 39, 1694, 38, 1701, 39, 1705, 38, 1713, 39, 1717, 38, 1733, 39, 1755, 38, 1775, 39, 1797, 38, 1821, 40, 1825, 90, 1917, 37, 1932, 88, 1944, 37, 1951, 88, 1965, 39, 1977, 90, 1989, 39, 1993, 90, 2004, 39, 2009, 90, 2022, 37, 2035, 90, 2045, 39, 2051, 90, 2061, 39, 2067, 90, 2077, 39, 2083, 90, 2093, 37, 2110, 90, 2120, 39, 2125, 90, 2136, 39, 2140, 90, 2150, 37, 2185, 39, 2200, 88, 2210, 37, 2215, 88, 2227, 37, 2232, 88, 2253, 39, 2266, 90, 2278, 39, 2283, 90, 2301, 37, 2315, 88, 2326, 37, 2331, 88, 2341, 37, 2348, 88, 2360, 39, 2375, 88, 2392, 39, 2412, 40, 2422, 39, 2430, 38, 2463, 88, 2519, 39, 2534, 38, 2542, 39, 2548, 38, 2555, 39, 2561, 38, 2566, 39, 2573, 38, 2578, 39, 2584, 38, 2591, 39, 2596, 38, 2602, 39, 2606, 38, 2621, 37, 2625, 38, 2633, 37, 2637, 38, 2646, 37, 2649, 38, 2658, 37, 2661, 38, 2670, 37, 2673, 38, 2682, 37, 2686, 38 ], +{ level: 66, ai: 2, time: 1206, state: 1, godMode: 0, location: "Korea, Republic of", ip:"116.126.194.224", date:"2014-10-04 23:19:21", //id=66 + action: [ 0, 90, 10, 88, 44, 37, 67, 38, 75, 37, 78, 38, 85, 37, 90, 38, 96, 37, 101, 38, 109, 37, 113, 38, 120, 37, 124, 38, 132, 37, 136, 38, 145, 37, 147, 38, 162, 37, 165, 38, 174, 39, 178, 38, 187, 39, 190, 38, 199, 39, 203, 38, 213, 39, 216, 38, 226, 39, 230, 38, 240, 39, 243, 38, 253, 39, 284, 37, 292, 40, 312, 39, 316, 90, 323, 39, 342, 90, 393, 37, 411, 39, 416, 88, 422, 37, 431, 88, 442, 37, 447, 88, 456, 39, 470, 90, 483, 39, 487, 90, 498, 39, 503, 90, 514, 39, 519, 90, 530, 37, 541, 90, 555, 39, 558, 90, 573, 39, 577, 90, 589, 37, 600, 90, 611, 39, 616, 90, 627, 88, 677, 39, 681, 90, 687, 37, 704, 88, 718, 37, 721, 88, 732, 37, 737, 88, 747, 37, 761, 39, 776, 90, 785, 39, 789, 90, 800, 39, 807, 90, 817, 37, 831, 88, 844, 37, 848, 88, 858, 37, 865, 88, 873, 39, 891, 88, 899, 39, 912, 40, 937, 39, 941, 88, 951, 90, 1032, 39, 1043, 38, 1048, 39, 1051, 38, 1059, 39, 1065, 38, 1072, 39, 1077, 38, 1085, 39, 1090, 38, 1097, 39, 1101, 38, 1109, 39, 1113, 38, 1121, 39, 1126, 38, 1136, 37, 1141, 38, 1150, 37, 1154, 38, 1162, 37, 1165, 38, 1175, 37, 1178, 38, 1187, 37, 1190, 38, 1198, 37, 1201, 38 ], goldDrop: [], - bornPos: [ 1, 8, 18 ] + bornPos: [ 1, 18, 19 ] }, -{ level: 67, ai: 1, time: 3804, state: 1, country: "Taiwan", //id=67 2014-06-07 15:29:26 - action: [ 0, 39, 10, 37, 23, 39, 27, 90, 39, 37, 70, 88, 77, 39, 103, 37, 128, 39, 161, 38, 174, 39, 185, 40, 192, 39, 205, 88, 214, 37, 219, 88, 229, 37, 232, 88, 244, 37, 250, 88, 260, 37, 266, 88, 299, 38, 311, 39, 320, 38, 327, 39, 335, 38, 341, 39, 349, 38, 356, 39, 361, 38, 375, 37, 404, 40, 410, 39, 418, 38, 428, 37, 431, 38, 441, 39, 448, 38, 455, 39, 462, 38, 468, 39, 474, 38, 481, 39, 492, 38, 497, 39, 519, 37, 539, 40, 547, 37, 658, 39, 676, 38, 683, 39, 711, 37, 735, 38, 748, 39, 757, 38, 766, 39, 772, 38, 778, 39, 784, 38, 790, 39, 795, 38, 800, 39, 818, 37, 820, 38, 830, 37, 836, 38, 846, 39, 852, 38, 858, 39, 864, 38, 870, 39, 875, 38, 887, 37, 901, 39, 905, 90, 916, 37, 938, 38, 945, 90, 957, 37, 966, 40, 978, 39, 982, 90, 992, 37, 1099, 39, 1133, 38, 1140, 39, 1161, 37, 1170, 88, 1228, 39, 1237, 37, 1252, 38, 1263, 39, 1269, 38, 1277, 39, 1347, 37, 1379, 40, 1410, 37, 1420, 40, 1429, 37, 1443, 39, 1461, 38, 1469, 39, 1491, 37, 1508, 38, 1521, 39, 1529, 38, 1537, 39, 1544, 38, 1549, 39, 1556, 38, 1561, 39, 1567, 38, 1573, 39, 1578, 38, 1589, 37, 1594, 38, 1605, 39, 1613, 38, 1619, 39, 1628, 38, 1644, 39, 1653, 38, 1666, 39, 1762, 37, 1776, 40, 1785, 37, 1814, 39, 1844, 37, 1859, 38, 1870, 39, 1877, 38, 1883, 39, 1890, 38, 1898, 39, 1904, 38, 1910, 39, 1917, 38, 2002, 39, 2025, 37, 2041, 40, 2051, 37, 2090, 40, 2104, 37, 2110, 40, 2116, 37, 2121, 40, 2126, 37, 2132, 40, 2140, 37, 2147, 40, 2161, 39, 2172, 88, 2184, 37, 2188, 88, 2254, 39, 2265, 37, 2282, 38, 2294, 39, 2327, 38, 2334, 39, 2341, 38, 2346, 39, 2353, 38, 2358, 39, 2365, 38, 2370, 39, 2378, 38, 2384, 37, 2390, 38, 2401, 39, 2407, 38, 2414, 39, 2421, 38, 2426, 39, 2433, 38, 2446, 39, 2466, 40, 2472, 37, 2477, 40, 2487, 37, 2494, 40, 2502, 37, 2523, 40, 2526, 37, 2531, 40, 2539, 37, 2551, 40, 2558, 37, 2566, 40, 2573, 37, 2579, 40, 2585, 37, 2591, 40, 2604, 39, 2652, 38, 2665, 38, 2672, 37, 2677, 38, 2771, 39, 2785, 37, 2809, 39, 2823, 39, 2824, 39, 2825, 39, 2826, 39, 2827, 39, 2828, 39, 2829, 39, 2830, 39, 2831, 39, 2832, 39, 2833, 39, 2834, 39, 2835, 39, 2836, 39, 2837, 39, 2838, 39, 2839, 39, 2840, 39, 2841, 39, 2842, 39, 2843, 39, 2844, 39, 2845, 39, 2846, 39, 2847, 39, 2848, 39, 2849, 39, 2850, 39, 2851, 39, 2852, 39, 2853, 39, 2854, 39, 2855, 39, 2856, 39, 2857, 39, 2858, 39, 2859, 39, 2860, 39, 2861, 39, 2862, 39, 2863, 39, 2864, 39, 2869, 38, 2920, 37, 2926, 88, 2936, 37, 2939, 88, 2951, 37, 2956, 88, 2992, 37, 2999, 88, 3009, 37, 3011, 88, 3083, 39, 3097, 39, 3098, 39, 3099, 39, 3100, 39, 3101, 39, 3102, 39, 3103, 39, 3104, 39, 3105, 39, 3106, 39, 3107, 39, 3108, 39, 3109, 39, 3110, 39, 3111, 39, 3112, 39, 3113, 39, 3114, 39, 3115, 39, 3116, 39, 3117, 39, 3118, 39, 3119, 39, 3120, 39, 3121, 39, 3122, 39, 3123, 39, 3124, 39, 3125, 39, 3126, 39, 3128, 39, 3129, 39, 3130, 39, 3131, 39, 3132, 39, 3133, 39, 3134, 39, 3135, 39, 3136, 39, 3137, 39, 3138, 39, 3139, 39, 3141, 38, 3145, 90, 3184, 38, 3190, 90, 3204, 38, 3218, 38, 3219, 38, 3220, 38, 3221, 38, 3222, 38, 3223, 38, 3234, 37, 3248, 38, 3274, 37, 3284, 39, 3291, 38, 3306, 37, 3355, 90, 3412, 39, 3415, 88, 3544, 37, 3549, 88, 3559, 37, 3570, 39, 3592, 38, 3602, 37, 3607, 90, 3617, 37, 3627, 40, 3632, 37, 3637, 40, 3690, 38, 3695, 37, 3700, 38, 3706, 90, 3739, 37, 3753, 37, 3754, 37, 3755, 37, 3793, 38 ], - goldDrop: [ 17, 20, 37, 39, 37, 30, 15, 23, 24, 17, 20 ], - bornPos: [ 1, 27, 4, 6, 9 ] +{ level: 67, ai: 2, time: 2321, state: 1, godMode: 0, location: "Korea, Republic of", ip:"116.126.194.224", date:"2014-10-04 23:21:44", //id=67 + action: [ 0, 90, 8, 37, 39, 88, 47, 39, 60, 37, 87, 39, 120, 38, 141, 39, 147, 40, 152, 39, 167, 90, 177, 39, 184, 90, 191, 39, 211, 37, 216, 40, 231, 37, 240, 39, 254, 90, 284, 37, 291, 39, 302, 90, 310, 39, 318, 90, 335, 38, 354, 39, 425, 38, 469, 37, 498, 40, 506, 39, 572, 38, 610, 37, 616, 88, 633, 37, 637, 88, 649, 37, 653, 88, 689, 38, 748, 37, 806, 39, 885, 38, 931, 37, 947, 38, 970, 37, 1092, 39, 1098, 90, 1109, 39, 1115, 90, 1126, 39, 1131, 90, 1145, 39, 1149, 90, 1160, 39, 1165, 90, 1177, 39, 1181, 90, 1194, 39, 1205, 38, 1211, 90, 1230, 37, 1242, 39, 1253, 37, 1256, 40, 1280, 39, 1285, 38, 1296, 37, 1301, 38, 1314, 37, 1331, 39, 1355, 37, 1368, 40, 1378, 37, 1420, 39, 1428, 40, 1443, 37, 1445, 90, 1486, 37, 1495, 38, 1506, 39, 1511, 38, 1518, 39, 1523, 38, 1530, 39, 1534, 38, 1542, 39, 1546, 38, 1568, 39, 1572, 38, 1581, 39, 1584, 38, 1592, 39, 1595, 38, 1615, 39, 1631, 40, 1637, 37, 1643, 40, 1650, 37, 1684, 38, 1693, 39, 1699, 38, 1706, 39, 1709, 38, 1718, 39, 1722, 38, 1734, 37, 1737, 90, 1747, 37, 1768, 38, 1778, 37, 1785, 40, 1796, 37, 1799, 40, 1811, 39, 1823, 90, 1829, 37, 1917, 39, 1949, 38, 1957, 39, 1961, 38, 1967, 39, 1973, 38, 1981, 39, 1986, 38, 1992, 39, 1996, 38, 2003, 39, 2007, 38, 2018, 37, 2083, 39, 2097, 38, 2104, 39, 2109, 38, 2117, 39, 2122, 38, 2130, 39, 2135, 38, 2142, 39, 2146, 38, 2153, 39, 2157, 38, 2177, 39, 2183, 38, 2188, 39, 2193, 38, 2200, 39, 2204, 38, 2215, 37, 2220, 90, 2228, 37, 2249, 38, 2257, 37, 2311, 38 ], + goldDrop: [ 33, 22, 16, 31, 38, 26, 35 ], + bornPos: [ 1, 14, 2, 10, 15, 1, 6 ] }, -{ level: 68, ai: 1, time: 2856, state: 1, country: "Taiwan", //id=68 2014-06-07 15:32:03 - action: [ 0, 39, 24, 90, 38, 37, 66, 38, 81, 90, 91, 40, 98, 90, 108, 40, 115, 90, 125, 37, 149, 39, 164, 38, 228, 37, 242, 37, 243, 37, 244, 37, 245, 37, 246, 37, 247, 37, 248, 37, 249, 37, 257, 88, 294, 39, 309, 40, 335, 38, 349, 37, 355, 37, 371, 39, 392, 40, 409, 37, 419, 38, 437, 37, 451, 37, 462, 40, 476, 39, 503, 38, 518, 37, 531, 39, 539, 37, 550, 39, 566, 38, 575, 37, 610, 40, 637, 37, 648, 38, 689, 39, 710, 38, 754, 39, 769, 88, 780, 39, 811, 37, 825, 37, 826, 37, 832, 37, 923, 38, 962, 39, 982, 38, 1010, 37, 1037, 39, 1051, 39, 1052, 39, 1053, 39, 1054, 39, 1055, 39, 1056, 39, 1057, 39, 1072, 38, 1111, 39, 1171, 90, 1187, 37, 1203, 40, 1261, 40, 1270, 39, 1290, 38, 1303, 37, 1323, 38, 1371, 90, 1418, 37, 1443, 38, 1451, 37, 1526, 38, 1565, 39, 1582, 38, 1594, 39, 1597, 38, 1638, 39, 1757, 40, 1795, 37, 1805, 38, 1824, 37, 1830, 38, 1846, 88, 1866, 39, 1880, 90, 1899, 37, 1952, 38, 2004, 90, 2048, 37, 2073, 38, 2081, 37, 2156, 38, 2194, 39, 2213, 38, 2252, 39, 2341, 40, 2402, 90, 2414, 37, 2457, 38, 2512, 90, 2555, 37, 2578, 38, 2585, 37, 2657, 38, 2697, 39, 2717, 38, 2757, 39, 2845, 38 ], - goldDrop: [ 37, 34 ], - bornPos: [ 1, 18 ] +{ level: 68, ai: 2, time: 2826, state: 1, godMode: 0, location: "Korea, Republic of", ip:"116.126.194.224", date:"2014-10-04 23:24:44", //id=68 + action: [ 0, 39, 22, 90, 35, 37, 64, 38, 78, 90, 89, 40, 94, 90, 104, 40, 110, 90, 117, 40, 131, 37, 162, 88, 241, 39, 255, 40, 272, 38, 285, 37, 324, 39, 338, 38, 449, 40, 512, 38, 544, 37, 606, 39, 613, 37, 624, 38, 655, 39, 668, 38, 672, 39, 691, 38, 714, 37, 745, 39, 774, 38, 815, 39, 840, 90, 850, 37, 870, 39, 899, 40, 923, 38, 968, 37, 1037, 38, 1071, 39, 1090, 38, 1130, 39, 1166, 37, 1175, 39, 1266, 40, 1272, 37, 1321, 88, 1329, 39, 1340, 37, 1386, 38, 1401, 37, 1424, 38, 1432, 37, 1502, 38, 1537, 39, 1556, 38, 1586, 39, 1596, 38, 1601, 39, 1657, 90, 1665, 37, 1716, 40, 1722, 37, 1742, 38, 1748, 37, 1817, 38, 1850, 39, 1870, 38, 1904, 39, 2014, 40, 2027, 37, 2044, 88, 2054, 39, 2071, 90, 2083, 37, 2142, 38, 2155, 37, 2180, 38, 2186, 37, 2253, 38, 2287, 39, 2306, 38, 2338, 39, 2422, 40, 2432, 39, 2437, 40, 2483, 37, 2526, 38, 2542, 37, 2566, 38, 2572, 37, 2641, 38, 2675, 39, 2694, 38, 2729, 39, 2816, 38 ], + goldDrop: [ 25 ], + bornPos: [ 1, 6 ] }, -{ level: 69, ai: 1, time: 2975, state: 1, country: "Taiwan", //id=69 2014-06-07 22:52:22 +{ level: 69, ai: 1, time: 2975, state: 1, godMode: 0, location: "Taiwan", ip:"114.44.174.50", date:"2014-06-07 22:52:22", //id=69 action: [ 0, 37, 9, 88, 48, 39, 88, 40, 120, 37, 146, 39, 168, 38, 184, 39, 190, 38, 210, 39, 219, 88, 228, 37, 232, 88, 244, 39, 259, 88, 271, 39, 288, 88, 298, 37, 303, 88, 315, 39, 321, 88, 360, 39, 376, 40, 388, 39, 413, 38, 446, 37, 472, 38, 481, 37, 497, 38, 541, 39, 572, 38, 633, 39, 651, 38, 701, 40, 706, 90, 719, 39, 724, 90, 739, 37, 766, 37, 809, 40, 823, 37, 909, 38, 954, 39, 957, 88, 970, 37, 975, 88, 983, 39, 993, 88, 1006, 37, 1014, 88, 1022, 39, 1034, 88, 1046, 37, 1054, 88, 1063, 39, 1076, 88, 1088, 37, 1094, 88, 1103, 39, 1131, 37, 1147, 40, 1164, 39, 1178, 40, 1193, 39, 1204, 38, 1211, 39, 1221, 38, 1225, 39, 1244, 40, 1309, 39, 1318, 88, 1329, 37, 1335, 88, 1348, 37, 1353, 88, 1366, 37, 1371, 88, 1384, 37, 1389, 88, 1402, 37, 1408, 88, 1420, 37, 1425, 88, 1474, 37, 1482, 40, 1496, 40, 1514, 39, 1527, 39, 1559, 38, 1596, 39, 1627, 38, 1674, 39, 1690, 40, 1696, 90, 1708, 37, 1736, 37, 1747, 38, 1781, 39, 1806, 40, 1814, 90, 1827, 37, 1880, 38, 1914, 39, 1947, 40, 1954, 90, 1964, 37, 2030, 38, 2066, 39, 2111, 40, 2117, 90, 2129, 37, 2202, 38, 2235, 39, 2291, 40, 2301, 88, 2314, 39, 2328, 37, 2407, 38, 2438, 37, 2445, 90, 2455, 39, 2460, 90, 2470, 37, 2478, 90, 2490, 39, 2497, 90, 2512, 37, 2518, 90, 2531, 39, 2538, 90, 2549, 37, 2557, 90, 2569, 39, 2576, 90, 2586, 37, 2593, 90, 2607, 39, 2614, 90, 2624, 38, 2649, 39, 2678, 40, 2741, 37, 2745, 90, 2764, 37, 2791, 37, 2806, 40, 2815, 37, 2828, 37, 2829, 37, 2837, 88, 2849, 37, 2854, 88, 2915, 39, 2931, 38 ], goldDrop: [ 15, 19 ], bornPos: [ 1, 6 ] }, -{ level: 70, ai: 1, time: 2170, state: 1, country: "Taiwan", //id=70 2014-06-07 22:54:20 - action: [ 0, 37, 15, 38, 76, 37, 85, 39, 93, 38, 99, 39, 208, 38, 229, 37, 298, 38, 467, 39, 574, 38, 592, 39, 601, 38, 617, 37, 623, 39, 638, 38, 654, 37, 660, 39, 675, 38, 687, 37, 693, 39, 703, 40, 711, 39, 728, 38, 744, 39, 753, 38, 761, 39, 772, 37, 775, 38, 784, 39, 798, 90, 810, 39, 815, 90, 825, 39, 831, 90, 841, 40, 849, 90, 860, 39, 865, 90, 876, 37, 883, 90, 897, 39, 903, 90, 913, 37, 937, 39, 941, 88, 1008, 39, 1022, 37, 1036, 37, 1037, 37, 1038, 37, 1039, 37, 1040, 37, 1041, 37, 1042, 37, 1043, 37, 1044, 37, 1045, 37, 1046, 37, 1047, 37, 1048, 37, 1049, 37, 1050, 37, 1051, 37, 1052, 37, 1053, 37, 1054, 37, 1055, 37, 1056, 37, 1057, 37, 1058, 37, 1059, 37, 1073, 40, 1092, 37, 1100, 40, 1109, 37, 1116, 40, 1123, 37, 1128, 40, 1132, 37, 1137, 37, 1167, 38, 1195, 39, 1204, 38, 1224, 39, 1232, 38, 1253, 40, 1259, 39, 1270, 38, 1288, 39, 1298, 37, 1304, 38, 1319, 39, 1342, 38, 1376, 39, 1380, 90, 1403, 40, 1409, 90, 1421, 39, 1426, 90, 1437, 37, 1445, 90, 1460, 39, 1465, 90, 1477, 37, 1491, 90, 1503, 39, 1508, 90, 1519, 37, 1526, 90, 1542, 37, 1572, 39, 1585, 38, 1604, 39, 1607, 37, 1620, 37, 1621, 37, 1622, 37, 1668, 37, 1678, 40, 1686, 37, 1696, 38, 1724, 39, 1732, 38, 1748, 39, 1756, 38, 1766, 39, 1778, 40, 1781, 39, 1790, 38, 1805, 88, 1817, 40, 1821, 88, 1833, 40, 1837, 88, 1854, 39, 1868, 39, 1869, 39, 1870, 39, 1871, 39, 1872, 39, 1873, 39, 1874, 39, 1875, 39, 1876, 39, 1877, 39, 1878, 39, 1879, 39, 1880, 39, 1881, 39, 1882, 39, 1885, 38, 1933, 37, 1947, 37, 1948, 37, 1949, 37, 1950, 37, 1951, 37, 1952, 37, 1953, 37, 1954, 37, 1955, 37, 1956, 37, 1957, 37, 1958, 37, 1959, 37, 1960, 37, 1961, 37, 2005, 38, 2035, 39, 2045, 38, 2062, 39, 2071, 38, 2080, 39, 2093, 40, 2097, 39, 2107, 38, 2129, 39, 2159, 38 ], - goldDrop: [ 14, 22 ], +{ level: 70, ai: 2, time: 1547, state: 1, godMode: 0, location: "Taiwan", ip:"36.225.127.205", date:"2014-09-26 20:32:23", //id=70 + action: [ 0, 37, 13, 38, 66, 37, 76, 38, 81, 39, 89, 38, 98, 39, 208, 38, 221, 37, 227, 39, 242, 38, 253, 37, 260, 39, 266, 38, 278, 37, 312, 38, 320, 37, 397, 38, 541, 39, 677, 37, 695, 38, 719, 39, 729, 38, 743, 37, 750, 39, 766, 38, 776, 37, 782, 39, 789, 40, 796, 39, 809, 38, 823, 39, 831, 37, 836, 88, 847, 40, 852, 88, 865, 40, 869, 88, 878, 39, 928, 37, 944, 40, 951, 37, 959, 40, 964, 37, 969, 40, 973, 37, 977, 40, 980, 37, 1015, 38, 1040, 39, 1049, 38, 1063, 39, 1073, 38, 1092, 40, 1097, 39, 1108, 38, 1130, 39, 1144, 90, 1154, 39, 1160, 90, 1170, 39, 1175, 90, 1183, 40, 1196, 90, 1207, 39, 1213, 90, 1221, 37, 1231, 90, 1243, 39, 1249, 90, 1258, 37, 1274, 88, 1284, 37, 1296, 39, 1305, 40, 1334, 37, 1341, 40, 1348, 37, 1353, 40, 1360, 37, 1365, 40, 1369, 37, 1375, 40, 1381, 37, 1415, 38, 1439, 39, 1447, 38, 1462, 39, 1470, 38, 1477, 39, 1486, 38, 1507, 39, 1537, 38 ], + goldDrop: [ 39, 28 ], bornPos: [] }, -{ level: 71, ai: 1, time: 2920, state: 1, country: "Taiwan", //id=71 2014-06-07 22:56:18 - action: [ 0, 39, 17, 38, 26, 88, 37, 40, 43, 88, 54, 39, 73, 37, 83, 38, 98, 37, 116, 39, 122, 38, 166, 39, 174, 38, 190, 39, 195, 88, 206, 37, 211, 88, 228, 39, 243, 90, 253, 37, 266, 39, 276, 90, 287, 37, 313, 39, 342, 37, 346, 88, 357, 39, 382, 38, 420, 37, 435, 40, 444, 39, 449, 88, 476, 37, 485, 88, 606, 38, 613, 37, 620, 38, 630, 37, 632, 38, 681, 39, 692, 38, 698, 39, 724, 88, 752, 40, 756, 88, 804, 39, 822, 90, 856, 37, 868, 38, 888, 37, 894, 39, 917, 37, 928, 39, 938, 90, 950, 37, 962, 39, 979, 38, 992, 39, 1001, 38, 1009, 37, 1014, 38, 1031, 39, 1048, 37, 1056, 38, 1102, 39, 1116, 40, 1132, 38, 1150, 39, 1160, 38, 1173, 88, 1183, 40, 1192, 88, 1205, 40, 1210, 88, 1223, 39, 1242, 37, 1271, 40, 1282, 37, 1287, 40, 1307, 39, 1317, 37, 1365, 39, 1379, 37, 1446, 88, 1487, 39, 1522, 38, 1540, 37, 1552, 38, 1600, 37, 1639, 38, 1648, 37, 1659, 40, 1684, 38, 1726, 40, 1771, 37, 1788, 40, 1792, 37, 1800, 40, 1813, 37, 1816, 88, 1830, 39, 1848, 37, 1853, 88, 1862, 39, 1939, 88, 1951, 37, 1957, 88, 2033, 39, 2056, 90, 2067, 39, 2072, 90, 2083, 39, 2087, 90, 2097, 39, 2103, 90, 2112, 38, 2130, 37, 2139, 39, 2144, 38, 2155, 37, 2167, 39, 2180, 38, 2202, 37, 2210, 39, 2223, 37, 2263, 38, 2278, 40, 2290, 90, 2325, 40, 2343, 39, 2357, 37, 2371, 40, 2385, 39, 2399, 39, 2400, 39, 2401, 39, 2414, 38, 2474, 37, 2495, 38, 2505, 90, 2514, 40, 2521, 90, 2543, 37, 2552, 90, 2562, 37, 2611, 88, 2627, 39, 2644, 37, 2659, 39, 2673, 40, 2685, 37, 2706, 38, 2718, 90, 2769, 37, 2785, 38, 2802, 37, 2812, 38, 2856, 37, 2876, 38, 2883, 37, 2909, 38 ], - goldDrop: [ 35, 39, 15 ], - bornPos: [ 1, 17, 0 ] -}, -{ level: 72, ai: 1, time: 2314, state: 1, country: "Taiwan", //id=72 2014-06-07 22:58:37 - action: [ 0, 37, 8, 39, 20, 90, 66, 37, 76, 38, 90, 37, 107, 38, 124, 39, 133, 38, 146, 90, 157, 39, 162, 90, 170, 39, 181, 38, 191, 39, 200, 37, 210, 38, 216, 37, 226, 39, 235, 40, 250, 38, 266, 40, 279, 38, 287, 37, 290, 40, 301, 37, 318, 39, 336, 90, 346, 38, 359, 39, 364, 88, 374, 37, 380, 88, 388, 39, 400, 88, 411, 39, 444, 90, 456, 37, 496, 39, 522, 38, 531, 40, 540, 37, 578, 39, 584, 88, 594, 39, 641, 38, 673, 39, 688, 37, 696, 88, 705, 40, 711, 88, 721, 39, 740, 37, 751, 38, 784, 39, 798, 37, 805, 88, 820, 37, 824, 88, 839, 40, 843, 37, 859, 40, 868, 39, 883, 38, 901, 39, 905, 38, 961, 37, 995, 40, 1020, 39, 1042, 38, 1064, 39, 1094, 39, 1103, 38, 1137, 39, 1144, 88, 1162, 37, 1169, 38, 1193, 39, 1234, 40, 1248, 39, 1268, 37, 1273, 88, 1283, 39, 1316, 37, 1332, 38, 1351, 37, 1356, 40, 1377, 38, 1387, 40, 1446, 38, 1474, 37, 1485, 39, 1495, 38, 1542, 37, 1546, 40, 1577, 39, 1582, 38, 1624, 40, 1645, 37, 1678, 38, 1734, 37, 1753, 38, 1771, 37, 1826, 40, 1850, 90, 1905, 37, 1915, 40, 1926, 37, 1931, 40, 1943, 37, 1947, 40, 1949, 37, 1952, 40, 1963, 39, 1998, 37, 2007, 40, 2018, 39, 2028, 40, 2066, 37, 2079, 39, 2088, 38, 2097, 40, 2111, 88, 2121, 37, 2133, 88, 2170, 39, 2180, 38, 2196, 37, 2213, 38, 2230, 39, 2248, 38, 2265, 37, 2286, 38 ], - goldDrop: [ 25 ], - bornPos: [ 1, 3, 4, 1 ] -}, -{ level: 73, ai: 1, time: 2914, state: 1, country: "Taiwan", //id=73 2014-06-07 23:00:42 - action: [ 0, 39, 47, 90, 68, 88, 108, 39, 113, 90, 125, 37, 134, 40, 147, 40, 164, 39, 175, 37, 192, 90, 244, 37, 276, 39, 280, 90, 291, 37, 298, 40, 309, 39, 379, 40, 397, 39, 401, 38, 445, 37, 510, 38, 528, 90, 569, 37, 575, 39, 589, 39, 590, 39, 591, 39, 592, 39, 593, 39, 594, 39, 595, 39, 596, 39, 597, 39, 598, 39, 599, 39, 600, 39, 601, 39, 602, 39, 603, 39, 604, 39, 605, 39, 606, 39, 607, 39, 619, 40, 644, 90, 658, 37, 672, 39, 707, 88, 778, 39, 786, 38, 832, 37, 923, 38, 930, 37, 935, 38, 943, 37, 957, 38, 965, 37, 971, 40, 977, 37, 995, 39, 1004, 40, 1021, 37, 1055, 40, 1073, 39, 1160, 88, 1171, 39, 1173, 88, 1183, 37, 1194, 88, 1209, 90, 1266, 39, 1273, 37, 1296, 88, 1307, 37, 1313, 88, 1324, 37, 1329, 88, 1339, 37, 1344, 88, 1361, 37, 1366, 88, 1544, 37, 1573, 88, 1647, 39, 1752, 38, 1804, 37, 1841, 39, 1872, 38, 1906, 37, 1945, 38, 1954, 37, 1964, 39, 1973, 38, 1988, 90, 2001, 37, 2009, 40, 2034, 90, 2046, 37, 2072, 39, 2084, 38, 2104, 39, 2110, 90, 2125, 88, 2165, 39, 2179, 88, 2223, 39, 2251, 40, 2284, 39, 2289, 38, 2308, 37, 2312, 38, 2358, 37, 2427, 38, 2499, 90, 2528, 37, 2560, 40, 2572, 39, 2613, 39, 2693, 40, 2747, 39, 2750, 38, 2761, 39, 2766, 38, 2810, 37, 2840, 38, 2851, 37, 2854, 38, 2862, 37, 2865, 38, 2875, 37, 2881, 38, 2905, 37, 2908, 38, 2913, 37 ], - goldDrop: [ 20, 37, 29, 28, 24, 39, 34 ], - bornPos: [ 1, 21, 7, 13, 16, 0 ] -}, -{ level: 74, ai: 1, time: 2828, state: 1, country: "Taiwan", //id=74 2014-06-07 23:06:46 - action: [ 0, 88, 11, 39, 22, 90, 34, 37, 61, 88, 76, 39, 90, 88, 107, 39, 128, 37, 164, 90, 204, 37, 217, 88, 227, 37, 246, 38, 262, 39, 270, 88, 280, 37, 283, 88, 293, 39, 311, 37, 330, 38, 370, 39, 386, 38, 391, 39, 399, 38, 407, 39, 419, 38, 437, 37, 445, 88, 484, 39, 495, 38, 511, 39, 537, 90, 549, 39, 553, 90, 565, 39, 569, 90, 581, 37, 584, 90, 614, 39, 663, 90, 673, 37, 690, 39, 706, 88, 731, 37, 733, 88, 745, 37, 753, 90, 765, 39, 769, 90, 778, 37, 786, 90, 800, 37, 820, 39, 839, 37, 864, 90, 875, 39, 880, 90, 940, 37, 958, 88, 968, 37, 974, 88, 984, 37, 990, 88, 1000, 37, 1021, 39, 1032, 38, 1053, 90, 1062, 37, 1071, 90, 1082, 37, 1109, 39, 1117, 88, 1128, 39, 1153, 38, 1179, 40, 1187, 38, 1213, 40, 1227, 90, 1242, 40, 1251, 39, 1299, 40, 1321, 39, 1360, 38, 1379, 37, 1413, 40, 1559, 38, 1574, 37, 1602, 90, 1614, 39, 1619, 90, 1629, 39, 1634, 90, 1645, 39, 1650, 90, 1660, 39, 1666, 90, 1675, 39, 1681, 90, 1691, 39, 1697, 90, 1712, 37, 1719, 90, 1732, 39, 1738, 90, 1753, 37, 1855, 38, 1902, 39, 1925, 38, 1939, 88, 1950, 40, 1960, 88, 1971, 37, 1982, 40, 2027, 39, 2054, 40, 2074, 37, 2164, 38, 2207, 39, 2216, 38, 2221, 39, 2238, 38, 2248, 39, 2334, 88, 2344, 39, 2365, 88, 2377, 37, 2383, 88, 2391, 39, 2402, 88, 2417, 39, 2425, 90, 2440, 37, 2457, 90, 2469, 37, 2513, 90, 2569, 37, 2603, 40, 2613, 37, 2644, 90, 2655, 39, 2660, 90, 2707, 37, 2726, 38, 2770, 39, 2778, 38, 2784, 39, 2800, 38 ], +{ level: 71, ai: 2, time: 2174, state: 1, godMode: 0, location: "Korea, Republic of", ip:"116.126.194.224", date:"2014-10-04 23:36:52", //id=71 + action: [ 0, 39, 14, 38, 22, 88, 34, 40, 39, 88, 48, 39, 69, 37, 78, 38, 92, 37, 110, 39, 116, 38, 156, 39, 163, 38, 169, 88, 180, 40, 186, 88, 194, 39, 216, 90, 225, 37, 251, 39, 271, 37, 290, 38, 371, 39, 375, 38, 383, 39, 397, 88, 408, 37, 413, 88, 472, 39, 476, 37, 493, 40, 539, 39, 561, 40, 567, 88, 576, 39, 595, 37, 598, 88, 604, 39, 665, 37, 673, 38, 687, 37, 713, 39, 728, 38, 792, 37, 807, 88, 820, 37, 825, 88, 856, 39, 868, 37, 875, 39, 893, 37, 906, 39, 913, 88, 963, 39, 971, 38, 978, 39, 990, 37, 1000, 38, 1040, 39, 1048, 90, 1060, 39, 1065, 90, 1075, 39, 1083, 38, 1093, 88, 1104, 40, 1109, 88, 1119, 40, 1124, 88, 1132, 39, 1148, 37, 1179, 38, 1210, 40, 1236, 38, 1263, 39, 1268, 38, 1297, 39, 1308, 88, 1360, 39, 1378, 90, 1389, 40, 1394, 90, 1412, 37, 1419, 90, 1426, 37, 1473, 39, 1477, 90, 1484, 37, 1516, 39, 1548, 37, 1562, 40, 1574, 39, 1598, 38, 1612, 37, 1618, 39, 1623, 38, 1633, 37, 1640, 39, 1648, 38, 1666, 37, 1673, 39, 1681, 38, 1694, 37, 1716, 38, 1726, 37, 1746, 90, 1807, 37, 1844, 38, 1858, 40, 1896, 38, 1903, 90, 1917, 40, 1922, 90, 1931, 40, 1949, 38, 1953, 90, 1968, 40, 2072, 38, 2113, 37, 2133, 38, 2139, 37, 2164, 38 ], goldDrop: [], - bornPos: [ 1, 3, 1, 2, 5, 14, 6, 4 ] + bornPos: [ 1, 1, 6 ] }, -{ level: 75, ai: 1, time: 2939, state: 1, country: "Taiwan", //id=75 2014-06-07 23:08:49 - action: [ 0, 37, 4, 38, 11, 39, 18, 38, 25, 39, 30, 38, 37, 37, 42, 38, 50, 37, 53, 38, 61, 39, 66, 38, 79, 37, 120, 40, 151, 37, 158, 39, 165, 38, 181, 90, 229, 37, 244, 38, 250, 37, 254, 38, 263, 39, 268, 38, 276, 39, 280, 38, 288, 37, 294, 38, 300, 37, 304, 38, 312, 39, 319, 38, 327, 39, 331, 38, 338, 37, 343, 38, 351, 37, 355, 38, 367, 39, 378, 37, 399, 39, 403, 90, 415, 37, 446, 38, 476, 37, 485, 40, 499, 40, 508, 37, 544, 39, 577, 37, 592, 88, 646, 39, 707, 38, 718, 37, 754, 38, 762, 37, 766, 38, 775, 39, 781, 38, 788, 39, 793, 38, 800, 37, 806, 38, 814, 37, 863, 38, 871, 37, 877, 38, 885, 39, 890, 38, 898, 39, 901, 38, 910, 37, 914, 38, 922, 37, 925, 38, 933, 39, 939, 38, 951, 39, 962, 37, 1039, 38, 1364, 40, 1433, 37, 1438, 88, 1463, 39, 1477, 39, 1478, 39, 1479, 39, 1480, 39, 1481, 39, 1482, 39, 1483, 39, 1484, 39, 1485, 39, 1486, 39, 1487, 39, 1488, 39, 1489, 39, 1490, 39, 1491, 39, 1492, 39, 1493, 39, 1528, 88, 1535, 37, 1543, 88, 1552, 37, 1557, 88, 1568, 37, 1571, 88, 1583, 90, 1618, 37, 1623, 88, 1633, 37, 1644, 88, 1654, 37, 1660, 88, 1671, 37, 1677, 88, 1688, 37, 1693, 88, 1705, 37, 1709, 88, 1721, 37, 1725, 88, 1736, 37, 1740, 88, 1947, 39, 2038, 40, 2065, 39, 2085, 37, 2091, 90, 2108, 39, 2120, 38, 2131, 90, 2165, 37, 2202, 38, 2212, 37, 2217, 38, 2225, 39, 2230, 38, 2238, 39, 2242, 38, 2250, 37, 2255, 38, 2271, 37, 2276, 38, 2283, 37, 2341, 39, 2348, 38, 2360, 39, 2363, 38, 2372, 39, 2375, 38, 2383, 37, 2388, 38, 2396, 37, 2402, 38, 2405, 37, 2455, 38, 2468, 38, 2473, 37, 2477, 38, 2485, 37, 2489, 38, 2498, 39, 2502, 38, 2509, 39, 2513, 38, 2521, 37, 2526, 38, 2533, 37, 2538, 38, 2545, 39, 2550, 38, 2557, 39, 2560, 38, 2568, 37, 2572, 38, 2589, 39, 2598, 37, 2608, 39, 2619, 37, 2640, 39, 2649, 38, 2713, 39, 2727, 39, 2728, 39, 2729, 39, 2730, 39, 2799, 38, 2813, 39, 2817, 38, 2826, 37, 2832, 38, 2839, 37, 2843, 38, 2851, 39, 2855, 38, 2864, 39, 2868, 38, 2876, 37, 2881, 38, 2890, 37, 2892, 38, 2912, 37, 2914, 38, 2923, 39, 2928, 38 ], +{ level: 72, ai: 2, time: 1993, state: 1, godMode: 0, location: "Taiwan", ip:"36.225.127.205", date:"2014-09-26 20:41:36", //id=72 + action: [ 0, 90, 58, 37, 68, 38, 81, 37, 98, 38, 112, 39, 134, 38, 144, 39, 152, 37, 163, 40, 170, 37, 176, 90, 185, 37, 206, 90, 263, 39, 266, 90, 334, 37, 352, 38, 367, 39, 368, 38, 381, 39, 406, 38, 417, 37, 428, 38, 432, 37, 452, 38, 466, 39, 476, 38, 569, 39, 579, 90, 595, 39, 603, 90, 612, 39, 625, 88, 635, 37, 640, 88, 648, 39, 659, 88, 669, 39, 750, 37, 753, 88, 776, 39, 799, 40, 807, 37, 837, 39, 845, 88, 853, 37, 855, 88, 865, 39, 883, 88, 935, 39, 958, 38, 1023, 37, 1057, 40, 1080, 39, 1107, 38, 1115, 39, 1141, 40, 1158, 37, 1242, 88, 1286, 39, 1315, 38, 1342, 39, 1352, 37, 1360, 88, 1370, 40, 1375, 88, 1383, 39, 1409, 90, 1462, 37, 1472, 38, 1518, 39, 1560, 40, 1569, 39, 1583, 88, 1594, 37, 1597, 88, 1607, 39, 1640, 37, 1669, 40, 1683, 39, 1692, 40, 1768, 38, 1798, 37, 1817, 38, 1836, 37, 1855, 38, 1870, 37, 1968, 38 ], + goldDrop: [ 20, 16, 17 ], + bornPos: [] +}, +{ level: 73, ai: 2, time: 2306, state: 1, godMode: 0, location: "Korea, Republic of", ip:"116.126.194.224", date:"2014-10-04 23:41:34", //id=73 + action: [ 0, 90, 20, 39, 35, 90, 45, 88, 71, 37, 87, 88, 98, 90, 135, 37, 159, 38, 171, 37, 175, 38, 182, 37, 186, 38, 192, 37, 199, 38, 205, 37, 233, 39, 243, 40, 256, 37, 275, 40, 293, 39, 340, 90, 391, 37, 397, 39, 413, 90, 421, 39, 430, 90, 437, 39, 503, 38, 544, 37, 643, 40, 653, 39, 721, 88, 729, 37, 736, 88, 746, 90, 786, 39, 844, 38, 851, 39, 854, 38, 864, 37, 868, 38, 907, 37, 936, 90, 943, 37, 956, 40, 959, 39, 973, 37, 1002, 39, 1013, 90, 1087, 37, 1128, 39, 1137, 88, 1145, 39, 1224, 38, 1283, 40, 1293, 90, 1313, 40, 1352, 90, 1432, 38, 1472, 37, 1503, 90, 1512, 37, 1543, 40, 1557, 37, 1564, 90, 1572, 39, 1580, 90, 1590, 39, 1597, 90, 1608, 39, 1613, 90, 1758, 88, 1767, 39, 1776, 40, 1786, 39, 1817, 38, 1861, 37, 1905, 90, 1955, 37, 1975, 90, 1982, 37, 2000, 40, 2036, 39, 2063, 88, 2074, 39, 2126, 40, 2141, 39, 2148, 37, 2157, 38, 2168, 39, 2169, 38, 2177, 39, 2181, 38, 2224, 37, 2254, 38, 2263, 37, 2267, 38, 2274, 37, 2277, 38, 2283, 37, 2290, 38, 2297, 37, 2301, 38 ], + goldDrop: [ 34, 32, 25 ], + bornPos: [ 1, 5, 8, 26, 4, 21, 7 ] +}, +{ level: 74, ai: 2, time: 1771, state: 1, godMode: 0, location: "Taiwan", ip:"118.161.96.122", date:"2014-10-08 22:38:49", //id=74 + action: [ 0, 88, 12, 39, 21, 90, 34, 37, 59, 88, 72, 39, 89, 88, 100, 39, 119, 37, 137, 38, 153, 37, 160, 38, 178, 90, 186, 37, 195, 90, 206, 39, 213, 90, 220, 37, 249, 39, 264, 90, 273, 37, 287, 39, 300, 40, 314, 37, 335, 90, 369, 37, 389, 38, 403, 39, 408, 88, 418, 39, 428, 37, 451, 38, 491, 39, 496, 38, 502, 39, 516, 38, 526, 39, 616, 88, 627, 39, 645, 88, 655, 37, 657, 88, 668, 37, 674, 88, 693, 39, 706, 90, 717, 37, 730, 39, 737, 37, 744, 90, 749, 39, 753, 90, 763, 37, 782, 90, 792, 88, 802, 39, 823, 90, 833, 37, 899, 38, 913, 37, 929, 90, 938, 39, 944, 90, 954, 39, 959, 90, 969, 39, 973, 90, 985, 39, 989, 90, 997, 37, 1008, 90, 1016, 39, 1025, 90, 1041, 37, 1047, 90, 1055, 37, 1156, 38, 1196, 39, 1203, 38, 1210, 39, 1224, 38, 1233, 39, 1291, 38, 1331, 39, 1343, 88, 1353, 39, 1372, 90, 1382, 39, 1387, 90, 1396, 37, 1404, 90, 1417, 37, 1464, 90, 1474, 39, 1479, 90, 1489, 39, 1495, 90, 1505, 39, 1511, 90, 1529, 37, 1534, 90, 1546, 39, 1552, 90, 1570, 37, 1676, 38, 1720, 39, 1728, 38, 1733, 39, 1746, 38 ], goldDrop: [], - bornPos: [ 1, 5, 22, 7, 4, 25, 15 ] + bornPos: [ 1, 10 ] }, -{ level: 76, ai: 1, time: 2338, state: 1, country: "Taiwan", //id=76 2014-06-07 23:14:21 - action: [ 0, 37, 15, 90, 42, 37, 80, 39, 99, 88, 110, 37, 115, 88, 125, 39, 142, 88, 155, 39, 187, 37, 227, 38, 285, 88, 295, 39, 326, 88, 339, 39, 382, 38, 417, 38, 430, 39, 438, 38, 455, 37, 476, 88, 488, 37, 499, 39, 524, 38, 531, 39, 540, 38, 552, 37, 556, 38, 583, 39, 595, 38, 626, 40, 646, 37, 664, 38, 691, 39, 707, 40, 722, 37, 746, 38, 774, 39, 799, 40, 807, 88, 816, 39, 849, 37, 880, 38, 894, 37, 899, 38, 927, 39, 969, 88, 979, 39, 1009, 90, 1021, 37, 1035, 40, 1047, 37, 1090, 38, 1102, 37, 1106, 38, 1181, 40, 1197, 39, 1233, 88, 1275, 39, 1286, 37, 1333, 38, 1350, 39, 1382, 38, 1393, 39, 1401, 38, 1406, 39, 1426, 90, 1449, 37, 1492, 38, 1505, 39, 1510, 90, 1523, 37, 1599, 39, 1604, 90, 1617, 37, 1625, 40, 1639, 37, 1662, 90, 1673, 39, 1679, 90, 1740, 37, 1761, 38, 1775, 38, 1780, 38, 1783, 37, 1786, 38, 1833, 39, 1863, 38, 1872, 39, 1880, 38, 1886, 39, 1914, 38, 1929, 39, 1954, 40, 1971, 39, 1990, 37, 2018, 88, 2029, 40, 2034, 88, 2045, 40, 2049, 88, 2061, 40, 2064, 88, 2075, 40, 2079, 88, 2089, 39, 2111, 37, 2121, 38, 2257, 39, 2271, 39, 2272, 39, 2273, 39, 2274, 39, 2275, 39, 2276, 39, 2277, 39, 2278, 39, 2279, 39, 2280, 39, 2285, 38, 2292, 39, 2299, 38 ], +{ level: 75, ai: 2, time: 1809, state: 1, godMode: 0, location: "Taiwan", ip:"114.44.175.124", date:"2014-11-02 18:22:41", //id=75 + action: [ 0, 37, 3, 38, 12, 39, 17, 38, 23, 39, 28, 38, 35, 37, 39, 38, 47, 37, 50, 38, 58, 39, 62, 38, 73, 37, 116, 38, 147, 39, 154, 38, 173, 37, 179, 38, 200, 37, 205, 40, 238, 39, 244, 90, 321, 37, 331, 38, 337, 37, 342, 38, 350, 39, 355, 38, 362, 39, 366, 38, 374, 37, 378, 38, 386, 37, 389, 38, 397, 39, 400, 38, 408, 39, 412, 38, 420, 37, 424, 38, 432, 37, 435, 38, 446, 39, 456, 37, 495, 39, 505, 38, 535, 39, 544, 37, 571, 38, 588, 39, 595, 38, 604, 39, 611, 38, 622, 40, 652, 39, 724, 38, 735, 37, 771, 38, 779, 37, 783, 38, 792, 39, 797, 38, 804, 39, 808, 38, 815, 37, 819, 38, 826, 37, 831, 38, 838, 37, 887, 38, 895, 37, 899, 38, 907, 39, 911, 38, 918, 39, 922, 38, 930, 37, 936, 38, 944, 37, 948, 38, 956, 39, 960, 38, 972, 39, 983, 37, 1083, 38, 1091, 37, 1095, 38, 1102, 39, 1106, 38, 1115, 39, 1119, 38, 1125, 37, 1130, 38, 1139, 37, 1143, 38, 1149, 39, 1153, 38, 1161, 39, 1164, 38, 1173, 37, 1177, 38, 1190, 39, 1201, 37, 1221, 39, 1290, 40, 1296, 37, 1302, 39, 1448, 38, 1461, 37, 1477, 90, 1509, 37, 1528, 38, 1535, 37, 1539, 38, 1547, 39, 1551, 38, 1558, 39, 1561, 38, 1568, 37, 1572, 38, 1579, 37, 1583, 38, 1592, 39, 1595, 38, 1603, 39, 1606, 38, 1613, 37, 1618, 38, 1626, 37, 1631, 38, 1634, 37, 1664, 40, 1667, 37, 1730, 38, 1736, 37, 1740, 38, 1749, 39, 1752, 38, 1761, 39, 1764, 38, 1773, 37, 1776, 38, 1784, 37, 1788, 38, 1796, 39, 1799, 38 ], goldDrop: [], - bornPos: [ 1, 4 ] + bornPos: [] }, -{ level: 77, ai: 1, time: 3353, state: 1, country: "Taiwan", //id=77 2014-06-13 23:19:39 - action: [ 0, 39, 7, 38, 126, 39, 140, 39, 141, 39, 147, 38, 168, 37, 264, 90, 300, 39, 315, 37, 324, 90, 338, 88, 402, 39, 436, 90, 446, 39, 453, 90, 465, 39, 470, 90, 481, 39, 486, 90, 497, 39, 503, 90, 514, 39, 520, 90, 530, 37, 551, 90, 562, 39, 567, 90, 579, 39, 585, 90, 596, 37, 611, 90, 622, 39, 628, 90, 639, 37, 647, 90, 661, 37, 692, 39, 726, 37, 730, 88, 740, 37, 746, 88, 756, 37, 764, 88, 775, 39, 789, 88, 799, 37, 808, 88, 819, 39, 826, 88, 841, 39, 857, 37, 872, 39, 894, 37, 905, 90, 915, 39, 921, 90, 932, 39, 939, 90, 948, 37, 966, 90, 976, 39, 984, 90, 993, 37, 1004, 90, 1017, 37, 1028, 39, 1061, 38, 1128, 39, 1149, 38, 1171, 37, 1198, 38, 1349, 90, 1366, 39, 1370, 90, 1424, 37, 1445, 88, 1455, 37, 1462, 88, 1471, 37, 1494, 88, 1504, 37, 1511, 88, 1522, 37, 1529, 88, 1540, 37, 1547, 88, 1557, 37, 1564, 88, 1576, 39, 1589, 90, 1600, 39, 1605, 90, 1617, 39, 1621, 90, 1631, 39, 1637, 90, 1648, 37, 1667, 90, 1677, 39, 1683, 90, 1693, 39, 1700, 90, 1711, 37, 1727, 90, 1738, 37, 1754, 39, 1781, 37, 1784, 88, 1795, 37, 1801, 88, 1813, 37, 1820, 88, 1831, 39, 1846, 88, 1857, 37, 1863, 88, 1877, 39, 1884, 88, 1899, 39, 1929, 37, 1954, 39, 1959, 39, 1960, 90, 1973, 39, 1977, 90, 1989, 39, 1994, 90, 2005, 37, 2022, 90, 2032, 39, 2038, 90, 2049, 37, 2057, 90, 2072, 37, 2082, 39, 2141, 38, 2208, 39, 2228, 38, 2251, 37, 2281, 38, 2420, 90, 2434, 39, 2437, 90, 2486, 37, 2505, 88, 2515, 37, 2521, 88, 2532, 37, 2537, 88, 2545, 37, 2597, 90, 2608, 39, 2613, 90, 2624, 39, 2629, 90, 2639, 39, 2646, 90, 2656, 39, 2662, 90, 2672, 39, 2677, 90, 2688, 37, 2704, 88, 2715, 37, 2721, 88, 2731, 37, 2739, 88, 2750, 37, 2756, 88, 2766, 37, 2774, 88, 2788, 39, 2801, 90, 2812, 39, 2817, 90, 2828, 39, 2834, 90, 2851, 37, 2861, 90, 2872, 37, 2903, 39, 2923, 37, 2928, 88, 2939, 37, 2945, 88, 2954, 37, 2963, 88, 2972, 39, 2990, 88, 3000, 37, 3008, 88, 3020, 39, 3029, 88, 3041, 39, 3075, 37, 3092, 39, 3098, 90, 3110, 39, 3115, 90, 3125, 39, 3133, 90, 3142, 37, 3160, 90, 3169, 39, 3177, 90, 3187, 37, 3196, 90, 3209, 37, 3248, 38, 3313, 37, 3331, 38 ], +{ level: 76, ai: 2, time: 2076, state: 1, godMode: 0, location: "Taiwan", ip:"36.225.127.205", date:"2014-09-26 20:52:34", //id=76 + action: [ 0, 37, 15, 40, 59, 37, 98, 38, 116, 39, 124, 38, 128, 37, 136, 38, 164, 39, 176, 90, 186, 37, 202, 88, 227, 39, 249, 37, 267, 38, 286, 37, 363, 38, 393, 39, 410, 88, 420, 39, 433, 88, 446, 39, 471, 37, 524, 38, 593, 39, 604, 88, 617, 37, 621, 88, 632, 37, 637, 88, 740, 37, 752, 40, 794, 39, 826, 38, 832, 39, 838, 38, 865, 39, 899, 37, 908, 38, 935, 40, 943, 88, 957, 39, 991, 37, 1002, 90, 1053, 37, 1069, 38, 1075, 37, 1079, 38, 1124, 39, 1148, 38, 1159, 39, 1163, 38, 1174, 37, 1184, 39, 1201, 38, 1208, 39, 1228, 90, 1239, 37, 1272, 90, 1289, 39, 1312, 37, 1338, 39, 1405, 37, 1411, 90, 1423, 37, 1438, 40, 1448, 37, 1475, 90, 1482, 39, 1490, 90, 1541, 37, 1567, 38, 1577, 37, 1581, 38, 1621, 39, 1653, 38, 1662, 39, 1669, 38, 1674, 39, 1739, 40, 1751, 37, 1786, 88, 1795, 40, 1801, 88, 1810, 40, 1817, 88, 1826, 40, 1833, 88, 1841, 40, 1848, 88, 1859, 39, 1879, 37, 1889, 38, 2002, 39, 2031, 38, 2036, 39, 2041, 38 ], + goldDrop: [ 31, 33, 39 ], + bornPos: [ 1, 15, 6 ] +}, +{ level: 77, ai: 2, time: 2894, state: 1, godMode: 0, location: "Korea, Republic of", ip:"116.126.194.224", date:"2014-10-04 23:57:16", //id=77 + action: [ 0, 39, 3, 38, 224, 39, 241, 38, 262, 37, 293, 88, 302, 37, 356, 39, 362, 90, 373, 88, 415, 37, 429, 88, 441, 37, 445, 88, 458, 37, 461, 88, 474, 37, 477, 88, 489, 37, 493, 88, 503, 37, 508, 88, 515, 39, 539, 88, 545, 37, 555, 88, 565, 37, 570, 88, 580, 39, 595, 88, 602, 37, 612, 88, 620, 39, 630, 88, 638, 39, 670, 37, 674, 88, 686, 37, 690, 88, 702, 37, 706, 88, 714, 39, 732, 88, 740, 37, 748, 88, 756, 39, 771, 90, 779, 37, 795, 39, 820, 37, 823, 88, 848, 37, 852, 88, 865, 37, 869, 88, 879, 39, 895, 88, 903, 37, 911, 88, 919, 39, 929, 88, 938, 39, 1022, 38, 1134, 39, 1153, 38, 1173, 37, 1203, 88, 1215, 37, 1220, 88, 1232, 37, 1239, 88, 1249, 37, 1255, 88, 1265, 37, 1271, 88, 1282, 37, 1287, 88, 1297, 37, 1303, 88, 1312, 90, 1324, 39, 1351, 88, 1355, 37, 1371, 90, 1384, 39, 1388, 90, 1398, 39, 1404, 90, 1409, 37, 1429, 88, 1440, 37, 1446, 88, 1453, 39, 1472, 90, 1479, 37, 1509, 39, 1528, 37, 1532, 88, 1545, 37, 1548, 88, 1560, 37, 1565, 88, 1574, 39, 1592, 88, 1600, 37, 1608, 88, 1617, 39, 1626, 88, 1634, 39, 1662, 37, 1674, 39, 1678, 90, 1692, 39, 1696, 90, 1707, 39, 1714, 90, 1723, 37, 1740, 90, 1749, 39, 1756, 90, 1764, 37, 1774, 90, 1782, 37, 1796, 39, 1829, 38, 1891, 39, 1912, 38, 1935, 37, 1983, 40, 2003, 39, 2012, 40, 2076, 90, 2087, 39, 2092, 90, 2143, 37, 2164, 88, 2175, 37, 2180, 88, 2192, 37, 2196, 88, 2208, 37, 2212, 88, 2223, 37, 2227, 88, 2238, 37, 2244, 88, 2253, 37, 2260, 88, 2270, 37, 2276, 88, 2284, 39, 2310, 88, 2316, 37, 2326, 88, 2337, 37, 2342, 88, 2352, 37, 2359, 88, 2364, 39, 2388, 88, 2395, 37, 2404, 88, 2414, 39, 2430, 90, 2440, 37, 2454, 39, 2470, 37, 2473, 88, 2487, 37, 2490, 88, 2501, 37, 2506, 88, 2514, 39, 2533, 88, 2543, 37, 2549, 88, 2558, 39, 2574, 90, 2582, 37, 2607, 39, 2609, 90, 2621, 39, 2623, 90, 2636, 39, 2640, 90, 2651, 39, 2657, 90, 2667, 37, 2683, 90, 2693, 39, 2699, 90, 2708, 37, 2717, 90, 2725, 37, 2739, 39, 2799, 38, 2857, 39, 2874, 38 ], goldDrop: [], - bornPos: [ 1, 20, 4, 1, 2 ] + bornPos: [ 1, 3, 23, 4 ] }, -{ level: 78, ai: 1, time: 2893, state: 1, country: "Taiwan", //id=78 2014-06-07 23:25:33 +{ level: 78, ai: 1, time: 2893, state: 1, godMode: 0, location: "Taiwan", ip:"114.44.174.50", date:"2014-06-07 23:25:33", //id=78 action: [ 0, 39, 5, 40, 23, 37, 42, 38, 48, 37, 59, 38, 75, 39, 83, 37, 91, 40, 100, 37, 111, 38, 116, 37, 127, 38, 132, 37, 146, 38, 162, 39, 186, 37, 197, 39, 206, 88, 249, 39, 255, 40, 266, 40, 267, 40, 268, 40, 269, 40, 270, 40, 271, 40, 272, 40, 273, 40, 274, 40, 275, 40, 276, 40, 277, 40, 280, 39, 290, 40, 302, 39, 400, 38, 409, 37, 416, 38, 431, 37, 447, 38, 483, 37, 514, 90, 524, 39, 529, 90, 541, 39, 546, 90, 557, 39, 576, 40, 666, 38, 682, 37, 700, 38, 773, 37, 794, 88, 805, 37, 811, 88, 819, 37, 855, 39, 870, 38, 883, 39, 887, 90, 953, 37, 964, 38, 997, 39, 1008, 37, 1019, 38, 1036, 39, 1066, 88, 1077, 37, 1082, 88, 1090, 39, 1098, 88, 1113, 39, 1126, 38, 1195, 39, 1209, 37, 1245, 39, 1254, 38, 1263, 90, 1275, 39, 1279, 90, 1348, 37, 1358, 90, 1364, 39, 1377, 39, 1378, 39, 1379, 39, 1380, 39, 1381, 39, 1382, 39, 1386, 90, 1396, 39, 1402, 90, 1414, 39, 1420, 90, 1433, 39, 1439, 38, 1448, 40, 1500, 38, 1515, 37, 1532, 38, 1588, 37, 1590, 88, 1598, 37, 1612, 37, 1613, 37, 1614, 37, 1615, 37, 1616, 37, 1617, 37, 1618, 37, 1619, 37, 1620, 37, 1621, 37, 1622, 37, 1623, 37, 1631, 90, 1672, 37, 1691, 38, 1748, 37, 1784, 39, 1819, 38, 1829, 39, 1879, 38, 1885, 39, 1893, 37, 1919, 40, 1929, 90, 1944, 39, 1947, 90, 2016, 37, 2028, 37, 2029, 37, 2030, 37, 2031, 37, 2032, 37, 2033, 37, 2034, 37, 2035, 37, 2036, 37, 2041, 88, 2054, 39, 2071, 88, 2084, 39, 2101, 37, 2110, 88, 2120, 37, 2126, 88, 2134, 39, 2145, 88, 2156, 39, 2179, 37, 2186, 37, 2192, 39, 2255, 38, 2276, 90, 2349, 37, 2363, 37, 2364, 37, 2365, 37, 2366, 37, 2367, 37, 2368, 37, 2369, 37, 2370, 37, 2371, 37, 2372, 37, 2373, 37, 2374, 37, 2375, 37, 2376, 37, 2377, 37, 2378, 37, 2379, 37, 2380, 37, 2381, 37, 2382, 37, 2383, 37, 2384, 37, 2385, 37, 2392, 88, 2410, 37, 2419, 90, 2462, 37, 2477, 88, 2488, 37, 2494, 88, 2504, 37, 2510, 88, 2519, 37, 2525, 88, 2748, 39, 2816, 38 ], goldDrop: [ 28, 37, 27, 35 ], bornPos: [ 1, 12, 2, 27, 5, 8, 7 ] }, -{ level: 79, ai: 1, time: 2263, state: 1, country: "Taiwan", //id=79 2014-06-07 23:31:58 +{ level: 79, ai: 1, time: 2263, state: 1, godMode: 0, location: "Taiwan", ip:"114.44.174.50", date:"2014-06-07 23:31:58", //id=79 action: [ 0, 37, 6, 90, 18, 39, 22, 90, 34, 39, 38, 90, 47, 37, 65, 90, 75, 39, 83, 90, 93, 37, 102, 90, 114, 37, 130, 39, 154, 37, 163, 90, 175, 37, 195, 38, 212, 90, 255, 37, 266, 38, 317, 39, 327, 38, 340, 37, 353, 38, 367, 39, 398, 40, 423, 39, 427, 90, 443, 37, 458, 88, 470, 39, 486, 90, 503, 37, 522, 90, 562, 37, 589, 38, 602, 39, 613, 38, 625, 37, 636, 38, 650, 39, 745, 40, 756, 39, 779, 38, 796, 39, 806, 38, 824, 37, 830, 90, 842, 37, 858, 39, 864, 90, 875, 37, 898, 38, 915, 39, 920, 90, 933, 37, 972, 40, 993, 37, 1057, 88, 1103, 39, 1126, 38, 1141, 39, 1162, 38, 1168, 39, 1177, 37, 1182, 88, 1192, 39, 1204, 88, 1220, 39, 1234, 38, 1257, 88, 1293, 39, 1312, 38, 1324, 37, 1337, 39, 1352, 88, 1370, 39, 1383, 39, 1384, 39, 1385, 39, 1386, 39, 1387, 39, 1388, 39, 1389, 39, 1390, 39, 1391, 39, 1392, 39, 1393, 39, 1394, 39, 1395, 39, 1396, 39, 1397, 39, 1398, 39, 1399, 39, 1400, 39, 1401, 39, 1402, 39, 1403, 39, 1404, 39, 1411, 38, 1434, 37, 1475, 38, 1501, 39, 1513, 88, 1540, 39, 1580, 38, 1599, 37, 1620, 38, 1649, 39, 1671, 37, 1683, 88, 1694, 37, 1701, 88, 1711, 37, 1717, 88, 1727, 39, 1738, 88, 1749, 37, 1756, 88, 1764, 39, 1776, 88, 1788, 37, 1794, 88, 1803, 39, 1828, 37, 1844, 40, 1856, 39, 1875, 40, 1891, 90, 1904, 37, 1911, 40, 1917, 39, 1924, 90, 1934, 40, 1940, 90, 1950, 37, 2016, 39, 2028, 38, 2150, 37, 2192, 38, 2215, 39, 2224, 38 ], goldDrop: [ 26 ], bornPos: [] }, -{ level: 80, ai: 1, time: 4289, state: 1, country: "Taiwan", //id=80 2014-06-07 23:38:46 - action: [ 0, 39, 35, 38, 109, 90, 122, 38, 128, 37, 210, 40, 236, 39, 254, 38, 267, 39, 302, 88, 329, 37, 350, 38, 385, 37, 393, 38, 432, 37, 453, 39, 461, 40, 474, 39, 569, 38, 647, 90, 657, 40, 664, 90, 675, 37, 716, 90, 727, 40, 731, 90, 743, 37, 772, 39, 785, 38, 808, 39, 854, 38, 956, 88, 1011, 39, 1020, 38, 1099, 37, 1179, 38, 1213, 40, 1234, 39, 1238, 90, 1263, 37, 1271, 38, 1336, 37, 1358, 39, 1364, 90, 1377, 37, 1411, 39, 1499, 38, 1503, 90, 1572, 38, 1576, 90, 1586, 38, 1592, 90, 1596, 38, 1603, 90, 1605, 38, 1616, 90, 1743, 38, 1795, 90, 1894, 37, 1986, 38, 1987, 90, 2014, 39, 2016, 90, 2128, 40, 2168, 90, 2181, 39, 2189, 90, 2249, 37, 2269, 39, 2283, 39, 2284, 39, 2285, 39, 2286, 39, 2287, 39, 2288, 39, 2289, 39, 2290, 39, 2291, 39, 2292, 39, 2293, 39, 2364, 88, 2428, 39, 2438, 38, 2439, 90, 2451, 38, 2454, 90, 2481, 38, 2488, 90, 2502, 38, 2505, 90, 2571, 38, 2587, 90, 2639, 38, 2674, 90, 2678, 40, 2689, 90, 2699, 40, 2709, 90, 2824, 38, 2858, 37, 2867, 88, 3030, 37, 3093, 38, 3103, 37, 3116, 40, 3161, 37, 3166, 90, 3179, 39, 3184, 90, 3198, 39, 3202, 90, 3219, 39, 3223, 90, 3239, 40, 3242, 90, 3255, 38, 3395, 40, 3404, 90, 3420, 40, 3434, 39, 3447, 39, 3466, 40, 3475, 39, 3480, 90, 3493, 39, 3498, 90, 3509, 39, 3515, 90, 3528, 39, 3554, 90, 3566, 39, 3571, 90, 3662, 38, 3670, 90, 3777, 40, 3813, 37, 3832, 39, 3849, 38, 3856, 90, 3929, 37, 3968, 39, 3973, 90, 3987, 39, 4016, 38, 4023, 90, 4070, 40, 4139, 38, 4149, 90, 4154, 40, 4185, 38, 4196, 90, 4223, 38 ], - goldDrop: [ 30, 32, 25, 29, 30, 32, 31, 15, 21, 26, 18, 27, 19, 34 ], - bornPos: [ 1, 8, 7 ] +{ level: 80, ai: 2, time: 3467, state: 1, godMode: 0, location: "Korea, Republic of", ip:"116.126.194.224", date:"2014-10-05 00:15:51", //id=80 + action: [ 0, 39, 33, 38, 121, 37, 199, 40, 207, 39, 217, 37, 225, 39, 237, 37, 244, 90, 253, 37, 286, 39, 299, 90, 307, 37, 332, 39, 353, 38, 364, 90, 371, 40, 376, 90, 387, 38, 424, 37, 433, 90, 440, 37, 462, 39, 492, 38, 499, 90, 524, 38, 546, 37, 570, 38, 591, 37, 609, 38, 626, 39, 651, 40, 670, 39, 703, 40, 720, 39, 744, 37, 755, 38, 761, 90, 839, 39, 917, 38, 932, 40, 936, 90, 959, 38, 967, 90, 990, 38, 1002, 90, 1020, 38, 1033, 90, 1045, 40, 1054, 90, 1064, 40, 1069, 90, 1120, 38, 1159, 90, 1170, 40, 1175, 90, 1183, 37, 1220, 90, 1231, 37, 1234, 90, 1247, 40, 1250, 90, 1259, 37, 1361, 39, 1366, 90, 1376, 39, 1394, 37, 1400, 90, 1407, 39, 1437, 90, 1450, 39, 1455, 90, 1467, 39, 1472, 90, 1485, 39, 1523, 37, 1532, 38, 1539, 90, 1547, 37, 1558, 39, 1562, 40, 1575, 39, 1583, 37, 1591, 38, 1600, 39, 1603, 38, 1614, 40, 1653, 38, 1667, 90, 1711, 38, 1723, 90, 1734, 38, 1764, 40, 1783, 90, 1791, 40, 1797, 90, 1866, 37, 1932, 90, 1943, 39, 1948, 90, 2033, 37, 2039, 39, 2081, 38, 2087, 90, 2178, 38, 2195, 40, 2203, 90, 2226, 38, 2286, 37, 2305, 40, 2335, 37, 2371, 40, 2392, 37, 2442, 90, 2450, 39, 2458, 90, 2469, 39, 2474, 90, 2485, 39, 2493, 90, 2502, 40, 2508, 90, 2552, 40, 2559, 38, 2565, 90, 2576, 38, 2598, 40, 2610, 39, 2640, 90, 2646, 39, 2681, 90, 2694, 39, 2698, 90, 2711, 39, 2729, 40, 2756, 90, 2765, 39, 2770, 90, 2781, 39, 2787, 90, 2802, 38, 2807, 90, 2934, 38, 2953, 40, 2959, 90, 3009, 38, 3071, 37, 3082, 88, 3174, 37, 3194, 90, 3200, 39, 3207, 37, 3213, 39, 3308, 37, 3359, 39, 3398, 38 ], + goldDrop: [ 33, 37, 15, 38, 34, 31, 14, 23, 26, 34, 36, 37 ], + bornPos: [ 1, 8, 6, 15, 26, 11 ] }, -{ level: 81, ai: 1, time: 2815, state: 1, country: "Taiwan", //id=81 2014-06-07 23:41:12 - action: [ 0, 39, 53, 38, 64, 90, 121, 38, 138, 39, 144, 37, 152, 39, 169, 37, 186, 40, 197, 39, 208, 37, 229, 38, 250, 37, 264, 39, 277, 90, 286, 40, 293, 90, 302, 37, 321, 39, 328, 90, 341, 39, 344, 90, 352, 40, 360, 90, 368, 37, 390, 39, 401, 38, 445, 37, 461, 90, 689, 37, 693, 90, 705, 37, 747, 38, 751, 39, 760, 90, 772, 37, 791, 39, 802, 38, 813, 90, 825, 37, 899, 38, 941, 37, 945, 39, 958, 37, 972, 37, 979, 40, 995, 38, 1016, 37, 1022, 39, 1026, 90, 1041, 40, 1048, 90, 1059, 38, 1071, 37, 1085, 40, 1093, 39, 1114, 39, 1119, 38, 1126, 39, 1131, 40, 1147, 39, 1190, 37, 1195, 40, 1214, 37, 1258, 38, 1274, 39, 1289, 37, 1296, 38, 1342, 39, 1365, 88, 1385, 39, 1402, 39, 1411, 38, 1446, 39, 1481, 37, 1536, 38, 1543, 39, 1551, 38, 1612, 39, 1632, 88, 1642, 39, 1684, 37, 1691, 39, 1703, 88, 1713, 39, 1733, 38, 1752, 37, 1792, 38, 1800, 39, 1811, 38, 1825, 40, 1869, 39, 1936, 38, 1946, 39, 1955, 38, 1966, 37, 1971, 38, 1979, 39, 1991, 38, 2014, 40, 2020, 37, 2031, 38, 2052, 39, 2076, 90, 2151, 37, 2158, 40, 2230, 39, 2243, 37, 2259, 90, 2292, 37, 2310, 88, 2320, 37, 2326, 88, 2336, 37, 2342, 88, 2351, 37, 2365, 37, 2366, 37, 2367, 37, 2368, 37, 2369, 37, 2370, 37, 2415, 38, 2443, 39, 2464, 90, 2587, 37, 2601, 39, 2627, 37, 2635, 90, 2684, 37, 2703, 38, 2775, 37, 2809, 38 ], - goldDrop: [ 23, 36 ], +{ level: 81, ai: 2, time: 2498, state: 1, godMode: 0, location: "Korea, Republic of", ip:"116.126.194.224", date:"2014-10-05 00:17:43", //id=81 + action: [ 0, 37, 23, 38, 46, 40, 56, 90, 62, 40, 69, 90, 77, 38, 81, 90, 105, 38, 179, 40, 215, 38, 229, 37, 234, 40, 240, 39, 246, 90, 254, 38, 268, 37, 286, 39, 306, 38, 317, 39, 328, 37, 345, 39, 358, 40, 368, 37, 375, 40, 387, 38, 398, 88, 406, 38, 418, 39, 438, 37, 463, 40, 474, 38, 487, 88, 494, 39, 516, 38, 527, 37, 541, 38, 591, 39, 601, 40, 729, 39, 737, 88, 747, 39, 758, 40, 780, 37, 789, 39, 816, 37, 819, 40, 826, 37, 867, 38, 896, 39, 919, 37, 921, 90, 934, 37, 943, 39, 1023, 38, 1047, 39, 1110, 37, 1128, 38, 1136, 37, 1150, 39, 1161, 90, 1175, 39, 1179, 90, 1190, 40, 1194, 90, 1205, 40, 1211, 37, 1223, 39, 1231, 90, 1243, 40, 1247, 90, 1253, 40, 1263, 37, 1275, 39, 1284, 38, 1324, 37, 1342, 90, 1350, 37, 1392, 88, 1402, 39, 1423, 37, 1493, 38, 1505, 37, 1508, 38, 1540, 39, 1570, 88, 1578, 39, 1609, 37, 1655, 38, 1668, 37, 1670, 38, 1723, 39, 1753, 88, 1761, 39, 1865, 38, 1872, 39, 1882, 38, 1895, 40, 1900, 37, 1909, 38, 1918, 39, 1930, 37, 1934, 38, 1946, 39, 1962, 37, 1973, 39, 1980, 88, 1985, 37, 2028, 38, 2041, 39, 2095, 37, 2097, 90, 2131, 37, 2145, 88, 2155, 37, 2161, 88, 2170, 37, 2252, 38, 2286, 90, 2296, 40, 2302, 90, 2311, 38, 2336, 40, 2344, 37, 2360, 40, 2374, 39, 2384, 88, 2411, 39, 2419, 38, 2458, 37, 2493, 38 ], + goldDrop: [ 26, 23 ], bornPos: [] }, -{ level: 82, ai: 1, time: 2928, state: 1, country: "Taiwan", //id=82 2014-06-07 23:43:25 - action: [ 0, 37, 6, 38, 12, 37, 19, 40, 36, 37, 44, 90, 68, 39, 84, 37, 93, 88, 142, 37, 203, 38, 213, 39, 233, 38, 262, 39, 268, 38, 278, 39, 283, 38, 291, 39, 337, 37, 342, 38, 350, 39, 357, 38, 363, 39, 382, 38, 386, 39, 399, 37, 410, 39, 424, 37, 441, 38, 447, 37, 458, 39, 469, 38, 477, 37, 501, 40, 520, 39, 523, 90, 539, 37, 580, 40, 588, 39, 601, 39, 602, 39, 603, 39, 604, 39, 605, 39, 606, 39, 607, 39, 608, 39, 609, 39, 610, 39, 611, 39, 612, 39, 613, 39, 618, 38, 639, 37, 649, 38, 676, 40, 690, 40, 691, 40, 692, 40, 693, 40, 694, 40, 695, 40, 696, 40, 697, 40, 698, 40, 699, 40, 700, 40, 701, 40, 702, 40, 703, 40, 704, 40, 705, 40, 706, 40, 741, 88, 755, 37, 770, 38, 780, 39, 800, 38, 826, 39, 865, 38, 888, 39, 896, 40, 912, 39, 918, 38, 930, 39, 932, 39, 965, 38, 976, 37, 982, 38, 988, 37, 991, 38, 1002, 37, 1006, 38, 1017, 37, 1022, 38, 1026, 38, 1029, 37, 1044, 39, 1059, 38, 1068, 39, 1088, 38, 1098, 37, 1108, 40, 1116, 37, 1127, 38, 1135, 39, 1161, 40, 1176, 39, 1220, 37, 1231, 39, 1241, 38, 1254, 37, 1260, 40, 1278, 37, 1287, 40, 1307, 39, 1322, 38, 1333, 37, 1360, 38, 1382, 37, 1420, 38, 1446, 40, 1460, 40, 1461, 40, 1468, 90, 1475, 38, 1488, 38, 1489, 38, 1490, 38, 1491, 38, 1492, 38, 1493, 38, 1494, 38, 1495, 38, 1496, 38, 1497, 38, 1498, 38, 1499, 38, 1500, 38, 1501, 38, 1502, 38, 1503, 38, 1504, 38, 1523, 37, 1575, 39, 1585, 37, 1600, 90, 1611, 39, 1623, 90, 1639, 39, 1647, 90, 1755, 39, 1867, 38, 1894, 37, 1920, 38, 1932, 37, 1936, 38, 1960, 37, 1986, 38, 2007, 39, 2024, 38, 2088, 37, 2113, 40, 2139, 88, 2262, 39, 2291, 88, 2302, 37, 2311, 39, 2332, 90, 2356, 39, 2365, 90, 2377, 39, 2382, 90, 2429, 39, 2452, 38, 2477, 40, 2527, 38, 2539, 37, 2563, 38, 2586, 37, 2626, 38, 2631, 39, 2666, 38, 2675, 37, 2693, 39, 2704, 38, 2712, 37, 2718, 38, 2724, 37, 2751, 38, 2758, 37, 2773, 38, 2777, 39, 2792, 90, 2799, 39, 2804, 38, 2814, 39, 2832, 37, 2854, 40, 2863, 37, 2873, 90, 2883, 39, 2892, 37, 2905, 37, 2906, 37, 2907, 37, 2911, 38 ], - goldDrop: [ 28, 29, 22, 34, 21, 17, 37, 15 ], - bornPos: [ 2, 13, 1, 18, 2, 18, 2, 5, 2 ] +{ level: 82, ai: 2, time: 2386, state: 1, godMode: 0, location: "Korea, Republic of", ip:"116.126.194.224", date:"2014-10-05 00:19:24", //id=82 + action: [ 0, 39, 3, 90, 43, 37, 80, 90, 92, 88, 131, 37, 171, 88, 183, 37, 187, 88, 196, 37, 206, 38, 216, 37, 218, 38, 229, 39, 239, 40, 246, 37, 259, 38, 265, 90, 275, 38, 278, 90, 308, 38, 342, 39, 365, 38, 408, 40, 414, 39, 431, 40, 448, 37, 464, 38, 471, 39, 475, 38, 483, 39, 487, 38, 495, 39, 498, 38, 506, 39, 516, 38, 533, 37, 541, 40, 546, 39, 557, 38, 565, 37, 588, 40, 594, 37, 631, 39, 637, 40, 669, 37, 675, 39, 677, 88, 686, 37, 712, 39, 725, 37, 736, 88, 747, 37, 756, 38, 771, 39, 794, 38, 814, 39, 870, 38, 878, 39, 932, 40, 950, 37, 961, 40, 970, 37, 1020, 38, 1029, 90, 1138, 40, 1153, 39, 1158, 88, 1164, 37, 1173, 90, 1217, 39, 1282, 38, 1296, 37, 1324, 38, 1350, 37, 1355, 38, 1361, 37, 1365, 38, 1371, 37, 1375, 38, 1381, 37, 1385, 38, 1395, 37, 1399, 38, 1406, 37, 1418, 39, 1426, 37, 1437, 39, 1450, 38, 1456, 39, 1465, 37, 1473, 39, 1483, 37, 1494, 38, 1502, 39, 1527, 40, 1533, 39, 1574, 37, 1615, 39, 1622, 37, 1633, 39, 1644, 37, 1672, 38, 1694, 40, 1716, 90, 1745, 37, 1754, 38, 1777, 37, 1798, 40, 1802, 37, 1830, 40, 1836, 37, 1848, 38, 1857, 39, 1862, 38, 1867, 39, 1871, 38, 1878, 39, 1881, 38, 1888, 39, 1892, 38, 1907, 39, 1910, 38, 1917, 39, 1925, 38, 1930, 39, 1945, 37, 1955, 39, 1960, 37, 1967, 40, 1977, 37, 1982, 40, 1989, 37, 1997, 40, 2027, 37, 2040, 40, 2078, 37, 2084, 90, 2096, 88, 2129, 37, 2132, 88, 2140, 37, 2156, 88, 2243, 38, 2258, 39, 2281, 38, 2300, 39, 2346, 38 ], + goldDrop: [ 35, 19, 34, 25 ], + bornPos: [ 2, 13, 1, 19, 2, 13, 1, 26, 2 ] }, -{ level: 83, ai: 1, time: 1430, state: 1, country: "Taiwan", //id=83 2014-06-11 21:24:10 +{ level: 83, ai: 1, time: 1430, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.47.88", date:"2014-06-11 21:24:10", //id=83 action: [ 0, 37, 11, 88, 25, 37, 29, 88, 49, 39, 56, 88, 69, 39, 144, 37, 159, 90, 205, 37, 215, 38, 240, 37, 263, 39, 268, 90, 279, 37, 299, 90, 336, 37, 340, 88, 352, 37, 358, 38, 370, 37, 380, 38, 391, 37, 403, 38, 410, 37, 417, 38, 424, 37, 430, 38, 459, 37, 485, 40, 506, 39, 595, 37, 607, 38, 617, 37, 623, 38, 630, 37, 635, 38, 643, 37, 647, 38, 655, 37, 659, 38, 667, 37, 671, 38, 678, 37, 694, 39, 700, 90, 710, 37, 724, 39, 731, 90, 742, 37, 754, 39, 771, 40, 778, 39, 785, 40, 798, 39, 850, 88, 863, 37, 867, 88, 882, 37, 887, 88, 899, 37, 905, 88, 917, 37, 922, 88, 940, 38, 952, 37, 957, 38, 964, 37, 968, 38, 977, 39, 984, 40, 992, 39, 997, 40, 1006, 39, 1011, 40, 1024, 40, 1025, 40, 1026, 40, 1027, 40, 1028, 40, 1029, 40, 1130, 39, 1185, 38, 1238, 40, 1246, 37, 1263, 39, 1274, 40, 1313, 39, 1353, 38 ], goldDrop: [ 14, 37, 22, 30, 15 ], bornPos: [ 1, 0, 2, 17 ] }, -{ level: 84, ai: 1, time: 5637, state: 1, country: "Taiwan", //id=84 2014-06-07 23:51:03 - action: [ 0, 39, 9, 38, 20, 37, 27, 39, 32, 38, 44, 88, 50, 40, 64, 40, 65, 40, 66, 40, 75, 37, 88, 38, 99, 88, 158, 39, 173, 38, 194, 39, 204, 38, 216, 37, 230, 38, 242, 39, 261, 38, 272, 37, 291, 38, 302, 39, 329, 88, 340, 39, 380, 38, 391, 37, 407, 39, 422, 40, 433, 37, 441, 88, 451, 39, 475, 37, 482, 90, 493, 37, 514, 88, 524, 39, 547, 90, 557, 37, 580, 40, 594, 39, 613, 37, 647, 39, 673, 37, 685, 38, 694, 37, 710, 38, 721, 37, 731, 38, 743, 37, 757, 38, 768, 37, 782, 88, 814, 39, 824, 37, 836, 90, 845, 39, 860, 37, 885, 40, 898, 37, 905, 88, 914, 37, 917, 88, 927, 40, 933, 88, 945, 40, 952, 39, 972, 37, 992, 38, 1003, 39, 1024, 37, 1044, 88, 1081, 37, 1096, 40, 1107, 37, 1120, 39, 1131, 40, 1298, 38, 1351, 88, 1407, 39, 1431, 90, 1440, 38, 1445, 39, 1455, 38, 1464, 39, 1473, 88, 1483, 37, 1488, 88, 1497, 37, 1502, 88, 1512, 88, 1514, 37, 1519, 88, 1527, 39, 1544, 88, 1553, 37, 1560, 88, 1569, 37, 1576, 88, 1587, 39, 1613, 37, 1618, 90, 1656, 37, 1679, 40, 1745, 39, 1759, 40, 1786, 90, 1852, 37, 1868, 38, 1891, 39, 1901, 38, 1914, 39, 1960, 37, 1977, 38, 1984, 39, 1991, 90, 2056, 37, 2069, 40, 2082, 37, 2091, 40, 2118, 38, 2140, 37, 2165, 40, 2183, 39, 2196, 40, 2201, 39, 2652, 38, 2661, 37, 2677, 38, 2737, 88, 2783, 39, 2807, 90, 2819, 39, 2829, 38, 2839, 39, 2846, 88, 2860, 37, 2864, 88, 2874, 39, 2884, 88, 2894, 37, 2903, 88, 2921, 40, 2926, 90, 2997, 37, 3009, 40, 3032, 39, 3106, 90, 3170, 37, 3188, 88, 3198, 37, 3205, 88, 3214, 38, 3239, 39, 3250, 38, 3262, 39, 3273, 88, 3283, 37, 3289, 88, 3298, 37, 3305, 88, 3313, 39, 3331, 88, 3339, 37, 3347, 88, 3355, 37, 3363, 88, 3372, 39, 3398, 88, 3407, 37, 3415, 88, 3423, 37, 3431, 88, 3441, 37, 3447, 88, 3454, 39, 3479, 88, 3487, 37, 3496, 88, 3505, 37, 3514, 88, 3523, 39, 3541, 88, 3553, 39, 3568, 38, 3574, 88, 3621, 39, 3634, 38, 3657, 39, 3667, 38, 3680, 37, 3692, 38, 3704, 37, 3708, 38, 3720, 37, 3763, 39, 3771, 38, 3783, 37, 3803, 38, 3814, 39, 3832, 37, 3837, 88, 3848, 39, 3893, 38, 3907, 37, 3928, 39, 3933, 90, 4016, 39, 4026, 38, 4211, 37, 4222, 39, 4226, 90, 4238, 37, 4251, 90, 4262, 39, 4272, 90, 4283, 37, 4308, 39, 4313, 90, 4328, 39, 4332, 90, 4353, 39, 4363, 40, 4391, 39, 4400, 40, 4445, 38, 4456, 90, 4465, 39, 4490, 38, 4502, 37, 4521, 38, 4533, 37, 4544, 40, 4555, 37, 4567, 38, 4570, 90, 4610, 37, 4623, 40, 4635, 37, 4681, 39, 4686, 40, 4699, 37, 4705, 39, 4712, 38, 4723, 39, 4731, 38, 4746, 37, 4828, 39, 4843, 40, 4852, 88, 4862, 39, 4874, 88, 4889, 39, 4905, 37, 4956, 40, 4971, 38, 4988, 39, 4996, 88, 5013, 37, 5022, 39, 5045, 90, 5058, 40, 5062, 90, 5072, 38, 5084, 39, 5097, 90, 5109, 38, 5121, 39, 5134, 88, 5142, 37, 5151, 88, 5160, 37, 5168, 88, 5178, 37, 5184, 88, 5195, 39, 5212, 88, 5222, 37, 5228, 88, 5242, 39, 5261, 88, 5270, 37, 5277, 88, 5287, 37, 5295, 88, 5305, 39, 5321, 88, 5331, 37, 5340, 88, 5350, 39, 5358, 88, 5374, 39, 5383, 38, 5390, 88, 5441, 39, 5456, 38, 5477, 39, 5486, 38, 5499, 37, 5513, 38, 5524, 39, 5541, 38, 5552, 39, 5555, 38, 5566, 37, 5585, 38, 5595, 39, 5626, 38 ], - goldDrop: [ 21, 23, 39, 31, 19 ], - bornPos: [ 1, 15 ] +{ level: 84, ai: 2, time: 3190, state: 1, godMode: 0, location: "Korea, Republic of", ip:"116.126.194.224", date:"2014-10-05 00:30:19", //id=84 + action: [ 0, 39, 9, 38, 19, 37, 28, 39, 35, 40, 51, 37, 85, 88, 139, 39, 152, 38, 172, 39, 191, 40, 201, 39, 214, 40, 224, 39, 240, 37, 255, 38, 265, 37, 281, 38, 296, 37, 305, 38, 316, 37, 332, 38, 342, 37, 363, 39, 373, 88, 381, 37, 401, 90, 412, 39, 416, 90, 439, 88, 489, 37, 513, 88, 522, 37, 528, 88, 536, 37, 570, 39, 577, 40, 587, 37, 595, 39, 602, 38, 612, 39, 621, 38, 631, 37, 647, 39, 660, 40, 671, 88, 688, 39, 706, 88, 719, 39, 728, 37, 752, 40, 763, 37, 784, 39, 797, 38, 841, 40, 850, 37, 865, 39, 874, 38, 920, 40, 942, 39, 963, 90, 1016, 37, 1028, 38, 1043, 37, 1047, 38, 1069, 39, 1080, 90, 1093, 39, 1097, 90, 1106, 39, 1130, 38, 1140, 39, 1166, 37, 1180, 88, 1191, 37, 1195, 88, 1205, 37, 1211, 88, 1219, 39, 1237, 88, 1244, 37, 1253, 88, 1263, 37, 1270, 88, 1276, 39, 1300, 90, 1314, 39, 1329, 37, 1333, 88, 1346, 37, 1350, 88, 1385, 37, 1388, 88, 1394, 39, 1415, 88, 1425, 37, 1431, 88, 1437, 39, 1451, 88, 1459, 39, 1491, 38, 1512, 39, 1524, 38, 1537, 37, 1553, 38, 1564, 39, 1585, 38, 1596, 37, 1616, 38, 1628, 37, 1660, 39, 1670, 90, 1679, 37, 1724, 38, 1735, 39, 1753, 37, 1756, 88, 1762, 39, 1813, 38, 1826, 39, 1860, 88, 1875, 39, 1895, 88, 1952, 39, 1970, 90, 1978, 38, 1991, 37, 2006, 39, 2024, 40, 2045, 37, 2049, 90, 2056, 37, 2072, 90, 2078, 39, 2099, 37, 2119, 88, 2129, 39, 2153, 90, 2160, 37, 2198, 38, 2208, 37, 2220, 38, 2233, 37, 2250, 38, 2263, 37, 2272, 90, 2296, 37, 2306, 90, 2357, 37, 2374, 40, 2387, 37, 2390, 40, 2403, 37, 2412, 88, 2424, 40, 2429, 88, 2437, 40, 2445, 39, 2463, 37, 2483, 38, 2494, 37, 2550, 88, 2607, 39, 2621, 90, 2633, 39, 2638, 90, 2649, 39, 2653, 90, 2663, 39, 2676, 38, 2686, 39, 2698, 88, 2707, 37, 2713, 88, 2724, 37, 2729, 88, 2736, 39, 2755, 88, 2764, 37, 2770, 88, 2781, 37, 2787, 88, 2796, 39, 2822, 88, 2829, 37, 2838, 88, 2849, 37, 2853, 90, 2868, 88, 2914, 37, 2917, 88, 2920, 39, 2948, 88, 2956, 37, 2963, 88, 2972, 39, 2981, 88, 2990, 39, 3022, 38, 3041, 39, 3051, 38, 3061, 37, 3075, 38, 3086, 39, 3106, 38, 3118, 37, 3139, 38, 3150, 39, 3180, 38 ], + goldDrop: [ 24, 25 ], + bornPos: [ 1, 25, 12 ] }, -{ level: 85, ai: 1, time: 3093, state: 1, country: "Taiwan", //id=85 2014-06-07 23:55:58 - action: [ 0, 37, 35, 38, 58, 90, 69, 37, 84, 39, 95, 38, 102, 39, 109, 38, 125, 39, 138, 37, 141, 88, 151, 37, 182, 39, 192, 38, 210, 39, 323, 37, 336, 88, 381, 39, 391, 40, 402, 37, 421, 90, 422, 39, 428, 90, 440, 88, 463, 37, 481, 38, 504, 39, 511, 38, 527, 39, 532, 88, 546, 39, 555, 38, 571, 39, 599, 38, 615, 39, 639, 38, 646, 39, 662, 38, 673, 37, 718, 38, 734, 39, 741, 38, 760, 39, 775, 38, 789, 39, 845, 37, 891, 38, 908, 39, 916, 38, 940, 39, 963, 88, 973, 39, 991, 37, 1004, 37, 1005, 37, 1043, 38, 1072, 90, 1082, 37, 1110, 39, 1129, 90, 1141, 40, 1146, 90, 1152, 38, 1166, 39, 1180, 38, 1185, 39, 1190, 38, 1212, 37, 1232, 38, 1244, 37, 1273, 39, 1290, 90, 1307, 37, 1339, 38, 1448, 39, 1462, 39, 1473, 39, 1490, 40, 1504, 40, 1505, 40, 1506, 40, 1507, 40, 1508, 40, 1509, 40, 1510, 40, 1511, 40, 1512, 40, 1513, 40, 1514, 40, 1669, 39, 1689, 88, 1699, 37, 1711, 88, 1722, 37, 1732, 88, 1823, 38, 1846, 39, 1853, 38, 1868, 39, 1874, 88, 1883, 39, 1934, 38, 1950, 39, 1978, 38, 1985, 39, 2004, 38, 2129, 37, 2175, 38, 2191, 90, 2201, 40, 2208, 90, 2218, 40, 2225, 90, 2233, 38, 2250, 39, 2259, 38, 2283, 37, 2306, 38, 2325, 37, 2341, 39, 2375, 37, 2389, 37, 2390, 37, 2403, 90, 2416, 37, 2459, 88, 2466, 39, 2488, 88, 2500, 39, 2545, 40, 2563, 39, 2591, 88, 2602, 37, 2613, 88, 2625, 37, 2634, 88, 2791, 39, 2797, 37, 2812, 38, 2836, 39, 2843, 38, 2859, 39, 2864, 88, 2874, 39, 2926, 38, 2942, 39, 2971, 38, 2976, 39, 2991, 38, 3003, 37, 3047, 38, 3064, 39, 3071, 38 ], - goldDrop: [ 36, 14, 38, 31, 31, 16, 33 ], - bornPos: [ 1, 2, 21, 27 ] +{ level: 85, ai: 2, time: 2408, state: 1, godMode: 0, location: "Korea, Republic of", ip:"116.126.194.224", date:"2014-10-05 00:34:29", //id=85 + action: [ 0, 37, 36, 38, 57, 90, 65, 37, 82, 39, 92, 38, 119, 37, 125, 39, 135, 38, 159, 39, 174, 90, 237, 37, 242, 88, 253, 39, 302, 38, 315, 39, 333, 37, 356, 88, 407, 39, 417, 38, 423, 39, 437, 38, 447, 37, 491, 38, 507, 90, 515, 37, 544, 39, 562, 38, 570, 39, 576, 38, 594, 39, 637, 37, 687, 38, 700, 39, 707, 38, 727, 39, 752, 88, 759, 39, 790, 37, 831, 38, 848, 90, 860, 40, 864, 90, 875, 40, 880, 90, 891, 38, 911, 39, 920, 38, 946, 37, 957, 88, 968, 37, 974, 88, 986, 37, 991, 88, 1002, 37, 1007, 88, 1020, 37, 1024, 88, 1050, 37, 1069, 88, 1077, 39, 1141, 38, 1161, 88, 1180, 40, 1182, 88, 1193, 40, 1196, 88, 1207, 40, 1212, 88, 1224, 39, 1240, 88, 1263, 39, 1289, 38, 1304, 88, 1313, 40, 1319, 88, 1396, 39, 1415, 38, 1420, 39, 1435, 38, 1446, 37, 1491, 38, 1521, 39, 1528, 38, 1549, 37, 1562, 39, 1575, 40, 1601, 37, 1607, 90, 1618, 40, 1623, 90, 1634, 40, 1638, 90, 1647, 38, 1666, 39, 1674, 38, 1704, 37, 1716, 88, 1725, 37, 1731, 88, 1742, 37, 1747, 88, 1758, 37, 1763, 88, 1774, 37, 1778, 88, 1849, 37, 1882, 90, 1891, 37, 1937, 88, 1943, 39, 1964, 88, 1972, 39, 2017, 38, 2042, 39, 2049, 38, 2065, 88, 2074, 40, 2080, 88, 2090, 40, 2096, 88, 2104, 39, 2188, 37, 2198, 88, 2242, 39, 2251, 38, 2266, 39, 2291, 38, 2297, 39, 2311, 38, 2321, 37, 2365, 38, 2383, 39, 2388, 38 ], + goldDrop: [ 32, 23, 35, 14, 22 ], + bornPos: [ 1, 1, 14 ] }, -{ level: 86, ai: 1, time: 2746, state: 1, country: "Taiwan", //id=86 2014-06-07 23:57:53 - action: [ 0, 37, 6, 90, 72, 37, 89, 88, 113, 37, 116, 88, 131, 40, 136, 88, 294, 40, 302, 88, 314, 37, 330, 88, 359, 39, 369, 38, 384, 39, 404, 88, 414, 39, 427, 37, 440, 90, 478, 37, 497, 38, 560, 40, 574, 40, 575, 40, 681, 38, 696, 37, 724, 38, 797, 39, 821, 40, 829, 88, 840, 39, 848, 88, 861, 39, 875, 90, 886, 37, 941, 39, 947, 90, 958, 37, 1012, 38, 1081, 39, 1152, 40, 1184, 39, 1198, 39, 1199, 39, 1200, 39, 1201, 39, 1202, 39, 1208, 38, 1254, 39, 1284, 37, 1295, 38, 1308, 39, 1332, 38, 1349, 39, 1358, 88, 1369, 37, 1373, 88, 1383, 37, 1389, 88, 1397, 39, 1409, 88, 1419, 37, 1426, 88, 1434, 39, 1478, 37, 1498, 38, 1622, 39, 1671, 38, 1745, 37, 1801, 40, 1806, 90, 1819, 37, 1830, 39, 1855, 90, 1867, 37, 1876, 39, 1897, 37, 1909, 39, 1917, 88, 1926, 37, 1934, 88, 1945, 39, 1958, 90, 1968, 39, 1974, 90, 1982, 37, 1994, 90, 2004, 39, 2011, 90, 2020, 37, 2041, 39, 2070, 38, 2087, 39, 2137, 38, 2212, 37, 2230, 40, 2242, 37, 2247, 88, 2330, 37, 2336, 90, 2348, 37, 2386, 39, 2450, 38, 2523, 37, 2542, 40, 2548, 88, 2559, 39, 2577, 37, 2622, 39, 2669, 38 ], +{ level: 86, ai: 2, time: 2474, state: 1, godMode: 0, location: "Taiwan", ip:"36.225.127.205", date:"2014-09-26 22:53:29", //id=86 + action: [ 0, 90, 80, 37, 94, 88, 104, 37, 110, 88, 120, 37, 126, 88, 138, 40, 145, 88, 308, 40, 311, 88, 323, 38, 334, 39, 356, 88, 365, 39, 380, 37, 420, 38, 485, 39, 505, 40, 561, 39, 568, 90, 578, 37, 631, 38, 696, 39, 724, 40, 729, 88, 741, 37, 743, 88, 755, 37, 757, 88, 767, 39, 776, 88, 788, 39, 801, 90, 811, 37, 845, 90, 858, 37, 921, 38, 989, 39, 1068, 40, 1115, 90, 1126, 37, 1147, 39, 1161, 90, 1175, 37, 1188, 39, 1199, 37, 1207, 39, 1220, 90, 1423, 37, 1427, 88, 1438, 37, 1443, 88, 1459, 39, 1470, 90, 1482, 39, 1486, 90, 1496, 37, 1504, 90, 1516, 39, 1522, 90, 1532, 37, 1556, 39, 1594, 38, 1607, 39, 1614, 88, 1624, 37, 1629, 88, 1641, 39, 1649, 88, 1660, 37, 1665, 88, 1674, 39, 1699, 37, 1715, 38, 1885, 39, 1933, 38, 1999, 37, 2012, 40, 2026, 37, 2030, 88, 2040, 39, 2070, 37, 2099, 39, 2148, 38, 2243, 37, 2276, 40, 2280, 90, 2294, 39, 2298, 90, 2308, 37, 2324, 39, 2405, 38 ], goldDrop: [], + bornPos: [ 1, 27 ] +}, +{ level: 87, ai: 2, time: 1451, state: 1, godMode: 0, location: "Korea, Republic of", ip:"116.126.194.224", date:"2014-10-05 00:38:00", //id=87 + action: [ 0, 39, 14, 37, 24, 38, 31, 39, 36, 38, 42, 37, 47, 38, 53, 39, 57, 38, 63, 37, 67, 38, 74, 39, 78, 38, 84, 37, 88, 38, 94, 39, 98, 38, 105, 37, 108, 38, 114, 39, 119, 38, 124, 37, 128, 38, 133, 39, 137, 38, 168, 39, 241, 40, 278, 88, 334, 39, 349, 38, 357, 37, 361, 38, 368, 39, 373, 38, 379, 37, 383, 38, 388, 39, 393, 38, 398, 37, 403, 38, 407, 39, 412, 38, 417, 37, 421, 38, 424, 39, 429, 38, 434, 37, 438, 38, 440, 39, 445, 38, 451, 37, 457, 38, 465, 39, 468, 38, 477, 37, 481, 38, 486, 39, 493, 38, 504, 39, 576, 90, 588, 39, 592, 90, 601, 39, 613, 88, 625, 90, 647, 39, 662, 38, 668, 37, 672, 38, 677, 39, 682, 38, 686, 37, 690, 38, 693, 39, 698, 38, 701, 37, 706, 38, 707, 39, 713, 38, 718, 37, 723, 38, 736, 39, 740, 38, 749, 37, 754, 38, 757, 39, 763, 38, 768, 37, 772, 38, 776, 39, 781, 38, 785, 37, 790, 38, 792, 39, 797, 38, 803, 37, 808, 38, 814, 39, 912, 38, 919, 37, 924, 38, 931, 39, 935, 38, 941, 37, 945, 38, 948, 39, 953, 38, 957, 37, 961, 38, 964, 39, 968, 38, 972, 37, 976, 38, 978, 39, 982, 38, 988, 37, 992, 38, 999, 39, 1002, 38, 1008, 37, 1013, 38, 1015, 39, 1020, 38, 1024, 37, 1029, 38, 1035, 39, 1040, 38, 1045, 37, 1048, 38, 1052, 39, 1057, 38, 1076, 37, 1220, 88, 1230, 37, 1236, 88, 1245, 90, 1288, 37, 1307, 38, 1313, 39, 1317, 38, 1323, 37, 1327, 38, 1331, 39, 1336, 38, 1340, 37, 1345, 38, 1349, 39, 1353, 38, 1358, 37, 1363, 38, 1366, 39, 1370, 38, 1374, 37, 1378, 38, 1380, 39, 1385, 38, 1388, 37, 1394, 38, 1403, 39, 1406, 38, 1416, 37, 1419, 38, 1424, 39, 1429, 38, 1433, 37, 1438, 38, 1443, 39, 1446, 38 ], + goldDrop: [ 23, 14, 33 ], bornPos: [] }, -{ level: 87, ai: 1, time: 1851, state: 1, country: "Taiwan", //id=87 2014-06-07 23:59:13 - action: [ 0, 39, 10, 38, 15, 37, 23, 38, 30, 39, 36, 38, 44, 37, 48, 38, 58, 39, 63, 38, 70, 37, 75, 38, 83, 39, 89, 38, 97, 37, 102, 38, 110, 39, 116, 38, 124, 37, 129, 38, 137, 39, 143, 38, 150, 37, 156, 38, 164, 39, 169, 38, 178, 37, 183, 38, 191, 39, 198, 38, 209, 39, 301, 38, 312, 37, 318, 38, 327, 39, 331, 38, 341, 37, 345, 38, 351, 37, 379, 39, 386, 37, 401, 39, 411, 88, 444, 39, 455, 38, 461, 37, 468, 38, 477, 39, 482, 38, 491, 37, 495, 38, 504, 39, 509, 38, 518, 37, 523, 38, 531, 39, 536, 38, 546, 37, 551, 38, 560, 39, 564, 38, 573, 37, 577, 38, 587, 39, 592, 38, 602, 37, 606, 38, 616, 39, 621, 38, 654, 39, 765, 38, 772, 37, 778, 38, 787, 39, 791, 38, 818, 39, 844, 90, 916, 37, 926, 38, 935, 37, 939, 38, 947, 39, 952, 38, 960, 37, 964, 38, 973, 39, 976, 38, 986, 37, 990, 38, 999, 39, 1003, 38, 1013, 37, 1017, 38, 1026, 39, 1031, 38, 1041, 37, 1045, 38, 1055, 39, 1060, 38, 1069, 37, 1073, 38, 1083, 39, 1092, 39, 1188, 38, 1197, 37, 1200, 38, 1209, 39, 1213, 38, 1223, 37, 1227, 38, 1236, 39, 1240, 38, 1249, 37, 1253, 38, 1262, 39, 1267, 38, 1276, 37, 1280, 38, 1290, 39, 1294, 38, 1304, 37, 1308, 38, 1318, 39, 1322, 38, 1331, 37, 1335, 38, 1346, 39, 1352, 38, 1362, 37, 1433, 37, 1446, 37, 1474, 88, 1485, 37, 1515, 90, 1528, 39, 1537, 90, 1607, 37, 1618, 38, 1626, 37, 1631, 38, 1640, 37, 1654, 37, 1655, 37, 1656, 37, 1657, 37, 1658, 37, 1659, 37, 1660, 37, 1661, 37, 1662, 37, 1663, 37, 1664, 37, 1665, 37, 1666, 37, 1679, 38, 1687, 39, 1692, 38, 1700, 37, 1706, 38, 1713, 39, 1718, 38, 1726, 37, 1731, 38, 1739, 39, 1743, 38, 1751, 37, 1757, 38, 1763, 39, 1768, 38, 1776, 37, 1781, 38, 1789, 39, 1794, 38, 1802, 37, 1807, 38, 1815, 39, 1819, 38, 1827, 37, 1832, 38, 1840, 39, 1845, 38 ], - goldDrop: [ 19, 32, 32, 25 ], - bornPos: [ 1, 14 ] -}, -{ level: 88, ai: 1, time: 4352, state: 1, country: "Taiwan", //id=88 2014-06-08 00:05:54 +{ level: 88, ai: 1, time: 4352, state: 1, godMode: 0, location: "Taiwan", ip:"114.44.174.50", date:"2014-06-08 00:05:54", //id=88 action: [ 0, 37, 11, 38, 95, 39, 122, 40, 165, 37, 176, 38, 223, 90, 271, 37, 285, 38, 329, 39, 350, 38, 448, 40, 493, 37, 504, 90, 522, 39, 547, 88, 555, 37, 565, 88, 573, 37, 582, 88, 591, 37, 598, 88, 609, 37, 616, 88, 625, 39, 651, 88, 661, 37, 668, 88, 678, 37, 684, 88, 694, 37, 702, 88, 710, 39, 734, 88, 743, 37, 752, 88, 763, 37, 771, 88, 780, 39, 799, 88, 809, 37, 820, 88, 830, 39, 840, 88, 853, 39, 874, 38, 886, 39, 905, 38, 917, 37, 935, 38, 947, 39, 966, 38, 978, 37, 997, 38, 1009, 39, 1030, 38, 1044, 37, 1060, 39, 1076, 40, 1088, 37, 1107, 40, 1120, 39, 1141, 40, 1155, 37, 1173, 40, 1187, 39, 1207, 40, 1222, 37, 1254, 39, 1260, 88, 1269, 37, 1276, 88, 1287, 39, 1296, 88, 1307, 39, 1400, 38, 1428, 37, 1433, 90, 1444, 39, 1449, 90, 1459, 37, 1467, 90, 1479, 39, 1486, 90, 1495, 37, 1505, 90, 1517, 39, 1523, 90, 1531, 37, 1557, 39, 1575, 38, 1644, 90, 1654, 40, 1660, 90, 1671, 40, 1676, 90, 1689, 40, 1694, 90, 1734, 40, 1738, 90, 1876, 40, 1881, 90, 1894, 40, 1898, 90, 1908, 38, 1922, 38, 1923, 38, 1924, 38, 1925, 38, 1926, 38, 1927, 38, 2008, 37, 2055, 39, 2070, 37, 2077, 38, 2117, 88, 2157, 39, 2169, 40, 2198, 37, 2220, 39, 2233, 88, 2243, 37, 2249, 88, 2260, 37, 2266, 88, 2311, 37, 2369, 40, 2557, 38, 2565, 39, 2650, 38, 2679, 37, 2691, 38, 2757, 37, 2762, 88, 2775, 37, 2779, 88, 2792, 37, 2796, 88, 3023, 39, 3050, 40, 3079, 37, 3159, 40, 3358, 38, 3364, 39, 3389, 90, 3436, 37, 3462, 40, 3471, 37, 3530, 38, 3569, 39, 3574, 88, 3585, 37, 3591, 88, 3601, 39, 3611, 88, 3622, 37, 3630, 88, 3641, 39, 3652, 88, 3661, 37, 3670, 88, 3679, 39, 3692, 88, 3702, 37, 3710, 88, 3719, 39, 3748, 37, 3767, 40, 3790, 39, 3846, 38, 3855, 39, 3935, 38, 3964, 37, 3988, 38, 4037, 37, 4046, 90, 4063, 37, 4072, 40, 4133, 37, 4145, 39, 4181, 37, 4195, 38, 4251, 39, 4302, 38 ], goldDrop: [ 33 ], bornPos: [ 1, 1, 16, 13 ] }, -{ level: 89, ai: 1, time: 3118, state: 1, country: "Taiwan", //id=89 2014-06-11 22:01:38 +{ level: 89, ai: 1, time: 3118, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.47.88", date:"2014-06-11 22:01:38", //id=89 action: [ 0, 39, 34, 37, 54, 90, 88, 39, 100, 40, 117, 37, 129, 39, 139, 40, 150, 37, 171, 39, 178, 88, 212, 39, 242, 37, 257, 38, 289, 37, 305, 90, 316, 88, 360, 39, 367, 37, 383, 38, 405, 39, 473, 37, 476, 88, 485, 39, 495, 40, 514, 39, 528, 40, 533, 39, 573, 40, 581, 37, 588, 88, 619, 37, 635, 38, 644, 39, 654, 40, 659, 37, 672, 38, 678, 39, 698, 38, 708, 37, 713, 38, 722, 37, 725, 38, 742, 39, 749, 37, 756, 38, 781, 37, 791, 39, 811, 37, 841, 88, 853, 39, 869, 37, 874, 39, 880, 37, 890, 39, 900, 90, 910, 37, 925, 39, 975, 38, 1020, 39, 1036, 38, 1040, 39, 1050, 88, 1063, 37, 1066, 88, 1085, 39, 1095, 37, 1134, 37, 1145, 38, 1277, 39, 1303, 40, 1320, 37, 1329, 39, 1354, 40, 1364, 37, 1368, 40, 1379, 37, 1390, 39, 1414, 40, 1430, 37, 1434, 88, 1455, 39, 1465, 37, 1484, 39, 1499, 38, 1511, 37, 1521, 39, 1534, 39, 1542, 90, 1606, 37, 1627, 40, 1638, 37, 1646, 39, 1667, 40, 1680, 40, 1704, 38, 1763, 37, 1773, 40, 1788, 37, 1823, 39, 1848, 40, 1915, 39, 2035, 38, 2043, 37, 2071, 40, 2078, 37, 2148, 38, 2165, 39, 2215, 38, 2271, 39, 2309, 88, 2320, 37, 2325, 88, 2334, 37, 2340, 88, 2349, 37, 2355, 88, 2366, 39, 2382, 88, 2392, 37, 2398, 88, 2409, 39, 2417, 88, 2429, 39, 2464, 38, 2482, 40, 2510, 37, 2534, 40, 2577, 90, 2587, 37, 2597, 40, 2612, 37, 2666, 40, 2674, 39, 2688, 40, 2697, 39, 2898, 38, 2907, 37, 2939, 40, 2946, 37, 3041, 38 ], goldDrop: [ 22, 28, 14, 27 ], bornPos: [ 1, 8 ] }, -{ level: 90, ai: 1, time: 3726, state: 1, country: "Taiwan", //id=90 2014-06-11 22:04:16 +{ level: 90, ai: 1, time: 3726, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.47.88", date:"2014-06-11 22:04:16", //id=90 action: [ 0, 39, 4, 38, 35, 37, 56, 39, 76, 38, 88, 37, 104, 38, 105, 39, 140, 39, 145, 90, 189, 37, 204, 38, 218, 37, 239, 38, 250, 37, 259, 38, 269, 37, 275, 38, 285, 37, 296, 40, 311, 37, 314, 88, 328, 39, 336, 37, 369, 37, 420, 38, 437, 39, 450, 38, 460, 40, 468, 38, 475, 40, 492, 37, 516, 38, 533, 39, 548, 38, 589, 37, 595, 38, 607, 37, 632, 39, 642, 90, 660, 37, 722, 39, 735, 38, 751, 39, 765, 38, 804, 37, 815, 90, 828, 37, 837, 39, 878, 39, 883, 38, 928, 39, 1005, 38, 1015, 39, 1031, 38, 1036, 39, 1053, 90, 1066, 39, 1071, 90, 1117, 37, 1131, 37, 1132, 37, 1133, 37, 1134, 37, 1135, 37, 1136, 37, 1137, 37, 1138, 37, 1139, 37, 1140, 37, 1141, 37, 1142, 37, 1143, 37, 1144, 37, 1145, 37, 1146, 37, 1147, 37, 1148, 37, 1156, 38, 1161, 37, 1202, 38, 1219, 39, 1234, 38, 1271, 37, 1279, 38, 1286, 39, 1294, 38, 1304, 37, 1307, 38, 1315, 39, 1333, 38, 1368, 39, 1381, 90, 1402, 37, 1438, 39, 1452, 39, 1453, 39, 1454, 39, 1455, 39, 1456, 39, 1457, 39, 1458, 39, 1464, 38, 1475, 39, 1478, 38, 1490, 90, 1559, 38, 1586, 39, 1601, 38, 1618, 39, 1644, 37, 1652, 40, 1663, 39, 1666, 40, 1676, 37, 1720, 88, 1721, 38, 1735, 37, 1737, 88, 1775, 39, 1820, 40, 1831, 39, 1838, 88, 1874, 37, 1880, 38, 1904, 39, 1929, 39, 1936, 38, 1951, 39, 1964, 38, 1987, 37, 2003, 38, 2015, 39, 2022, 88, 2088, 39, 2098, 40, 2119, 37, 2134, 40, 2148, 37, 2167, 38, 2176, 37, 2184, 40, 2188, 39, 2196, 40, 2204, 39, 2222, 40, 2227, 39, 2291, 37, 2310, 38, 2318, 37, 2331, 38, 2336, 37, 2355, 38, 2373, 39, 2408, 37, 2414, 40, 2431, 37, 2440, 39, 2453, 40, 2463, 39, 2499, 40, 2515, 37, 2524, 39, 2544, 37, 2551, 38, 2607, 39, 2620, 38, 2752, 90, 2761, 40, 2768, 90, 2778, 40, 2794, 37, 2817, 40, 2826, 37, 2833, 39, 3063, 38, 3183, 39, 3198, 38, 3219, 90, 3227, 40, 3234, 90, 3240, 40, 3252, 90, 3264, 40, 3270, 37, 3283, 40, 3296, 39, 3383, 38, 3447, 40, 3550, 37, 3558, 88, 3612, 39, 3622, 38, 3665, 39, 3681, 38, 3705, 37, 3715, 38 ], goldDrop: [ 39, 15, 39 ], bornPos: [ 1, 13, 24 ] }, -{ level: 91, ai: 1, time: 2029, state: 1, country: "Taiwan", //id=91 2014-06-11 22:13:11 - action: [ 0, 37, 47, 38, 80, 39, 89, 38, 103, 90, 117, 37, 135, 38, 154, 37, 178, 39, 236, 38, 248, 88, 269, 37, 279, 39, 294, 90, 306, 37, 348, 40, 397, 39, 419, 38, 429, 88, 438, 40, 445, 88, 453, 40, 466, 39, 487, 37, 527, 38, 536, 90, 546, 40, 559, 39, 578, 38, 624, 39, 634, 38, 646, 39, 667, 88, 679, 39, 702, 37, 705, 88, 717, 37, 720, 88, 727, 39, 740, 88, 748, 39, 781, 40, 824, 37, 831, 38, 870, 39, 882, 38, 944, 90, 955, 37, 971, 90, 980, 39, 987, 90, 995, 37, 1005, 90, 1016, 37, 1096, 40, 1111, 37, 1131, 38, 1144, 90, 1153, 40, 1160, 90, 1171, 40, 1181, 37, 1204, 39, 1227, 38, 1271, 37, 1280, 38, 1294, 37, 1316, 90, 1327, 37, 1350, 39, 1365, 38, 1376, 37, 1405, 40, 1469, 39, 1477, 38, 1514, 37, 1522, 38, 1537, 39, 1556, 39, 1572, 38, 1611, 37, 1617, 38, 1633, 88, 1642, 39, 1660, 88, 1671, 37, 1676, 88, 1687, 39, 1695, 88, 1705, 39, 1762, 37, 1770, 38, 1789, 39, 1793, 88, 1834, 39, 1859, 38, 1894, 37, 1902, 38, 1917, 88, 1951, 40, 1955, 88, 1986, 39, 2002, 38, 2013, 39, 2018, 38 ], +{ level: 91, ai: 2, time: 1597, state: 1, godMode: 0, location: "Taiwan", ip:"36.225.124.205", date:"2014-09-01 15:22:55", //id=91 + action: [ 0, 37, 9, 88, 19, 40, 24, 88, 32, 40, 46, 37, 64, 38, 73, 37, 84, 88, 129, 39, 140, 38, 171, 37, 179, 38, 187, 37, 205, 90, 219, 37, 241, 39, 244, 90, 255, 39, 259, 90, 267, 37, 277, 90, 290, 37, 349, 39, 360, 38, 403, 37, 410, 38, 429, 88, 470, 39, 482, 88, 493, 37, 499, 88, 507, 39, 515, 88, 528, 39, 594, 90, 605, 39, 613, 90, 627, 39, 632, 90, 643, 40, 648, 90, 657, 37, 683, 39, 703, 38, 743, 37, 752, 38, 767, 39, 788, 38, 799, 39, 823, 37, 829, 88, 839, 39, 848, 40, 860, 39, 898, 88, 908, 37, 924, 88, 935, 40, 940, 88, 948, 39, 976, 37, 996, 38, 1037, 39, 1045, 38, 1056, 39, 1077, 38, 1109, 39, 1137, 40, 1142, 90, 1156, 37, 1170, 39, 1181, 40, 1232, 37, 1239, 38, 1274, 39, 1283, 38, 1354, 90, 1365, 37, 1378, 90, 1389, 39, 1394, 90, 1404, 37, 1411, 90, 1423, 37, 1499, 38, 1529, 39, 1537, 38, 1552, 37, 1571, 38, 1581, 37, 1587, 38 ], + goldDrop: [], + bornPos: [ 1, 0, 6 ] +}, +{ level: 92, ai: 2, time: 1745, state: 1, godMode: 0, location: "Taiwan", ip:"114.44.172.70", date:"2014-09-22 00:06:17", //id=92 + action: [ 0, 39, 33, 38, 61, 39, 89, 90, 141, 37, 152, 90, 163, 37, 175, 88, 186, 39, 204, 37, 235, 38, 241, 37, 275, 38, 313, 37, 347, 88, 358, 37, 363, 40, 376, 38, 385, 37, 395, 90, 404, 37, 420, 39, 443, 38, 482, 37, 493, 38, 498, 37, 503, 38, 509, 37, 512, 38, 519, 37, 522, 38, 528, 37, 532, 38, 537, 39, 565, 38, 572, 39, 593, 38, 598, 39, 642, 90, 653, 37, 673, 90, 687, 37, 698, 39, 708, 90, 718, 37, 749, 39, 798, 37, 814, 88, 865, 39, 888, 38, 928, 37, 947, 38, 1061, 40, 1118, 88, 1129, 37, 1133, 88, 1144, 37, 1168, 38, 1241, 37, 1260, 88, 1270, 37, 1272, 88, 1283, 37, 1289, 40, 1307, 38, 1374, 40, 1475, 38, 1504, 39, 1572, 88, 1629, 39, 1659, 38, 1689, 39, 1705, 38 ], + goldDrop: [ 25, 33 ], + bornPos: [ 1, 2, 10, 17 ] +}, +{ level: 93, ai: 2, time: 1814, state: 1, godMode: 0, location: "Taiwan", ip:"118.161.96.122", date:"2014-10-09 19:38:01", //id=93 + action: [ 0, 39, 20, 38, 43, 37, 73, 88, 82, 39, 109, 90, 118, 37, 140, 90, 150, 39, 156, 90, 166, 39, 171, 90, 181, 39, 187, 90, 197, 39, 203, 90, 214, 37, 228, 88, 238, 37, 244, 88, 256, 37, 261, 88, 270, 39, 284, 90, 295, 37, 327, 39, 375, 38, 391, 40, 397, 39, 399, 38, 503, 37, 572, 90, 583, 39, 587, 90, 598, 39, 604, 90, 614, 39, 619, 90, 629, 39, 635, 90, 644, 37, 661, 88, 671, 37, 676, 88, 686, 37, 691, 88, 704, 37, 708, 88, 716, 39, 733, 88, 742, 39, 806, 90, 818, 39, 829, 38, 889, 39, 936, 37, 943, 38, 991, 39, 1006, 88, 1019, 39, 1022, 90, 1034, 40, 1037, 90, 1048, 40, 1051, 90, 1062, 40, 1063, 90, 1074, 37, 1095, 40, 1103, 37, 1165, 39, 1180, 40, 1191, 39, 1193, 40, 1239, 38, 1376, 39, 1409, 38, 1461, 37, 1543, 38, 1560, 37, 1580, 90, 1590, 40, 1594, 90, 1604, 40, 1607, 90, 1618, 40, 1622, 90, 1632, 40, 1647, 37, 1654, 40, 1669, 39, 1694, 38, 1740, 39, 1773, 38, 1793, 39, 1809, 38 ], goldDrop: [], bornPos: [] }, -{ level: 92, ai: 1, time: 2832, state: 1, country: "Taiwan", //id=92 2014-06-11 22:17:47 - action: [ 0, 37, 19, 38, 152, 37, 172, 38, 210, 37, 225, 38, 232, 37, 235, 38, 244, 37, 247, 38, 255, 37, 258, 38, 265, 37, 274, 39, 303, 38, 312, 39, 338, 38, 344, 39, 378, 88, 389, 39, 398, 37, 412, 90, 424, 39, 425, 90, 437, 37, 449, 39, 462, 90, 475, 37, 508, 39, 554, 38, 580, 88, 604, 39, 623, 38, 657, 39, 667, 88, 736, 39, 744, 88, 783, 39, 788, 90, 799, 37, 821, 37, 835, 37, 836, 37, 837, 37, 838, 37, 845, 38, 853, 37, 927, 38, 934, 37, 944, 90, 956, 37, 966, 39, 989, 38, 1034, 37, 1048, 38, 1056, 37, 1065, 38, 1071, 37, 1079, 38, 1086, 37, 1095, 38, 1102, 39, 1127, 38, 1137, 39, 1166, 38, 1174, 39, 1187, 38, 1280, 90, 1503, 37, 1519, 40, 1596, 39, 1626, 88, 1634, 37, 1640, 88, 1648, 37, 1652, 88, 1663, 37, 1677, 37, 1695, 90, 1704, 39, 1717, 38, 1756, 37, 1780, 40, 1804, 38, 1849, 39, 1872, 40, 1903, 39, 1915, 38, 1930, 39, 1959, 88, 2003, 37, 2013, 90, 2064, 37, 2093, 88, 2105, 37, 2113, 88, 2128, 37, 2133, 40, 2249, 38, 2287, 40, 2343, 38, 2352, 39, 2390, 38, 2410, 37, 2437, 88, 2448, 37, 2454, 40, 2478, 38, 2505, 40, 2511, 38, 2521, 38, 2534, 37, 2545, 38, 2552, 37, 2558, 38, 2564, 37, 2569, 38, 2576, 37, 2581, 38, 2588, 39, 2613, 38, 2623, 39, 2637, 39, 2638, 39, 2648, 38, 2658, 39, 2696, 88, 2714, 39, 2724, 88, 2737, 39, 2788, 38 ], - goldDrop: [ 15, 14, 26 ], - bornPos: [ 1, 11, 17, 6 ] -}, -{ level: 93, ai: 1, time: 4344, state: 1, country: "Taiwan", //id=93 2014-06-11 22:22:12 - action: [ 0, 37, 4, 90, 15, 39, 20, 90, 30, 39, 36, 90, 46, 39, 54, 90, 64, 37, 78, 88, 89, 37, 94, 88, 105, 37, 110, 88, 118, 39, 136, 88, 145, 37, 153, 88, 163, 39, 172, 88, 203, 37, 218, 90, 235, 39, 260, 88, 313, 39, 320, 88, 362, 39, 382, 38, 451, 37, 501, 39, 512, 38, 532, 37, 547, 90, 558, 39, 563, 90, 609, 37, 634, 40, 645, 39, 661, 90, 670, 39, 679, 90, 693, 37, 706, 39, 720, 88, 729, 37, 731, 88, 746, 90, 794, 37, 800, 88, 809, 37, 819, 88, 828, 37, 831, 88, 843, 37, 847, 88, 859, 37, 864, 88, 1066, 39, 1087, 88, 1098, 37, 1102, 88, 1113, 37, 1118, 88, 1129, 37, 1135, 88, 1146, 39, 1161, 90, 1172, 39, 1177, 90, 1188, 39, 1195, 90, 1214, 37, 1226, 88, 1242, 39, 1284, 37, 1295, 39, 1339, 38, 1410, 39, 1436, 90, 1447, 40, 1452, 90, 1463, 40, 1467, 90, 1478, 37, 1493, 40, 1518, 37, 1537, 38, 1547, 39, 1552, 38, 1570, 40, 1573, 37, 1588, 37, 1609, 40, 1646, 37, 1655, 88, 1704, 39, 1717, 38, 1728, 39, 1739, 38, 1795, 37, 1875, 38, 1900, 37, 1914, 37, 1915, 37, 1916, 37, 1917, 37, 1918, 37, 1919, 37, 1920, 37, 1921, 37, 1922, 37, 1940, 88, 1951, 40, 1957, 88, 1968, 40, 1973, 88, 1984, 40, 1991, 39, 2005, 39, 2006, 39, 2007, 39, 2008, 39, 2009, 39, 2010, 39, 2011, 39, 2016, 40, 2025, 39, 2039, 39, 2040, 39, 2041, 39, 2042, 39, 2043, 39, 2044, 39, 2053, 38, 2136, 39, 2173, 39, 2184, 38, 2246, 40, 2260, 40, 2261, 40, 2262, 40, 2312, 37, 2316, 40, 2400, 39, 2447, 40, 2459, 39, 2462, 40, 2476, 40, 2526, 38, 2550, 39, 2563, 38, 2629, 37, 2710, 38, 2733, 37, 2763, 38, 2801, 40, 2863, 37, 2902, 37, 2910, 40, 2924, 40, 2925, 40, 2926, 40, 2927, 40, 2928, 40, 2941, 39, 2960, 38, 2964, 39, 3018, 40, 3088, 38, 3121, 39, 3143, 38, 3156, 39, 3161, 38, 3170, 37, 3184, 37, 3185, 37, 3186, 37, 3187, 37, 3188, 37, 3189, 37, 3190, 37, 3191, 37, 3192, 37, 3193, 37, 3194, 37, 3195, 37, 3196, 37, 3197, 37, 3198, 37, 3199, 37, 3200, 37, 3232, 90, 3242, 39, 3248, 90, 3259, 39, 3264, 90, 3275, 39, 3281, 90, 3291, 39, 3296, 90, 3306, 39, 3312, 90, 3321, 39, 3327, 90, 3336, 39, 3343, 90, 3359, 40, 3385, 38, 3398, 40, 3425, 38, 3439, 40, 3463, 38, 3493, 40, 3512, 38, 3567, 37, 3580, 40, 3594, 40, 3613, 37, 3650, 90, 3662, 39, 3667, 90, 3737, 37, 3763, 38, 3770, 37, 3777, 38, 3840, 37, 3859, 88, 3869, 40, 3874, 88, 3887, 40, 3890, 88, 3901, 39, 3910, 40, 3923, 40, 3924, 40, 3925, 40, 3926, 40, 3927, 40, 3935, 39, 3945, 40, 3953, 39, 3967, 39, 3968, 39, 3969, 39, 3970, 39, 3971, 39, 3972, 39, 3973, 39, 3974, 39, 3975, 39, 3976, 39, 3977, 39, 3978, 39, 3979, 39, 3980, 39, 3981, 39, 3982, 39, 3983, 39, 3984, 39, 3985, 39, 3986, 39, 3987, 39, 3988, 39, 3989, 39, 3990, 39, 3991, 39, 3992, 39, 3993, 39, 3994, 39, 3995, 39, 3996, 39, 3997, 39, 3998, 39, 4005, 88, 4021, 37, 4034, 88, 4061, 39, 4075, 39, 4092, 88, 4105, 90, 4131, 39, 4155, 38, 4227, 37, 4302, 38, 4323, 39, 4338, 38 ], - goldDrop: [ 24, 28 ], - bornPos: [ 1, 10, 11, 1, 13, 26, 14, 16, 17, 27 ] -}, -{ level: 94, ai: 1, time: 2605, state: 1, country: "Taiwan", //id=94 2014-06-11 22:32:32 - action: [ 0, 39, 43, 37, 62, 38, 73, 39, 97, 38, 109, 37, 142, 38, 155, 37, 186, 38, 193, 37, 208, 38, 218, 37, 228, 39, 314, 90, 327, 37, 368, 38, 379, 37, 395, 40, 407, 37, 417, 40, 427, 37, 436, 39, 447, 38, 453, 88, 485, 39, 494, 37, 503, 40, 511, 37, 525, 38, 545, 39, 582, 40, 594, 39, 606, 90, 616, 37, 631, 39, 647, 40, 659, 39, 669, 37, 694, 40, 706, 37, 718, 38, 728, 37, 739, 40, 752, 37, 764, 38, 775, 37, 786, 40, 799, 37, 819, 38, 903, 39, 913, 40, 998, 37, 1008, 38, 1094, 39, 1136, 90, 1150, 37, 1177, 39, 1182, 90, 1193, 37, 1201, 40, 1210, 39, 1218, 40, 1238, 37, 1249, 40, 1259, 90, 1265, 37, 1290, 40, 1303, 37, 1325, 38, 1411, 39, 1481, 90, 1496, 37, 1515, 90, 1527, 39, 1532, 90, 1540, 37, 1548, 90, 1560, 37, 1589, 40, 1610, 37, 1622, 40, 1631, 38, 1638, 39, 1664, 40, 1671, 39, 1701, 40, 1713, 39, 1718, 88, 1731, 39, 1754, 40, 1812, 38, 1822, 39, 1835, 88, 1845, 39, 1879, 38, 1923, 37, 1931, 90, 1942, 37, 1978, 38, 2008, 37, 2020, 38, 2029, 37, 2041, 38, 2052, 39, 2072, 40, 2086, 39, 2103, 37, 2120, 38, 2155, 40, 2172, 38, 2189, 37, 2208, 40, 2225, 39, 2235, 90, 2245, 40, 2252, 90, 2263, 40, 2269, 90, 2280, 37, 2307, 90, 2320, 37, 2350, 38, 2359, 37, 2376, 38, 2528, 39, 2542, 39, 2543, 39, 2544, 39, 2546, 39, 2547, 39, 2548, 39, 2549, 39, 2550, 39, 2551, 39, 2552, 39, 2553, 39, 2554, 39, 2555, 39, 2556, 39, 2566, 38 ], - goldDrop: [ 27 ], +{ level: 94, ai: 2, time: 2340, state: 1, godMode: 0, location: "Korea, Republic of", ip:"116.126.194.224", date:"2014-10-05 01:02:40", //id=94 + action: [ 0, 39, 45, 37, 65, 38, 76, 39, 102, 38, 112, 37, 147, 38, 157, 37, 186, 38, 194, 37, 209, 38, 221, 37, 237, 88, 292, 39, 307, 90, 319, 39, 371, 90, 379, 37, 398, 39, 405, 90, 417, 40, 422, 90, 444, 37, 461, 90, 468, 39, 484, 37, 490, 40, 501, 39, 511, 37, 535, 40, 546, 37, 555, 38, 565, 37, 576, 40, 587, 37, 596, 38, 607, 37, 620, 40, 631, 37, 647, 38, 658, 37, 663, 38, 738, 39, 747, 40, 818, 37, 829, 38, 902, 39, 976, 37, 1001, 90, 1011, 37, 1039, 88, 1048, 39, 1069, 40, 1087, 37, 1100, 39, 1113, 40, 1120, 39, 1143, 37, 1164, 38, 1172, 37, 1186, 40, 1195, 90, 1206, 37, 1226, 40, 1238, 37, 1261, 38, 1346, 39, 1392, 40, 1401, 39, 1425, 37, 1440, 90, 1450, 39, 1456, 90, 1467, 39, 1473, 90, 1483, 37, 1491, 90, 1500, 37, 1524, 88, 1530, 39, 1549, 40, 1552, 39, 1557, 40, 1565, 39, 1594, 40, 1603, 39, 1659, 40, 1679, 37, 1708, 40, 1780, 38, 1792, 39, 1817, 90, 1843, 37, 1852, 39, 1875, 38, 1890, 40, 1900, 90, 1929, 38, 1993, 37, 2017, 40, 2030, 39, 2047, 37, 2062, 40, 2079, 88, 2093, 39, 2117, 37, 2142, 38, 2171, 90, 2182, 40, 2187, 90, 2197, 40, 2203, 90, 2214, 37, 2238, 39, 2248, 90, 2296, 37, 2305, 38 ], + goldDrop: [ 39 ], bornPos: [] }, -{ level: 95, ai: 1, time: 2037, state: 1, country: "Taiwan", //id=95 2014-06-11 22:33:57 +{ level: 95, ai: 1, time: 2037, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.47.88", date:"2014-06-11 22:33:57", //id=95 action: [ 0, 37, 9, 39, 44, 37, 61, 38, 93, 90, 156, 37, 192, 39, 206, 38, 252, 37, 280, 40, 320, 39, 331, 38, 341, 39, 367, 90, 404, 37, 430, 38, 463, 37, 470, 38, 492, 37, 513, 38, 608, 40, 651, 39, 702, 38, 712, 39, 751, 90, 791, 37, 816, 38, 847, 37, 854, 38, 874, 37, 889, 38, 1005, 40, 1071, 39, 1093, 38, 1104, 39, 1130, 90, 1186, 37, 1211, 38, 1243, 37, 1249, 38, 1271, 37, 1310, 40, 1363, 37, 1371, 90, 1380, 39, 1394, 39, 1395, 39, 1414, 37, 1429, 38, 1440, 37, 1461, 38, 1504, 39, 1557, 38, 1608, 37, 1648, 40, 1670, 37, 1687, 40, 1701, 40, 1702, 40, 1703, 40, 1704, 40, 1705, 40, 1706, 40, 1734, 37, 1743, 39, 1754, 40, 1767, 39, 1779, 37, 1790, 38, 1801, 37, 1818, 38, 1836, 39, 1843, 38, 1853, 39, 1863, 40, 1882, 37, 1888, 90, 1912, 37, 1922, 38, 1938, 39, 1944, 38, 1950, 39, 1966, 38, 1994, 37, 2015, 38 ], goldDrop: [ 33, 29, 25 ], bornPos: [] }, -{ level: 96, ai: 1, time: 4043, state: 1, country: "Taiwan", //id=96 2014-06-11 22:40:56 - action: [ 0, 39, 22, 37, 32, 90, 44, 37, 56, 39, 63, 90, 73, 37, 87, 39, 111, 38, 140, 37, 148, 88, 188, 39, 212, 38, 248, 37, 290, 38, 298, 37, 324, 38, 447, 40, 469, 88, 532, 39, 536, 90, 554, 37, 571, 39, 584, 37, 593, 39, 600, 37, 605, 39, 637, 38, 648, 90, 660, 39, 665, 90, 676, 39, 681, 90, 693, 39, 698, 90, 733, 39, 738, 90, 842, 39, 940, 38, 976, 37, 1102, 38, 1157, 37, 1183, 40, 1200, 38, 1216, 88, 1227, 40, 1232, 88, 1242, 40, 1248, 88, 1265, 39, 1305, 37, 1319, 38, 1338, 37, 1349, 40, 1388, 39, 1415, 37, 1421, 90, 1430, 40, 1436, 90, 1445, 40, 1451, 90, 1461, 40, 1467, 90, 1480, 37, 1496, 39, 1508, 38, 1518, 39, 1543, 38, 1595, 39, 1623, 38, 1633, 39, 1641, 88, 1651, 37, 1658, 88, 1667, 39, 1676, 88, 1689, 39, 1705, 90, 1715, 37, 1725, 39, 1794, 38, 1817, 37, 1823, 90, 1833, 39, 1839, 90, 1847, 37, 1856, 90, 1869, 39, 1876, 90, 1885, 37, 1909, 39, 1918, 90, 1929, 37, 1942, 40, 1954, 37, 1979, 38, 1984, 37, 2010, 40, 2019, 40, 2032, 90, 2044, 37, 2051, 40, 2066, 88, 2113, 39, 2130, 37, 2134, 90, 2144, 39, 2149, 90, 2159, 39, 2170, 38, 2187, 37, 2190, 90, 2201, 37, 2206, 40, 2221, 39, 2231, 37, 2238, 40, 2284, 39, 2292, 38, 2323, 90, 2336, 39, 2340, 90, 2352, 39, 2356, 90, 2367, 39, 2372, 90, 2387, 39, 2390, 90, 2513, 39, 2554, 90, 2612, 38, 2647, 37, 2656, 88, 2667, 37, 2672, 88, 2682, 37, 2764, 40, 2771, 37, 2787, 90, 2838, 37, 2845, 39, 2850, 38, 2870, 39, 2894, 40, 2902, 37, 2912, 38, 2923, 90, 2981, 37, 2995, 88, 3021, 40, 3035, 39, 3064, 88, 3074, 37, 3080, 88, 3088, 37, 3097, 88, 3106, 37, 3112, 88, 3122, 37, 3128, 88, 3142, 90, 3208, 37, 3219, 38, 3251, 39, 3268, 38, 3354, 39, 3363, 90, 3378, 39, 3383, 90, 3399, 37, 3410, 37, 3419, 90, 3420, 40, 3434, 90, 3445, 39, 3450, 90, 3505, 37, 3529, 38, 3573, 39, 3591, 38, 3598, 39, 3623, 90, 3634, 37, 3642, 40, 3653, 39, 3688, 40, 3698, 90, 3710, 37, 3723, 39, 3743, 37, 3774, 39, 3851, 37, 3863, 88, 3903, 39, 3915, 38, 3933, 37, 3982, 38 ], - goldDrop: [ 39, 15, 17, 16, 37, 33, 14, 24, 24, 27, 35, 18, 34, 25, 39, 34, 36, 35, 33, 19, 14, 37, 28 ], - bornPos: [ 2, 19, 1, 1, 1, 24, 2 ] +{ level: 96, ai: 2, time: 2428, state: 1, godMode: 0, location: "Taiwan", ip:"36.225.127.205", date:"2014-09-26 16:19:07", //id=96 + action: [ 0, 39, 47, 37, 60, 90, 74, 37, 93, 88, 103, 39, 189, 37, 209, 88, 282, 39, 316, 38, 349, 37, 434, 40, 444, 90, 490, 37, 514, 38, 527, 39, 552, 37, 576, 38, 606, 39, 630, 38, 642, 39, 658, 37, 663, 88, 675, 37, 679, 88, 687, 39, 697, 88, 708, 39, 726, 90, 738, 37, 745, 39, 815, 38, 833, 37, 838, 90, 850, 39, 855, 90, 866, 37, 871, 90, 884, 37, 901, 39, 905, 90, 917, 37, 966, 40, 972, 39, 1019, 37, 1043, 38, 1052, 37, 1133, 40, 1140, 90, 1175, 37, 1194, 88, 1204, 37, 1210, 88, 1221, 37, 1225, 88, 1237, 37, 1242, 88, 1255, 40, 1259, 88, 1272, 40, 1276, 88, 1284, 39, 1326, 88, 1338, 37, 1343, 88, 1407, 39, 1419, 37, 1463, 38, 1478, 39, 1501, 38, 1558, 37, 1582, 88, 1593, 40, 1598, 88, 1609, 40, 1613, 88, 1622, 39, 1662, 37, 1711, 40, 1724, 39, 1729, 37, 1743, 38, 1788, 39, 1809, 88, 1859, 39, 1873, 90, 1882, 40, 1940, 37, 1955, 88, 1967, 37, 1971, 88, 1982, 37, 1986, 88, 1997, 38, 2008, 90, 2018, 40, 2024, 90, 2035, 40, 2040, 90, 2051, 40, 2057, 90, 2065, 37, 2087, 39, 2097, 38, 2118, 39, 2128, 38, 2246, 39, 2272, 88, 2289, 37, 2294, 88, 2358, 39, 2374, 38 ], + goldDrop: [ 19, 31, 39, 23, 32, 30 ], + bornPos: [ 1, 19, 1 ] }, -{ level: 97, ai: 1, time: 860, state: 1, country: "Taiwan", //id=97 2014-06-11 22:41:39 +{ level: 97, ai: 1, time: 860, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.47.88", date:"2014-06-11 22:41:39", //id=97 action: [ 0, 39, 27, 38, 43, 37, 61, 38, 81, 39, 102, 38, 125, 37, 150, 38, 159, 37, 163, 38, 171, 37, 179, 38, 197, 39, 222, 40, 296, 37, 331, 38, 343, 37, 349, 38, 354, 37, 362, 39, 365, 38, 380, 37, 387, 39, 391, 38, 406, 37, 413, 39, 417, 38, 440, 37, 446, 38, 451, 37, 455, 38, 462, 37, 496, 40, 518, 39, 529, 40, 532, 37, 538, 40, 554, 39, 577, 37, 583, 40, 597, 39, 606, 37, 610, 38, 633, 37, 684, 40, 689, 39, 758, 38, 772, 39, 776, 38, 835, 39, 843, 38, 848, 39, 854, 38, 858, 39 ], goldDrop: [], bornPos: [] }, -{ level: 98, ai: 1, time: 2776, state: 1, country: "Taiwan", //id=98 2014-06-11 22:46:18 +{ level: 98, ai: 1, time: 2776, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.47.88", date:"2014-06-11 22:46:18", //id=98 action: [ 0, 37, 8, 90, 20, 37, 33, 88, 50, 39, 60, 37, 71, 88, 128, 39, 146, 90, 156, 37, 183, 90, 195, 39, 200, 90, 248, 37, 267, 88, 278, 37, 283, 88, 291, 37, 303, 38, 312, 39, 340, 37, 368, 38, 394, 39, 416, 38, 438, 37, 482, 39, 491, 39, 505, 39, 506, 39, 507, 39, 508, 39, 509, 39, 510, 39, 511, 39, 512, 39, 513, 39, 514, 39, 516, 38, 527, 39, 548, 90, 558, 37, 581, 88, 593, 39, 601, 40, 611, 39, 616, 39, 625, 90, 636, 37, 645, 39, 675, 88, 710, 39, 723, 90, 734, 39, 766, 38, 783, 37, 788, 38, 816, 39, 836, 38, 867, 40, 884, 37, 890, 39, 897, 38, 908, 37, 924, 40, 934, 37, 948, 39, 963, 37, 966, 88, 977, 39, 983, 40, 997, 88, 1007, 39, 1023, 37, 1028, 88, 1036, 39, 1053, 37, 1065, 38, 1072, 37, 1138, 90, 1149, 39, 1154, 90, 1165, 39, 1169, 90, 1180, 39, 1184, 90, 1195, 39, 1199, 90, 1247, 39, 1265, 40, 1328, 39, 1338, 38, 1429, 37, 1435, 38, 1510, 40, 1527, 38, 1615, 37, 1622, 40, 1636, 40, 1637, 40, 1638, 40, 1639, 40, 1646, 37, 1651, 90, 1664, 37, 1679, 40, 1684, 39, 1689, 90, 1722, 37, 1751, 90, 1761, 39, 1766, 90, 1778, 88, 1821, 37, 1859, 88, 1870, 37, 1874, 88, 1883, 37, 1889, 88, 1898, 38, 1932, 39, 1953, 38, 1975, 37, 2032, 39, 2035, 88, 2047, 39, 2060, 90, 2070, 39, 2076, 90, 2084, 37, 2114, 39, 2133, 90, 2142, 40, 2148, 90, 2161, 40, 2162, 90, 2172, 40, 2176, 90, 2185, 37, 2213, 39, 2238, 38, 2247, 37, 2252, 38, 2286, 39, 2307, 38, 2340, 39, 2374, 88, 2385, 39, 2403, 37, 2427, 37, 2436, 40, 2455, 39, 2469, 40, 2481, 37, 2533, 90, 2576, 37, 2586, 38, 2619, 39, 2640, 38, 2662, 37, 2726, 38 ], goldDrop: [ 29, 35, 18, 15, 28, 20, 31, 17 ], bornPos: [ 1, 6, 1, 26, 1, 6, 26 ] }, -{ level: 99, ai: 1, time: 5195, state: 1, country: "Taiwan", //id=99 2014-06-11 22:56:10 - action: [ 0, 88, 55, 39, 158, 38, 185, 90, 196, 37, 202, 90, 215, 37, 242, 38, 292, 88, 313, 39, 328, 88, 336, 37, 344, 88, 355, 37, 360, 88, 372, 37, 376, 88, 388, 37, 393, 88, 404, 37, 409, 88, 420, 37, 425, 88, 435, 37, 440, 88, 556, 40, 590, 39, 726, 40, 740, 37, 765, 39, 779, 37, 829, 90, 938, 37, 943, 38, 965, 37, 1007, 40, 1014, 88, 1089, 37, 1101, 40, 1124, 37, 1133, 40, 1184, 37, 1195, 38, 1218, 39, 1256, 37, 1268, 38, 1312, 39, 1331, 40, 1349, 88, 1363, 40, 1370, 88, 1384, 37, 1389, 88, 1400, 39, 1436, 37, 1482, 38, 1522, 39, 1546, 38, 1649, 37, 1665, 38, 1679, 40, 1693, 40, 1694, 40, 1695, 40, 1696, 40, 1697, 40, 1751, 40, 1765, 40, 1766, 40, 1767, 40, 1768, 40, 1769, 40, 1770, 40, 1771, 40, 1772, 40, 1774, 37, 1786, 38, 1825, 39, 1953, 40, 1977, 39, 2045, 38, 2061, 37, 2115, 38, 2131, 39, 2182, 38, 2194, 39, 2198, 38, 2224, 90, 2233, 37, 2241, 90, 2252, 37, 2295, 38, 2311, 37, 2322, 38, 2331, 39, 2345, 88, 2360, 39, 2378, 37, 2403, 38, 2420, 37, 2446, 38, 2452, 37, 2462, 88, 2478, 39, 2491, 90, 2501, 37, 2570, 38, 2590, 37, 2615, 88, 2625, 39, 2641, 90, 2651, 37, 2665, 88, 2675, 39, 2690, 90, 2702, 37, 2717, 88, 2727, 39, 2875, 38, 2901, 90, 2912, 37, 2919, 90, 2930, 37, 2972, 38, 2988, 37, 2996, 38, 3005, 39, 3026, 88, 3036, 37, 3043, 88, 3051, 39, 3063, 88, 3074, 39, 3090, 37, 3110, 38, 3126, 37, 3152, 38, 3159, 37, 3180, 39, 3185, 90, 3196, 37, 3210, 88, 3220, 39, 3233, 37, 3273, 38, 3296, 37, 3311, 90, 3337, 40, 3342, 90, 3354, 37, 3368, 88, 3378, 39, 3387, 88, 3398, 39, 3418, 90, 3427, 37, 3439, 39, 3513, 40, 3529, 39, 3585, 40, 3600, 37, 3665, 38, 3777, 40, 3784, 39, 3795, 40, 3808, 39, 4000, 38, 4028, 37, 4185, 38, 4204, 39, 4225, 90, 4292, 37, 4307, 88, 4319, 37, 4323, 88, 4356, 40, 4374, 39, 4598, 40, 4608, 38, 4636, 40, 4647, 39, 4661, 40, 4665, 39, 4843, 38, 4864, 37, 4920, 38, 4945, 39, 4956, 38, 5041, 90, 5104, 37, 5111, 39, 5162, 38 ], - goldDrop: [ 35, 37, 27, 17, 24, 27, 15 ], - bornPos: [] +{ level: 99, ai: 2, time: 3686, state: 1, godMode: 0, location: "Taiwan", ip:"118.161.96.122", date:"2014-10-09 22:21:06", //id=99 + action: [ 0, 39, 4, 88, 35, 39, 89, 38, 114, 90, 123, 37, 131, 90, 145, 37, 184, 38, 200, 37, 209, 39, 216, 37, 255, 38, 261, 37, 266, 39, 269, 90, 323, 37, 346, 88, 355, 40, 363, 88, 373, 39, 389, 37, 483, 39, 493, 40, 506, 39, 512, 40, 576, 39, 609, 40, 649, 90, 708, 37, 789, 39, 796, 88, 860, 39, 907, 37, 909, 38, 937, 39, 979, 88, 987, 37, 994, 88, 1003, 37, 1010, 88, 1020, 37, 1025, 88, 1039, 90, 1100, 37, 1116, 40, 1174, 39, 1236, 40, 1249, 38, 1355, 40, 1367, 37, 1435, 40, 1438, 37, 1503, 38, 1523, 37, 1557, 38, 1607, 40, 1618, 37, 1621, 38, 1635, 37, 1638, 88, 1752, 40, 1756, 88, 1766, 37, 1773, 88, 1794, 40, 1802, 88, 1814, 37, 1819, 88, 1829, 40, 1835, 88, 1846, 37, 1853, 88, 1862, 39, 1897, 37, 1946, 38, 1982, 39, 2011, 38, 2115, 40, 2121, 88, 2166, 39, 2222, 38, 2237, 39, 2305, 38, 2321, 37, 2377, 38, 2392, 39, 2448, 38, 2472, 90, 2482, 37, 2490, 90, 2502, 37, 2542, 38, 2557, 37, 2567, 38, 2575, 39, 2594, 88, 2604, 37, 2610, 88, 2618, 39, 2628, 88, 2640, 39, 2655, 37, 2674, 38, 2689, 37, 2715, 38, 2721, 90, 2732, 40, 2741, 90, 2751, 37, 2818, 38, 2879, 37, 2894, 90, 2941, 40, 2944, 90, 2954, 37, 2972, 88, 2982, 39, 2996, 90, 3006, 37, 3023, 88, 3032, 39, 3181, 38, 3204, 90, 3215, 37, 3222, 90, 3234, 37, 3273, 38, 3288, 37, 3315, 38, 3321, 37, 3378, 38, 3393, 37, 3407, 90, 3430, 40, 3435, 90, 3445, 37, 3461, 88, 3470, 39, 3480, 88, 3490, 39, 3507, 90, 3518, 37, 3526, 39, 3656, 38 ], + goldDrop: [ 30, 19, 16, 19, 36, 29, 19 ], + bornPos: [ 1, 8 ] }, -{ level: 100, ai: 1, time: 3097, state: 1, country: "Taiwan", //id=100 2014-06-11 22:58:17 +{ level: 100, ai: 1, time: 3097, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.47.88", date:"2014-06-11 22:58:17", //id=100 action: [ 0, 39, 56, 38, 79, 40, 87, 90, 99, 40, 107, 90, 274, 38, 345, 37, 403, 88, 414, 40, 419, 88, 437, 39, 445, 40, 485, 39, 491, 38, 525, 39, 562, 90, 580, 37, 590, 40, 614, 90, 627, 37, 644, 39, 662, 90, 673, 37, 685, 39, 732, 38, 810, 37, 896, 88, 910, 37, 915, 88, 926, 40, 932, 88, 947, 39, 959, 38, 1030, 39, 1069, 90, 1101, 37, 1113, 39, 1125, 37, 1133, 39, 1138, 88, 1150, 39, 1176, 88, 1187, 39, 1243, 38, 1317, 37, 1328, 38, 1333, 37, 1451, 88, 1462, 40, 1468, 88, 1480, 39, 1494, 38, 1566, 39, 1599, 90, 1637, 37, 1647, 39, 1678, 37, 1686, 88, 1700, 37, 1704, 88, 1768, 39, 1785, 38, 1796, 39, 1817, 38, 1828, 39, 1838, 88, 1848, 39, 1877, 39, 1894, 90, 1904, 37, 1918, 39, 1942, 38, 2020, 37, 2122, 90, 2129, 39, 2138, 38, 2148, 39, 2161, 90, 2214, 37, 2269, 90, 2283, 37, 2293, 39, 2330, 90, 2341, 37, 2350, 39, 2376, 38, 2388, 39, 2396, 88, 2454, 39, 2466, 38, 2478, 39, 2498, 38, 2511, 39, 2532, 38, 2573, 37, 2629, 39, 2638, 37, 2650, 90, 2706, 37, 2786, 90, 2799, 37, 2814, 39, 2848, 90, 2858, 37, 2869, 39, 2893, 38, 2904, 39, 2924, 38, 2934, 88, 2972, 39, 2993, 38, 3006, 39, 3025, 38, 3038, 39, 3058, 38 ], goldDrop: [], bornPos: [ 1, 3, 1, 2 ] }, -{ level: 101, ai: 1, time: 2463, state: 1, country: "Taiwan", //id=101 2014-06-11 23:40:24 +{ level: 101, ai: 1, time: 2463, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.47.88", date:"2014-06-11 23:40:24", //id=101 action: [ 0, 39, 14, 38, 89, 88, 100, 39, 119, 37, 121, 88, 131, 37, 133, 88, 143, 37, 148, 88, 155, 39, 169, 88, 179, 37, 185, 88, 193, 39, 205, 88, 217, 37, 222, 88, 231, 39, 255, 37, 269, 88, 279, 40, 284, 88, 297, 40, 301, 88, 311, 39, 330, 37, 334, 88, 345, 37, 350, 88, 359, 39, 372, 88, 382, 39, 400, 90, 409, 37, 429, 88, 440, 40, 445, 88, 456, 39, 476, 37, 480, 88, 492, 37, 495, 88, 504, 39, 518, 88, 532, 37, 536, 88, 546, 39, 574, 37, 588, 90, 598, 39, 603, 90, 616, 88, 669, 37, 712, 38, 731, 39, 749, 38, 766, 37, 790, 39, 804, 38, 844, 39, 882, 37, 957, 88, 1005, 39, 1034, 38, 1054, 88, 1064, 40, 1070, 88, 1080, 39, 1092, 88, 1104, 37, 1107, 88, 1116, 39, 1125, 88, 1138, 39, 1158, 88, 1167, 37, 1170, 88, 1218, 39, 1258, 38, 1334, 39, 1341, 88, 1351, 37, 1356, 88, 1364, 39, 1390, 37, 1404, 88, 1412, 40, 1419, 88, 1429, 40, 1436, 88, 1449, 40, 1454, 39, 1478, 37, 1485, 88, 1496, 37, 1501, 88, 1512, 40, 1517, 88, 1529, 39, 1542, 37, 1547, 40, 1551, 88, 1562, 38, 1566, 88, 1575, 40, 1582, 39, 1596, 37, 1600, 88, 1609, 37, 1614, 88, 1626, 37, 1627, 88, 1638, 39, 1649, 88, 1659, 37, 1664, 88, 1674, 39, 1698, 37, 1704, 88, 1714, 37, 1719, 88, 1731, 37, 1735, 88, 1745, 39, 1756, 37, 1761, 88, 1771, 40, 1778, 88, 1790, 39, 1808, 37, 1817, 38, 1850, 88, 1876, 39, 1888, 88, 1896, 37, 1898, 88, 1909, 37, 1914, 88, 1925, 39, 1936, 88, 1949, 37, 1952, 88, 1966, 39, 1979, 88, 1990, 37, 1995, 88, 2005, 39, 2016, 88, 2050, 39, 2084, 38, 2094, 39, 2098, 90, 2111, 39, 2115, 90, 2123, 39, 2139, 38, 2157, 37, 2172, 38, 2187, 40, 2203, 39, 2218, 40, 2329, 38, 2346, 37, 2360, 38, 2375, 39, 2390, 38, 2407, 37, 2422, 38, 2437, 39, 2452, 38 ], goldDrop: [ 23, 17, 18 ], bornPos: [ 1, 23, 3, 1 ] }, -{ level: 102, ai: 1, time: 6671, state: 1, country: "Taiwan", //id=102 2014-06-11 23:45:15 +{ level: 102, ai: 1, time: 6671, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.47.88", date:"2014-06-11 23:45:15", //id=102 action: [ 0, 39, 11, 38, 21, 39, 29, 38, 34, 39, 45, 37, 60, 38, 72, 39, 79, 38, 87, 39, 101, 37, 125, 38, 138, 39, 146, 38, 159, 39, 172, 90, 179, 39, 192, 90, 201, 39, 205, 90, 234, 37, 252, 90, 283, 37, 304, 38, 316, 39, 323, 38, 332, 39, 336, 38, 349, 37, 354, 38, 363, 37, 367, 38, 377, 37, 380, 38, 392, 39, 397, 38, 405, 39, 411, 38, 421, 39, 465, 38, 473, 39, 478, 38, 489, 37, 494, 38, 502, 37, 505, 38, 516, 39, 543, 40, 564, 37, 571, 39, 603, 37, 622, 90, 634, 37, 662, 39, 694, 37, 765, 88, 777, 37, 781, 88, 793, 37, 804, 88, 815, 37, 820, 88, 831, 37, 836, 88, 846, 37, 852, 88, 1075, 39, 1099, 38, 1111, 39, 1117, 38, 1125, 39, 1130, 38, 1143, 37, 1148, 38, 1157, 37, 1161, 38, 1170, 37, 1174, 38, 1185, 39, 1191, 38, 1200, 39, 1205, 38, 1214, 39, 1218, 38, 1230, 37, 1235, 38, 1301, 37, 1379, 40, 1386, 37, 1392, 39, 1405, 39, 1406, 39, 1407, 39, 1408, 39, 1409, 39, 1420, 38, 1432, 39, 1437, 38, 1446, 39, 1450, 38, 1460, 37, 1466, 38, 1474, 37, 1478, 38, 1487, 37, 1491, 38, 1500, 37, 1529, 37, 1555, 38, 1586, 37, 1611, 38, 1634, 39, 1644, 38, 1661, 39, 1696, 38, 1718, 90, 1794, 37, 1805, 38, 1894, 39, 1908, 39, 1956, 88, 1967, 37, 1971, 88, 1981, 37, 1993, 88, 2004, 37, 2009, 88, 2020, 37, 2025, 88, 2036, 37, 2040, 88, 2051, 37, 2056, 88, 2280, 39, 2305, 40, 2325, 39, 2329, 38, 2341, 39, 2347, 38, 2354, 39, 2359, 38, 2370, 37, 2375, 38, 2383, 37, 2388, 38, 2397, 37, 2400, 38, 2412, 39, 2417, 38, 2436, 37, 2498, 38, 2508, 37, 2510, 38, 2537, 37, 2562, 38, 2586, 39, 2596, 40, 2611, 39, 2625, 39, 2626, 39, 2627, 39, 2628, 39, 2629, 39, 2630, 39, 2631, 39, 2632, 39, 2633, 39, 2634, 39, 2635, 39, 2636, 39, 2637, 39, 2638, 39, 2639, 39, 2640, 39, 2641, 39, 2642, 39, 2643, 39, 2644, 39, 2645, 39, 2646, 39, 2647, 39, 2648, 39, 2649, 39, 2650, 39, 2651, 39, 2652, 39, 2653, 39, 2654, 39, 2655, 39, 2722, 88, 2734, 37, 2739, 88, 2749, 37, 2755, 88, 2764, 37, 2775, 88, 2788, 37, 2792, 88, 2803, 37, 2809, 88, 2819, 37, 2825, 88, 2835, 37, 2839, 88, 3051, 39, 3078, 40, 3126, 38, 3139, 39, 3145, 38, 3153, 39, 3157, 38, 3171, 37, 3175, 38, 3184, 37, 3188, 38, 3197, 37, 3200, 38, 3213, 39, 3218, 38, 3227, 39, 3232, 38, 3241, 39, 3256, 38, 3277, 39, 3282, 40, 3298, 39, 3334, 37, 3348, 37, 3349, 37, 3350, 37, 3351, 37, 3352, 37, 3353, 37, 3354, 37, 3355, 37, 3356, 37, 3357, 37, 3358, 37, 3359, 37, 3360, 37, 3361, 37, 3362, 37, 3363, 37, 3364, 37, 3384, 88, 3395, 37, 3400, 88, 3412, 37, 3416, 88, 3427, 37, 3432, 88, 3441, 37, 3461, 90, 3493, 39, 3503, 37, 3525, 88, 3534, 37, 3537, 88, 3547, 37, 3553, 88, 3565, 37, 3569, 88, 3773, 39, 3807, 88, 3849, 39, 3879, 38, 3892, 39, 3897, 38, 3906, 39, 3911, 38, 3923, 37, 3928, 38, 3938, 37, 3941, 38, 3951, 37, 3955, 38, 3971, 39, 3978, 38, 3991, 39, 3995, 38, 4020, 39, 4034, 39, 4035, 39, 4036, 39, 4037, 39, 4038, 39, 4039, 39, 4040, 39, 4041, 39, 4042, 39, 4043, 39, 4044, 39, 4045, 39, 4046, 39, 4047, 39, 4048, 39, 4049, 39, 4050, 39, 4051, 39, 4052, 39, 4053, 39, 4054, 39, 4055, 39, 4056, 39, 4057, 39, 4058, 39, 4059, 39, 4060, 39, 4061, 39, 4062, 39, 4063, 39, 4064, 39, 4065, 39, 4066, 39, 4067, 39, 4068, 39, 4069, 39, 4070, 39, 4071, 39, 4072, 39, 4073, 39, 4074, 39, 4075, 39, 4076, 39, 4077, 39, 4078, 39, 4079, 39, 4080, 39, 4094, 88, 4106, 39, 4134, 37, 4148, 37, 4149, 37, 4150, 37, 4151, 37, 4152, 37, 4153, 37, 4154, 37, 4155, 37, 4156, 37, 4157, 37, 4158, 37, 4159, 37, 4160, 37, 4161, 37, 4162, 37, 4163, 37, 4164, 37, 4165, 37, 4166, 37, 4167, 37, 4168, 37, 4169, 37, 4170, 37, 4171, 37, 4172, 37, 4173, 37, 4174, 37, 4175, 37, 4176, 37, 4177, 37, 4178, 37, 4179, 37, 4180, 37, 4181, 37, 4182, 37, 4183, 37, 4195, 90, 4205, 39, 4212, 90, 4222, 39, 4242, 90, 4253, 39, 4260, 90, 4272, 39, 4277, 90, 4289, 39, 4294, 90, 4306, 39, 4310, 90, 4323, 39, 4327, 90, 4406, 39, 4514, 90, 4557, 37, 4614, 40, 4630, 37, 4636, 88, 4649, 37, 4652, 88, 4665, 37, 4685, 90, 4698, 39, 4712, 40, 4725, 39, 4729, 38, 4742, 39, 4746, 38, 4755, 39, 4760, 38, 4773, 37, 4779, 38, 4788, 37, 4792, 38, 4802, 37, 4806, 38, 4820, 39, 4825, 38, 4845, 37, 4859, 37, 4860, 37, 4861, 37, 4910, 38, 4979, 37, 4999, 38, 5014, 37, 5019, 38, 5044, 39, 5079, 38, 5093, 37, 5145, 40, 5171, 39, 5289, 88, 5298, 37, 5305, 88, 5315, 37, 5326, 88, 5338, 37, 5343, 88, 5353, 37, 5359, 88, 5370, 37, 5375, 88, 5386, 37, 5390, 88, 5584, 39, 5610, 40, 5623, 39, 5626, 40, 5716, 38, 5731, 39, 5737, 38, 5746, 39, 5751, 38, 5763, 37, 5769, 38, 5776, 37, 5781, 38, 5797, 37, 5846, 38, 5875, 37, 5900, 38, 5928, 39, 5947, 38, 6025, 37, 6039, 38, 6054, 40, 6094, 39, 6175, 88, 6185, 37, 6190, 88, 6200, 37, 6211, 88, 6222, 37, 6227, 88, 6238, 37, 6243, 88, 6253, 37, 6259, 88, 6269, 37, 6274, 88, 6497, 39, 6527, 38, 6541, 39, 6546, 38, 6556, 39, 6561, 38, 6573, 37, 6579, 38, 6588, 37, 6592, 38, 6601, 37, 6605, 38, 6617, 39, 6622, 38, 6632, 39, 6635, 38, 6645, 39, 6648, 38, 6661, 37, 6665, 38, 6670, 37 ], goldDrop: [ 34, 27 ], bornPos: [ 1, 10, 6, 23, 11, 24, 27, 15, 5, 26, 12, 25, 18, 1, 16, 2, 3, 17, 21, 4, 0 ] }, -{ level: 103, ai: 1, time: 3283, state: 1, country: "Taiwan", //id=103 2014-06-11 23:47:29 +{ level: 103, ai: 1, time: 3283, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.47.88", date:"2014-06-11 23:47:29", //id=103 action: [ 0, 39, 28, 88, 73, 39, 131, 38, 193, 37, 215, 40, 230, 37, 241, 38, 256, 39, 268, 38, 285, 37, 310, 39, 329, 38, 364, 37, 375, 38, 424, 88, 465, 39, 479, 88, 519, 39, 533, 38, 595, 37, 645, 40, 687, 90, 699, 37, 708, 38, 719, 39, 731, 37, 739, 39, 742, 88, 757, 39, 786, 37, 797, 39, 854, 40, 869, 39, 877, 38, 940, 37, 1045, 38, 1222, 40, 1228, 90, 1237, 37, 1259, 39, 1288, 37, 1306, 39, 1392, 88, 1444, 39, 1459, 90, 1467, 39, 1485, 38, 1499, 40, 1511, 37, 1522, 39, 1528, 37, 1543, 39, 1561, 38, 1622, 37, 1704, 38, 1727, 39, 1730, 38, 1778, 40, 1787, 39, 1809, 37, 1830, 39, 1865, 39, 1937, 38, 1999, 37, 2089, 38, 2100, 40, 2115, 39, 2151, 37, 2175, 39, 2224, 88, 2282, 39, 2306, 38, 2367, 37, 2439, 38, 2537, 37, 2549, 39, 2563, 90, 2567, 40, 2579, 90, 2589, 37, 2620, 88, 2629, 39, 2716, 88, 2725, 37, 2732, 88, 2744, 37, 2750, 88, 2761, 37, 2767, 88, 2778, 37, 2784, 88, 2794, 37, 2801, 88, 2809, 88, 2817, 88, 2820, 37, 2824, 88, 2837, 37, 2843, 88, 2855, 37, 2861, 88, 2872, 37, 2878, 88, 2889, 37, 2895, 88, 2906, 37, 2912, 88, 2923, 37, 2929, 88, 3136, 39, 3222, 38 ], goldDrop: [], bornPos: [ 1, 1, 4, 5, 14, 24, 7 ] }, -{ level: 104, ai: 1, time: 2719, state: 1, country: "Taiwan", //id=104 2014-06-11 23:49:23 - action: [ 0, 37, 30, 38, 60, 39, 69, 38, 75, 39, 80, 38, 85, 39, 88, 38, 94, 38, 98, 39, 123, 40, 135, 37, 138, 90, 149, 39, 154, 90, 164, 39, 169, 90, 183, 39, 190, 90, 203, 39, 207, 90, 245, 39, 248, 90, 263, 37, 269, 90, 284, 37, 298, 88, 309, 39, 329, 37, 398, 40, 417, 39, 422, 40, 435, 90, 449, 39, 454, 90, 468, 39, 472, 90, 485, 39, 489, 90, 502, 39, 506, 90, 518, 39, 522, 90, 533, 39, 537, 90, 762, 37, 803, 38, 816, 90, 827, 40, 831, 90, 839, 40, 843, 90, 982, 40, 991, 39, 1000, 90, 1010, 39, 1015, 90, 1025, 39, 1032, 90, 1042, 39, 1047, 90, 1058, 39, 1062, 90, 1073, 39, 1078, 90, 1088, 39, 1094, 90, 1103, 39, 1109, 90, 1119, 39, 1125, 90, 1353, 37, 1368, 39, 1374, 37, 1418, 38, 1427, 39, 1431, 38, 1462, 39, 1470, 38, 1497, 37, 1505, 38, 1522, 37, 1536, 37, 1562, 38, 1570, 37, 1581, 39, 1587, 90, 1599, 37, 1614, 39, 1628, 90, 1641, 37, 1653, 39, 1665, 88, 1675, 37, 1681, 88, 1693, 37, 1702, 88, 1719, 37, 1722, 88, 1731, 37, 1739, 88, 1749, 37, 1755, 88, 1764, 39, 1775, 88, 1786, 39, 1805, 90, 1816, 37, 1832, 39, 1905, 88, 1979, 39, 1990, 38, 2033, 37, 2038, 38, 2052, 39, 2060, 38, 2077, 37, 2080, 38, 2092, 39, 2134, 39, 2142, 38, 2147, 39, 2162, 90, 2173, 37, 2184, 90, 2200, 37, 2215, 38, 2251, 39, 2276, 38, 2295, 37, 2301, 90, 2342, 37, 2346, 90, 2369, 37, 2460, 39, 2490, 38, 2501, 39, 2506, 38, 2518, 39, 2532, 39, 2533, 39, 2534, 39, 2535, 39, 2536, 39, 2537, 39, 2538, 39, 2539, 39, 2540, 39, 2541, 39, 2542, 39, 2543, 39, 2544, 39, 2545, 39, 2546, 39, 2547, 39, 2548, 39, 2549, 39, 2550, 39, 2551, 39, 2552, 39, 2556, 38, 2561, 39, 2575, 39, 2576, 39, 2577, 39, 2578, 39, 2579, 39, 2580, 39, 2581, 39, 2582, 39, 2583, 39, 2584, 39, 2585, 39, 2586, 39, 2587, 39, 2588, 39, 2589, 39, 2590, 39, 2591, 39, 2595, 37, 2610, 38, 2617, 37, 2623, 38, 2627, 37, 2635, 88, 2647, 37, 2654, 38, 2661, 39, 2702, 38 ], - goldDrop: [ 34, 15, 23, 27, 17, 15, 20, 38, 16, 20, 14, 33 ], - bornPos: [ 1, 19, 7, 10, 25, 27, 21, 0, 23 ] +{ level: 104, ai: 2, time: 2173, state: 1, godMode: 0, location: "Taiwan", ip:"118.161.98.178", date:"2014-10-10 10:22:45", //id=104 + action: [ 0, 37, 28, 38, 65, 39, 77, 38, 81, 39, 98, 90, 105, 39, 108, 90, 119, 39, 123, 90, 134, 39, 138, 90, 148, 39, 152, 90, 161, 39, 164, 90, 175, 39, 179, 90, 189, 39, 194, 90, 208, 39, 212, 90, 269, 37, 274, 90, 289, 37, 303, 88, 317, 39, 343, 37, 402, 38, 413, 37, 415, 38, 437, 40, 467, 39, 480, 40, 488, 90, 499, 39, 504, 90, 516, 39, 520, 90, 532, 39, 536, 90, 547, 39, 551, 90, 679, 39, 684, 38, 718, 39, 723, 38, 735, 39, 739, 90, 774, 37, 784, 90, 815, 37, 863, 88, 875, 37, 879, 88, 889, 37, 895, 88, 907, 37, 911, 88, 921, 37, 926, 88, 937, 37, 942, 88, 953, 37, 957, 88, 968, 37, 972, 88, 1070, 37, 1081, 38, 1101, 39, 1105, 38, 1160, 39, 1211, 38, 1245, 39, 1254, 38, 1273, 37, 1280, 38, 1289, 37, 1292, 38, 1304, 39, 1342, 38, 1351, 39, 1364, 90, 1461, 37, 1481, 39, 1485, 90, 1497, 37, 1518, 90, 1529, 39, 1534, 90, 1587, 37, 1614, 38, 1623, 37, 1631, 38, 1643, 37, 1667, 39, 1684, 37, 1705, 38, 1712, 37, 1715, 90, 1730, 37, 1749, 39, 1759, 90, 1787, 37, 1795, 39, 1803, 88, 1812, 37, 1819, 88, 1828, 37, 1835, 88, 1844, 37, 1851, 88, 1861, 37, 1866, 88, 1876, 37, 1882, 88, 1890, 39, 1901, 88, 1911, 39, 1928, 90, 1940, 37, 1951, 39, 2104, 38 ], + goldDrop: [ 17, 19, 28, 32, 35, 36 ], + bornPos: [ 1, 24, 7, 5, 13, 25, 0, 6, 8 ] }, -{ level: 107, ai: 1, time: 2247, state: 1, country: "Taiwan", //id=105 2014-06-17 15:25:52 +{ level: 105, ai: 1, time: 2393, state: 1, godMode: 0, location: "Taiwan", ip:"118.161.99.6", date:"2014-06-23 22:24:05", //id=105 + action: [ 0, 37, 7, 90, 51, 39, 62, 90, 79, 37, 100, 40, 127, 37, 132, 40, 155, 39, 163, 90, 182, 39, 189, 40, 203, 39, 236, 38, 247, 37, 249, 38, 266, 37, 272, 38, 284, 39, 292, 38, 310, 37, 315, 38, 334, 37, 345, 38, 367, 37, 370, 40, 384, 37, 439, 39, 456, 38, 466, 39, 472, 38, 483, 39, 492, 38, 500, 39, 506, 38, 534, 37, 597, 39, 602, 38, 617, 40, 626, 39, 695, 38, 705, 39, 711, 38, 725, 37, 758, 39, 777, 38, 787, 39, 793, 38, 883, 40, 906, 37, 918, 40, 932, 37, 954, 90, 965, 39, 971, 90, 992, 39, 1011, 90, 1024, 39, 1029, 90, 1041, 39, 1047, 90, 1058, 39, 1064, 90, 1076, 39, 1082, 90, 1093, 39, 1098, 90, 1228, 38, 1246, 40, 1277, 38, 1295, 40, 1308, 38, 1325, 37, 1331, 39, 1339, 40, 1357, 37, 1374, 90, 1416, 37, 1474, 40, 1485, 37, 1497, 39, 1517, 38, 1524, 39, 1535, 88, 1588, 39, 1603, 90, 1613, 39, 1619, 90, 1632, 38, 1660, 37, 1668, 38, 1711, 37, 1716, 38, 1724, 37, 1727, 38, 1734, 37, 1747, 40, 1785, 38, 1791, 37, 1796, 38, 1802, 37, 1807, 38, 1815, 37, 1832, 40, 1848, 39, 1854, 40, 1870, 37, 1883, 39, 1889, 90, 1903, 39, 1907, 90, 1987, 37, 2013, 40, 2023, 37, 2054, 39, 2062, 38, 2088, 37, 2097, 38, 2104, 39, 2108, 38, 2120, 39, 2151, 40, 2161, 39, 2209, 88, 2244, 39, 2316, 38 ], + goldDrop: [ 36, 20, 29, 27, 37, 36, 25, 30, 15, 27, 39 ], + bornPos: [ 1, 3, 4, 11 ] +}, +{ level: 106, ai: 1, time: 3353, state: 1, godMode: 0, location: "Taiwan", ip:"118.161.99.6", date:"2014-06-23 22:26:28", //id=106 + action: [ 0, 39, 19, 90, 31, 37, 54, 39, 118, 37, 156, 40, 207, 38, 216, 39, 262, 90, 312, 37, 366, 38, 399, 37, 419, 38, 476, 40, 485, 37, 499, 39, 509, 40, 522, 37, 526, 88, 537, 37, 542, 88, 590, 39, 624, 38, 703, 88, 722, 40, 726, 88, 737, 39, 770, 40, 779, 39, 806, 40, 814, 39, 847, 38, 1043, 40, 1081, 37, 1097, 40, 1102, 37, 1108, 90, 1153, 37, 1185, 39, 1189, 90, 1201, 37, 1236, 38, 1301, 37, 1335, 38, 1409, 39, 1416, 88, 1428, 39, 1460, 38, 1848, 40, 1858, 39, 1889, 40, 1898, 39, 1931, 38, 1965, 90, 1991, 40, 1995, 90, 2007, 40, 2012, 90, 2023, 40, 2028, 90, 2040, 37, 2059, 38, 2098, 37, 2115, 90, 2124, 39, 2129, 90, 2141, 39, 2144, 90, 2157, 39, 2161, 90, 2172, 39, 2179, 90, 2188, 37, 2210, 90, 2220, 39, 2227, 90, 2236, 39, 2242, 90, 2252, 39, 2259, 90, 2268, 37, 2292, 90, 2304, 37, 2353, 38, 2397, 39, 2417, 40, 2426, 90, 2437, 37, 2452, 39, 2476, 37, 2501, 38, 2550, 39, 2571, 90, 2622, 37, 2670, 38, 2732, 37, 2795, 40, 2808, 37, 2828, 40, 2832, 37, 2847, 38, 2887, 39, 2902, 88, 2913, 37, 2919, 88, 2931, 37, 2936, 88, 2945, 39, 2964, 90, 2987, 37, 2997, 39, 3010, 37, 3016, 88, 3029, 39, 3062, 40, 3070, 39, 3076, 40, 3091, 39, 3109, 40, 3121, 39, 3148, 38, 3153, 39, 3161, 38, 3234, 37, 3259, 38, 3302, 37, 3308, 39, 3314, 38 ], + goldDrop: [ 25, 27 ], + bornPos: [] +}, +{ level: 107, ai: 1, time: 2247, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.46.177", date:"2014-06-17 15:25:52", //id=107 action: [ 0, 39, 9, 88, 21, 37, 27, 88, 40, 37, 45, 88, 60, 39, 73, 90, 86, 39, 92, 90, 110, 39, 114, 90, 128, 39, 133, 90, 144, 39, 150, 90, 162, 37, 177, 90, 188, 39, 194, 90, 207, 39, 212, 90, 239, 37, 255, 90, 267, 39, 272, 90, 288, 37, 328, 39, 347, 88, 359, 37, 365, 88, 375, 37, 383, 88, 394, 37, 400, 88, 410, 37, 419, 88, 436, 39, 449, 90, 461, 39, 466, 90, 478, 39, 484, 90, 503, 37, 518, 88, 529, 37, 537, 88, 550, 39, 588, 37, 606, 90, 624, 37, 636, 39, 650, 37, 655, 88, 667, 37, 673, 88, 685, 37, 692, 88, 708, 39, 723, 88, 737, 39, 771, 37, 775, 88, 787, 39, 846, 38, 924, 37, 1000, 90, 1011, 39, 1017, 90, 1029, 39, 1035, 90, 1047, 39, 1054, 90, 1066, 39, 1071, 90, 1082, 37, 1098, 88, 1109, 37, 1115, 88, 1127, 37, 1133, 88, 1143, 39, 1160, 90, 1171, 37, 1190, 90, 1199, 39, 1202, 90, 1215, 39, 1219, 90, 1232, 39, 1237, 90, 1249, 39, 1257, 37, 1272, 90, 1283, 39, 1291, 90, 1303, 37, 1310, 90, 1327, 37, 1342, 88, 1354, 37, 1379, 39, 1411, 90, 1425, 39, 1428, 90, 1448, 37, 1455, 90, 1468, 37, 1500, 39, 1507, 90, 1518, 37, 1535, 40, 1547, 39, 1591, 38, 1597, 39, 1611, 37, 1626, 38, 1638, 88, 1688, 39, 1734, 38, 1813, 37, 1921, 40, 2003, 37, 2016, 39, 2049, 38, 2085, 90, 2126, 37, 2170, 38 ], goldDrop: [ 19, 18, 26, 20, 21 ], bornPos: [] }, -{ level: 108, ai: 1, time: 3472, state: 1, country: "Taiwan", //id=106 2014-06-17 15:29:50 +{ level: 108, ai: 1, time: 3472, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.46.177", date:"2014-06-17 15:29:50", //id=108 action: [ 0, 88, 13, 39, 53, 37, 57, 88, 73, 39, 86, 37, 101, 39, 142, 37, 150, 40, 190, 39, 199, 37, 216, 40, 228, 37, 253, 39, 264, 38, 275, 39, 315, 38, 331, 37, 338, 39, 363, 40, 425, 37, 434, 40, 496, 38, 511, 39, 549, 38, 561, 37, 568, 39, 589, 37, 595, 39, 668, 37, 678, 38, 689, 39, 698, 37, 715, 38, 725, 39, 749, 38, 764, 37, 793, 38, 809, 39, 823, 38, 829, 39, 837, 37, 842, 38, 854, 37, 856, 38, 872, 39, 877, 37, 920, 38, 931, 39, 943, 37, 967, 39, 973, 90, 983, 37, 999, 39, 1014, 37, 1024, 39, 1029, 90, 1040, 37, 1052, 39, 1071, 90, 1084, 37, 1118, 40, 1216, 38, 1225, 39, 1238, 38, 1249, 90, 1252, 39, 1256, 90, 1301, 37, 1317, 40, 1330, 37, 1366, 39, 1373, 38, 1406, 39, 1415, 38, 1422, 37, 1440, 38, 1457, 39, 1463, 38, 1479, 40, 1488, 90, 1499, 38, 1504, 90, 1550, 37, 1620, 38, 1630, 39, 1645, 38, 1653, 39, 1707, 38, 1814, 40, 1829, 39, 1867, 37, 1887, 39, 1896, 38, 1909, 39, 1973, 38, 1986, 39, 1995, 37, 2012, 38, 2019, 39, 2043, 38, 2061, 37, 2090, 38, 2107, 37, 2122, 38, 2144, 39, 2158, 38, 2170, 37, 2201, 40, 2214, 37, 2216, 40, 2219, 37, 2276, 40, 2286, 39, 2292, 37, 2298, 88, 2309, 38, 2335, 37, 2342, 39, 2344, 90, 2353, 39, 2357, 90, 2369, 38, 2391, 37, 2441, 40, 2450, 39, 2556, 37, 2559, 38, 2569, 39, 2632, 40, 2703, 37, 2709, 90, 2765, 37, 2779, 38, 2806, 90, 2816, 37, 2838, 39, 2853, 38, 2870, 37, 2906, 39, 2913, 90, 2928, 37, 2936, 40, 2971, 39, 2975, 90, 2986, 37, 2997, 40, 3004, 39, 3038, 37, 3047, 40, 3056, 39, 3102, 40, 3121, 39, 3130, 40, 3143, 39, 3154, 40, 3228, 38, 3239, 39, 3250, 38, 3266, 37, 3279, 38, 3290, 39, 3321, 38, 3332, 39, 3344, 38, 3362, 37, 3375, 38, 3398, 39, 3435, 38, 3445, 39, 3455, 38 ], goldDrop: [ 18, 29, 19, 16, 39 ], bornPos: [] }, -{ level: 110, ai: 1, time: 4770, state: 1, country: "Taiwan", //id=107 2014-06-17 15:45:36 +{ level: 109, ai: 1, time: 4911, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.43.159", date:"2014-06-24 23:40:33", //id=109 + action: [ 0, 37, 16, 38, 28, 40, 52, 39, 57, 90, 68, 37, 75, 40, 83, 37, 91, 38, 96, 37, 102, 38, 108, 37, 121, 38, 125, 37, 134, 40, 158, 39, 164, 90, 237, 37, 242, 90, 252, 37, 265, 39, 274, 90, 288, 40, 293, 39, 315, 38, 348, 37, 378, 40, 386, 37, 402, 38, 434, 39, 446, 37, 452, 38, 461, 39, 468, 38, 478, 39, 483, 38, 501, 37, 506, 38, 513, 37, 523, 38, 535, 39, 550, 40, 558, 39, 564, 90, 577, 40, 596, 39, 604, 40, 605, 90, 620, 40, 624, 90, 706, 37, 726, 90, 736, 37, 750, 39, 756, 90, 766, 37, 791, 38, 800, 37, 805, 38, 824, 39, 829, 38, 838, 39, 847, 38, 858, 37, 877, 40, 892, 37, 897, 88, 906, 39, 915, 40, 944, 39, 949, 90, 960, 37, 978, 38, 986, 37, 999, 39, 1023, 37, 1041, 39, 1048, 40, 1056, 39, 1069, 38, 1079, 39, 1084, 88, 1093, 39, 1114, 37, 1120, 40, 1129, 37, 1141, 38, 1152, 37, 1155, 38, 1177, 40, 1248, 38, 1257, 37, 1270, 40, 1275, 39, 1317, 37, 1323, 40, 1348, 38, 1399, 39, 1407, 38, 1419, 39, 1422, 38, 1443, 37, 1458, 90, 1469, 39, 1474, 90, 1486, 39, 1491, 90, 1620, 40, 1637, 38, 1650, 39, 1657, 38, 1742, 37, 1764, 39, 1789, 40, 1808, 37, 1823, 40, 1829, 37, 1943, 39, 1948, 38, 1956, 37, 1961, 38, 1980, 39, 1989, 38, 2003, 37, 2007, 38, 2018, 39, 2028, 38, 2039, 37, 2055, 40, 2063, 37, 2078, 88, 2091, 40, 2099, 37, 2108, 39, 2114, 90, 2128, 37, 2134, 88, 2145, 39, 2163, 90, 2195, 37, 2198, 90, 2209, 40, 2214, 90, 2224, 39, 2308, 37, 2339, 40, 2375, 39, 2382, 90, 2393, 37, 2400, 40, 2408, 39, 2439, 40, 2448, 39, 2462, 38, 2495, 39, 2499, 38, 2508, 39, 2513, 38, 2522, 39, 2527, 38, 2566, 37, 2577, 90, 2685, 37, 2700, 38, 2707, 39, 2717, 38, 2729, 37, 2757, 40, 2766, 37, 2776, 40, 2783, 37, 2806, 40, 2815, 37, 2830, 38, 2853, 37, 2868, 38, 2876, 37, 2887, 40, 2911, 39, 2917, 90, 2941, 40, 2949, 39, 2973, 90, 2988, 40, 2991, 90, 3010, 37, 3088, 39, 3115, 40, 3131, 38, 3153, 39, 3169, 38, 3192, 37, 3196, 38, 3206, 39, 3210, 38, 3247, 88, 3268, 40, 3273, 88, 3334, 39, 3352, 90, 3361, 39, 3365, 90, 3376, 39, 3378, 90, 3390, 39, 3394, 90, 3404, 39, 3409, 90, 3457, 38, 3483, 37, 3493, 38, 3504, 39, 3519, 40, 3527, 39, 3542, 40, 3548, 39, 3563, 40, 3569, 39, 3576, 40, 3581, 39, 3592, 38, 3607, 40, 3618, 39, 3626, 40, 3630, 39, 3641, 38, 3652, 39, 3658, 38, 3771, 40, 3900, 38, 3905, 37, 3909, 38, 3922, 39, 3926, 38, 3933, 37, 3948, 38, 3970, 39, 3987, 38, 3993, 39, 4004, 40, 4017, 37, 4030, 88, 4072, 40, 4079, 37, 4097, 88, 4109, 39, 4125, 37, 4132, 90, 4133, 39, 4140, 90, 4150, 40, 4156, 39, 4168, 40, 4171, 90, 4172, 39, 4220, 37, 4238, 38, 4254, 37, 4269, 39, 4285, 38, 4303, 39, 4306, 38, 4310, 37, 4336, 39, 4348, 38, 4365, 39, 4367, 40, 4379, 38, 4385, 40, 4393, 39, 4402, 40, 4407, 39, 4442, 37, 4458, 40, 4465, 39, 4481, 37, 4496, 38, 4505, 39, 4530, 38, 4544, 37, 4561, 39, 4580, 38, 4589, 37, 4605, 38, 4623, 39, 4624, 40, 4637, 38, 4644, 40, 4658, 39, 4674, 37, 4694, 38, 4702, 39, 4706, 38, 4721, 40, 4731, 38, 4737, 40, 4749, 39, 4779, 40, 4785, 37, 4814, 38, 4821, 39, 4826, 38, 4834, 37, 4839, 38, 4847, 90, 4858, 37, 4876, 38, 4883, 37, 4894, 38 ], + goldDrop: [ 34, 26, 27 ], + bornPos: [ 1, 4, 5, 21, 20 ] +}, +{ level: 110, ai: 1, time: 4770, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.46.177", date:"2014-06-17 15:45:36", //id=110 action: [ 0, 39, 4, 38, 17, 37, 32, 88, 73, 39, 86, 90, 97, 39, 111, 37, 116, 38, 125, 37, 127, 38, 139, 37, 142, 38, 159, 39, 171, 37, 200, 39, 209, 37, 250, 88, 304, 39, 318, 40, 346, 90, 357, 40, 362, 90, 372, 40, 378, 90, 390, 37, 403, 39, 410, 90, 428, 40, 432, 90, 447, 39, 461, 90, 525, 37, 534, 40, 546, 39, 557, 37, 567, 38, 595, 39, 609, 90, 653, 37, 663, 38, 668, 37, 706, 88, 764, 39, 776, 90, 788, 40, 791, 90, 800, 40, 805, 90, 811, 39, 816, 90, 827, 40, 834, 90, 844, 40, 851, 90, 862, 40, 868, 37, 875, 90, 885, 39, 891, 90, 901, 37, 907, 90, 921, 39, 926, 90, 936, 39, 939, 90, 950, 37, 972, 88, 1018, 39, 1030, 38, 1042, 39, 1046, 38, 1146, 37, 1210, 88, 1263, 39, 1277, 40, 1305, 90, 1315, 40, 1321, 90, 1330, 40, 1337, 90, 1349, 37, 1357, 90, 1368, 39, 1374, 90, 1383, 37, 1392, 90, 1405, 39, 1411, 90, 1420, 37, 1438, 88, 1471, 90, 1499, 39, 1503, 90, 1514, 37, 1522, 90, 1535, 37, 1548, 39, 1613, 38, 1630, 37, 1657, 40, 1666, 39, 1700, 38, 1743, 39, 1753, 88, 1791, 40, 1798, 88, 1812, 37, 1816, 88, 1849, 37, 1854, 38, 1886, 39, 1918, 38, 1929, 37, 1980, 39, 2002, 38, 2012, 39, 2019, 38, 2029, 39, 2039, 38, 2053, 39, 2064, 38, 2077, 39, 2090, 38, 2102, 39, 2110, 38, 2117, 37, 2158, 38, 2207, 39, 2217, 90, 2227, 39, 2229, 90, 2239, 37, 2254, 39, 2260, 90, 2270, 37, 2285, 39, 2291, 90, 2302, 37, 2318, 39, 2326, 90, 2336, 37, 2352, 39, 2355, 90, 2368, 37, 2383, 39, 2387, 90, 2398, 37, 2413, 39, 2419, 90, 2429, 37, 2449, 88, 2462, 39, 2516, 38, 2526, 39, 2549, 37, 2558, 38, 2568, 39, 2572, 38, 2582, 39, 2590, 38, 2610, 37, 2630, 38, 2640, 39, 2645, 38, 2657, 39, 2661, 38, 2671, 39, 2676, 38, 2684, 39, 2689, 38, 2698, 39, 2703, 38, 2711, 39, 2715, 38, 2732, 39, 2737, 38, 2777, 39, 2782, 40, 2811, 37, 2874, 38, 2884, 39, 2890, 38, 2901, 39, 2926, 37, 2944, 38, 2953, 39, 2960, 38, 2972, 39, 2976, 38, 2986, 39, 2992, 38, 3002, 39, 3006, 38, 3017, 39, 3021, 38, 3030, 39, 3035, 38, 3048, 39, 3052, 38, 3065, 40, 3082, 37, 3135, 38, 3145, 39, 3152, 38, 3161, 39, 3167, 38, 3178, 40, 3195, 37, 3206, 38, 3215, 39, 3221, 38, 3232, 39, 3238, 38, 3248, 39, 3253, 38, 3264, 40, 3280, 37, 3299, 38, 3309, 39, 3315, 38, 3326, 39, 3331, 38, 3340, 39, 3346, 38, 3355, 39, 3360, 38, 3372, 40, 3389, 37, 3415, 38, 3425, 39, 3432, 38, 3441, 39, 3447, 38, 3456, 39, 3462, 38, 3471, 39, 3475, 38, 3490, 39, 3495, 38, 3506, 40, 3523, 37, 3559, 38, 3568, 39, 3574, 38, 3583, 39, 3589, 38, 3598, 39, 3604, 38, 3613, 39, 3618, 38, 3627, 39, 3632, 38, 3648, 39, 3654, 40, 3667, 37, 3726, 39, 3794, 40, 3805, 37, 3817, 40, 3827, 88, 3833, 37, 3849, 88, 3871, 37, 3877, 38, 3890, 39, 3900, 40, 3905, 88, 3946, 39, 3952, 90, 3966, 37, 3979, 88, 3990, 37, 3995, 88, 4037, 39, 4064, 37, 4082, 38, 4103, 39, 4135, 38, 4146, 37, 4153, 38, 4166, 37, 4170, 38, 4180, 39, 4184, 38, 4193, 39, 4198, 38, 4206, 39, 4211, 38, 4219, 39, 4224, 38, 4231, 39, 4237, 38, 4245, 39, 4251, 38, 4258, 39, 4262, 38, 4270, 39, 4274, 38, 4319, 39, 4405, 37, 4433, 39, 4464, 37, 4469, 88, 4479, 37, 4504, 38, 4515, 39, 4554, 37, 4582, 38, 4602, 39, 4629, 37, 4650, 38, 4660, 39, 4682, 37, 4693, 38, 4705, 39, 4717, 38, 4733, 39, 4737, 38 ], goldDrop: [ 24, 24, 20 ], bornPos: [] }, -{ level: 111, ai: 1, time: 3622, state: 1, country: "Taiwan", //id=108 2014-06-17 15:48:03 +{ level: 111, ai: 1, time: 3622, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.46.177", date:"2014-06-17 15:48:03", //id=111 action: [ 0, 39, 9, 38, 44, 37, 81, 40, 94, 37, 99, 40, 106, 37, 120, 39, 133, 38, 169, 37, 194, 40, 235, 39, 244, 88, 254, 37, 259, 88, 271, 37, 276, 88, 287, 37, 291, 88, 302, 37, 308, 88, 318, 37, 323, 88, 334, 37, 339, 88, 350, 37, 355, 88, 366, 37, 372, 88, 439, 39, 453, 88, 463, 39, 475, 37, 491, 39, 533, 88, 576, 39, 604, 38, 662, 39, 729, 40, 761, 37, 807, 90, 818, 39, 823, 90, 834, 39, 840, 90, 850, 39, 856, 90, 866, 39, 872, 90, 882, 39, 888, 90, 896, 39, 903, 90, 910, 39, 918, 90, 926, 39, 935, 90, 978, 37, 983, 90, 996, 37, 1010, 39, 1020, 37, 1076, 38, 1088, 39, 1093, 38, 1116, 40, 1127, 38, 1134, 37, 1142, 38, 1163, 39, 1198, 38, 1214, 40, 1242, 37, 1276, 38, 1309, 39, 1357, 38, 1448, 40, 1467, 37, 1537, 38, 1573, 37, 1608, 38, 1673, 40, 1712, 39, 1726, 38, 1737, 39, 1740, 38, 1776, 37, 1811, 38, 1901, 40, 1937, 39, 1981, 38, 2021, 37, 2071, 38, 2177, 40, 2210, 39, 2264, 38, 2302, 37, 2499, 40, 2533, 39, 2618, 38, 2656, 39, 2705, 38, 2741, 37, 2743, 38, 2863, 40, 2898, 37, 2939, 88, 2950, 37, 2956, 88, 2969, 37, 2974, 88, 3033, 37, 3044, 88, 3051, 37, 3055, 88, 3066, 37, 3071, 88, 3081, 37, 3097, 88, 3108, 37, 3115, 88, 3126, 37, 3131, 88, 3143, 37, 3149, 88, 3161, 37, 3167, 88, 3179, 37, 3185, 88, 3195, 37, 3201, 88, 3213, 37, 3219, 88, 3230, 37, 3237, 88, 3248, 37, 3253, 88, 3317, 39, 3337, 88, 3355, 39, 3391, 88, 3428, 39, 3431, 88, 3457, 39, 3485, 38, 3502, 39, 3529, 37, 3549, 38, 3594, 37, 3605, 38 ], goldDrop: [ 36, 33, 32, 23, 36, 18, 29, 16, 26, 30, 18 ], bornPos: [ 1, 5, 1, 17, 6, 8 ] }, -{ level: 112, ai: 1, time: 5837, state: 1, country: "Taiwan", //id=109 2014-06-17 15:55:21 +{ level: 112, ai: 1, time: 5837, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.46.177", date:"2014-06-17 15:55:21", //id=112 action: [ 0, 39, 3, 88, 14, 39, 45, 37, 53, 88, 64, 37, 69, 88, 80, 37, 89, 88, 107, 39, 120, 90, 133, 39, 138, 90, 149, 37, 163, 88, 178, 39, 191, 90, 214, 39, 259, 38, 279, 37, 291, 39, 306, 38, 323, 37, 333, 38, 391, 37, 424, 40, 436, 39, 440, 90, 452, 37, 466, 39, 471, 90, 483, 39, 487, 90, 498, 39, 502, 90, 517, 37, 540, 39, 545, 90, 557, 39, 561, 90, 573, 39, 579, 90, 590, 37, 612, 90, 650, 37, 661, 39, 672, 37, 681, 40, 697, 38, 711, 39, 751, 88, 791, 39, 801, 38, 857, 37, 866, 39, 874, 38, 885, 37, 915, 40, 924, 90, 937, 37, 957, 39, 968, 88, 980, 37, 985, 88, 997, 37, 1004, 88, 1030, 39, 1042, 90, 1057, 39, 1059, 90, 1069, 39, 1071, 90, 1099, 37, 1113, 88, 1154, 39, 1205, 88, 1300, 39, 1311, 38, 1374, 37, 1421, 90, 1429, 39, 1433, 90, 1445, 37, 1494, 40, 1500, 39, 1513, 37, 1523, 40, 1535, 39, 1576, 88, 1624, 39, 1635, 38, 1697, 37, 1729, 40, 1737, 90, 1749, 37, 1756, 40, 1767, 39, 1770, 90, 1784, 39, 1788, 90, 1800, 39, 1806, 90, 1818, 37, 1831, 88, 1843, 37, 1848, 88, 1860, 37, 1867, 88, 1908, 39, 1923, 88, 1934, 37, 1942, 88, 1957, 39, 1970, 90, 1982, 39, 1987, 90, 1997, 37, 2006, 90, 2019, 37, 2027, 88, 2045, 39, 2073, 38, 2133, 39, 2136, 88, 2173, 39, 2182, 38, 2244, 37, 2273, 38, 2285, 37, 2315, 38, 2476, 40, 2550, 37, 2586, 38, 2639, 39, 2650, 40, 2670, 39, 2729, 37, 2735, 88, 2814, 37, 2819, 88, 2885, 37, 2951, 38, 3003, 39, 3028, 38, 3085, 39, 3122, 40, 3166, 39, 3208, 88, 3257, 39, 3268, 38, 3373, 37, 3403, 38, 3414, 39, 3489, 40, 3494, 88, 3534, 39, 3539, 40, 3590, 37, 3597, 40, 3604, 39, 3619, 37, 3623, 39, 3636, 38, 3643, 39, 3662, 38, 3665, 88, 3775, 40, 4150, 38, 4163, 39, 4210, 40, 4223, 37, 4252, 39, 4258, 88, 4269, 37, 4275, 88, 4286, 39, 4298, 88, 4310, 39, 4318, 88, 4332, 39, 4343, 90, 4359, 37, 4395, 38, 4411, 90, 4420, 39, 4437, 38, 4442, 90, 4490, 37, 4519, 38, 4581, 37, 4611, 38, 4623, 39, 4674, 38, 4684, 39, 4701, 38, 4715, 39, 4760, 37, 4780, 40, 4802, 90, 4812, 37, 4840, 38, 4850, 37, 4858, 38, 4876, 40, 4881, 90, 4898, 40, 4902, 90, 4911, 40, 4915, 90, 5021, 39, 5038, 38, 5122, 37, 5127, 90, 5185, 37, 5196, 38, 5259, 37, 5289, 38, 5301, 39, 5356, 40, 5363, 88, 5382, 39, 5390, 40, 5399, 88, 5408, 38, 5412, 88, 5426, 39, 5443, 40, 5469, 90, 5496, 37, 5519, 40, 5559, 90, 5608, 37, 5619, 38, 5681, 37, 5711, 38, 5722, 39, 5785, 38, 5792, 39, 5818, 38, 5825, 39, 5831, 38 ], goldDrop: [], bornPos: [] }, -{ level: 114, ai: 1, time: 3726, state: 1, country: "Taiwan", //id=110 2014-06-17 16:13:32 - action: [ 0, 39, 2, 38, 17, 39, 20, 38, 39, 40, 59, 38, 66, 88, 79, 37, 84, 90, 129, 39, 153, 38, 232, 39, 251, 90, 262, 39, 266, 90, 277, 39, 282, 90, 293, 39, 298, 90, 308, 40, 316, 37, 341, 39, 354, 90, 365, 39, 370, 90, 380, 39, 385, 90, 395, 39, 401, 90, 410, 40, 420, 37, 432, 90, 443, 37, 476, 39, 483, 90, 495, 39, 500, 90, 511, 39, 515, 90, 528, 40, 536, 37, 546, 90, 557, 39, 562, 90, 574, 39, 579, 90, 592, 39, 597, 90, 608, 40, 617, 37, 629, 90, 642, 37, 706, 38, 727, 37, 800, 88, 845, 39, 871, 38, 877, 39, 887, 38, 949, 39, 980, 37, 986, 90, 1033, 37, 1044, 38, 1121, 37, 1141, 90, 1153, 39, 1157, 90, 1169, 39, 1173, 90, 1185, 37, 1201, 90, 1212, 39, 1217, 90, 1230, 37, 1236, 90, 1251, 37, 1276, 39, 1315, 38, 1371, 88, 1410, 39, 1420, 38, 1471, 37, 1484, 38, 1492, 37, 1501, 88, 1513, 37, 1528, 90, 1594, 37, 1608, 88, 1618, 37, 1623, 88, 1639, 37, 1650, 40, 1666, 39, 1670, 40, 1679, 39, 1684, 40, 1693, 38, 1712, 37, 1732, 90, 1744, 39, 1749, 90, 1762, 39, 1766, 90, 1778, 37, 1791, 90, 1801, 39, 1807, 90, 1819, 39, 1824, 90, 1835, 39, 1840, 90, 1851, 40, 1861, 37, 1868, 88, 1877, 37, 1885, 88, 1911, 39, 1923, 90, 1933, 39, 1936, 90, 1949, 39, 1955, 90, 1970, 37, 1975, 90, 1987, 39, 1995, 90, 2010, 37, 2020, 90, 2031, 39, 2037, 90, 2054, 40, 2059, 90, 2082, 40, 2104, 38, 2119, 40, 2131, 38, 2146, 40, 2153, 39, 2185, 38, 2226, 37, 2246, 90, 2257, 39, 2263, 90, 2274, 39, 2280, 90, 2292, 37, 2306, 90, 2317, 39, 2323, 90, 2334, 39, 2340, 90, 2351, 39, 2357, 90, 2368, 37, 2383, 90, 2394, 39, 2399, 90, 2411, 39, 2416, 90, 2428, 39, 2434, 90, 2444, 37, 2460, 90, 2472, 39, 2477, 90, 2489, 39, 2494, 90, 2506, 37, 2527, 88, 2604, 39, 2610, 90, 2619, 39, 2628, 90, 2640, 39, 2645, 90, 2658, 40, 2662, 90, 2680, 40, 2686, 90, 2701, 40, 2705, 90, 2738, 38, 2802, 40, 2818, 39, 2909, 38, 2925, 37, 2945, 90, 2954, 39, 2960, 90, 2970, 39, 2976, 90, 2985, 37, 3002, 90, 3012, 39, 3018, 90, 3028, 39, 3035, 90, 3046, 39, 3051, 90, 3063, 37, 3077, 90, 3115, 39, 3120, 90, 3132, 39, 3136, 90, 3147, 39, 3151, 90, 3165, 37, 3180, 90, 3190, 39, 3196, 90, 3207, 39, 3212, 90, 3221, 37, 3238, 90, 3247, 39, 3256, 90, 3269, 39, 3273, 90, 3284, 37, 3299, 90, 3310, 39, 3316, 90, 3328, 39, 3333, 90, 3343, 37, 3359, 90, 3369, 39, 3375, 90, 3386, 39, 3392, 90, 3401, 37, 3418, 90, 3429, 39, 3435, 90, 3445, 39, 3452, 90, 3461, 37, 3477, 90, 3488, 39, 3494, 90, 3505, 39, 3511, 90, 3521, 37, 3548, 39, 3553, 90, 3564, 39, 3570, 90, 3580, 39, 3586, 90, 3595, 39, 3602, 90, 3612, 37, 3644, 39, 3671, 38 ], - goldDrop: [ 18 ], - bornPos: [ 1, 4, 25, 0, 27 ] +{ level: 113, ai: 1, time: 4360, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.43.159", date:"2014-06-25 00:20:52", //id=113 + action: [ 0, 39, 6, 40, 16, 37, 24, 88, 35, 37, 40, 88, 48, 37, 55, 88, 61, 37, 70, 88, 77, 37, 84, 88, 97, 37, 98, 88, 124, 40, 135, 39, 146, 88, 156, 37, 161, 88, 202, 37, 206, 88, 246, 37, 302, 39, 313, 37, 353, 39, 363, 38, 374, 37, 377, 38, 387, 39, 391, 38, 398, 37, 401, 38, 412, 39, 415, 38, 423, 37, 427, 38, 437, 39, 441, 38, 449, 37, 452, 38, 461, 39, 465, 38, 474, 37, 478, 38, 520, 39, 523, 88, 537, 37, 540, 88, 551, 39, 557, 88, 573, 39, 581, 38, 595, 37, 608, 39, 623, 40, 630, 39, 720, 38, 734, 37, 758, 38, 775, 39, 790, 88, 870, 39, 883, 38, 916, 37, 956, 39, 961, 90, 972, 37, 983, 39, 1023, 37, 1072, 38, 1080, 39, 1084, 38, 1090, 37, 1096, 38, 1105, 39, 1110, 38, 1118, 37, 1122, 38, 1132, 39, 1136, 38, 1144, 37, 1148, 38, 1156, 39, 1161, 38, 1169, 37, 1174, 38, 1200, 37, 1207, 90, 1223, 37, 1229, 40, 1261, 37, 1307, 38, 1315, 37, 1319, 38, 1329, 37, 1333, 38, 1369, 39, 1382, 40, 1411, 37, 1442, 38, 1477, 39, 1503, 40, 1517, 37, 1559, 38, 1568, 37, 1573, 38, 1605, 39, 1636, 40, 1679, 90, 1692, 39, 1703, 90, 1713, 39, 1720, 90, 1729, 39, 1747, 90, 1759, 39, 1764, 90, 1775, 39, 1781, 90, 1791, 39, 1797, 90, 1809, 39, 1814, 90, 1825, 39, 1831, 90, 1842, 39, 1849, 90, 1861, 39, 1865, 90, 1878, 39, 1882, 90, 1893, 39, 1898, 90, 2036, 38, 2069, 37, 2083, 38, 2101, 88, 2117, 37, 2120, 88, 2198, 39, 2209, 37, 2225, 38, 2243, 39, 2268, 38, 2291, 37, 2301, 88, 2312, 37, 2317, 88, 2327, 37, 2332, 88, 2342, 37, 2348, 88, 2359, 37, 2364, 88, 2598, 37, 2671, 39, 2678, 90, 2690, 39, 2694, 90, 2706, 39, 2710, 90, 2722, 39, 2726, 90, 2738, 39, 2742, 90, 2753, 39, 2757, 90, 2769, 39, 2774, 90, 2785, 39, 2788, 90, 2804, 39, 2825, 38, 2847, 37, 2856, 39, 2880, 40, 2895, 39, 2916, 40, 2977, 38, 3009, 37, 3033, 38, 3063, 40, 3069, 90, 3142, 38, 3153, 39, 3179, 38, 3202, 37, 3218, 38, 3229, 39, 3245, 38, 3258, 37, 3293, 90, 3359, 37, 3370, 39, 3441, 37, 3463, 40, 3525, 90, 3585, 37, 3597, 38, 3606, 39, 3612, 38, 3621, 37, 3627, 38, 3635, 39, 3641, 38, 3649, 37, 3654, 38, 3662, 39, 3668, 38, 3676, 37, 3680, 38, 3689, 39, 3693, 38, 3701, 37, 3705, 38, 3733, 37, 3804, 90, 3814, 37, 3824, 39, 3858, 38, 3871, 39, 3995, 40, 4017, 90, 4136, 37, 4145, 38, 4156, 39, 4161, 38, 4169, 37, 4174, 38, 4182, 39, 4186, 38, 4195, 37, 4199, 38, 4207, 39, 4212, 38, 4220, 37, 4225, 38, 4233, 39, 4238, 38, 4247, 37, 4250, 38, 4278, 37, 4354, 38 ], + goldDrop: [ 30, 27, 35, 36, 32, 35, 25, 22, 21, 34, 37, 19, 26 ], + bornPos: [ 1, 25, 22, 8, 16, 19, 20, 5, 0, 21, 23 ] }, -{ level: 115, ai: 1, time: 3905, state: 1, country: "Taiwan", //id=111 2014-06-17 16:25:33 +{ level: 114, ai: 2, time: 2698, state: 1, godMode: 0, location: "Taiwan", ip:"114.44.175.130", date:"2014-10-01 00:07:44", //id=114 + action: [ 0, 90, 14, 39, 19, 88, 45, 40, 67, 38, 128, 39, 149, 38, 207, 39, 216, 37, 221, 38, 225, 39, 236, 37, 242, 38, 253, 37, 256, 38, 262, 39, 286, 90, 296, 39, 301, 90, 311, 39, 318, 90, 328, 40, 338, 37, 348, 90, 359, 39, 367, 90, 379, 39, 384, 90, 393, 39, 400, 90, 410, 40, 421, 37, 433, 90, 444, 37, 472, 39, 487, 38, 497, 40, 515, 39, 520, 38, 530, 40, 542, 39, 564, 37, 648, 90, 671, 37, 690, 38, 749, 37, 756, 39, 761, 38, 765, 37, 775, 39, 784, 38, 790, 39, 815, 88, 825, 37, 831, 88, 840, 37, 848, 88, 857, 39, 871, 88, 882, 37, 890, 88, 899, 39, 914, 90, 924, 37, 953, 39, 1001, 37, 1030, 39, 1041, 88, 1093, 39, 1119, 38, 1125, 39, 1134, 38, 1162, 39, 1194, 37, 1199, 38, 1226, 90, 1264, 37, 1279, 38, 1291, 39, 1301, 37, 1311, 38, 1385, 39, 1410, 90, 1421, 39, 1426, 90, 1437, 39, 1442, 90, 1452, 37, 1466, 90, 1474, 39, 1481, 90, 1490, 37, 1499, 90, 1511, 37, 1531, 39, 1536, 90, 1546, 39, 1551, 90, 1560, 39, 1568, 90, 1575, 37, 1593, 90, 1603, 39, 1609, 90, 1620, 37, 1627, 90, 1640, 37, 1651, 39, 1754, 37, 1783, 39, 1792, 38, 1813, 90, 1867, 37, 1893, 38, 1983, 37, 2038, 90, 2054, 40, 2057, 90, 2068, 39, 2073, 90, 2085, 39, 2088, 90, 2099, 37, 2107, 90, 2119, 39, 2124, 90, 2135, 39, 2140, 90, 2149, 37, 2165, 90, 2175, 39, 2180, 90, 2191, 39, 2196, 90, 2204, 37, 2221, 90, 2231, 39, 2237, 90, 2247, 39, 2253, 90, 2261, 37, 2277, 90, 2287, 39, 2293, 90, 2303, 39, 2310, 90, 2319, 37, 2336, 90, 2346, 39, 2353, 90, 2363, 39, 2370, 90, 2378, 37, 2394, 90, 2404, 39, 2411, 90, 2421, 39, 2428, 90, 2437, 37, 2453, 90, 2463, 39, 2470, 90, 2480, 39, 2488, 90, 2497, 37, 2524, 39, 2530, 90, 2541, 39, 2548, 90, 2558, 39, 2565, 90, 2575, 39, 2581, 90, 2591, 37, 2622, 39, 2649, 38 ], + goldDrop: [], + bornPos: [] +}, +{ level: 115, ai: 1, time: 3905, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.46.177", date:"2014-06-17 16:25:33", //id=115 action: [ 0, 39, 11, 37, 31, 39, 36, 90, 67, 37, 81, 40, 92, 39, 130, 40, 141, 37, 169, 39, 199, 40, 209, 37, 231, 39, 259, 37, 270, 90, 279, 39, 284, 90, 295, 39, 299, 90, 311, 39, 317, 90, 349, 38, 373, 39, 391, 38, 396, 39, 450, 38, 466, 37, 521, 38, 552, 37, 566, 40, 574, 39, 644, 88, 702, 39, 737, 38, 755, 37, 809, 38, 837, 37, 862, 40, 870, 37, 908, 39, 978, 88, 1035, 39, 1048, 88, 1058, 37, 1060, 88, 1072, 39, 1087, 88, 1099, 39, 1109, 88, 1121, 39, 1129, 88, 1139, 39, 1165, 88, 1199, 39, 1216, 37, 1223, 88, 1246, 39, 1251, 90, 1261, 39, 1273, 90, 1284, 39, 1290, 90, 1302, 38, 1330, 37, 1339, 39, 1350, 38, 1372, 37, 1378, 39, 1385, 38, 1398, 37, 1429, 40, 1440, 88, 1454, 39, 1468, 38, 1534, 39, 1577, 88, 1592, 37, 1595, 88, 1608, 37, 1613, 88, 1627, 37, 1631, 88, 1643, 37, 1647, 88, 1876, 39, 1897, 88, 1910, 37, 1914, 88, 1928, 37, 1932, 88, 1946, 37, 1949, 88, 2159, 39, 2187, 37, 2192, 88, 2200, 37, 2203, 88, 2215, 37, 2219, 88, 2231, 37, 2235, 88, 2247, 37, 2251, 88, 2469, 37, 2480, 39, 2577, 37, 2586, 88, 2599, 37, 2603, 88, 2617, 37, 2620, 88, 2633, 37, 2637, 88, 2851, 37, 2862, 39, 2892, 88, 2901, 37, 2903, 88, 2916, 37, 2919, 88, 2932, 37, 2937, 88, 2949, 37, 2953, 88, 2972, 37, 2974, 88, 2986, 37, 2987, 88, 3217, 39, 3283, 37, 3291, 38, 3330, 88, 3353, 37, 3356, 88, 3368, 37, 3372, 88, 3383, 37, 3387, 88, 3397, 37, 3402, 88, 3412, 37, 3416, 88, 3426, 37, 3438, 88, 3664, 39, 3708, 38, 3713, 90, 3745, 38, 3802, 37, 3888, 38 ], goldDrop: [ 35, 28, 14, 37, 26, 25 ], bornPos: [ 1, 15, 23, 26, 22, 14, 25, 13, 12, 21, 17, 16, 27, 19, 20 ] }, -{ level: 118, ai: 1, time: 3503, state: 1, country: "Taiwan", //id=112 2014-06-11 21:19:45 +{ level: 116, ai: 1, time: 2179, state: 1, godMode: 0, location: "Taiwan", ip:"118.161.99.6", date:"2014-06-23 21:46:01", //id=116 + action: [ 0, 39, 34, 90, 52, 38, 58, 39, 72, 40, 81, 39, 110, 37, 114, 88, 124, 39, 148, 40, 158, 39, 175, 40, 189, 37, 196, 40, 214, 37, 217, 90, 228, 37, 273, 38, 285, 37, 305, 40, 314, 88, 351, 39, 363, 90, 369, 39, 372, 90, 383, 39, 388, 90, 420, 38, 437, 37, 456, 38, 474, 39, 492, 38, 507, 39, 519, 38, 525, 37, 532, 38, 540, 37, 545, 38, 556, 37, 576, 38, 600, 39, 610, 38, 625, 90, 696, 37, 705, 40, 715, 37, 724, 40, 730, 37, 738, 39, 742, 90, 752, 37, 777, 39, 785, 90, 818, 37, 844, 38, 859, 39, 890, 37, 896, 38, 936, 37, 969, 39, 973, 90, 995, 37, 1024, 39, 1057, 40, 1071, 37, 1075, 88, 1095, 38, 1103, 39, 1119, 38, 1158, 39, 1173, 40, 1190, 39, 1197, 40, 1220, 37, 1223, 40, 1276, 37, 1313, 40, 1318, 88, 1391, 38, 1398, 39, 1412, 38, 1451, 39, 1466, 38, 1474, 39, 1498, 40, 1514, 90, 1526, 37, 1534, 40, 1552, 39, 1558, 40, 1572, 39, 1666, 37, 1681, 90, 1696, 39, 1701, 90, 1766, 37, 1782, 38, 1802, 39, 1827, 38, 1871, 37, 1905, 39, 1919, 90, 1938, 39, 1943, 90, 1960, 37, 1986, 39, 1990, 40, 2002, 37, 2011, 40, 2023, 37, 2028, 40, 2038, 39, 2048, 88, 2094, 39, 2109, 38, 2153, 37, 2168, 38 ], + goldDrop: [ 30, 20 ], + bornPos: [ 1, 2 ] +}, +{ level: 117, ai: 1, time: 4298, state: 1, godMode: 0, location: "Taiwan", ip:"118.161.99.6", date:"2014-06-23 21:52:55", //id=117 + action: [ 0, 37, 34, 39, 39, 90, 51, 37, 66, 90, 74, 40, 83, 90, 92, 37, 111, 88, 118, 39, 138, 90, 147, 37, 163, 88, 172, 39, 190, 90, 202, 39, 207, 90, 216, 37, 241, 39, 279, 88, 293, 37, 297, 88, 348, 39, 364, 38, 409, 37, 435, 38, 455, 39, 460, 38, 477, 37, 517, 39, 528, 88, 540, 37, 545, 88, 566, 37, 633, 38, 641, 39, 664, 38, 681, 40, 695, 39, 756, 38, 767, 40, 823, 37, 832, 90, 841, 39, 849, 90, 857, 39, 865, 90, 920, 38, 964, 37, 1001, 88, 1002, 38, 1015, 37, 1018, 88, 1031, 37, 1035, 88, 1047, 37, 1052, 88, 1185, 38, 1194, 39, 1257, 38, 1272, 37, 1293, 39, 1323, 40, 1450, 37, 1459, 39, 1486, 37, 1492, 38, 1553, 37, 1601, 39, 1609, 88, 1623, 37, 1627, 88, 1638, 37, 1645, 88, 1766, 38, 1775, 39, 1885, 40, 1964, 37, 1978, 90, 1988, 39, 1995, 90, 2055, 37, 2061, 39, 2072, 38, 2118, 37, 2170, 38, 2179, 39, 2235, 38, 2250, 37, 2305, 38, 2316, 39, 2368, 37, 2401, 38, 2526, 39, 2551, 38, 2561, 39, 2565, 88, 2574, 39, 2583, 40, 2621, 39, 2650, 40, 2671, 39, 2681, 38, 2690, 39, 2746, 40, 2760, 37, 2806, 39, 2850, 38, 2862, 37, 2876, 38, 2916, 90, 2971, 37, 3013, 38, 3025, 39, 3037, 38, 3044, 39, 3054, 38, 3061, 39, 3070, 38, 3079, 39, 3091, 38, 3099, 39, 3112, 38, 3121, 39, 3127, 38, 3136, 37, 3201, 38, 3224, 39, 3285, 37, 3315, 90, 3326, 37, 3335, 40, 3371, 37, 3393, 40, 3466, 38, 3472, 39, 3483, 90, 3533, 38, 3539, 39, 3567, 38, 3573, 39, 3586, 38, 3594, 39, 3607, 38, 3615, 39, 3622, 38, 3630, 37, 3697, 39, 3704, 37, 3710, 39, 3729, 40, 3749, 37, 3788, 38, 3810, 37, 3816, 39, 3870, 40, 3906, 38, 3916, 39, 3939, 90, 3991, 37, 4016, 38, 4029, 39, 4040, 38, 4048, 39, 4061, 38, 4070, 39, 4080, 38, 4089, 39, 4102, 38, 4109, 39, 4120, 38, 4126, 39, 4132, 38, 4140, 37, 4205, 38, 4230, 39, 4292, 38 ], + goldDrop: [ 32, 28, 27, 33, 29, 28, 26, 25, 36, 36, 29, 39, 31, 22, 33, 14, 22 ], + bornPos: [ 1, 15, 19, 5, 22, 23 ] +}, +{ level: 118, ai: 1, time: 3503, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.47.88", date:"2014-06-11 21:19:45", //id=118 action: [ 0, 39, 21, 40, 60, 37, 69, 38, 85, 37, 90, 38, 124, 39, 128, 38, 139, 37, 179, 38, 190, 40, 240, 37, 254, 39, 281, 37, 287, 40, 293, 37, 324, 38, 330, 39, 334, 88, 343, 37, 350, 88, 368, 37, 371, 90, 383, 39, 409, 38, 424, 37, 428, 38, 460, 39, 465, 38, 476, 37, 536, 40, 564, 37, 585, 40, 602, 39, 608, 88, 620, 37, 625, 88, 639, 39, 656, 39, 704, 38, 719, 39, 738, 38, 756, 37, 761, 38, 794, 39, 798, 38, 810, 37, 866, 40, 890, 39, 979, 38, 997, 37, 1001, 38, 1034, 39, 1038, 38, 1049, 37, 1098, 40, 1132, 39, 1207, 38, 1228, 37, 1232, 38, 1264, 39, 1268, 38, 1274, 37, 1321, 40, 1376, 39, 1427, 38, 1449, 37, 1453, 38, 1487, 39, 1489, 38, 1496, 37, 1506, 38, 1509, 39, 1518, 38, 1528, 39, 1532, 38, 1540, 37, 1602, 40, 1613, 37, 1627, 37, 1628, 37, 1629, 37, 1630, 37, 1631, 37, 1632, 37, 1633, 37, 1634, 37, 1635, 37, 1636, 37, 1637, 37, 1638, 37, 1639, 37, 1663, 40, 1678, 39, 1689, 88, 1702, 37, 1706, 88, 1724, 39, 1794, 38, 1809, 39, 1828, 38, 1845, 37, 1850, 38, 1884, 39, 1888, 38, 1900, 37, 1965, 40, 1978, 37, 2012, 40, 2029, 88, 2041, 37, 2046, 88, 2057, 39, 2127, 38, 2142, 39, 2161, 38, 2178, 37, 2184, 38, 2221, 39, 2226, 38, 2233, 37, 2303, 40, 2363, 88, 2393, 39, 2458, 38, 2473, 39, 2493, 38, 2510, 37, 2515, 38, 2548, 39, 2554, 38, 2565, 37, 2641, 40, 2700, 39, 2710, 88, 2722, 37, 2726, 88, 2739, 39, 2804, 38, 2822, 39, 2844, 38, 2863, 37, 2867, 38, 2905, 39, 2910, 38, 2916, 37, 2997, 40, 3058, 39, 3070, 88, 3083, 37, 3087, 88, 3100, 39, 3170, 38, 3186, 39, 3208, 38, 3226, 37, 3232, 38, 3248, 39, 3304, 40, 3320, 37, 3341, 40, 3353, 39, 3375, 37, 3431, 38, 3449, 37, 3454, 38, 3487, 39, 3492, 38 ], goldDrop: [ 20, 31 ], bornPos: [] }, -{ level: 119, ai: 1, time: 3858, state: 1, country: "Taiwan", //id=113 2014-06-12 23:15:54 - action: [ 0, 37, 15, 40, 29, 39, 44, 37, 81, 39, 101, 90, 184, 37, 189, 88, 198, 39, 217, 40, 230, 39, 238, 38, 249, 39, 321, 88, 358, 39, 367, 38, 382, 39, 396, 37, 405, 38, 425, 88, 435, 39, 476, 38, 521, 37, 574, 90, 589, 37, 603, 90, 616, 37, 743, 38, 782, 39, 795, 40, 808, 37, 812, 40, 823, 39, 837, 40, 852, 39, 859, 40, 864, 37, 898, 38, 963, 39, 970, 88, 990, 39, 1016, 39, 1034, 90, 1111, 37, 1137, 38, 1191, 39, 1200, 88, 1213, 39, 1224, 88, 1238, 39, 1262, 37, 1273, 40, 1284, 39, 1404, 37, 1413, 88, 1488, 39, 1498, 38, 1534, 88, 1544, 39, 1587, 90, 1597, 37, 1607, 39, 1621, 90, 1635, 37, 1670, 90, 1712, 37, 1723, 38, 1762, 88, 1772, 39, 1791, 38, 1813, 39, 1834, 38, 1881, 37, 1917, 90, 1930, 37, 1936, 39, 1980, 38, 2147, 37, 2342, 38, 2408, 39, 2449, 90, 2462, 37, 2481, 39, 2490, 90, 2543, 37, 2561, 39, 2585, 38, 2610, 37, 2627, 38, 2644, 40, 2658, 40, 2659, 40, 2660, 40, 2661, 40, 2662, 40, 2663, 40, 2664, 40, 2665, 40, 2680, 37, 2689, 40, 2715, 38, 2727, 37, 2752, 38, 2820, 39, 2927, 37, 3026, 40, 3041, 39, 3067, 38, 3077, 39, 3104, 40, 3117, 90, 3234, 37, 3261, 38, 3275, 39, 3289, 38, 3354, 39, 3368, 40, 3382, 37, 3408, 40, 3420, 37, 3427, 40, 3475, 38, 3500, 39, 3524, 38, 3546, 40, 3555, 90, 3577, 39, 3587, 88, 3599, 37, 3604, 88, 3654, 39, 3702, 38, 3741, 88, 3752, 39, 3793, 38, 3838, 37, 3852, 38 ], - goldDrop: [ 36, 36, 30, 30, 32, 39 ], - bornPos: [ 1, 17, 0, 16 ] +{ level: 119, ai: 2, time: 3729, state: 1, godMode: 0, location: "Russian Federation", ip:"95.191.37.203", date:"2014-12-15 19:13:23", //id=119 + action: [ 0, 37, 14, 38, 50, 39, 90, 90, 104, 37, 126, 88, 149, 39, 187, 40, 196, 39, 200, 37, 210, 39, 238, 38, 248, 39, 259, 38, 281, 88, 378, 90, 385, 39, 408, 38, 420, 37, 423, 38, 438, 39, 448, 90, 497, 37, 507, 38, 528, 39, 535, 88, 539, 37, 544, 88, 549, 39, 597, 90, 609, 37, 617, 39, 633, 90, 651, 37, 680, 90, 705, 39, 708, 90, 762, 37, 801, 88, 822, 37, 826, 88, 866, 39, 892, 38, 927, 88, 932, 39, 977, 38, 1006, 40, 1019, 38, 1046, 37, 1081, 38, 1125, 39, 1129, 90, 1146, 37, 1160, 38, 1175, 39, 1209, 38, 1240, 37, 1246, 38, 1264, 37, 1268, 38, 1306, 37, 1311, 38, 1322, 37, 1357, 88, 1373, 37, 1377, 88, 1395, 39, 1412, 90, 1417, 37, 1533, 40, 1544, 39, 1556, 38, 1584, 39, 1586, 38, 1598, 37, 1624, 38, 1633, 39, 1646, 37, 1661, 38, 1713, 39, 1727, 90, 1755, 39, 1767, 90, 1779, 39, 1783, 90, 1925, 37, 1953, 38, 1963, 37, 1971, 40, 1985, 37, 2004, 40, 2026, 39, 2041, 40, 2046, 39, 2048, 40, 2059, 39, 2086, 38, 2125, 40, 2159, 38, 2174, 37, 2202, 38, 2259, 39, 2263, 88, 2272, 39, 2313, 90, 2340, 37, 2348, 39, 2416, 40, 2419, 38, 2462, 39, 2466, 38, 2473, 39, 2477, 38, 2484, 39, 2488, 38, 2502, 39, 2507, 38, 2518, 39, 2531, 88, 2614, 39, 2625, 38, 2663, 39, 2672, 37, 2677, 88, 2681, 39, 2745, 38, 2788, 37, 2918, 40, 3008, 37, 3012, 38, 3072, 37, 3078, 38, 3082, 37, 3099, 38, 3108, 40, 3160, 38, 3173, 37, 3201, 38, 3261, 39, 3269, 88, 3279, 39, 3290, 88, 3295, 39, 3326, 90, 3335, 37, 3344, 39, 3448, 88, 3549, 39, 3564, 38, 3598, 88, 3604, 39, 3648, 38, 3686, 37, 3695, 38, 3703, 37, 3706, 38, 3721, 37, 3724, 38 ], + goldDrop: [ 34, 31, 17, 29, 28, 21 ], + bornPos: [ 1, 14, 15, 11, 3, 17 ] }, -{ level: 142, ai: 1, time: 6893, state: 1, country: "Taiwan", //id=114 2014-06-10 01:29:13 - action: [ 0, 88, 17, 37, 20, 88, 31, 39, 41, 88, 54, 39, 72, 37, 76, 88, 88, 39, 184, 37, 187, 88, 199, 39, 222, 38, 242, 37, 252, 38, 269, 39, 294, 38, 306, 37, 331, 38, 344, 37, 356, 39, 360, 90, 369, 39, 372, 90, 384, 37, 398, 39, 403, 90, 414, 37, 430, 39, 435, 90, 446, 37, 462, 39, 469, 90, 481, 37, 498, 88, 513, 39, 557, 38, 574, 39, 598, 38, 610, 37, 635, 38, 648, 39, 674, 38, 687, 37, 764, 90, 783, 37, 812, 39, 817, 37, 831, 88, 844, 39, 858, 37, 866, 88, 877, 39, 893, 37, 901, 88, 912, 39, 927, 37, 935, 88, 948, 39, 956, 88, 969, 39, 1049, 37, 1057, 88, 1071, 37, 1075, 88, 1117, 37, 1120, 88, 1145, 40, 1148, 88, 1173, 38, 1191, 37, 1200, 38, 1219, 39, 1244, 38, 1255, 37, 1273, 39, 1302, 37, 1312, 40, 1325, 90, 1354, 39, 1363, 90, 1376, 37, 1386, 39, 1400, 39, 1401, 39, 1402, 39, 1403, 39, 1431, 38, 1490, 39, 1510, 37, 1522, 38, 1590, 37, 1597, 39, 1605, 40, 1613, 37, 1616, 40, 1668, 37, 1723, 90, 1798, 37, 1809, 38, 1828, 39, 1855, 38, 1867, 37, 2012, 40, 2026, 39, 2036, 39, 2041, 40, 2051, 39, 2065, 39, 2066, 39, 2067, 39, 2068, 39, 2090, 88, 2099, 39, 2166, 37, 2197, 38, 2205, 37, 2211, 90, 2225, 37, 2251, 39, 2256, 90, 2268, 37, 2292, 38, 2315, 39, 2321, 88, 2333, 37, 2337, 88, 2347, 37, 2358, 88, 2378, 38, 2402, 39, 2429, 38, 2446, 40, 2485, 40, 2505, 90, 2552, 38, 2564, 37, 2588, 40, 2611, 39, 2625, 39, 2626, 39, 2667, 38, 2680, 39, 2683, 38, 2744, 37, 2752, 90, 2771, 39, 2774, 90, 2810, 37, 2841, 39, 2891, 39, 2904, 39, 2907, 38, 2916, 37, 2920, 38, 3096, 39, 3119, 88, 3127, 37, 3130, 88, 3141, 37, 3147, 88, 3158, 37, 3164, 88, 3191, 37, 3194, 88, 3206, 39, 3256, 37, 3270, 37, 3271, 37, 3273, 37, 3287, 37, 3288, 37, 3289, 37, 3300, 38, 3307, 37, 3313, 90, 3393, 37, 3407, 37, 3408, 37, 3409, 37, 3410, 37, 3473, 39, 3477, 90, 3500, 37, 3525, 38, 3554, 37, 3565, 38, 3586, 39, 3613, 90, 3644, 37, 3657, 39, 3697, 38, 3775, 37, 3787, 90, 3802, 39, 3805, 90, 3897, 40, 3947, 37, 3959, 88, 3992, 37, 4013, 90, 4025, 39, 4030, 90, 4045, 39, 4048, 90, 4081, 39, 4101, 38, 4159, 39, 4181, 88, 4192, 37, 4197, 88, 4208, 37, 4213, 88, 4231, 39, 4243, 90, 4255, 39, 4261, 90, 4271, 37, 4277, 90, 4291, 37, 4306, 39, 4317, 90, 4326, 37, 4338, 39, 4350, 90, 4360, 37, 4372, 39, 4382, 90, 4390, 37, 4404, 39, 4412, 90, 4423, 37, 4469, 38, 4476, 37, 4480, 90, 4493, 37, 4510, 90, 4525, 37, 4548, 38, 4571, 39, 4579, 88, 4590, 37, 4595, 88, 4604, 37, 4610, 88, 4619, 37, 4634, 38, 4651, 39, 4743, 37, 4756, 90, 4767, 39, 4772, 90, 4784, 39, 4789, 90, 4806, 39, 4813, 90, 4826, 37, 4834, 39, 4848, 39, 4849, 39, 4850, 39, 4851, 39, 4852, 39, 4854, 39, 4880, 38, 4937, 37, 4955, 90, 4965, 39, 4968, 90, 4980, 39, 4984, 90, 4995, 39, 5001, 90, 5012, 37, 5027, 90, 5038, 39, 5044, 90, 5057, 37, 5064, 90, 5078, 37, 5103, 39, 5117, 39, 5118, 39, 5121, 90, 5132, 37, 5170, 39, 5175, 90, 5185, 39, 5189, 90, 5200, 39, 5214, 39, 5215, 39, 5235, 38, 5277, 37, 5323, 39, 5331, 38, 5359, 90, 5369, 40, 5376, 90, 5384, 40, 5396, 90, 5512, 40, 5524, 37, 5569, 90, 5581, 39, 5587, 90, 5597, 39, 5600, 90, 5613, 39, 5616, 90, 5639, 39, 5643, 90, 5654, 39, 5659, 90, 5670, 39, 5675, 90, 5746, 39, 5761, 40, 5827, 38, 5901, 37, 5908, 40, 5956, 37, 6040, 90, 6051, 37, 6100, 38, 6146, 40, 6154, 39, 6186, 40, 6269, 38, 6296, 88, 6307, 39, 6346, 88, 6356, 37, 6364, 88, 6370, 37, 6382, 88, 6393, 37, 6399, 88, 6412, 37, 6416, 88, 6427, 37, 6431, 88, 6442, 37, 6448, 88, 6473, 38, 6599, 40, 6608, 90, 6615, 90, 6630, 38, 6664, 88, 6677, 39, 6730, 38, 6747, 39, 6772, 38, 6784, 37, 6808, 38, 6820, 39, 6846, 38, 6857, 37, 6882, 38 ], +{ level: 120, ai: 2, time: 1860, state: 1, godMode: 0, location: "Taiwan", ip:"118.161.99.69", date:"2014-10-29 19:56:33", //id=120 + action: [ 0, 39, 6, 38, 15, 37, 41, 90, 52, 39, 56, 90, 107, 37, 127, 88, 137, 37, 148, 90, 158, 37, 171, 39, 178, 90, 187, 37, 203, 39, 208, 88, 213, 37, 219, 88, 229, 37, 234, 88, 242, 39, 271, 37, 294, 38, 319, 39, 358, 40, 364, 88, 399, 39, 415, 90, 426, 37, 436, 39, 442, 90, 451, 39, 454, 90, 462, 37, 487, 39, 495, 88, 505, 39, 538, 37, 544, 38, 554, 40, 563, 38, 569, 40, 576, 38, 587, 40, 594, 38, 600, 40, 606, 38, 612, 40, 618, 38, 627, 37, 632, 38, 639, 40, 650, 39, 657, 90, 667, 39, 670, 90, 694, 37, 697, 88, 707, 37, 713, 38, 736, 37, 754, 88, 800, 39, 805, 88, 838, 39, 853, 38, 863, 37, 881, 38, 895, 37, 903, 90, 914, 37, 936, 90, 946, 37, 976, 88, 986, 39, 1028, 40, 1035, 88, 1046, 37, 1049, 88, 1060, 37, 1063, 88, 1109, 39, 1143, 38, 1177, 39, 1234, 40, 1242, 88, 1252, 39, 1277, 40, 1303, 39, 1308, 90, 1319, 39, 1324, 90, 1332, 38, 1345, 37, 1353, 38, 1359, 37, 1373, 40, 1381, 39, 1392, 37, 1402, 39, 1407, 40, 1415, 39, 1437, 38, 1452, 37, 1460, 38, 1466, 37, 1475, 38, 1489, 37, 1500, 40, 1512, 37, 1538, 38, 1566, 39, 1580, 40, 1588, 37, 1596, 39, 1600, 90, 1610, 37, 1625, 39, 1634, 40, 1643, 90, 1652, 37, 1673, 39, 1687, 38, 1699, 37, 1710, 38, 1712, 37, 1730, 90, 1739, 37, 1749, 90, 1792, 37, 1801, 38 ], + goldDrop: [ 30 ], + bornPos: [ 1, 23, 5, 20, 2 ] +}, +{ level: 121, ai: 1, time: 4108, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.43.159", date:"2014-06-25 21:38:27", //id=121 + action: [ 0, 39, 36, 38, 44, 39, 49, 38, 57, 37, 66, 38, 74, 37, 80, 40, 95, 39, 106, 38, 113, 39, 119, 38, 125, 37, 132, 38, 141, 37, 143, 38, 153, 37, 162, 38, 172, 37, 183, 38, 194, 37, 204, 38, 243, 39, 259, 38, 272, 39, 284, 38, 295, 39, 305, 38, 313, 39, 327, 40, 339, 39, 350, 38, 362, 39, 370, 40, 417, 37, 429, 38, 436, 37, 444, 38, 453, 37, 463, 38, 472, 37, 483, 38, 491, 37, 496, 38, 506, 39, 516, 38, 526, 39, 533, 38, 545, 39, 550, 38, 563, 39, 570, 38, 582, 39, 585, 38, 604, 39, 610, 40, 639, 37, 664, 38, 671, 37, 681, 38, 688, 37, 699, 38, 713, 39, 722, 38, 732, 39, 740, 38, 750, 39, 755, 38, 766, 40, 789, 37, 808, 38, 815, 37, 825, 38, 839, 39, 849, 38, 859, 39, 866, 40, 885, 37, 901, 40, 911, 37, 917, 38, 931, 40, 952, 39, 973, 40, 1053, 38, 1061, 39, 1066, 38, 1074, 37, 1083, 38, 1110, 37, 1118, 38, 1128, 37, 1137, 38, 1149, 37, 1157, 40, 1171, 39, 1217, 38, 1225, 39, 1233, 38, 1240, 39, 1246, 38, 1254, 37, 1264, 38, 1274, 37, 1283, 38, 1292, 37, 1300, 38, 1318, 37, 1323, 40, 1356, 39, 1431, 38, 1440, 39, 1446, 38, 1455, 37, 1465, 38, 1475, 37, 1485, 38, 1494, 37, 1505, 38, 1516, 37, 1535, 40, 1554, 39, 1609, 38, 1617, 39, 1622, 38, 1629, 37, 1639, 38, 1648, 37, 1658, 38, 1668, 37, 1678, 38, 1688, 37, 1763, 40, 1785, 37, 1802, 39, 1864, 38, 1871, 39, 1876, 38, 1884, 37, 1894, 38, 1903, 37, 1913, 38, 1922, 37, 1932, 38, 1941, 37, 1968, 40, 1973, 37, 1978, 40, 1993, 37, 2011, 39, 2114, 38, 2119, 39, 2124, 38, 2143, 40, 2191, 38, 2199, 37, 2208, 38, 2216, 37, 2225, 38, 2235, 37, 2246, 38, 2256, 37, 2275, 38, 2285, 39, 2288, 38, 2316, 37, 2336, 38, 2347, 37, 2360, 38, 2368, 37, 2384, 39, 2395, 40, 2410, 37, 2421, 38, 2433, 37, 2442, 38, 2459, 37, 2467, 40, 2508, 39, 2526, 38, 2535, 39, 2544, 38, 2552, 39, 2563, 38, 2569, 39, 2574, 40, 2592, 39, 2601, 40, 2613, 37, 2634, 38, 2642, 39, 2735, 38, 2743, 39, 2748, 38, 2755, 37, 2768, 38, 2781, 39, 2794, 38, 2801, 39, 2805, 38, 2812, 37, 2820, 38, 2828, 37, 2836, 38, 2845, 37, 2853, 38, 2862, 37, 2872, 38, 2884, 37, 2892, 38, 2906, 37, 2925, 38, 2932, 37, 2943, 38, 2951, 37, 2960, 40, 2970, 37, 2978, 38, 2991, 37, 2997, 40, 3020, 39, 3077, 37, 3087, 40, 3104, 39, 3230, 38, 3238, 39, 3242, 38, 3250, 37, 3259, 38, 3267, 37, 3277, 38, 3285, 37, 3294, 38, 3303, 37, 3315, 38, 3336, 37, 3353, 38, 3360, 37, 3374, 38, 3379, 37, 3388, 38, 3393, 37, 3404, 40, 3413, 37, 3418, 38, 3438, 40, 3442, 39, 3481, 40, 3492, 39, 3497, 38, 3508, 40, 3527, 39, 3641, 38, 3649, 39, 3655, 38, 3663, 37, 3673, 38, 3681, 37, 3690, 38, 3699, 37, 3710, 38, 3719, 37, 3733, 38, 3753, 37, 3765, 38, 3771, 37, 3781, 40, 3790, 37, 3799, 38, 3807, 37, 3813, 40, 3823, 39, 3841, 38, 3849, 37, 3854, 40, 3897, 39, 3909, 37, 3956, 39, 3960, 38, 3977, 39, 3986, 38, 3996, 39, 4005, 38, 4015, 39, 4024, 38, 4046, 37, 4057, 38, 4062, 37, 4073, 38, 4077, 37, 4086, 38 ], + goldDrop: [ 32, 21, 15, 30, 33, 15, 23 ], + bornPos: [] +}, +{ level: 122, ai: 1, time: 3508, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.43.159", date:"2014-06-25 21:40:49", //id=122 + action: [ 0, 39, 3, 88, 15, 39, 28, 37, 40, 40, 46, 39, 52, 40, 70, 39, 158, 88, 177, 90, 230, 39, 245, 38, 262, 37, 271, 39, 281, 38, 317, 37, 327, 38, 344, 39, 355, 38, 371, 37, 388, 38, 400, 37, 460, 39, 470, 38, 487, 40, 493, 39, 515, 37, 589, 38, 609, 39, 615, 88, 624, 39, 675, 38, 715, 37, 747, 38, 760, 39, 775, 40, 783, 37, 802, 38, 831, 39, 923, 40, 938, 37, 1021, 38, 1042, 39, 1048, 88, 1058, 39, 1108, 38, 1148, 37, 1183, 38, 1196, 37, 1210, 40, 1219, 39, 1351, 88, 1362, 37, 1367, 88, 1380, 37, 1385, 88, 1397, 37, 1401, 88, 1410, 37, 1434, 88, 1444, 37, 1447, 88, 1460, 37, 1464, 88, 1477, 37, 1482, 88, 1493, 37, 1499, 88, 1644, 37, 1660, 40, 1684, 37, 1695, 40, 1724, 37, 1733, 38, 1753, 39, 1758, 88, 1772, 39, 1891, 38, 1949, 37, 1972, 38, 2122, 40, 2150, 37, 2167, 38, 2183, 39, 2187, 38, 2207, 40, 2237, 37, 2254, 38, 2263, 37, 2265, 88, 2277, 37, 2283, 88, 2293, 37, 2299, 88, 2312, 37, 2317, 88, 2329, 37, 2333, 88, 2370, 37, 2373, 88, 2393, 37, 2396, 88, 2569, 39, 2680, 38, 2703, 37, 2718, 38, 2729, 39, 2745, 38, 2760, 37, 2776, 38, 2788, 39, 2803, 40, 2812, 37, 2829, 40, 2841, 39, 2862, 38, 2882, 37, 2897, 38, 3029, 39, 3044, 40, 3108, 37, 3208, 90, 3259, 37, 3289, 38, 3312, 39, 3316, 88, 3327, 39, 3378, 38, 3418, 37, 3453, 38, 3464, 37, 3486, 38 ], + goldDrop: [ 27, 16, 31, 33, 36, 18, 20 ], + bornPos: [ 1, 15, 14, 7, 13, 16, 10 ] +}, +{ level: 123, ai: 1, time: 3161, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.43.159", date:"2014-06-25 21:43:24", //id=123 + action: [ 0, 39, 20, 38, 91, 39, 108, 40, 116, 39, 178, 40, 193, 90, 206, 37, 219, 39, 227, 90, 239, 39, 243, 90, 253, 37, 261, 90, 281, 37, 320, 39, 423, 38, 461, 37, 497, 90, 539, 37, 553, 88, 563, 40, 569, 88, 578, 39, 598, 37, 605, 39, 615, 90, 644, 37, 678, 38, 737, 40, 761, 88, 793, 39, 803, 38, 831, 37, 842, 38, 858, 37, 866, 38, 872, 37, 877, 38, 883, 90, 893, 37, 919, 40, 927, 37, 936, 39, 945, 38, 952, 39, 957, 88, 971, 39, 986, 90, 997, 37, 1010, 39, 1019, 90, 1030, 37, 1043, 39, 1052, 90, 1063, 37, 1078, 88, 1127, 39, 1141, 38, 1180, 39, 1210, 38, 1235, 37, 1247, 38, 1264, 37, 1271, 38, 1276, 37, 1281, 38, 1288, 37, 1296, 39, 1301, 90, 1311, 37, 1345, 40, 1351, 90, 1363, 37, 1376, 39, 1389, 37, 1393, 88, 1437, 39, 1450, 90, 1462, 37, 1474, 39, 1484, 90, 1494, 37, 1521, 38, 2105, 39, 2113, 38, 2118, 39, 2125, 38, 2129, 39, 2137, 38, 2141, 39, 2187, 38, 2192, 39, 2199, 38, 2203, 39, 2235, 40, 2255, 37, 2333, 38, 2351, 37, 2358, 38, 2364, 37, 2368, 38, 2381, 39, 2395, 37, 2445, 39, 2477, 38, 2483, 39, 2488, 38, 2495, 37, 2557, 40, 2616, 90, 2628, 38, 2674, 37, 2700, 40, 2723, 37, 2737, 88, 2781, 39, 2795, 40, 2810, 39, 2817, 37, 2822, 90, 2833, 39, 2839, 90, 2853, 37, 2858, 90, 2873, 37, 2885, 39, 2914, 38, 2957, 37, 2968, 38, 2974, 37, 2979, 38, 3007, 39, 3069, 38, 3087, 39, 3117, 38, 3124, 37, 3128, 38, 3136, 37, 3155, 38 ], goldDrop: [], - bornPos: [ 1, 4, 7, 2, 20, 6, 5, 18, 19, 22, 16 ] + bornPos: [] }, -{ level: 143, ai: 1, time: 2336, state: 1, country: "Taiwan", //id=115 2014-06-10 01:31:07 - action: [ 0, 39, 6, 90, 18, 37, 33, 39, 37, 90, 58, 37, 75, 39, 102, 90, 133, 39, 139, 37, 154, 38, 171, 39, 184, 38, 223, 39, 263, 39, 269, 90, 281, 37, 318, 39, 338, 37, 350, 88, 393, 39, 407, 38, 417, 39, 425, 88, 438, 39, 448, 37, 459, 88, 467, 39, 491, 38, 497, 39, 512, 88, 574, 39, 631, 37, 648, 38, 671, 37, 692, 38, 704, 37, 715, 38, 722, 37, 736, 90, 751, 37, 764, 39, 802, 38, 815, 37, 824, 38, 831, 37, 844, 38, 863, 37, 884, 40, 894, 37, 900, 88, 911, 39, 932, 90, 954, 37, 985, 88, 996, 39, 1008, 37, 1018, 88, 1027, 39, 1049, 38, 1056, 39, 1082, 38, 1101, 88, 1161, 39, 1185, 38, 1201, 37, 1213, 88, 1224, 37, 1235, 38, 1247, 37, 1257, 38, 1265, 37, 1279, 38, 1307, 39, 1345, 38, 1359, 40, 1373, 37, 1416, 38, 1447, 39, 1458, 38, 1469, 40, 1479, 37, 1493, 38, 1504, 39, 1522, 39, 1528, 38, 1538, 39, 1589, 40, 1631, 37, 1644, 37, 1645, 37, 1646, 37, 1647, 37, 1648, 37, 1649, 37, 1650, 37, 1651, 37, 1652, 37, 1653, 37, 1654, 37, 1655, 37, 1656, 37, 1657, 37, 1658, 37, 1659, 37, 1660, 37, 1661, 37, 1662, 37, 1663, 37, 1664, 37, 1665, 37, 1666, 37, 1667, 37, 1668, 37, 1669, 37, 1670, 37, 1671, 37, 1672, 37, 1692, 40, 1716, 90, 1727, 37, 1750, 38, 1767, 39, 1782, 37, 1790, 88, 1828, 39, 1842, 38, 1853, 37, 1862, 38, 1868, 37, 1896, 38, 1959, 39, 1971, 38, 2015, 37, 2026, 90, 2046, 37, 2051, 40, 2064, 90, 2074, 37, 2085, 40, 2090, 40, 2095, 39, 2099, 90, 2109, 37, 2122, 37, 2123, 37, 2124, 37, 2125, 37, 2126, 37, 2127, 37, 2128, 37, 2129, 37, 2130, 37, 2131, 37, 2132, 37, 2133, 37, 2134, 37, 2135, 37, 2136, 37, 2137, 37, 2138, 37, 2139, 37, 2140, 37, 2142, 37, 2145, 40, 2160, 37, 2169, 88, 2182, 37, 2188, 88, 2243, 39, 2259, 38 ], - goldDrop: [ 17 ], - bornPos: [ 1, 10, 27 ] +{ level: 124, ai: 1, time: 2846, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.43.159", date:"2014-06-25 22:03:45", //id=124 + action: [ 0, 37, 9, 88, 20, 37, 24, 88, 33, 39, 45, 88, 56, 37, 62, 88, 71, 39, 100, 90, 145, 37, 162, 90, 197, 37, 210, 88, 220, 37, 226, 88, 234, 37, 269, 39, 295, 38, 309, 37, 316, 90, 325, 39, 331, 90, 340, 37, 388, 88, 425, 39, 455, 37, 474, 39, 483, 88, 496, 37, 501, 88, 560, 39, 590, 38, 606, 37, 611, 90, 622, 39, 628, 90, 634, 37, 686, 88, 732, 39, 750, 38, 780, 90, 829, 37, 850, 39, 884, 38, 894, 37, 924, 38, 959, 39, 970, 37, 981, 38, 994, 37, 1006, 38, 1041, 37, 1081, 40, 1095, 39, 1116, 88, 1128, 39, 1132, 88, 1143, 39, 1179, 40, 1233, 37, 1247, 38, 1265, 37, 1272, 88, 1318, 39, 1336, 38, 1387, 37, 1393, 38, 1399, 37, 1404, 38, 1409, 39, 1464, 90, 1478, 37, 1522, 90, 1548, 40, 1610, 39, 1622, 38, 1626, 37, 1650, 38, 1695, 37, 1701, 38, 1708, 37, 1711, 38, 1719, 39, 1768, 88, 1782, 39, 1835, 90, 1847, 37, 1869, 39, 1921, 37, 1927, 38, 1952, 39, 1963, 88, 1994, 39, 2006, 38, 2095, 37, 2170, 39, 2176, 40, 2177, 90, 2193, 37, 2239, 40, 2252, 38, 2269, 37, 2291, 40, 2305, 37, 2306, 40, 2310, 37, 2312, 40, 2328, 90, 2374, 37, 2400, 38, 2450, 37, 2457, 38, 2464, 37, 2468, 38, 2476, 39, 2507, 38, 2522, 39, 2593, 38, 2601, 88, 2613, 40, 2617, 88, 2628, 39, 2642, 90, 2654, 39, 2658, 90, 2672, 37, 2685, 88, 2698, 39, 2705, 38, 2748, 39, 2796, 38 ], + goldDrop: [ 34, 18, 18 ], + bornPos: [ 1, 18 ] }, -{ level: 144, ai: 1, time: 2730, state: 1, country: "Taiwan", //id=116 2014-06-10 01:35:08 +{ level: 125, ai: 1, time: 3405, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.43.159", date:"2014-06-25 22:06:03", //id=125 + action: [ 0, 37, 9, 38, 32, 39, 44, 38, 50, 39, 59, 90, 75, 39, 84, 90, 131, 37, 140, 38, 216, 39, 229, 90, 240, 39, 245, 90, 256, 37, 262, 90, 275, 37, 288, 39, 299, 90, 307, 37, 339, 39, 348, 90, 357, 39, 360, 90, 372, 39, 376, 90, 386, 37, 394, 90, 409, 37, 425, 39, 440, 90, 507, 37, 530, 38, 609, 39, 665, 90, 677, 39, 681, 90, 691, 37, 699, 90, 712, 37, 723, 39, 738, 90, 898, 37, 913, 38, 952, 37, 1004, 38, 1077, 37, 1095, 90, 1106, 39, 1111, 90, 1122, 39, 1128, 90, 1139, 39, 1143, 90, 1151, 37, 1171, 90, 1181, 39, 1188, 90, 1199, 37, 1207, 90, 1219, 37, 1229, 39, 1246, 90, 1288, 37, 1307, 39, 1331, 38, 1351, 39, 1364, 38, 1393, 88, 1405, 37, 1407, 88, 1423, 37, 1426, 88, 1507, 39, 1520, 38, 1591, 37, 1636, 38, 1646, 37, 1680, 90, 1692, 37, 1706, 39, 1711, 90, 1723, 37, 1762, 90, 1776, 39, 1781, 90, 1801, 37, 1815, 88, 1827, 39, 1842, 88, 1856, 39, 1896, 88, 1934, 39, 1989, 38, 2060, 37, 2104, 38, 2111, 37, 2129, 40, 2151, 88, 2163, 37, 2167, 88, 2178, 39, 2186, 88, 2200, 39, 2210, 37, 2221, 88, 2232, 39, 2330, 38, 2379, 88, 2391, 37, 2395, 88, 2458, 39, 2473, 38, 2545, 37, 2587, 40, 2616, 90, 2632, 39, 2637, 90, 2658, 40, 2703, 39, 2734, 40, 2780, 37, 2786, 90, 2827, 39, 2830, 88, 2862, 39, 2872, 38, 2949, 37, 2996, 40, 3074, 88, 3088, 39, 3101, 90, 3113, 37, 3127, 90, 3146, 37, 3154, 39, 3166, 90, 3257, 37, 3273, 39, 3328, 38 ], + goldDrop: [], + bornPos: [ 1, 5, 14 ] +}, +{ level: 126, ai: 1, time: 6954, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.43.159", date:"2014-06-25 22:10:47", //id=126 + action: [ 0, 37, 30, 39, 53, 37, 65, 40, 171, 90, 223, 37, 235, 38, 329, 39, 350, 38, 411, 40, 463, 37, 470, 38, 485, 90, 496, 39, 500, 90, 512, 39, 516, 90, 528, 39, 531, 90, 543, 39, 547, 90, 557, 39, 561, 90, 579, 39, 580, 90, 783, 37, 820, 38, 897, 37, 918, 90, 928, 39, 934, 90, 944, 39, 949, 90, 959, 39, 965, 90, 974, 39, 980, 90, 988, 37, 1031, 39, 1047, 38, 1096, 88, 1164, 39, 1183, 90, 1220, 37, 1229, 38, 1300, 40, 1309, 37, 1340, 38, 1349, 37, 1359, 90, 1369, 39, 1374, 90, 1385, 39, 1389, 90, 1397, 37, 1415, 90, 1425, 39, 1431, 90, 1441, 39, 1446, 90, 1456, 37, 1474, 90, 1485, 39, 1492, 90, 1504, 39, 1508, 90, 1518, 37, 1547, 39, 1562, 90, 1573, 39, 1579, 90, 1589, 37, 1601, 90, 1613, 39, 1620, 90, 1630, 37, 1653, 88, 1677, 39, 1690, 90, 1732, 38, 1776, 37, 1787, 38, 1862, 37, 1870, 38, 1889, 37, 1894, 88, 1946, 37, 1972, 88, 1983, 37, 1988, 88, 1998, 37, 2003, 88, 2026, 37, 2030, 88, 2039, 39, 2052, 88, 2063, 37, 2068, 88, 2091, 39, 2095, 88, 2106, 37, 2110, 88, 2139, 40, 2143, 88, 2155, 40, 2160, 88, 2169, 39, 2196, 37, 2278, 38, 2289, 39, 2304, 37, 2320, 38, 2330, 39, 2344, 37, 2357, 39, 2371, 37, 2386, 38, 2398, 39, 2414, 37, 2429, 38, 2441, 39, 2456, 37, 2469, 38, 2481, 39, 2497, 37, 2512, 38, 2524, 39, 2540, 37, 2554, 38, 2565, 39, 2650, 40, 2692, 37, 2696, 88, 2709, 37, 2713, 88, 2726, 37, 2730, 88, 2740, 37, 2746, 88, 2758, 40, 2853, 38, 2882, 40, 2895, 38, 2913, 40, 2924, 38, 2934, 40, 2940, 38, 2952, 39, 2962, 38, 2971, 90, 3036, 37, 3047, 40, 3080, 39, 3093, 88, 3133, 39, 3145, 38, 3228, 39, 3277, 88, 3355, 39, 3368, 90, 3389, 39, 3401, 40, 3476, 37, 3503, 38, 3530, 39, 3580, 37, 3587, 40, 3645, 37, 3655, 90, 3698, 37, 3709, 38, 3789, 39, 3894, 38, 3970, 37, 3979, 40, 4033, 39, 4059, 38, 4133, 37, 4157, 40, 4172, 39, 4190, 38, 4191, 37, 4210, 40, 4233, 37, 4251, 40, 4257, 39, 4310, 37, 4321, 90, 4371, 37, 4384, 88, 4394, 37, 4400, 88, 4410, 37, 4416, 88, 4425, 37, 4439, 38, 4515, 37, 4522, 90, 4531, 39, 4537, 90, 4546, 37, 4556, 90, 4566, 39, 4573, 90, 4583, 37, 4593, 90, 4604, 39, 4611, 90, 4623, 37, 4631, 90, 4643, 39, 4648, 90, 4658, 37, 4668, 90, 4679, 39, 4685, 90, 4695, 37, 4712, 90, 4723, 39, 4729, 90, 4738, 39, 4744, 90, 4753, 37, 4770, 90, 4779, 39, 4786, 90, 4795, 39, 4801, 90, 4811, 37, 4841, 39, 4846, 90, 4858, 39, 4862, 90, 4873, 39, 4879, 90, 4888, 39, 4894, 90, 4903, 37, 4926, 90, 4937, 39, 4942, 90, 4954, 39, 4959, 90, 4971, 39, 4975, 90, 4986, 37, 5018, 39, 5022, 90, 5035, 39, 5039, 90, 5051, 39, 5056, 90, 5067, 39, 5071, 90, 5081, 39, 5087, 90, 5096, 37, 5124, 90, 5135, 39, 5140, 90, 5153, 39, 5157, 90, 5168, 39, 5173, 90, 5183, 39, 5189, 90, 5198, 37, 5238, 39, 5253, 90, 5265, 39, 5269, 90, 5280, 39, 5285, 90, 5296, 39, 5301, 90, 5312, 37, 5332, 90, 5344, 39, 5348, 90, 5360, 39, 5364, 90, 5376, 39, 5381, 90, 5391, 37, 5426, 39, 5439, 90, 5450, 39, 5455, 90, 5466, 39, 5471, 90, 5482, 37, 5500, 90, 5511, 39, 5514, 90, 5527, 39, 5530, 90, 5542, 39, 5547, 90, 5557, 37, 5585, 39, 5606, 38, 5850, 40, 5862, 38, 5924, 90, 5969, 37, 6027, 88, 6038, 37, 6043, 88, 6052, 39, 6064, 88, 6074, 37, 6081, 88, 6091, 39, 6104, 88, 6114, 37, 6121, 88, 6130, 39, 6155, 37, 6168, 88, 6178, 40, 6185, 88, 6195, 39, 6207, 88, 6218, 37, 6224, 88, 6233, 39, 6245, 88, 6256, 37, 6261, 88, 6272, 39, 6295, 37, 6300, 88, 6311, 37, 6315, 88, 6325, 37, 6331, 88, 6340, 39, 6359, 88, 6369, 37, 6375, 88, 6388, 37, 6391, 88, 6401, 39, 6431, 37, 6435, 88, 6447, 37, 6451, 88, 6464, 37, 6467, 88, 6479, 37, 6484, 88, 6492, 39, 6516, 88, 6526, 37, 6532, 88, 6543, 37, 6548, 88, 6559, 37, 6564, 88, 6573, 39, 6608, 37, 6622, 88, 6633, 37, 6638, 88, 6649, 37, 6654, 88, 6663, 39, 6681, 88, 6691, 37, 6697, 88, 6708, 37, 6713, 88, 6723, 39, 6753, 37, 6766, 88, 6776, 37, 6782, 88, 6790, 39, 6804, 88, 6815, 37, 6820, 88, 6832, 39, 6855, 37, 6871, 38 ], + goldDrop: [ 37, 33 ], + bornPos: [ 1, 22, 26, 21, 4 ] +}, +{ level: 127, ai: 1, time: 3545, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.43.159", date:"2014-06-25 22:17:15", //id=127 + action: [ 0, 39, 26, 38, 37, 88, 47, 40, 53, 88, 63, 39, 96, 38, 112, 88, 121, 40, 127, 88, 138, 40, 144, 88, 153, 39, 178, 37, 242, 38, 264, 39, 282, 38, 293, 39, 304, 38, 381, 37, 421, 40, 433, 39, 476, 38, 486, 39, 499, 38, 509, 39, 569, 40, 602, 39, 663, 38, 674, 37, 685, 88, 696, 37, 731, 38, 754, 37, 761, 40, 781, 39, 799, 38, 839, 37, 851, 38, 864, 39, 885, 40, 912, 88, 958, 39, 980, 38, 1007, 37, 1055, 38, 1062, 37, 1082, 90, 1094, 39, 1098, 90, 1111, 37, 1119, 90, 1132, 37, 1154, 40, 1159, 37, 1184, 39, 1214, 40, 1240, 39, 1289, 40, 1316, 39, 1383, 38, 1397, 37, 1428, 38, 1461, 37, 1492, 38, 1514, 39, 1522, 37, 1528, 40, 1538, 39, 1566, 38, 1576, 39, 1597, 40, 1636, 88, 1691, 39, 1712, 38, 1741, 37, 1749, 38, 1761, 39, 1763, 90, 1821, 37, 1829, 40, 1885, 88, 1937, 39, 1948, 38, 1990, 37, 2016, 90, 2042, 37, 2048, 40, 2056, 39, 2074, 40, 2124, 88, 2193, 39, 2214, 38, 2240, 37, 2278, 39, 2301, 38, 2316, 37, 2320, 90, 2358, 37, 2366, 40, 2372, 39, 2386, 40, 2397, 39, 2404, 88, 2415, 39, 2421, 40, 2430, 39, 2438, 40, 2447, 37, 2483, 38, 2507, 39, 2512, 40, 2588, 38, 2611, 37, 2621, 38, 2631, 37, 2641, 38, 2654, 39, 2676, 38, 2686, 40, 2715, 39, 2719, 88, 2761, 39, 2777, 38, 2809, 37, 2853, 38, 2861, 37, 2930, 90, 2939, 39, 2945, 90, 2955, 39, 2960, 90, 2969, 37, 2987, 90, 2998, 37, 3018, 39, 3023, 90, 3065, 37, 3073, 38, 3100, 39, 3183, 40, 3230, 39, 3293, 38, 3306, 37, 3341, 38, 3357, 39, 3362, 38, 3377, 37, 3385, 38, 3397, 39, 3420, 40, 3433, 39, 3439, 37, 3443, 88, 3490, 39, 3506, 38 ], + goldDrop: [], + bornPos: [] +}, +{ level: 128, ai: 1, time: 3354, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.46.192", date:"2014-07-02 19:07:00", //id=128 + action: [ 0, 39, 12, 37, 20, 88, 47, 37, 58, 39, 140, 38, 219, 37, 247, 90, 267, 37, 302, 39, 318, 90, 352, 37, 389, 88, 405, 39, 432, 88, 477, 39, 482, 90, 496, 37, 514, 88, 550, 39, 622, 38, 701, 37, 725, 39, 737, 90, 751, 37, 779, 90, 796, 39, 802, 90, 816, 37, 877, 90, 895, 37, 911, 39, 944, 37, 962, 39, 986, 37, 992, 88, 1101, 39, 1111, 38, 1188, 37, 1253, 90, 1270, 37, 1285, 39, 1303, 37, 1357, 88, 1397, 39, 1401, 90, 1416, 37, 1440, 88, 1459, 39, 1486, 88, 1493, 37, 1503, 88, 1532, 39, 1550, 90, 1563, 37, 1632, 38, 1637, 90, 1707, 38, 1745, 40, 1755, 39, 1856, 88, 1921, 39, 1963, 88, 2035, 39, 2062, 38, 2138, 37, 2218, 90, 2234, 37, 2255, 39, 2289, 37, 2306, 90, 2320, 37, 2344, 39, 2373, 90, 2388, 37, 2399, 88, 2461, 39, 2496, 88, 2520, 90, 2558, 39, 2747, 38, 2824, 37, 2930, 90, 2944, 37, 2988, 39, 3001, 90, 3013, 37, 3045, 88, 3058, 39, 3187, 88, 3264, 39, 3277, 38 ], + goldDrop: [ 32 ], + bornPos: [ 1, 26, 1, 26, 1, 26, 1 ] +}, +{ level: 129, ai: 1, time: 4644, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.43.159", date:"2014-06-25 22:22:59", //id=129 + action: [ 0, 39, 15, 88, 79, 39, 88, 38, 132, 39, 165, 90, 191, 39, 236, 37, 294, 90, 303, 39, 311, 90, 343, 37, 353, 90, 361, 39, 383, 90, 395, 39, 400, 90, 411, 39, 416, 90, 428, 39, 432, 90, 444, 39, 448, 90, 459, 39, 464, 90, 660, 37, 677, 90, 721, 37, 758, 39, 769, 40, 779, 37, 784, 88, 824, 37, 840, 38, 913, 39, 924, 88, 935, 37, 939, 88, 948, 39, 967, 90, 979, 39, 983, 90, 1011, 37, 1036, 90, 1050, 39, 1074, 37, 1108, 39, 1141, 38, 1185, 37, 1187, 90, 1201, 37, 1227, 39, 1232, 90, 1247, 37, 1273, 39, 1279, 38, 1323, 88, 1335, 39, 1360, 37, 1364, 88, 1378, 39, 1423, 37, 1474, 90, 1484, 39, 1489, 90, 1500, 39, 1504, 90, 1515, 39, 1520, 90, 1531, 39, 1536, 90, 1548, 39, 1551, 90, 1563, 39, 1567, 90, 1578, 39, 1583, 90, 1593, 39, 1598, 90, 1797, 37, 1846, 38, 1862, 39, 1875, 37, 1901, 39, 1912, 40, 1926, 39, 1938, 40, 1954, 39, 1956, 90, 1972, 39, 1975, 90, 2044, 37, 2059, 38, 2102, 39, 2107, 88, 2117, 37, 2122, 88, 2131, 39, 2147, 90, 2159, 39, 2164, 90, 2196, 37, 2236, 38, 2291, 37, 2296, 90, 2305, 39, 2311, 90, 2320, 37, 2331, 90, 2341, 37, 2371, 88, 2418, 39, 2423, 90, 2436, 39, 2443, 38, 2470, 39, 2483, 38, 2496, 39, 2498, 90, 2593, 39, 2640, 40, 2672, 37, 2698, 40, 2710, 39, 2717, 38, 2722, 39, 2732, 40, 2746, 90, 2788, 37, 2803, 38, 2877, 37, 2944, 38, 2966, 90, 2977, 37, 3003, 39, 3007, 90, 3032, 37, 3074, 39, 3121, 40, 3147, 88, 3161, 37, 3165, 88, 3236, 39, 3255, 90, 3265, 39, 3273, 90, 3280, 38, 3329, 37, 3336, 90, 3346, 39, 3351, 90, 3360, 37, 3369, 90, 3381, 37, 3406, 39, 3420, 38, 3475, 37, 3541, 38, 3563, 88, 3573, 39, 3599, 37, 3605, 88, 3616, 39, 3694, 88, 3712, 37, 3713, 88, 3726, 37, 3735, 39, 3745, 37, 3752, 88, 3775, 37, 3779, 88, 3788, 37, 3795, 88, 3805, 37, 3811, 88, 3822, 37, 3828, 88, 3839, 37, 3845, 88, 3854, 37, 3860, 88, 4086, 39, 4146, 38, 4198, 40, 4214, 38, 4225, 39, 4291, 38, 4314, 39, 4321, 88, 4333, 37, 4338, 88, 4360, 40, 4409, 88, 4420, 37, 4443, 90, 4453, 39, 4460, 90, 4474, 39, 4484, 38, 4495, 39, 4508, 37, 4567, 38 ], + goldDrop: [ 25, 34 ], + bornPos: [ 1, 20, 16, 9, 0, 12, 15, 10, 22, 1, 17 ] +}, +{ level: 130, ai: 1, time: 2928, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.43.159", date:"2014-06-25 22:50:45", //id=130 + action: [ 0, 37, 4, 88, 15, 39, 36, 37, 53, 40, 63, 39, 73, 88, 84, 37, 89, 88, 99, 37, 106, 88, 115, 39, 133, 88, 143, 37, 150, 88, 159, 39, 170, 88, 180, 39, 192, 90, 205, 37, 225, 38, 244, 37, 249, 38, 290, 88, 304, 38, 308, 88, 317, 39, 338, 38, 362, 37, 375, 39, 391, 88, 401, 39, 419, 37, 434, 39, 483, 40, 493, 39, 557, 38, 574, 40, 582, 90, 591, 40, 616, 37, 623, 88, 633, 37, 637, 88, 665, 39, 676, 38, 698, 37, 710, 38, 715, 37, 725, 39, 735, 38, 779, 37, 805, 40, 814, 37, 831, 40, 838, 37, 850, 38, 866, 37, 873, 39, 879, 40, 897, 90, 947, 38, 1037, 37, 1055, 88, 1088, 37, 1093, 88, 1104, 37, 1109, 88, 1119, 37, 1124, 88, 1185, 39, 1228, 90, 1240, 37, 1253, 39, 1270, 37, 1291, 40, 1303, 39, 1318, 88, 1328, 37, 1333, 88, 1344, 37, 1349, 88, 1359, 37, 1366, 88, 1399, 39, 1419, 88, 1429, 37, 1435, 88, 1445, 37, 1452, 88, 1463, 39, 1481, 88, 1491, 37, 1493, 88, 1504, 37, 1512, 88, 1525, 39, 1539, 90, 1550, 37, 1578, 39, 1605, 38, 1623, 39, 1657, 88, 1703, 39, 1716, 90, 1724, 39, 1732, 90, 1739, 38, 1767, 39, 1778, 88, 1788, 37, 1794, 88, 1805, 37, 1811, 88, 1819, 39, 1838, 88, 1847, 37, 1855, 88, 1868, 39, 1888, 90, 1898, 37, 1917, 38, 1938, 90, 1977, 37, 1988, 38, 2012, 37, 2022, 38, 2028, 37, 2033, 90, 2044, 39, 2049, 90, 2060, 38, 2105, 37, 2167, 39, 2220, 40, 2242, 39, 2248, 38, 2258, 39, 2280, 37, 2299, 38, 2305, 37, 2313, 90, 2324, 39, 2329, 90, 2340, 39, 2344, 90, 2356, 37, 2369, 90, 2379, 39, 2384, 90, 2396, 39, 2401, 90, 2415, 37, 2420, 90, 2433, 37, 2453, 39, 2477, 38, 2501, 37, 2511, 38, 2518, 39, 2553, 38, 2567, 37, 2586, 38, 2599, 39, 2618, 38, 2630, 37, 2648, 38, 2661, 39, 2678, 38, 2695, 39, 2706, 37, 2723, 40, 2737, 39, 2755, 38, 2765, 37, 2884, 38, 2892, 37, 2917, 38 ], + goldDrop: [ 26, 24, 16 ], + bornPos: [ 1, 2, 1 ] +}, +{ level: 131, ai: 1, time: 3611, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.43.159", date:"2014-06-25 22:55:35", //id=131 + action: [ 0, 39, 12, 88, 27, 37, 30, 88, 41, 37, 47, 88, 57, 37, 65, 88, 282, 39, 308, 88, 318, 39, 373, 90, 410, 39, 418, 40, 433, 39, 457, 38, 468, 37, 478, 38, 489, 39, 496, 40, 505, 37, 510, 38, 522, 39, 532, 38, 543, 37, 553, 38, 598, 37, 608, 40, 644, 37, 665, 39, 670, 38, 683, 39, 705, 38, 747, 40, 757, 39, 762, 38, 768, 37, 815, 38, 870, 37, 886, 40, 910, 37, 928, 90, 939, 39, 944, 90, 955, 39, 960, 90, 970, 39, 976, 90, 987, 39, 992, 90, 1011, 37, 1037, 90, 1047, 39, 1054, 90, 1066, 37, 1080, 88, 1089, 39, 1107, 90, 1116, 37, 1153, 40, 1185, 38, 1244, 37, 1254, 38, 1262, 37, 1280, 39, 1284, 38, 1297, 37, 1309, 40, 1316, 39, 1325, 38, 1337, 39, 1341, 38, 1357, 39, 1619, 40, 1640, 39, 1649, 38, 1664, 37, 1671, 39, 1684, 37, 1692, 38, 1704, 37, 1713, 39, 1717, 90, 1728, 37, 1769, 40, 1821, 37, 1833, 40, 1838, 37, 1865, 38, 1877, 37, 1880, 38, 1886, 39, 1897, 38, 1909, 37, 1915, 40, 1930, 39, 2006, 88, 2040, 38, 2096, 39, 2106, 38, 2118, 37, 2145, 40, 2166, 37, 2176, 38, 2204, 39, 2214, 37, 2221, 40, 2235, 38, 2248, 40, 2286, 39, 2300, 88, 2315, 39, 2339, 37, 2359, 38, 2368, 39, 2372, 88, 2385, 37, 2389, 88, 2401, 37, 2404, 88, 2419, 90, 2474, 37, 2495, 38, 2568, 39, 2597, 40, 2605, 39, 2618, 38, 2720, 40, 2730, 39, 2757, 40, 2769, 88, 2778, 40, 2785, 88, 2797, 39, 2811, 90, 2823, 39, 2827, 90, 2840, 39, 2844, 90, 3071, 39, 3094, 37, 3133, 38, 3178, 88, 3190, 40, 3194, 88, 3204, 39, 3223, 88, 3233, 37, 3240, 88, 3250, 37, 3259, 88, 3269, 37, 3275, 88, 3284, 39, 3295, 88, 3305, 37, 3313, 88, 3321, 39, 3334, 88, 3344, 37, 3351, 88, 3359, 39, 3386, 37, 3401, 38, 3440, 39, 3452, 38, 3463, 39, 3474, 40, 3483, 37, 3494, 38, 3503, 37, 3507, 38, 3519, 37, 3545, 40, 3567, 37, 3578, 38 ], + goldDrop: [], + bornPos: [ 1, 5 ] +}, +{ level: 132, ai: 1, time: 2418, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.43.159", date:"2014-06-25 23:01:13", //id=132 + action: [ 0, 39, 30, 88, 74, 39, 85, 38, 107, 37, 151, 39, 180, 37, 188, 88, 243, 39, 252, 38, 270, 37, 294, 90, 306, 39, 310, 90, 328, 88, 348, 37, 368, 38, 385, 37, 413, 39, 418, 90, 429, 37, 451, 39, 463, 37, 480, 88, 491, 39, 534, 37, 574, 39, 583, 37, 595, 39, 602, 38, 621, 39, 630, 38, 643, 90, 666, 39, 710, 38, 744, 39, 774, 37, 798, 38, 816, 39, 876, 40, 898, 37, 942, 38, 958, 37, 975, 90, 985, 39, 990, 90, 1042, 37, 1071, 38, 1105, 39, 1147, 40, 1159, 37, 1182, 40, 1221, 37, 1237, 90, 1278, 37, 1298, 38, 1333, 39, 1384, 40, 1398, 37, 1440, 38, 1458, 37, 1483, 90, 1530, 37, 1545, 38, 1579, 37, 1616, 40, 1630, 37, 1646, 39, 1700, 37, 1708, 88, 1757, 39, 1768, 38, 1818, 37, 1864, 40, 1881, 37, 1886, 88, 1895, 39, 1943, 38, 1956, 37, 1960, 38, 1978, 39, 2001, 88, 2018, 39, 2032, 88, 2091, 39, 2100, 38, 2150, 37, 2169, 38, 2242, 40, 2262, 88, 2317, 39, 2336, 38, 2351, 37, 2412, 38 ], + goldDrop: [ 18, 17 ], + bornPos: [ 1, 1, 1 ] +}, +{ level: 133, ai: 1, time: 3543, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.43.159", date:"2014-06-25 23:03:54", //id=133 + action: [ 0, 39, 25, 38, 89, 37, 108, 38, 113, 37, 128, 38, 140, 39, 161, 38, 170, 40, 185, 37, 196, 38, 201, 37, 215, 38, 228, 39, 265, 38, 277, 37, 284, 40, 295, 37, 316, 38, 323, 37, 335, 38, 347, 37, 350, 38, 367, 39, 407, 38, 421, 40, 444, 39, 509, 37, 543, 90, 620, 39, 625, 90, 637, 39, 641, 90, 653, 39, 657, 90, 669, 39, 673, 90, 686, 39, 690, 90, 702, 39, 707, 90, 720, 39, 724, 90, 949, 37, 994, 38, 1057, 37, 1069, 38, 1075, 37, 1081, 90, 1092, 39, 1096, 90, 1114, 37, 1120, 90, 1133, 39, 1137, 90, 1154, 39, 1157, 90, 1170, 37, 1178, 90, 1192, 37, 1245, 39, 1262, 37, 1274, 90, 1284, 39, 1289, 90, 1300, 39, 1323, 38, 1337, 39, 1341, 38, 1400, 37, 1411, 38, 1416, 37, 1431, 38, 1441, 37, 1451, 38, 1521, 39, 1551, 37, 1573, 38, 1585, 39, 1792, 40, 1861, 37, 1915, 38, 1977, 37, 1990, 38, 1995, 37, 2011, 38, 2023, 39, 2078, 40, 2151, 37, 2185, 38, 2246, 37, 2258, 38, 2265, 37, 2276, 38, 2297, 37, 2301, 38, 2311, 37, 2356, 38, 2391, 40, 2402, 39, 2443, 37, 2466, 39, 2509, 90, 2521, 39, 2525, 90, 2537, 39, 2542, 90, 2553, 39, 2558, 90, 2569, 39, 2574, 90, 2585, 39, 2591, 90, 2600, 39, 2606, 90, 2615, 39, 2622, 90, 2707, 38, 2769, 37, 2780, 38, 2787, 37, 2799, 38, 2814, 37, 2817, 38, 2827, 37, 2854, 40, 2866, 39, 2877, 38, 2884, 39, 2994, 38, 3055, 37, 3066, 38, 3073, 37, 3089, 38, 3103, 37, 3163, 38, 3215, 40, 3237, 37, 3258, 39, 3380, 88, 3420, 39, 3435, 38, 3498, 37, 3510, 38, 3517, 37, 3532, 38 ], + goldDrop: [ 39, 36, 25, 19, 24 ], + bornPos: [ 1, 3, 6, 0, 10, 5, 22 ] +}, +{ level: 134, ai: 1, time: 1721, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.43.159", date:"2014-06-25 23:15:07", //id=134 + action: [ 0, 39, 5, 38, 42, 90, 91, 37, 106, 88, 118, 37, 123, 38, 129, 90, 152, 37, 167, 88, 178, 38, 188, 90, 227, 37, 241, 88, 251, 38, 261, 37, 270, 88, 279, 37, 287, 88, 295, 38, 306, 37, 323, 38, 331, 37, 348, 38, 360, 90, 400, 37, 405, 90, 416, 37, 443, 88, 458, 39, 480, 88, 491, 39, 511, 88, 523, 39, 543, 88, 554, 40, 559, 39, 565, 40, 570, 39, 585, 37, 589, 88, 599, 39, 647, 88, 707, 39, 720, 38, 759, 90, 832, 37, 848, 88, 858, 37, 865, 88, 875, 38, 883, 37, 901, 38, 907, 37, 927, 38, 933, 37, 950, 38, 958, 37, 973, 38, 979, 37, 995, 38, 1000, 37, 1015, 38, 1021, 37, 1036, 38, 1043, 37, 1054, 39, 1059, 90, 1070, 37, 1079, 40, 1145, 39, 1229, 38, 1245, 39, 1256, 88, 1266, 37, 1272, 88, 1282, 37, 1287, 88, 1297, 39, 1348, 88, 1360, 37, 1364, 88, 1423, 39, 1450, 38, 1486, 37, 1506, 38, 1513, 37, 1529, 38, 1535, 37, 1552, 38, 1558, 37, 1576, 38, 1585, 37, 1601, 38, 1608, 37, 1613, 90, 1653, 37, 1665, 38, 1670, 37, 1685, 38, 1691, 37, 1715, 38, 1719, 37 ], + goldDrop: [], + bornPos: [ 1, 5, 3, 4 ] +}, +{ level: 135, ai: 2, time: 2067, state: 1, godMode: 0, location: "Russian Federation", ip:"95.191.63.58", date:"2014-12-20 21:04:37", //id=135 + action: [ 0, 37, 4, 40, 18, 37, 23, 38, 29, 37, 54, 38, 61, 39, 65, 38, 96, 39, 105, 38, 128, 39, 149, 88, 157, 40, 165, 88, 174, 40, 186, 38, 194, 39, 219, 37, 225, 40, 230, 37, 237, 38, 245, 37, 249, 38, 273, 90, 279, 40, 288, 90, 295, 40, 303, 90, 310, 37, 329, 39, 339, 40, 350, 37, 362, 40, 370, 90, 375, 37, 389, 39, 411, 38, 435, 39, 440, 38, 476, 39, 486, 88, 504, 37, 507, 88, 523, 37, 526, 39, 557, 40, 574, 39, 582, 40, 587, 90, 600, 37, 615, 39, 631, 40, 638, 39, 649, 40, 664, 37, 670, 90, 681, 88, 712, 39, 737, 38, 769, 37, 788, 39, 804, 40, 813, 37, 819, 39, 831, 38, 843, 39, 863, 40, 874, 37, 882, 39, 891, 38, 910, 40, 915, 39, 937, 38, 950, 37, 960, 39, 970, 40, 987, 37, 996, 38, 1006, 40, 1025, 39, 1032, 40, 1041, 37, 1062, 39, 1066, 38, 1081, 90, 1084, 37, 1131, 38, 1135, 39, 1145, 38, 1283, 37, 1292, 38, 1304, 39, 1307, 38, 1318, 39, 1323, 38, 1334, 37, 1343, 40, 1352, 37, 1354, 90, 1359, 37, 1381, 40, 1388, 37, 1396, 40, 1416, 37, 1422, 40, 1433, 39, 1439, 40, 1454, 37, 1460, 39, 1465, 38, 1486, 37, 1510, 90, 1521, 39, 1527, 90, 1554, 38, 1622, 37, 1653, 40, 1679, 37, 1688, 40, 1694, 88, 1703, 40, 1709, 88, 1718, 40, 1725, 88, 1733, 40, 1740, 88, 1748, 39, 1782, 37, 1838, 38, 1844, 37, 1870, 38, 1906, 39, 1922, 38, 1947, 37, 1954, 90, 1958, 37, 1972, 40, 1993, 39, 2003, 38, 2029, 39, 2046, 38, 2055, 39, 2057, 38 ], + goldDrop: [ 34 ], + bornPos: [ 1, 25, 26 ] +}, +{ level: 136, ai: 1, time: 4741, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.43.159", date:"2014-06-26 00:17:21", //id=136 + action: [ 0, 37, 54, 38, 66, 37, 80, 38, 87, 37, 101, 38, 105, 37, 113, 88, 123, 37, 130, 88, 139, 38, 147, 37, 155, 88, 167, 37, 173, 88, 183, 37, 190, 88, 200, 38, 210, 37, 220, 88, 229, 37, 250, 38, 257, 37, 289, 38, 297, 37, 318, 39, 339, 90, 350, 39, 365, 90, 377, 39, 382, 90, 589, 39, 595, 90, 607, 39, 610, 90, 622, 39, 626, 90, 639, 39, 679, 37, 686, 88, 696, 38, 703, 37, 711, 88, 722, 37, 727, 88, 851, 37, 861, 38, 867, 37, 898, 38, 906, 90, 917, 39, 931, 90, 943, 39, 947, 90, 975, 39, 1036, 37, 1051, 38, 1061, 37, 1087, 38, 1099, 37, 1105, 38, 1179, 37, 1204, 39, 1213, 90, 1226, 39, 1230, 90, 1241, 39, 1246, 90, 1257, 39, 1328, 88, 1338, 37, 1347, 88, 1354, 38, 1361, 37, 1375, 38, 1380, 37, 1389, 88, 1399, 37, 1405, 88, 1414, 37, 1424, 38, 1433, 37, 1459, 38, 1468, 37, 1500, 38, 1510, 37, 1515, 90, 1527, 39, 1532, 90, 1553, 39, 1566, 90, 1580, 39, 1583, 90, 1595, 39, 1600, 90, 1623, 39, 1638, 37, 1645, 39, 1652, 37, 1784, 38, 1824, 37, 1843, 90, 1852, 39, 1858, 90, 1869, 39, 1875, 90, 1885, 39, 1891, 90, 1902, 39, 1907, 90, 1944, 39, 1956, 40, 1977, 37, 1985, 38, 1994, 39, 2003, 40, 2082, 39, 2087, 40, 2116, 39, 2121, 90, 2134, 39, 2138, 90, 2149, 39, 2154, 90, 2165, 39, 2180, 90, 2288, 39, 2293, 40, 2341, 39, 2347, 90, 2389, 37, 2410, 38, 2416, 37, 2433, 39, 2439, 90, 2454, 88, 2503, 37, 2508, 88, 2518, 37, 2529, 88, 2539, 38, 2551, 37, 2559, 88, 2569, 37, 2575, 88, 2584, 37, 2590, 88, 2601, 37, 2606, 88, 2818, 37, 2825, 88, 2858, 39, 2870, 90, 2879, 39, 2882, 90, 2891, 39, 2897, 90, 2907, 39, 2912, 90, 2923, 39, 2928, 90, 2937, 39, 2953, 90, 3117, 39, 3128, 90, 3141, 39, 3144, 90, 3162, 39, 3180, 37, 3187, 39, 3193, 37, 3197, 90, 3208, 39, 3212, 90, 3223, 39, 3227, 90, 3452, 37, 3474, 38, 3482, 37, 3507, 38, 3512, 90, 3522, 39, 3538, 90, 3549, 39, 3554, 90, 3564, 39, 3570, 90, 3580, 39, 3586, 90, 3594, 39, 3610, 90, 3621, 39, 3626, 90, 3636, 39, 3643, 90, 3659, 39, 3673, 90, 3881, 37, 3893, 38, 3900, 37, 3923, 38, 3930, 37, 3954, 38, 3963, 37, 3971, 90, 3980, 39, 3988, 90, 4000, 39, 4005, 90, 4016, 39, 4032, 90, 4044, 39, 4049, 90, 4062, 39, 4067, 90, 4103, 39, 4110, 40, 4150, 39, 4159, 40, 4196, 39, 4202, 40, 4247, 39, 4265, 37, 4296, 39, 4304, 90, 4310, 39, 4319, 90, 4378, 37, 4394, 38, 4400, 37, 4419, 38, 4425, 37, 4436, 90, 4447, 88, 4482, 37, 4498, 38, 4505, 37, 4535, 38, 4552, 37, 4557, 38, 4569, 39, 4594, 88, 4640, 39, 4651, 38, 4657, 39, 4695, 38, 4699, 39, 4735, 38 ], + goldDrop: [ 38, 14, 34, 29, 30, 27, 23, 38, 20, 39, 39, 34, 38, 25, 38, 35, 35, 38, 31, 36, 17, 23, 14, 15, 19, 17, 30, 36, 18, 37, 19, 18, 17, 22, 19, 29, 15, 36, 28, 20, 16, 21, 17 ], + bornPos: [ 1, 27, 12, 0, 10, 21, 20, 25, 14, 22, 13, 17, 1, 24, 19, 26, 6, 15, 9, 23, 8, 2, 11, 4, 7, 3, 16 ] +}, +{ level: 137, ai: 1, time: 5066, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.43.159", date:"2014-06-25 23:42:20", //id=137 + action: [ 0, 39, 38, 38, 54, 37, 67, 39, 69, 88, 98, 39, 118, 88, 128, 39, 143, 37, 175, 88, 190, 37, 203, 90, 213, 39, 218, 90, 230, 39, 249, 38, 278, 39, 286, 37, 293, 38, 305, 37, 313, 38, 330, 88, 395, 37, 405, 39, 413, 90, 445, 37, 482, 90, 493, 39, 499, 90, 570, 37, 594, 38, 641, 39, 648, 37, 662, 90, 674, 37, 687, 90, 699, 37, 711, 90, 723, 37, 733, 90, 757, 37, 769, 39, 792, 88, 802, 37, 808, 88, 817, 37, 824, 88, 833, 37, 839, 88, 848, 37, 855, 88, 864, 37, 870, 88, 878, 37, 884, 88, 894, 37, 897, 88, 907, 37, 913, 88, 922, 37, 931, 88, 941, 37, 945, 88, 955, 37, 958, 88, 969, 38, 986, 39, 998, 37, 1009, 38, 1020, 39, 1026, 37, 1038, 90, 1048, 37, 1059, 40, 1064, 39, 1074, 40, 1091, 37, 1102, 39, 1112, 38, 1126, 37, 1135, 90, 1184, 39, 1249, 88, 1259, 37, 1265, 88, 1275, 37, 1280, 88, 1291, 37, 1295, 88, 1305, 37, 1310, 88, 1321, 37, 1326, 88, 1337, 37, 1341, 88, 1352, 37, 1357, 88, 1367, 37, 1373, 88, 1381, 38, 1399, 37, 1411, 90, 1422, 37, 1438, 39, 1453, 40, 1467, 39, 1472, 38, 1487, 39, 1496, 88, 1593, 39, 1637, 88, 1648, 37, 1653, 88, 1664, 37, 1668, 88, 1679, 37, 1683, 88, 1694, 37, 1698, 88, 1709, 37, 1713, 88, 1723, 37, 1728, 88, 1737, 37, 1743, 88, 1752, 37, 1757, 88, 1770, 37, 1772, 88, 1997, 39, 2052, 38, 2067, 39, 2089, 90, 2110, 88, 2131, 39, 2144, 37, 2166, 90, 2176, 39, 2182, 90, 2193, 39, 2198, 90, 2208, 39, 2213, 90, 2223, 39, 2229, 90, 2241, 39, 2245, 90, 2256, 39, 2261, 90, 2271, 39, 2276, 90, 2285, 39, 2292, 90, 2341, 38, 2352, 39, 2365, 40, 2432, 38, 2446, 39, 2449, 40, 2464, 37, 2468, 40, 2517, 37, 2563, 39, 2568, 90, 2580, 39, 2584, 90, 2596, 39, 2600, 90, 2610, 39, 2615, 90, 2624, 39, 2630, 90, 2640, 39, 2645, 90, 2696, 39, 2713, 40, 2735, 37, 2739, 40, 2774, 39, 2779, 38, 2799, 37, 2804, 38, 2817, 40, 2875, 37, 2878, 90, 2887, 39, 2894, 90, 2932, 37, 2952, 88, 2961, 37, 2981, 90, 3017, 37, 3031, 38, 3059, 39, 3073, 37, 3083, 39, 3096, 37, 3104, 90, 3132, 37, 3142, 38, 3153, 39, 3165, 37, 3168, 90, 3208, 37, 3218, 38, 3254, 39, 3269, 37, 3275, 90, 3287, 39, 3291, 90, 3313, 39, 3317, 90, 3328, 39, 3333, 90, 3344, 39, 3350, 90, 3360, 39, 3365, 90, 3376, 39, 3380, 90, 3389, 39, 3394, 90, 3434, 39, 3462, 37, 3482, 38, 3515, 39, 3523, 40, 3560, 90, 3577, 39, 3581, 90, 3622, 39, 3626, 90, 3649, 37, 3776, 40, 3816, 37, 3830, 40, 3863, 88, 3873, 37, 3878, 88, 3889, 37, 3894, 88, 3905, 37, 3909, 88, 3919, 37, 3924, 88, 3935, 37, 3940, 88, 3949, 37, 3954, 88, 3964, 37, 3968, 88, 3979, 37, 3983, 88, 3993, 37, 3999, 88, 4230, 39, 4288, 40, 4300, 90, 4309, 39, 4314, 90, 4325, 39, 4327, 90, 4338, 39, 4343, 90, 4353, 39, 4359, 90, 4368, 39, 4374, 90, 4383, 39, 4390, 90, 4441, 39, 4456, 40, 4477, 38, 4487, 39, 4516, 40, 4536, 38, 4562, 40, 4571, 39, 4581, 40, 4587, 37, 4595, 40, 4620, 37, 4638, 39, 4646, 90, 4658, 39, 4662, 90, 4755, 37, 4775, 88, 4785, 37, 4812, 38, 4827, 39, 4837, 90, 4851, 39, 4856, 90, 4908, 37, 4925, 38, 4981, 37, 5060, 38 ], + goldDrop: [ 21, 31, 31, 27, 14, 20, 17, 22, 36, 37, 27, 36, 15, 29, 25, 21, 16, 20, 27, 34, 22, 39, 25 ], + bornPos: [ 1, 15, 8, 11, 17, 10, 14, 0, 20, 27, 5, 16, 22, 7, 4, 12, 3, 1, 23, 19, 24, 6, 25, 18, 2, 26, 21 ] +}, +{ level: 138, ai: 1, time: 6839, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.43.159", date:"2014-06-25 23:46:50", //id=138 + action: [ 0, 39, 51, 38, 67, 39, 81, 38, 137, 40, 146, 90, 182, 37, 200, 40, 204, 39, 215, 37, 281, 38, 290, 37, 320, 90, 331, 39, 336, 90, 410, 37, 456, 38, 497, 39, 517, 90, 530, 37, 545, 90, 577, 37, 604, 39, 660, 38, 681, 39, 690, 37, 724, 39, 740, 40, 753, 37, 805, 90, 816, 39, 821, 90, 893, 37, 919, 38, 982, 39, 1026, 40, 1033, 90, 1046, 37, 1069, 39, 1075, 90, 1085, 37, 1113, 90, 1125, 37, 1153, 39, 1162, 37, 1168, 40, 1185, 39, 1195, 40, 1221, 90, 1232, 39, 1237, 90, 1308, 37, 1316, 90, 1323, 39, 1339, 90, 1349, 39, 1355, 90, 1365, 39, 1370, 90, 1380, 39, 1385, 90, 1395, 39, 1401, 90, 1406, 40, 1437, 38, 1464, 37, 1475, 38, 1478, 90, 1516, 39, 1532, 37, 1542, 38, 1587, 37, 1593, 38, 1601, 37, 1650, 39, 1659, 88, 1669, 37, 1674, 88, 1685, 37, 1709, 90, 1720, 39, 1723, 90, 1770, 37, 1780, 38, 1840, 39, 1887, 38, 1900, 40, 1913, 39, 1924, 88, 1936, 39, 1964, 90, 1977, 37, 2002, 90, 2013, 37, 2074, 90, 2083, 39, 2089, 90, 2099, 39, 2105, 90, 2114, 39, 2120, 90, 2130, 39, 2135, 90, 2143, 39, 2151, 90, 2158, 39, 2166, 90, 2173, 39, 2181, 90, 2204, 39, 2210, 40, 2368, 39, 2377, 38, 2398, 37, 2407, 90, 2450, 37, 2481, 88, 2534, 39, 2542, 37, 2603, 38, 2665, 39, 2712, 40, 2723, 39, 2776, 38, 2787, 37, 2825, 88, 2834, 39, 2839, 88, 2849, 39, 2879, 37, 2884, 88, 2894, 39, 2917, 90, 2927, 39, 2930, 90, 2943, 37, 2994, 38, 3003, 37, 3041, 90, 3050, 39, 3056, 90, 3066, 39, 3071, 90, 3082, 39, 3087, 90, 3097, 39, 3103, 90, 3112, 39, 3119, 90, 3128, 39, 3134, 90, 3144, 39, 3150, 90, 3194, 38, 3214, 40, 3250, 38, 3270, 40, 3284, 38, 3307, 37, 3333, 39, 3338, 90, 3351, 37, 3400, 90, 3445, 37, 3471, 39, 3500, 90, 3511, 39, 3515, 90, 3525, 39, 3530, 90, 3539, 39, 3544, 90, 3554, 39, 3558, 90, 3568, 39, 3573, 90, 3803, 37, 3820, 90, 3870, 37, 3906, 38, 3912, 90, 3929, 38, 3940, 90, 3953, 40, 3957, 90, 4000, 39, 4027, 90, 4067, 37, 4074, 90, 4084, 39, 4095, 90, 4106, 39, 4112, 90, 4123, 39, 4128, 90, 4138, 39, 4144, 90, 4153, 39, 4159, 90, 4169, 39, 4175, 90, 4202, 39, 4216, 40, 4396, 38, 4423, 37, 4478, 39, 4485, 90, 4499, 37, 4558, 39, 4606, 40, 4628, 38, 4655, 37, 4665, 39, 4675, 40, 4697, 37, 4709, 40, 4737, 39, 4763, 37, 4774, 38, 4781, 90, 4854, 38, 4873, 37, 4885, 38, 4889, 37, 4907, 39, 4912, 90, 4960, 37, 5130, 38, 5194, 39, 5239, 40, 5248, 39, 5304, 90, 5322, 88, 5336, 39, 5356, 37, 5363, 88, 5383, 39, 5417, 37, 5479, 38, 5487, 37, 5514, 39, 5541, 90, 5651, 38, 5674, 37, 5686, 90, 5709, 37, 5805, 38, 5847, 39, 5864, 37, 5876, 38, 5896, 39, 5944, 40, 5954, 88, 6018, 39, 6069, 40, 6132, 39, 6142, 40, 6180, 39, 6217, 90, 6230, 37, 6337, 38, 6346, 37, 6366, 40, 6403, 39, 6409, 40, 6499, 90, 6514, 39, 6518, 90, 6588, 37, 6615, 90, 6626, 88, 6658, 37, 6693, 38, 6754, 39, 6799, 38, 6807, 39, 6828, 38 ], + goldDrop: [ 30, 31, 34, 30, 39, 19, 24, 21, 21, 28, 22, 32, 16, 18, 19, 20, 17, 31, 14, 35, 21, 24, 14, 27 ], + bornPos: [ 1, 2, 12, 19, 7, 1, 23, 20, 9, 15, 0, 13, 10, 11, 6, 3, 17, 22, 21 ] +}, +{ level: 139, ai: 1, time: 3564, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.43.159", date:"2014-06-25 23:49:24", //id=139 + action: [ 0, 39, 3, 38, 21, 37, 32, 40, 43, 37, 58, 88, 94, 39, 99, 88, 110, 39, 128, 90, 143, 37, 173, 40, 188, 37, 192, 39, 208, 90, 221, 39, 225, 90, 234, 40, 240, 90, 250, 40, 256, 90, 266, 37, 285, 39, 298, 38, 307, 39, 379, 40, 391, 39, 407, 88, 419, 37, 424, 88, 495, 39, 514, 38, 526, 37, 541, 38, 548, 37, 559, 38, 566, 37, 577, 38, 584, 37, 593, 38, 634, 37, 668, 40, 674, 88, 686, 39, 699, 37, 705, 88, 716, 39, 742, 90, 758, 37, 767, 40, 784, 37, 795, 40, 799, 39, 816, 40, 828, 39, 834, 90, 883, 37, 897, 88, 906, 37, 921, 88, 930, 37, 937, 88, 947, 37, 954, 88, 962, 39, 975, 88, 983, 37, 992, 88, 1000, 39, 1028, 37, 1045, 38, 1065, 37, 1075, 38, 1092, 39, 1099, 38, 1115, 37, 1124, 39, 1132, 40, 1139, 39, 1145, 88, 1161, 39, 1177, 37, 1206, 40, 1216, 39, 1228, 40, 1235, 37, 1244, 40, 1254, 39, 1339, 40, 1350, 39, 1365, 88, 1375, 37, 1381, 88, 1392, 37, 1397, 88, 1408, 37, 1414, 88, 1426, 37, 1483, 38, 1498, 37, 1509, 38, 1529, 37, 1561, 38, 1567, 37, 1627, 38, 1640, 39, 1673, 37, 1677, 88, 1710, 39, 1780, 40, 1794, 39, 1798, 40, 1817, 39, 1832, 40, 1852, 88, 1905, 39, 1919, 90, 1929, 38, 1944, 39, 1950, 37, 1975, 39, 1994, 38, 2005, 37, 2012, 38, 2017, 37, 2028, 38, 2034, 37, 2046, 38, 2052, 37, 2059, 38, 2083, 39, 2100, 37, 2116, 38, 2147, 39, 2171, 40, 2210, 39, 2231, 38, 2254, 39, 2263, 38, 2275, 37, 2286, 39, 2299, 40, 2315, 37, 2321, 40, 2364, 39, 2366, 40, 2368, 88, 2378, 39, 2381, 88, 2391, 40, 2398, 88, 2407, 40, 2414, 88, 2425, 40, 2431, 88, 2443, 40, 2450, 39, 2473, 38, 2504, 37, 2518, 38, 2528, 39, 2542, 37, 2556, 38, 2567, 39, 2585, 38, 2611, 37, 2617, 40, 2626, 39, 2674, 37, 2689, 40, 2705, 90, 2800, 37, 2817, 38, 2821, 37, 2833, 88, 2845, 38, 2853, 37, 2864, 88, 2911, 39, 2942, 38, 2950, 40, 2969, 37, 2976, 40, 2991, 39, 2999, 38, 3004, 37, 3015, 88, 3026, 37, 3031, 88, 3041, 37, 3047, 88, 3312, 39, 3338, 38, 3394, 88, 3407, 40, 3412, 88, 3459, 39, 3467, 37, 3479, 38, 3485, 37, 3496, 38, 3502, 37, 3513, 38, 3519, 37, 3525, 38 ], + goldDrop: [ 29, 25, 27, 39 ], + bornPos: [ 1, 18, 24, 21, 20, 27 ] +}, +{ level: 140, ai: 1, time: 5702, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.43.159", date:"2014-06-25 23:56:10", //id=140 + action: [ 0, 39, 7, 38, 19, 39, 24, 37, 31, 88, 43, 40, 65, 38, 98, 40, 114, 37, 127, 38, 136, 37, 149, 40, 221, 38, 232, 37, 248, 40, 262, 37, 273, 38, 283, 37, 291, 39, 301, 40, 360, 38, 375, 90, 418, 37, 432, 88, 442, 40, 458, 37, 471, 38, 514, 39, 565, 38, 595, 39, 623, 38, 639, 39, 674, 90, 683, 40, 689, 90, 698, 40, 705, 90, 718, 37, 727, 90, 768, 37, 785, 88, 797, 39, 810, 40, 849, 39, 858, 40, 873, 39, 883, 38, 894, 39, 905, 37, 916, 88, 955, 39, 969, 90, 979, 40, 993, 39, 1005, 38, 1017, 39, 1030, 40, 1046, 39, 1060, 38, 1067, 90, 1120, 38, 1146, 90, 1190, 37, 1219, 38, 1250, 37, 1259, 90, 1270, 37, 1308, 90, 1320, 37, 1331, 88, 1385, 39, 1397, 90, 1408, 39, 1411, 90, 1425, 40, 1454, 39, 1506, 38, 1517, 88, 1569, 39, 1585, 40, 1668, 38, 1721, 40, 1774, 38, 1784, 90, 1835, 37, 1849, 88, 1858, 40, 1878, 38, 1930, 39, 2157, 40, 2166, 39, 2177, 38, 2185, 90, 2207, 38, 2233, 90, 2242, 40, 2274, 90, 2333, 38, 2352, 40, 2369, 90, 2425, 38, 2433, 90, 2442, 40, 2464, 37, 2479, 38, 2541, 37, 2611, 39, 2626, 37, 2637, 39, 2657, 40, 2663, 39, 2772, 40, 2781, 39, 2791, 38, 2823, 90, 2830, 40, 2868, 37, 2879, 38, 2887, 39, 2968, 40, 2979, 39, 2988, 38, 3019, 90, 3024, 40, 3050, 90, 3096, 38, 3119, 90, 3123, 40, 3149, 90, 3218, 38, 3248, 90, 3259, 40, 3288, 90, 3361, 38, 3384, 40, 3405, 90, 3512, 38, 3538, 90, 3546, 40, 3577, 90, 3682, 38, 3713, 40, 3741, 90, 3810, 38, 3838, 90, 3881, 37, 3906, 38, 3935, 37, 3962, 38, 3979, 37, 4005, 39, 4012, 38, 4026, 90, 4038, 39, 4042, 90, 4055, 39, 4059, 90, 4071, 39, 4075, 90, 4091, 37, 4115, 90, 4127, 37, 4150, 90, 4168, 37, 4188, 40, 4209, 37, 4219, 38, 4231, 37, 4248, 40, 4262, 37, 4272, 38, 4286, 37, 4300, 40, 4314, 38, 4354, 39, 4371, 40, 4385, 39, 4397, 38, 4408, 39, 4423, 40, 4436, 39, 4448, 38, 4464, 39, 4470, 88, 4512, 39, 4524, 40, 4537, 39, 4548, 38, 4559, 39, 4572, 40, 4589, 39, 4623, 38, 4636, 88, 4689, 39, 4708, 40, 4722, 39, 4756, 38, 4815, 40, 4895, 37, 4909, 38, 4920, 39, 4944, 40, 4961, 39, 4972, 38, 4986, 39, 4996, 38, 5021, 37, 5079, 38, 5110, 37, 5136, 38, 5155, 37, 5175, 38, 5234, 39, 5244, 90, 5334, 37, 5346, 88, 5356, 37, 5358, 88, 5368, 37, 5374, 88, 5381, 37, 5429, 88, 5439, 40, 5445, 88, 5454, 40, 5461, 88, 5471, 40, 5477, 88, 5487, 40, 5494, 88, 5505, 39, 5533, 37, 5554, 38, 5653, 39, 5680, 38 ], + goldDrop: [ 14, 20, 30, 31, 18 ], + bornPos: [ 1, 21, 7, 17, 15, 6 ] +}, +{ level: 141, ai: 1, time: 4129, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.43.159", date:"2014-06-25 23:58:58", //id=141 + action: [ 0, 39, 34, 38, 160, 39, 179, 38, 211, 37, 292, 90, 302, 39, 307, 90, 319, 39, 322, 90, 334, 39, 339, 90, 349, 37, 381, 90, 391, 39, 396, 90, 407, 39, 412, 90, 422, 39, 427, 90, 437, 37, 463, 90, 476, 37, 483, 90, 502, 37, 582, 38, 712, 37, 734, 38, 768, 39, 879, 40, 888, 90, 906, 37, 954, 39, 986, 38, 997, 39, 1000, 38, 1134, 39, 1155, 38, 1189, 37, 1240, 88, 1250, 37, 1252, 88, 1262, 37, 1267, 88, 1276, 37, 1283, 88, 1293, 37, 1298, 88, 1308, 37, 1314, 88, 1322, 39, 1355, 88, 1365, 37, 1371, 88, 1380, 37, 1386, 88, 1396, 37, 1402, 88, 1412, 39, 1435, 88, 1444, 37, 1451, 88, 1460, 37, 1469, 88, 1498, 39, 1511, 88, 1522, 37, 1529, 88, 1540, 39, 1552, 88, 1563, 39, 1654, 38, 1784, 39, 1803, 38, 1836, 37, 1890, 88, 1900, 37, 1906, 88, 1916, 37, 1923, 88, 1932, 37, 1938, 88, 1948, 37, 1954, 88, 1964, 37, 1970, 88, 1980, 37, 1986, 88, 1998, 39, 2026, 88, 2036, 37, 2041, 88, 2051, 37, 2057, 88, 2067, 37, 2073, 88, 2083, 37, 2091, 88, 2103, 39, 2128, 88, 2137, 37, 2143, 88, 2153, 37, 2159, 88, 2169, 37, 2177, 88, 2190, 39, 2209, 88, 2218, 37, 2225, 88, 2234, 37, 2242, 88, 2254, 37, 2263, 39, 2277, 90, 2287, 39, 2294, 90, 2305, 37, 2319, 88, 2331, 39, 2428, 38, 2556, 39, 2577, 38, 2609, 37, 2689, 90, 2700, 39, 2704, 90, 2714, 39, 2719, 90, 2729, 39, 2735, 90, 2745, 39, 2750, 90, 2759, 37, 2789, 90, 2800, 39, 2804, 90, 2815, 39, 2819, 90, 2830, 39, 2835, 90, 2844, 39, 2851, 90, 2861, 37, 2888, 90, 2897, 39, 2903, 90, 2914, 39, 2919, 90, 2930, 39, 2936, 90, 2947, 37, 2967, 90, 2977, 39, 2983, 90, 2993, 39, 2999, 90, 3010, 37, 3025, 90, 3039, 37, 3129, 38, 3254, 37, 3276, 38, 3311, 39, 3366, 90, 3375, 39, 3381, 90, 3391, 39, 3397, 90, 3406, 39, 3413, 90, 3423, 39, 3429, 90, 3439, 39, 3444, 90, 3454, 37, 3479, 88, 3491, 37, 3495, 88, 3506, 37, 3512, 88, 3523, 37, 3527, 88, 3538, 37, 3542, 88, 3556, 39, 3580, 88, 3589, 37, 3596, 88, 3605, 37, 3611, 88, 3621, 37, 3627, 88, 3639, 39, 3658, 88, 3668, 37, 3675, 88, 3684, 37, 3693, 88, 3711, 39, 3751, 37, 3766, 39, 3772, 88, 3783, 37, 3791, 88, 3800, 39, 3817, 90, 3830, 37, 3849, 39, 3943, 38, 4077, 39, 4096, 38 ], + goldDrop: [], + bornPos: [] +}, +{ level: 142, ai: 2, time: 5445, state: 1, godMode: 0, location: "Taiwan", ip:"36.225.124.205", date:"2014-09-01 21:04:31", //id=142 + action: [ 0, 88, 11, 37, 17, 88, 27, 39, 35, 88, 46, 39, 65, 37, 72, 88, 82, 39, 101, 37, 108, 88, 192, 39, 214, 38, 234, 37, 245, 38, 259, 39, 284, 38, 293, 37, 320, 38, 328, 39, 355, 38, 363, 37, 435, 90, 447, 37, 469, 88, 481, 39, 495, 37, 504, 88, 515, 39, 530, 37, 539, 88, 549, 39, 564, 37, 574, 88, 584, 39, 601, 90, 613, 37, 623, 39, 666, 38, 679, 39, 705, 38, 714, 37, 739, 38, 749, 37, 761, 39, 767, 90, 778, 37, 793, 39, 803, 90, 812, 37, 826, 39, 841, 37, 848, 39, 859, 90, 870, 37, 884, 39, 893, 90, 904, 37, 913, 90, 926, 37, 937, 39, 1002, 88, 1015, 37, 1021, 88, 1033, 37, 1038, 88, 1050, 37, 1056, 88, 1069, 37, 1074, 88, 1083, 39, 1098, 88, 1119, 39, 1149, 37, 1154, 90, 1164, 37, 1188, 38, 1210, 37, 1222, 38, 1238, 39, 1266, 38, 1276, 37, 1302, 38, 1313, 39, 1340, 40, 1361, 90, 1373, 37, 1389, 88, 1435, 39, 1447, 90, 1455, 39, 1459, 90, 1470, 39, 1476, 90, 1489, 39, 1494, 90, 1507, 39, 1511, 90, 1523, 39, 1528, 90, 1549, 37, 1573, 39, 1623, 37, 1666, 38, 1672, 37, 1676, 90, 1687, 37, 1706, 90, 1719, 37, 1742, 38, 1764, 39, 1808, 38, 1889, 39, 1906, 88, 1918, 37, 1922, 88, 1954, 37, 1957, 88, 1968, 39, 2032, 37, 2054, 38, 2058, 37, 2064, 90, 2075, 37, 2105, 39, 2108, 90, 2171, 37, 2195, 38, 2213, 37, 2223, 38, 2238, 39, 2264, 38, 2272, 37, 2296, 38, 2306, 39, 2329, 38, 2417, 37, 2451, 88, 2465, 39, 2483, 40, 2515, 39, 2559, 88, 2571, 37, 2577, 88, 2611, 90, 2656, 39, 2670, 38, 2718, 39, 2742, 88, 2751, 37, 2754, 88, 2766, 37, 2770, 88, 2782, 37, 2786, 88, 2797, 39, 2813, 90, 2826, 39, 2832, 90, 2845, 37, 2850, 90, 2863, 37, 2875, 39, 2887, 90, 2896, 37, 2908, 39, 2921, 90, 2930, 37, 2943, 39, 2955, 90, 2964, 37, 2977, 39, 2989, 90, 2998, 37, 3042, 38, 3048, 37, 3056, 90, 3069, 39, 3072, 90, 3082, 37, 3203, 39, 3208, 90, 3220, 37, 3243, 38, 3263, 39, 3272, 88, 3282, 37, 3288, 88, 3299, 37, 3305, 88, 3337, 37, 3344, 88, 3351, 37, 3354, 88, 3365, 38, 3383, 39, 3391, 90, 3403, 39, 3409, 90, 3421, 39, 3427, 90, 3437, 39, 3442, 90, 3499, 37, 3510, 39, 3551, 38, 3601, 37, 3618, 90, 3628, 39, 3634, 90, 3642, 39, 3649, 90, 3659, 37, 3676, 90, 3687, 39, 3692, 90, 3702, 37, 3711, 90, 3724, 37, 3743, 39, 3770, 90, 3783, 37, 3815, 90, 3821, 39, 3828, 90, 3842, 39, 3846, 90, 3863, 39, 3867, 90, 3879, 39, 3883, 90, 3902, 39, 3905, 90, 3969, 39, 3972, 90, 4012, 37, 4023, 90, 4037, 37, 4055, 90, 4068, 37, 4094, 38, 4109, 39, 4113, 38, 4133, 37, 4168, 90, 4178, 37, 4225, 38, 4250, 39, 4261, 38, 4327, 39, 4361, 37, 4437, 38, 4463, 39, 4499, 88, 4510, 37, 4515, 88, 4527, 37, 4532, 88, 4544, 37, 4548, 88, 4561, 37, 4566, 88, 4578, 37, 4583, 88, 4662, 39, 4733, 37, 4754, 38, 4779, 39, 4858, 88, 4873, 90, 4915, 39, 4943, 38, 4993, 37, 5049, 39, 5063, 38, 5086, 40, 5130, 37, 5172, 90, 5179, 39, 5186, 90, 5221, 37, 5251, 88, 5277, 39, 5286, 38, 5301, 39, 5327, 38, 5338, 37, 5364, 38, 5374, 39, 5400, 38, 5410, 37, 5435, 38 ], + goldDrop: [], + bornPos: [ 1, 5, 6, 4, 8, 1, 2, 9, 14, 12, 19, 27, 25, 18, 15, 0, 3, 26 ] +}, +{ level: 143, ai: 2, time: 1835, state: 1, godMode: 0, location: "Taiwan", ip:"36.225.124.205", date:"2014-09-01 21:05:54", //id=143 + action: [ 0, 39, 5, 90, 16, 40, 27, 37, 34, 39, 40, 90, 51, 37, 69, 39, 95, 90, 124, 39, 129, 38, 140, 37, 155, 38, 170, 39, 211, 88, 257, 39, 262, 90, 274, 37, 305, 39, 324, 38, 331, 40, 339, 37, 351, 88, 391, 39, 401, 38, 411, 39, 418, 88, 429, 39, 444, 88, 455, 39, 474, 38, 480, 39, 497, 88, 560, 39, 617, 37, 633, 38, 654, 37, 674, 38, 684, 37, 694, 38, 700, 37, 715, 90, 728, 37, 741, 39, 768, 40, 823, 37, 825, 88, 875, 39, 886, 38, 897, 37, 906, 38, 913, 37, 927, 38, 940, 37, 957, 40, 966, 37, 972, 88, 984, 39, 1003, 90, 1016, 37, 1043, 88, 1055, 39, 1066, 37, 1076, 88, 1086, 39, 1109, 38, 1115, 39, 1139, 88, 1205, 39, 1231, 38, 1245, 37, 1266, 38, 1277, 37, 1287, 38, 1293, 37, 1308, 38, 1333, 39, 1372, 38, 1384, 40, 1399, 37, 1438, 38, 1463, 39, 1473, 38, 1482, 39, 1534, 40, 1555, 37, 1614, 40, 1620, 37, 1648, 40, 1663, 90, 1682, 37, 1702, 38, 1720, 39, 1725, 90, 1760, 37, 1776, 38 ], + goldDrop: [ 24, 15 ], + bornPos: [ 1, 14 ] +}, +{ level: 144, ai: 1, time: 2730, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.47.88", date:"2014-06-10 01:35:08", //id=144 action: [ 0, 37, 10, 38, 20, 39, 29, 37, 42, 88, 111, 39, 119, 38, 129, 37, 139, 38, 150, 39, 160, 38, 169, 37, 178, 38, 189, 39, 197, 38, 208, 37, 215, 39, 227, 40, 234, 39, 249, 38, 256, 39, 263, 38, 275, 39, 277, 38, 288, 37, 294, 39, 299, 40, 312, 37, 319, 40, 334, 39, 340, 38, 353, 37, 361, 38, 373, 39, 398, 90, 507, 37, 521, 40, 543, 37, 552, 40, 565, 39, 574, 40, 585, 37, 592, 40, 606, 37, 608, 40, 622, 39, 630, 40, 642, 37, 649, 40, 697, 37, 704, 40, 718, 40, 719, 40, 720, 40, 721, 40, 722, 40, 731, 37, 745, 37, 746, 37, 747, 37, 748, 37, 749, 37, 750, 37, 823, 38, 834, 39, 843, 38, 854, 37, 865, 38, 875, 39, 886, 38, 897, 37, 909, 38, 921, 39, 949, 38, 959, 39, 969, 38, 980, 37, 990, 38, 1000, 39, 1016, 88, 1030, 40, 1033, 88, 1045, 39, 1064, 40, 1098, 88, 1166, 39, 1180, 39, 1183, 38, 1188, 88, 1195, 40, 1206, 88, 1238, 39, 1254, 38, 1302, 37, 1316, 39, 1327, 38, 1329, 37, 1391, 39, 1405, 39, 1406, 39, 1407, 39, 1425, 39, 1439, 39, 1471, 40, 1492, 37, 1529, 38, 1541, 39, 1564, 37, 1587, 40, 1599, 39, 1634, 38, 1656, 37, 1671, 38, 1685, 39, 1700, 38, 1727, 39, 1734, 88, 1746, 39, 1803, 37, 1816, 38, 1839, 37, 1854, 38, 1864, 39, 1877, 38, 1904, 39, 1911, 38, 1923, 39, 1936, 40, 1945, 37, 2007, 37, 2021, 38, 2041, 37, 2055, 38, 2067, 39, 2079, 38, 2089, 39, 2092, 38, 2117, 39, 2124, 38, 2135, 37, 2163, 38, 2174, 39, 2182, 90, 2193, 37, 2222, 37, 2238, 88, 2248, 39, 2275, 38, 2288, 39, 2304, 38, 2330, 39, 2337, 38, 2352, 37, 2363, 38, 2404, 37, 2441, 40, 2449, 37, 2480, 39, 2494, 39, 2526, 39, 2540, 39, 2541, 39, 2542, 39, 2543, 39, 2544, 39, 2558, 38, 2570, 39, 2585, 38, 2608, 39, 2618, 38, 2623, 39, 2628, 38, 2639, 37, 2724, 38 ], goldDrop: [ 29, 30, 31 ], bornPos: [] }, -{ level: 145, ai: 1, time: 4704, state: 1, country: "Taiwan", //id=117 2014-06-10 01:48:01 - action: [ 0, 39, 6, 37, 17, 38, 22, 37, 25, 38, 31, 37, 45, 88, 76, 39, 84, 37, 122, 38, 133, 39, 162, 38, 172, 37, 197, 38, 219, 40, 225, 39, 238, 38, 248, 37, 255, 38, 265, 39, 269, 38, 279, 40, 284, 39, 295, 37, 299, 88, 328, 39, 348, 40, 362, 40, 363, 40, 364, 40, 365, 40, 369, 37, 377, 90, 389, 37, 399, 39, 448, 40, 458, 39, 464, 40, 514, 38, 520, 37, 525, 38, 532, 37, 535, 38, 547, 39, 554, 38, 560, 39, 564, 88, 575, 39, 582, 40, 590, 39, 604, 37, 617, 37, 618, 37, 619, 37, 623, 38, 628, 37, 636, 39, 644, 40, 804, 38, 813, 37, 817, 38, 823, 37, 826, 38, 837, 39, 843, 38, 849, 39, 863, 38, 872, 37, 876, 38, 883, 37, 887, 38, 900, 39, 911, 37, 937, 90, 950, 37, 975, 40, 1002, 37, 1006, 90, 1017, 39, 1022, 90, 1034, 39, 1038, 90, 1049, 39, 1054, 90, 1116, 37, 1120, 40, 1130, 37, 1163, 40, 1176, 39, 1190, 39, 1191, 39, 1194, 38, 1200, 39, 1210, 40, 1223, 40, 1224, 40, 1380, 38, 1392, 39, 1411, 38, 1423, 39, 1429, 38, 1436, 39, 1451, 38, 1459, 37, 1468, 38, 1489, 37, 1499, 40, 1515, 37, 1538, 40, 1549, 40, 1550, 90, 1556, 39, 1568, 90, 1627, 37, 1632, 39, 1643, 39, 1644, 39, 1645, 39, 1648, 90, 1682, 38, 1715, 37, 1747, 38, 1759, 37, 1764, 38, 1778, 40, 1783, 37, 1799, 39, 1805, 38, 1813, 40, 1836, 88, 1894, 39, 1905, 38, 1912, 39, 1918, 38, 1930, 39, 1972, 40, 1985, 39, 1994, 90, 2005, 37, 2032, 40, 2048, 37, 2082, 90, 2090, 39, 2098, 90, 2102, 39, 2116, 39, 2117, 39, 2118, 39, 2119, 39, 2120, 39, 2121, 39, 2122, 39, 2123, 39, 2124, 39, 2125, 39, 2126, 39, 2127, 39, 2130, 90, 2143, 39, 2147, 90, 2159, 39, 2164, 90, 2177, 39, 2181, 90, 2312, 38, 2326, 38, 2328, 38, 2329, 38, 2335, 40, 2348, 40, 2349, 40, 2350, 40, 2351, 40, 2352, 40, 2353, 40, 2397, 38, 2409, 39, 2420, 38, 2440, 37, 2524, 39, 2529, 90, 2543, 37, 2555, 40, 2568, 40, 2569, 40, 2570, 40, 2571, 40, 2572, 40, 2573, 40, 2576, 90, 2589, 37, 2598, 40, 2612, 40, 2613, 40, 2614, 40, 2615, 40, 2616, 40, 2617, 40, 2618, 40, 2619, 40, 2620, 40, 2621, 40, 2755, 37, 2796, 39, 2811, 38, 2824, 39, 2833, 38, 2844, 39, 2850, 38, 2858, 39, 2873, 38, 2883, 37, 2893, 38, 2910, 37, 2924, 40, 2935, 39, 2939, 40, 2953, 37, 2967, 37, 2968, 37, 2969, 37, 2970, 37, 2971, 37, 2977, 40, 2988, 90, 3001, 39, 3005, 90, 3080, 39, 3088, 90, 3126, 38, 3136, 37, 3145, 38, 3167, 37, 3180, 40, 3195, 37, 3219, 88, 3314, 39, 3327, 38, 3359, 39, 3364, 38, 3375, 37, 3389, 37, 3422, 88, 3434, 39, 3447, 40, 3460, 40, 3461, 40, 3462, 40, 3463, 40, 3501, 88, 3552, 39, 3565, 90, 3575, 39, 3580, 90, 3590, 39, 3594, 90, 3606, 39, 3609, 90, 3737, 38, 3748, 37, 3762, 37, 3782, 38, 3798, 90, 3810, 40, 3815, 90, 3826, 39, 3829, 40, 3836, 39, 3857, 40, 3871, 40, 3888, 39, 3892, 90, 3903, 39, 3908, 90, 3918, 39, 3923, 90, 3972, 37, 3988, 37, 4015, 38, 4026, 37, 4030, 38, 4036, 37, 4041, 90, 4051, 37, 4097, 39, 4340, 38, 4348, 39, 4352, 38, 4358, 39, 4362, 38, 4374, 37, 4378, 38, 4385, 37, 4401, 38, 4408, 39, 4419, 38, 4438, 39, 4454, 38, 4466, 88, 4480, 39, 4490, 40, 4504, 40, 4505, 40, 4506, 40, 4513, 39, 4531, 37, 4540, 88, 4552, 37, 4557, 88, 4606, 39, 4625, 38, 4658, 39, 4664, 38, 4677, 39, 4687, 38, 4693, 39, 4698, 38 ], - goldDrop: [ 36, 38, 25, 25, 16, 27, 21, 36, 30, 21, 28, 16, 37 ], - bornPos: [ 1, 23, 9, 2, 16, 17, 1, 18, 11, 15, 5 ] +{ level: 145, ai: 2, time: 2394, state: 1, godMode: 0, location: "Taiwan", ip:"36.225.127.205", date:"2014-09-26 17:10:07", //id=145 + action: [ 0, 39, 7, 37, 20, 38, 26, 37, 30, 38, 35, 37, 91, 39, 102, 38, 110, 39, 153, 38, 163, 37, 184, 40, 197, 39, 203, 90, 260, 37, 304, 38, 312, 39, 335, 38, 358, 37, 369, 40, 373, 37, 390, 39, 396, 38, 404, 40, 412, 39, 427, 38, 433, 39, 438, 38, 448, 39, 490, 37, 499, 88, 531, 39, 563, 37, 574, 40, 582, 39, 590, 40, 601, 39, 606, 90, 615, 37, 624, 40, 631, 39, 642, 37, 660, 38, 665, 37, 702, 39, 707, 40, 773, 38, 778, 37, 783, 38, 788, 37, 793, 38, 804, 39, 810, 38, 816, 39, 830, 38, 838, 37, 849, 38, 866, 37, 883, 38, 893, 90, 912, 37, 942, 40, 959, 90, 971, 39, 975, 90, 986, 39, 991, 90, 1002, 39, 1007, 90, 1020, 39, 1107, 38, 1118, 37, 1141, 38, 1156, 39, 1173, 37, 1177, 38, 1186, 40, 1222, 88, 1241, 39, 1248, 40, 1268, 37, 1275, 90, 1321, 37, 1331, 38, 1362, 37, 1366, 38, 1375, 37, 1420, 39, 1431, 90, 1482, 37, 1513, 39, 1518, 37, 1521, 90, 1530, 37, 1564, 39, 1727, 38, 1732, 39, 1737, 38, 1742, 39, 1746, 38, 1755, 37, 1759, 38, 1764, 37, 1768, 90, 1777, 37, 1804, 40, 1813, 39, 1918, 38, 1926, 39, 1931, 38, 1937, 39, 1940, 38, 1950, 37, 1955, 38, 1969, 37, 1984, 38, 1990, 39, 2000, 38, 2016, 39, 2027, 40, 2038, 39, 2045, 40, 2056, 39, 2065, 40, 2074, 88, 2114, 39, 2156, 88, 2165, 39, 2200, 38, 2210, 39, 2215, 38, 2221, 39, 2235, 38, 2241, 37, 2245, 38, 2251, 37, 2256, 38, 2262, 37, 2271, 38, 2276, 37, 2285, 90, 2296, 37, 2339, 38, 2356, 37, 2361, 38, 2371, 39, 2380, 38, 2385, 39, 2389, 38 ], + goldDrop: [ 36, 19, 23, 24, 30, 31, 24, 17, 17 ], + bornPos: [ 1, 16, 18 ] }, -{ level: 146, ai: 1, time: 5371, state: 1, country: "Taiwan", //id=118 2014-06-10 01:52:28 - action: [ 0, 37, 4, 90, 16, 39, 20, 90, 31, 39, 36, 90, 47, 39, 52, 90, 63, 39, 68, 90, 78, 37, 105, 90, 116, 39, 121, 90, 133, 39, 139, 90, 150, 39, 157, 90, 168, 37, 182, 88, 193, 37, 198, 88, 209, 37, 214, 88, 225, 37, 230, 88, 238, 39, 256, 90, 267, 39, 273, 90, 284, 39, 289, 90, 300, 39, 304, 90, 314, 37, 330, 88, 341, 37, 347, 88, 358, 37, 362, 88, 374, 37, 379, 88, 387, 39, 404, 90, 415, 39, 420, 90, 431, 39, 436, 90, 447, 39, 452, 90, 461, 37, 478, 88, 488, 37, 494, 88, 506, 37, 510, 88, 522, 37, 526, 88, 537, 39, 552, 90, 565, 39, 570, 90, 581, 39, 586, 90, 596, 39, 601, 90, 612, 37, 626, 88, 636, 37, 643, 88, 653, 37, 659, 88, 676, 39, 690, 90, 701, 39, 706, 90, 717, 39, 722, 90, 734, 37, 748, 88, 759, 37, 765, 88, 774, 39, 804, 37, 809, 88, 821, 37, 827, 88, 845, 39, 853, 88, 870, 39, 887, 88, 914, 39, 925, 38, 1004, 37, 1039, 90, 1049, 39, 1054, 90, 1066, 39, 1070, 90, 1081, 39, 1085, 90, 1096, 39, 1101, 90, 1109, 37, 1139, 90, 1149, 39, 1154, 90, 1164, 39, 1170, 90, 1180, 39, 1185, 90, 1194, 37, 1209, 88, 1221, 37, 1225, 88, 1236, 37, 1241, 88, 1252, 37, 1256, 88, 1266, 39, 1281, 90, 1292, 39, 1297, 90, 1308, 39, 1312, 90, 1324, 39, 1327, 90, 1336, 37, 1351, 88, 1362, 37, 1367, 88, 1378, 37, 1382, 88, 1395, 37, 1398, 88, 1407, 39, 1423, 90, 1434, 39, 1440, 90, 1452, 39, 1456, 90, 1468, 39, 1472, 90, 1480, 37, 1497, 88, 1508, 37, 1514, 88, 1525, 37, 1529, 88, 1541, 37, 1545, 88, 1554, 39, 1569, 90, 1581, 39, 1585, 90, 1597, 39, 1602, 90, 1613, 39, 1617, 90, 1626, 37, 1642, 88, 1654, 37, 1659, 88, 1671, 37, 1676, 88, 1686, 39, 1701, 90, 1714, 39, 1717, 90, 1729, 39, 1733, 90, 1742, 37, 1768, 90, 1781, 39, 1785, 90, 1795, 39, 1800, 90, 1812, 37, 1836, 39, 1841, 90, 1853, 39, 1857, 90, 1867, 39, 1873, 90, 1884, 37, 1901, 90, 1923, 37, 1936, 90, 1981, 37, 1996, 88, 2010, 38, 2144, 39, 2158, 38, 2173, 39, 2186, 38, 2221, 37, 2230, 90, 2247, 39, 2267, 88, 2345, 37, 2380, 88, 2432, 37, 2446, 90, 2455, 39, 2461, 90, 2471, 39, 2477, 90, 2488, 37, 2501, 39, 2509, 40, 2527, 39, 2537, 40, 2585, 39, 2647, 38, 2724, 39, 2730, 88, 2740, 37, 2745, 88, 2752, 39, 2765, 88, 2774, 37, 2782, 88, 2789, 39, 2803, 88, 2812, 37, 2819, 88, 2826, 39, 2854, 37, 2868, 88, 2878, 40, 2884, 88, 2894, 39, 2913, 37, 2921, 88, 2931, 40, 2937, 88, 2949, 40, 2959, 88, 2978, 40, 2982, 88, 2993, 39, 3011, 37, 3016, 88, 3029, 37, 3033, 88, 3041, 39, 3058, 88, 3067, 37, 3070, 88, 3083, 37, 3086, 88, 3095, 39, 3118, 37, 3135, 38, 3200, 37, 3240, 90, 3250, 39, 3254, 90, 3264, 39, 3267, 90, 3279, 39, 3283, 90, 3295, 39, 3299, 90, 3310, 39, 3314, 90, 3324, 39, 3328, 90, 3339, 39, 3341, 90, 3536, 39, 3544, 40, 3608, 37, 3683, 38, 3761, 37, 3766, 90, 3776, 39, 3781, 90, 3789, 37, 3799, 90, 3809, 39, 3816, 90, 3828, 90, 3829, 39, 3838, 90, 3850, 37, 3874, 37, 3913, 38, 3984, 90, 4001, 40, 4006, 37, 4010, 90, 4020, 39, 4026, 90, 4036, 40, 4040, 37, 4062, 39, 4076, 90, 4085, 40, 4092, 90, 4102, 37, 4119, 39, 4124, 90, 4135, 39, 4140, 90, 4148, 37, 4160, 90, 4172, 39, 4177, 90, 4187, 37, 4210, 39, 4225, 90, 4234, 40, 4241, 90, 4255, 37, 4271, 39, 4282, 37, 4291, 90, 4300, 39, 4302, 90, 4313, 39, 4319, 90, 4326, 37, 4338, 90, 4350, 39, 4355, 90, 4362, 37, 4387, 39, 4402, 90, 4411, 40, 4418, 90, 4430, 37, 4446, 39, 4457, 38, 4477, 40, 4618, 88, 4661, 39, 4707, 90, 4717, 39, 4738, 38, 4770, 88, 4780, 40, 4785, 88, 4797, 39, 4806, 88, 4816, 37, 4822, 88, 4830, 39, 4842, 88, 4853, 37, 4859, 88, 4868, 39, 4881, 38, 4896, 37, 4900, 38, 4908, 38, 4936, 40, 4951, 39, 4971, 39, 5020, 37, 5028, 39, 5057, 37, 5066, 90, 5074, 39, 5081, 90, 5134, 37, 5142, 39, 5157, 38, 5169, 37, 5191, 38, 5201, 39, 5222, 38, 5232, 37, 5253, 38, 5263, 39, 5281, 38, 5292, 37, 5312, 38, 5323, 39, 5341, 38, 5352, 37 ], - goldDrop: [ 30, 17, 27, 22, 17, 20, 36, 24, 22, 36 ], - bornPos: [ 1, 13, 1, 12, 22, 16 ] +{ level: 146, ai: 2, time: 4960, state: 1, godMode: 0, location: "Taiwan", ip:"36.225.127.205", date:"2014-09-26 17:16:58", //id=146 + action: [ 0, 37, 6, 90, 17, 39, 23, 90, 35, 39, 39, 90, 50, 39, 54, 90, 65, 39, 71, 90, 81, 37, 108, 90, 117, 39, 123, 90, 133, 39, 138, 90, 148, 39, 156, 90, 166, 37, 179, 88, 190, 37, 195, 88, 205, 37, 210, 88, 221, 37, 226, 88, 235, 39, 250, 90, 262, 39, 266, 90, 277, 39, 282, 90, 294, 39, 299, 90, 310, 37, 324, 88, 336, 37, 341, 88, 352, 37, 357, 88, 368, 37, 373, 88, 383, 39, 397, 90, 409, 39, 414, 90, 426, 39, 430, 90, 441, 39, 446, 90, 455, 37, 469, 88, 480, 37, 486, 88, 497, 37, 503, 88, 513, 37, 518, 88, 527, 39, 542, 90, 553, 39, 558, 90, 570, 39, 575, 90, 586, 39, 591, 90, 600, 37, 614, 88, 625, 37, 631, 88, 641, 37, 647, 88, 659, 39, 669, 90, 678, 39, 681, 90, 692, 39, 697, 90, 707, 39, 715, 90, 724, 37, 737, 88, 752, 37, 756, 88, 768, 37, 773, 88, 784, 37, 787, 88, 799, 37, 802, 88, 812, 39, 846, 37, 850, 88, 861, 37, 867, 88, 877, 39, 883, 88, 897, 39, 910, 88, 944, 39, 961, 38, 1032, 37, 1069, 90, 1080, 39, 1085, 90, 1097, 39, 1101, 90, 1112, 39, 1117, 90, 1127, 39, 1133, 90, 1141, 37, 1170, 90, 1180, 39, 1185, 90, 1197, 39, 1201, 90, 1211, 39, 1218, 90, 1226, 37, 1242, 88, 1253, 37, 1259, 88, 1272, 37, 1277, 88, 1287, 37, 1292, 88, 1302, 39, 1315, 90, 1327, 39, 1332, 90, 1345, 39, 1349, 90, 1361, 39, 1367, 90, 1375, 37, 1390, 88, 1400, 37, 1406, 88, 1421, 37, 1426, 88, 1439, 37, 1443, 88, 1453, 39, 1467, 90, 1480, 39, 1485, 90, 1497, 39, 1503, 90, 1515, 39, 1520, 90, 1530, 37, 1545, 88, 1557, 37, 1564, 88, 1576, 37, 1582, 88, 1593, 37, 1598, 88, 1610, 39, 1621, 90, 1634, 39, 1640, 90, 1652, 39, 1658, 90, 1669, 39, 1675, 90, 1685, 37, 1699, 88, 1713, 37, 1718, 88, 1729, 37, 1735, 88, 1745, 39, 1759, 90, 1771, 39, 1776, 90, 1788, 39, 1793, 90, 1803, 37, 1830, 90, 1841, 39, 1846, 90, 1856, 39, 1863, 90, 1871, 37, 1899, 39, 1904, 90, 1916, 39, 1920, 90, 1931, 37, 1937, 90, 1951, 37, 1960, 39, 1970, 90, 2013, 37, 2035, 39, 2041, 88, 2052, 37, 2058, 88, 2070, 38, 2252, 39, 2272, 38, 2306, 39, 2319, 38, 2393, 39, 2403, 38, 2414, 90, 2477, 37, 2492, 88, 2501, 37, 2507, 88, 2515, 37, 2551, 90, 2564, 39, 2567, 90, 2576, 37, 2586, 90, 2596, 39, 2604, 90, 2615, 37, 2624, 90, 2635, 39, 2640, 90, 2650, 37, 2672, 39, 2685, 90, 2695, 40, 2701, 90, 2709, 37, 2728, 39, 2733, 90, 2743, 39, 2749, 90, 2756, 37, 2768, 90, 2779, 39, 2785, 90, 2793, 37, 2820, 39, 2834, 90, 2844, 40, 2851, 90, 2859, 37, 2878, 39, 2883, 90, 2895, 39, 2900, 90, 2909, 37, 2921, 90, 2932, 39, 2938, 90, 2948, 37, 2972, 39, 2985, 90, 2995, 40, 3000, 90, 3009, 37, 3028, 39, 3037, 38, 3143, 39, 3154, 38, 3164, 37, 3170, 40, 3246, 37, 3400, 38, 3417, 40, 3439, 38, 3508, 39, 3555, 37, 3565, 88, 3592, 37, 3604, 90, 3706, 39, 3745, 40, 3799, 38, 3806, 90, 3816, 38, 3820, 90, 3837, 37, 4071, 38, 4142, 39, 4213, 88, 4224, 37, 4228, 88, 4237, 39, 4249, 88, 4259, 37, 4265, 88, 4274, 39, 4286, 88, 4296, 37, 4302, 88, 4317, 39, 4338, 37, 4353, 88, 4363, 40, 4370, 88, 4378, 39, 4399, 37, 4410, 40, 4425, 88, 4435, 40, 4441, 88, 4452, 39, 4469, 37, 4474, 88, 4485, 37, 4491, 88, 4500, 39, 4512, 88, 4522, 37, 4528, 88, 4537, 39, 4590, 37, 4598, 90, 4609, 39, 4614, 90, 4642, 39, 4662, 37, 4668, 38, 4693, 37, 4714, 39, 4741, 38, 4753, 37, 4774, 38, 4784, 39, 4805, 38, 4814, 37, 4831, 38, 4842, 37, 4845, 38, 4854, 39, 4873, 38, 4882, 37, 4902, 38, 4912, 39, 4931, 38, 4941, 37 ], + goldDrop: [ 22, 30, 23, 20, 26, 35, 33, 15, 33, 20 ], + bornPos: [ 1, 16, 22 ] }, -{ level: 147, ai: 1, time: 2495, state: 1, country: "Taiwan", //id=119 2014-06-10 14:24:34 +{ level: 147, ai: 1, time: 2495, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.47.88", date:"2014-06-10 14:24:34", //id=147 action: [ 0, 40, 68, 39, 72, 40, 109, 39, 113, 38, 125, 37, 149, 90, 179, 37, 186, 40, 197, 37, 226, 38, 232, 37, 238, 39, 243, 40, 262, 37, 281, 40, 326, 39, 333, 38, 350, 39, 353, 38, 368, 39, 388, 40, 414, 39, 420, 37, 427, 88, 439, 39, 458, 38, 502, 39, 510, 37, 515, 88, 525, 40, 530, 88, 541, 39, 550, 88, 561, 37, 567, 88, 576, 39, 587, 88, 599, 39, 624, 40, 640, 39, 648, 88, 660, 39, 682, 38, 723, 39, 737, 38, 769, 40, 798, 39, 828, 37, 837, 40, 846, 39, 852, 37, 919, 39, 922, 37, 932, 37, 933, 37, 934, 37, 935, 37, 937, 37, 938, 37, 939, 37, 940, 37, 950, 39, 964, 38, 996, 37, 1001, 39, 1010, 38, 1042, 37, 1053, 38, 1064, 37, 1068, 38, 1076, 37, 1080, 38, 1089, 37, 1121, 40, 1162, 39, 1186, 37, 1205, 38, 1253, 39, 1259, 37, 1332, 39, 1340, 37, 1363, 39, 1373, 38, 1436, 37, 1446, 38, 1453, 37, 1458, 38, 1467, 37, 1471, 38, 1481, 37, 1495, 37, 1496, 37, 1497, 37, 1498, 37, 1499, 37, 1513, 40, 1526, 40, 1527, 40, 1528, 40, 1529, 40, 1530, 40, 1531, 40, 1540, 39, 1559, 38, 1569, 40, 1595, 39, 1623, 37, 1642, 38, 1663, 90, 1674, 37, 1691, 38, 1701, 37, 1704, 38, 1747, 39, 1784, 40, 1790, 39, 1812, 37, 1825, 38, 1838, 39, 1844, 37, 1914, 39, 1919, 37, 1937, 39, 1948, 38, 2011, 37, 2019, 38, 2027, 37, 2030, 38, 2039, 37, 2042, 38, 2052, 37, 2066, 37, 2067, 37, 2068, 37, 2069, 37, 2070, 37, 2071, 37, 2072, 37, 2073, 37, 2074, 37, 2075, 37, 2076, 37, 2077, 37, 2078, 37, 2079, 37, 2080, 37, 2081, 37, 2082, 37, 2083, 37, 2084, 37, 2085, 37, 2086, 37, 2087, 37, 2088, 37, 2089, 37, 2090, 37, 2091, 37, 2092, 37, 2093, 37, 2094, 37, 2095, 37, 2096, 37, 2097, 37, 2098, 37, 2099, 37, 2100, 37, 2107, 38, 2124, 37, 2130, 90, 2142, 38, 2150, 37, 2154, 38, 2168, 37, 2182, 37, 2183, 37, 2184, 37, 2189, 88, 2200, 39, 2204, 88, 2206, 40, 2217, 88, 2229, 37, 2234, 38, 2247, 39, 2251, 88, 2264, 39, 2278, 88, 2331, 37, 2336, 88, 2368, 37, 2381, 38, 2392, 39, 2397, 38, 2406, 39, 2410, 38, 2428, 39, 2439, 40, 2461, 39, 2478, 38 ], goldDrop: [ 23, 24 ], bornPos: [ 1, 0 ] }, -{ level: 148, ai: 1, time: 2507, state: 1, country: "Taiwan", //id=120 2014-06-10 14:28:54 +{ level: 148, ai: 1, time: 2507, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.47.88", date:"2014-06-10 14:28:54", //id=148 action: [ 0, 39, 51, 88, 61, 37, 66, 88, 77, 37, 83, 88, 91, 37, 104, 37, 105, 37, 106, 37, 107, 37, 108, 37, 109, 37, 110, 37, 111, 37, 112, 37, 113, 37, 114, 37, 115, 37, 116, 37, 117, 37, 118, 37, 119, 37, 120, 37, 121, 37, 122, 37, 123, 37, 124, 37, 125, 37, 126, 37, 127, 37, 193, 90, 204, 39, 209, 90, 220, 39, 225, 90, 235, 39, 241, 90, 250, 39, 256, 90, 267, 39, 308, 39, 362, 37, 366, 88, 377, 37, 382, 88, 389, 37, 403, 37, 404, 37, 405, 37, 406, 37, 493, 90, 505, 39, 510, 90, 522, 39, 526, 90, 538, 39, 542, 90, 551, 39, 565, 39, 566, 39, 567, 39, 568, 39, 569, 39, 633, 88, 646, 37, 649, 88, 659, 37, 665, 88, 673, 37, 687, 37, 730, 38, 759, 37, 800, 90, 809, 39, 815, 90, 824, 39, 832, 90, 841, 39, 848, 90, 856, 39, 870, 39, 871, 39, 872, 39, 873, 39, 874, 39, 941, 88, 950, 37, 956, 88, 966, 37, 977, 88, 987, 37, 992, 88, 1003, 37, 1007, 88, 1017, 37, 1045, 38, 1059, 37, 1093, 90, 1104, 39, 1108, 90, 1119, 39, 1123, 90, 1133, 39, 1157, 38, 1210, 88, 1284, 39, 1289, 90, 1298, 39, 1310, 90, 1321, 39, 1336, 90, 1347, 39, 1352, 90, 1363, 39, 1367, 90, 1377, 39, 1422, 37, 1431, 38, 1447, 88, 1461, 37, 1466, 88, 1485, 37, 1488, 88, 1497, 37, 1515, 38, 1589, 37, 1596, 90, 1642, 37, 1681, 88, 1690, 37, 1694, 88, 1704, 37, 1707, 88, 1718, 37, 1722, 88, 1731, 37, 1767, 90, 1774, 39, 1784, 90, 1793, 39, 1800, 90, 1811, 39, 1816, 90, 1827, 39, 1833, 90, 1844, 39, 1849, 90, 1938, 39, 2004, 88, 2012, 37, 2025, 88, 2034, 37, 2041, 88, 2050, 37, 2073, 90, 2122, 39, 2133, 90, 2148, 39, 2149, 90, 2164, 39, 2166, 90, 2261, 39, 2267, 90, 2278, 39, 2283, 90, 2292, 39, 2339, 37, 2357, 38, 2406, 39, 2417, 38, 2431, 37, 2460, 38, 2469, 37, 2490, 38, 2497, 37, 2501, 38 ], goldDrop: [ 28, 22, 17, 26, 20, 39, 19, 29, 37, 23, 18, 18, 28, 23, 16, 19, 26, 28, 30, 18, 28, 16, 33, 30 ], bornPos: [ 1, 15, 4, 23, 2, 13, 21, 22, 7, 9, 5, 19, 10, 11, 17, 6, 3, 25, 12 ] }, -{ level: 150, ai: 1, time: 2460, state: 1, country: "Taiwan", //id=121 2014-06-11 21:14:09 +{ level: 149, ai: 1, time: 7068, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.43.159", date:"2014-06-25 19:30:23", //id=149 + action: [ 0, 37, 11, 39, 17, 90, 28, 37, 34, 40, 67, 90, 148, 37, 159, 38, 166, 37, 173, 38, 180, 37, 184, 38, 193, 37, 197, 38, 205, 37, 209, 38, 218, 37, 221, 38, 230, 37, 235, 38, 242, 37, 246, 38, 254, 37, 258, 38, 265, 37, 326, 39, 381, 38, 388, 37, 392, 38, 400, 37, 404, 38, 413, 37, 416, 38, 426, 37, 429, 38, 439, 37, 441, 38, 457, 37, 458, 38, 469, 37, 473, 38, 498, 37, 504, 40, 537, 39, 552, 37, 560, 38, 582, 88, 626, 39, 662, 38, 668, 37, 672, 38, 680, 37, 683, 38, 692, 37, 695, 38, 705, 37, 708, 38, 719, 37, 722, 38, 738, 37, 742, 38, 796, 40, 842, 39, 846, 88, 901, 39, 927, 38, 934, 37, 938, 38, 945, 37, 950, 38, 962, 40, 977, 39, 990, 38, 996, 37, 1000, 38, 1007, 37, 1011, 38, 1018, 37, 1023, 38, 1029, 37, 1034, 38, 1040, 37, 1045, 38, 1057, 40, 1070, 37, 1099, 39, 1105, 88, 1175, 39, 1206, 38, 1214, 37, 1218, 38, 1227, 37, 1230, 38, 1239, 37, 1242, 38, 1253, 37, 1256, 38, 1325, 40, 1354, 88, 1405, 39, 1440, 38, 1450, 37, 1453, 38, 1464, 37, 1468, 38, 1480, 37, 1483, 38, 1492, 37, 1495, 38, 1501, 37, 1507, 38, 1512, 37, 1518, 38, 1520, 37, 1530, 38, 1591, 37, 1609, 88, 1655, 39, 1697, 38, 1705, 37, 1708, 38, 1718, 37, 1721, 38, 1731, 37, 1734, 38, 1744, 37, 1747, 38, 1758, 37, 1760, 38, 1771, 37, 1773, 38, 1784, 37, 1788, 38, 1798, 37, 1801, 38, 1814, 88, 1899, 37, 1966, 39, 2066, 38, 2076, 37, 2079, 38, 2090, 37, 2093, 38, 2101, 37, 2107, 38, 2117, 37, 2120, 38, 2128, 37, 2133, 38, 2141, 37, 2147, 38, 2155, 37, 2159, 38, 2202, 37, 2248, 39, 2299, 38, 2308, 37, 2311, 38, 2322, 37, 2326, 38, 2342, 40, 2347, 39, 2362, 37, 2366, 38, 2386, 37, 2389, 38, 2400, 37, 2404, 38, 2414, 37, 2419, 38, 2428, 37, 2433, 38, 2457, 37, 2466, 40, 2509, 37, 2579, 88, 2622, 39, 2670, 38, 2680, 37, 2683, 38, 2719, 40, 2723, 39, 2748, 37, 2752, 38, 2763, 37, 2767, 38, 2778, 37, 2781, 38, 2791, 37, 2794, 38, 2801, 37, 2806, 38, 2811, 37, 2841, 39, 2849, 37, 2876, 88, 2960, 39, 3001, 38, 3029, 37, 3032, 38, 3064, 37, 3068, 38, 3097, 37, 3102, 38, 3109, 37, 3114, 38, 3122, 37, 3126, 38, 3132, 37, 3137, 38, 3142, 37, 3147, 38, 3163, 39, 3184, 38, 3189, 39, 3196, 38, 3200, 39, 3205, 38, 3210, 39, 3213, 38, 3219, 39, 3222, 38, 3225, 39, 3283, 90, 3308, 39, 3323, 37, 3327, 88, 3340, 39, 3353, 37, 3368, 88, 3381, 37, 3384, 88, 3393, 39, 3401, 88, 3414, 39, 3450, 38, 3455, 39, 3462, 38, 3465, 39, 3471, 38, 3476, 39, 3479, 38, 3484, 39, 3487, 38, 3491, 39, 3496, 38, 3499, 39, 3504, 38, 3508, 39, 3567, 37, 3615, 38, 3623, 39, 3632, 38, 3642, 37, 3651, 38, 3660, 39, 3663, 38, 3669, 39, 3673, 38, 3680, 39, 3684, 38, 3690, 39, 3693, 38, 3698, 39, 3702, 38, 3717, 39, 3720, 38, 3726, 39, 3753, 37, 3813, 38, 3823, 39, 3827, 38, 3837, 39, 3840, 38, 3853, 39, 3857, 38, 3871, 39, 3875, 38, 3885, 39, 3888, 38, 3903, 39, 3907, 38, 3920, 39, 3926, 40, 3953, 37, 4001, 38, 4010, 39, 4014, 38, 4025, 39, 4029, 38, 4039, 39, 4042, 38, 4052, 39, 4056, 38, 4066, 39, 4070, 38, 4080, 39, 4083, 38, 4096, 40, 4130, 37, 4165, 38, 4173, 39, 4177, 38, 4186, 39, 4190, 38, 4199, 39, 4203, 38, 4214, 39, 4218, 38, 4226, 39, 4230, 38, 4242, 40, 4268, 37, 4410, 38, 4420, 39, 4425, 38, 4433, 39, 4438, 38, 4449, 39, 4452, 38, 4459, 39, 4464, 38, 4480, 40, 4502, 37, 4548, 38, 4571, 39, 4575, 38, 4610, 40, 4619, 37, 4647, 38, 4669, 39, 4673, 38, 4700, 40, 4734, 38, 4754, 37, 4757, 38, 4781, 39, 4785, 38, 4793, 39, 4797, 38, 4803, 39, 4807, 38, 4812, 39, 4816, 38, 4838, 40, 4861, 37, 4894, 38, 4908, 39, 4913, 38, 4924, 39, 4928, 38, 4943, 39, 4946, 38, 4953, 39, 4957, 38, 4962, 39, 4966, 38, 4970, 39, 4973, 38, 5012, 40, 5050, 37, 5078, 38, 5092, 37, 5097, 38, 5106, 39, 5111, 38, 5121, 39, 5126, 38, 5136, 39, 5139, 90, 5140, 38, 5149, 37, 5155, 39, 5160, 38, 5166, 90, 5174, 39, 5177, 38, 5187, 39, 5191, 38, 5197, 39, 5204, 90, 5210, 38, 5242, 39, 5291, 37, 5338, 38, 5344, 39, 5349, 38, 5357, 39, 5360, 90, 5363, 40, 5379, 37, 5389, 38, 5398, 39, 5401, 38, 5403, 90, 5411, 39, 5415, 38, 5426, 37, 5434, 38, 5444, 90, 5448, 38, 5456, 39, 5460, 38, 5470, 39, 5474, 38, 5481, 39, 5486, 38, 5491, 39, 5495, 38, 5499, 39, 5503, 38, 5507, 39, 5511, 38, 5516, 39, 5519, 38, 5524, 39, 5541, 37, 5612, 38, 5622, 39, 5626, 38, 5635, 39, 5639, 38, 5647, 39, 5652, 38, 5661, 39, 5666, 38, 5673, 39, 5677, 38, 5684, 39, 5689, 38, 5697, 39, 5702, 38, 5714, 37, 5734, 38, 5740, 37, 5745, 38, 5751, 37, 5755, 38, 5761, 37, 5766, 38, 5771, 37, 5776, 38, 5781, 37, 5847, 39, 5853, 90, 5863, 37, 5880, 39, 5894, 90, 5908, 39, 5911, 90, 5952, 37, 5959, 90, 5971, 37, 6006, 38, 6019, 39, 6029, 37, 6033, 38, 6041, 39, 6075, 90, 6141, 37, 6152, 38, 6159, 37, 6163, 38, 6169, 37, 6174, 38, 6179, 37, 6184, 38, 6190, 37, 6195, 38, 6201, 37, 6205, 38, 6213, 37, 6216, 38, 6223, 37, 6226, 38, 6234, 37, 6238, 38, 6248, 39, 6259, 38, 6264, 39, 6270, 38, 6275, 39, 6280, 38, 6285, 39, 6289, 38, 6295, 39, 6300, 38, 6378, 37, 6426, 40, 6450, 38, 6455, 37, 6514, 39, 6562, 38, 6572, 37, 6577, 38, 6588, 37, 6592, 38, 6601, 37, 6605, 38, 6614, 37, 6618, 38, 6626, 37, 6630, 38, 6637, 37, 6641, 38, 6650, 37, 6655, 38, 6668, 88, 6728, 37, 6769, 39, 6827, 38, 6835, 37, 6840, 38, 6848, 37, 6853, 38, 6861, 37, 6866, 38, 6873, 37, 6877, 38, 6885, 37, 6890, 38, 6897, 37, 6901, 38, 6909, 37, 6913, 38, 6925, 88, 6988, 39, 7008, 38, 7013, 39, 7020, 38, 7025, 39, 7030, 38, 7035, 39, 7038, 38, 7045, 39, 7047, 38, 7058, 39, 7062, 38 ], + goldDrop: [ 37, 14, 39, 30, 17, 19, 20 ], + bornPos: [ 1, 21, 1 ] +}, +{ level: 150, ai: 1, time: 2460, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.47.88", date:"2014-06-11 21:14:09", //id=150 action: [ 0, 39, 68, 38, 76, 39, 84, 38, 97, 39, 103, 38, 115, 39, 123, 38, 135, 39, 143, 38, 156, 39, 164, 38, 198, 37, 279, 39, 296, 37, 304, 90, 313, 39, 318, 90, 348, 37, 359, 38, 364, 37, 371, 38, 381, 37, 386, 38, 397, 37, 402, 38, 413, 37, 418, 38, 429, 37, 434, 38, 449, 37, 467, 38, 492, 40, 509, 39, 525, 40, 537, 37, 543, 39, 554, 40, 563, 37, 571, 39, 584, 40, 595, 37, 601, 39, 613, 40, 621, 37, 633, 40, 637, 37, 645, 39, 658, 40, 671, 37, 680, 39, 705, 37, 736, 39, 750, 38, 758, 37, 784, 40, 800, 37, 819, 90, 851, 39, 853, 90, 863, 39, 865, 90, 910, 37, 941, 38, 950, 39, 958, 37, 969, 38, 978, 39, 985, 37, 995, 38, 1017, 39, 1023, 37, 1028, 38, 1066, 39, 1092, 88, 1163, 39, 1263, 38, 1271, 39, 1278, 38, 1290, 39, 1297, 38, 1311, 39, 1317, 38, 1330, 39, 1336, 38, 1347, 39, 1355, 38, 1386, 39, 1395, 38, 1405, 39, 1412, 38, 1420, 40, 1441, 39, 1449, 37, 1461, 40, 1474, 39, 1480, 37, 1492, 40, 1504, 39, 1511, 37, 1522, 40, 1534, 39, 1541, 37, 1553, 40, 1565, 39, 1573, 37, 1586, 40, 1597, 39, 1627, 37, 1643, 39, 1654, 88, 1670, 37, 1680, 38, 1699, 37, 1715, 38, 1725, 39, 1769, 38, 1778, 37, 1813, 38, 1825, 39, 1834, 38, 1841, 37, 1845, 38, 1856, 39, 1870, 88, 1883, 37, 1887, 88, 1943, 39, 1962, 40, 2009, 37, 2017, 39, 2026, 38, 2106, 37, 2225, 88, 2241, 39, 2256, 38, 2268, 39, 2337, 38, 2356, 90, 2402, 38 ], goldDrop: [ 23, 35, 20, 20, 23, 36, 20, 18, 35 ], bornPos: [ 1, 14, 24 ] -}]; //Count = 121 +}]; //Count = 150 // World DemoData2 var wDemoData2 = [ - { level: 1, ai: 1, time: 4674, state: 1, country: "Taiwan", //id=1 2014-06-02 17:46:22 - action: [ 0, 37, 5, 88, 15, 40, 21, 88, 33, 40, 37, 88, 47, 40, 52, 88, 216, 40, 221, 88, 229, 38, 254, 39, 334, 37, 401, 38, 410, 37, 413, 38, 438, 88, 448, 40, 453, 88, 463, 40, 469, 88, 479, 40, 484, 88, 495, 40, 500, 88, 508, 38, 540, 39, 610, 40, 643, 37, 721, 38, 794, 39, 804, 40, 838, 37, 853, 38, 892, 39, 908, 40, 930, 37, 961, 38, 1001, 39, 1020, 40, 1042, 37, 1077, 38, 1118, 39, 1141, 40, 1174, 37, 1204, 38, 1244, 39, 1279, 40, 1314, 37, 1353, 38, 1394, 39, 1434, 40, 1469, 37, 1514, 38, 1554, 39, 1614, 40, 1648, 39, 1727, 38, 1768, 37, 1778, 40, 1798, 39, 1827, 38, 1866, 37, 1881, 40, 1900, 39, 1937, 38, 1977, 37, 1996, 40, 2028, 39, 2054, 38, 2093, 37, 2117, 40, 2151, 39, 2180, 38, 2220, 37, 2254, 40, 2271, 39, 2328, 38, 2368, 37, 2410, 40, 2433, 39, 2489, 38, 2529, 37, 2576, 40, 2604, 39, 2659, 38, 2698, 37, 2748, 40, 2776, 39, 2836, 38, 2875, 37, 2932, 40, 2953, 39, 3025, 38, 3064, 37, 3125, 40, 3142, 39, 3222, 38, 3261, 37, 3326, 40, 3360, 39, 3430, 38, 3470, 37, 3537, 40, 3555, 37, 3570, 39, 3641, 38, 3679, 37, 3768, 38, 3840, 40, 3868, 37, 3924, 38, 3965, 39, 4015, 38, 4035, 40, 4065, 39, 4158, 38, 4197, 37, 4267, 38, 4278, 40, 4309, 39, 4570, 40, 4576, 90, 4607, 37, 4615, 39, 4624, 38 ], - goldDrop: [ 21 ], - bornPos: [] -}, -{ level: 2, ai: 1, time: 11607, state: 1, country: "Taiwan", //id=2 2014-06-12 20:49:24 - action: [ 0, 39, 17, 38, 41, 37, 61, 38, 139, 40, 176, 37, 184, 40, 205, 37, 214, 40, 242, 39, 279, 38, 338, 37, 489, 40, 502, 40, 503, 40, 504, 40, 505, 40, 506, 40, 507, 40, 508, 40, 509, 40, 552, 39, 600, 38, 804, 37, 835, 38, 851, 40, 868, 37, 965, 40, 988, 37, 992, 38, 1007, 40, 1047, 37, 1071, 39, 1143, 38, 1200, 37, 1316, 40, 1330, 37, 1365, 38, 1398, 39, 1430, 37, 1434, 38, 1496, 39, 1534, 37, 1554, 38, 1616, 40, 1630, 40, 1631, 40, 1632, 40, 1633, 40, 1634, 40, 1635, 40, 1636, 40, 1637, 40, 1638, 40, 1639, 40, 1640, 40, 1649, 37, 1749, 38, 1833, 39, 1863, 40, 1874, 37, 1882, 40, 1895, 39, 1909, 39, 1926, 38, 1960, 39, 1983, 38, 2089, 39, 2114, 40, 2127, 37, 2252, 40, 2264, 37, 2275, 38, 2276, 39, 2296, 37, 2302, 38, 2320, 40, 2357, 37, 2367, 40, 2393, 37, 2455, 38, 2510, 39, 2575, 38, 2759, 40, 2795, 37, 2811, 39, 2834, 37, 2848, 38, 2860, 40, 2873, 38, 2980, 39, 3005, 37, 3031, 40, 3038, 37, 3047, 37, 3185, 39, 3190, 38, 3227, 40, 3232, 90, 3394, 39, 3405, 37, 3412, 38, 3420, 39, 3434, 37, 3446, 40, 3460, 40, 3461, 40, 3462, 40, 3463, 40, 3464, 40, 3465, 40, 3466, 40, 3467, 40, 3468, 40, 3469, 40, 3470, 40, 3471, 40, 3472, 40, 3473, 40, 3474, 40, 3482, 37, 3577, 38, 3634, 39, 3694, 38, 3698, 38, 3706, 39, 3708, 38, 3722, 39, 3724, 38, 3862, 37, 3899, 39, 3906, 40, 3915, 37, 4057, 40, 4102, 37, 4108, 40, 4120, 39, 4239, 38, 4463, 37, 4521, 39, 4531, 38, 4584, 40, 4605, 37, 4662, 39, 4671, 38, 4684, 37, 4690, 40, 4744, 39, 4785, 38, 4800, 40, 4842, 38, 5018, 37, 5047, 38, 5189, 40, 5210, 37, 5307, 40, 5358, 39, 5511, 38, 5590, 37, 5616, 38, 5834, 40, 5855, 37, 5897, 40, 5912, 37, 5944, 38, 5955, 40, 5969, 38, 5976, 37, 5988, 39, 5999, 37, 6006, 39, 6015, 37, 6025, 39, 6036, 38, 6081, 40, 6086, 39, 6098, 40, 6109, 37, 6240, 39, 6248, 38, 6270, 37, 6275, 38, 6285, 37, 6302, 39, 6312, 37, 6327, 39, 6343, 90, 6449, 40, 6454, 37, 6551, 39, 6563, 40, 6583, 37, 6597, 37, 6598, 37, 6667, 38, 6728, 39, 6772, 40, 6775, 39, 6810, 37, 6828, 39, 6845, 38, 6922, 39, 7021, 40, 7035, 40, 7036, 40, 7037, 40, 7038, 40, 7039, 40, 7040, 40, 7041, 40, 7042, 40, 7043, 40, 7044, 40, 7045, 40, 7046, 40, 7047, 40, 7048, 40, 7049, 40, 7050, 40, 7051, 40, 7052, 40, 7053, 40, 7054, 40, 7055, 40, 7056, 40, 7057, 40, 7058, 40, 7059, 40, 7060, 40, 7061, 40, 7062, 40, 7063, 40, 7064, 40, 7065, 40, 7066, 40, 7067, 40, 7068, 40, 7069, 40, 7070, 40, 7079, 37, 7195, 38, 7268, 40, 7286, 39, 7349, 38, 7587, 40, 7611, 37, 7685, 40, 7690, 39, 7808, 40, 7820, 37, 7830, 40, 7844, 40, 7845, 40, 7846, 40, 7847, 40, 7848, 40, 7849, 40, 7850, 40, 7851, 40, 7852, 40, 7853, 40, 7854, 40, 7855, 40, 7863, 37, 7877, 37, 7878, 37, 7879, 37, 7880, 37, 7881, 37, 7882, 37, 7883, 37, 7884, 37, 8004, 38, 8060, 39, 8129, 38, 8141, 37, 8144, 38, 8365, 40, 8447, 39, 8741, 38, 8776, 40, 8792, 39, 8804, 40, 8809, 39, 8820, 40, 8825, 39, 9155, 38, 9202, 37, 9303, 40, 9315, 37, 9355, 38, 9376, 39, 9385, 38, 9449, 40, 9463, 40, 9464, 40, 9465, 40, 9466, 40, 9467, 40, 9468, 40, 9469, 40, 9470, 40, 9471, 40, 9472, 40, 9473, 40, 9474, 40, 9475, 40, 9476, 40, 9477, 40, 9478, 40, 9485, 39, 9685, 38, 9747, 40, 9800, 39, 10232, 40, 10246, 40, 10451, 38, 10681, 37, 10713, 38, 10788, 39, 10792, 40, 10814, 37, 10832, 40, 10846, 37, 10884, 40, 10889, 37, 11018, 39, 11027, 40, 11049, 37, 11169, 38, 11224, 39, 11250, 38, 11371, 40, 11430, 37, 11456, 38, 11513, 39, 11579, 38 ], - goldDrop: [ 38, 31, 35, 19, 14, 15, 24, 27, 27, 30, 33, 25, 28, 28, 22, 32, 14, 23, 14, 31 ], - bornPos: [] -}, -{ level: 3, ai: 1, time: 2149, state: 1, country: "Taiwan", //id=3 2014-06-02 12:10:34 - action: [ 0, 37, 26, 40, 43, 37, 63, 38, 76, 37, 85, 38, 91, 37, 124, 38, 139, 40, 149, 38, 176, 40, 209, 39, 345, 40, 357, 37, 371, 40, 389, 39, 401, 40, 422, 39, 430, 37, 471, 39, 480, 38, 502, 39, 510, 37, 524, 38, 540, 37, 568, 40, 593, 39, 600, 37, 610, 38, 619, 38, 630, 37, 677, 40, 706, 39, 746, 40, 756, 39, 785, 90, 971, 37, 1038, 38, 1055, 39, 1062, 40, 1171, 37, 1179, 40, 1193, 39, 1268, 90, 1355, 38, 1366, 40, 1458, 37, 1522, 38, 1539, 39, 1546, 40, 1697, 37, 1709, 37, 1710, 37, 1711, 37, 1712, 37, 1713, 37, 1729, 40, 1741, 40, 1743, 40, 1783, 38, 1797, 38, 1809, 39, 1911, 40, 1936, 39, 1958, 38, 1967, 39, 1973, 38, 1988, 37, 1994, 38, 2018, 37, 2121, 38 ], - goldDrop: [ 16, 31, 37 ], - bornPos: [ 1, 22, 25 ] -}, -{ level: 4, ai: 1, time: 2087, state: 1, country: "Taiwan", //id=4 2014-06-02 12:14:09 - action: [ 0, 37, 36, 38, 59, 39, 104, 38, 116, 39, 143, 38, 197, 39, 201, 88, 213, 37, 219, 88, 230, 37, 236, 88, 246, 39, 289, 37, 462, 38, 470, 39, 479, 88, 490, 37, 497, 88, 509, 37, 514, 88, 527, 40, 549, 39, 554, 88, 600, 39, 607, 37, 713, 38, 734, 39, 781, 38, 789, 39, 884, 38, 908, 37, 964, 38, 975, 37, 997, 38, 1084, 90, 1097, 39, 1102, 90, 1113, 37, 1155, 39, 1345, 38, 1354, 37, 1360, 90, 1371, 39, 1377, 90, 1390, 40, 1409, 39, 1420, 38, 1441, 39, 1457, 37, 1484, 39, 1534, 38, 1561, 37, 1616, 38, 1623, 37, 1710, 38, 1734, 39, 1789, 38, 1798, 39, 1814, 37, 1821, 38, 1979, 88, 2062, 39, 2069, 37, 2076, 38 ], - goldDrop: [ 25, 34 ], - bornPos: [] -}, -{ level: 5, ai: 1, time: 6878, state: 1, country: "Taiwan", //id=5 2014-06-12 20:52:16 - action: [ 0, 40, 288, 38, 293, 39, 347, 88, 356, 37, 359, 88, 371, 37, 376, 88, 388, 37, 393, 88, 406, 37, 411, 88, 423, 37, 429, 88, 441, 37, 447, 88, 459, 37, 464, 88, 477, 37, 482, 88, 496, 37, 500, 88, 515, 37, 518, 88, 535, 37, 550, 88, 623, 40, 637, 40, 638, 40, 639, 40, 640, 40, 641, 40, 642, 40, 643, 40, 644, 40, 645, 40, 646, 40, 647, 40, 648, 40, 649, 40, 650, 40, 651, 40, 652, 40, 776, 38, 783, 39, 835, 88, 844, 37, 851, 88, 862, 37, 868, 88, 880, 37, 885, 88, 898, 37, 902, 88, 916, 37, 919, 88, 932, 37, 937, 88, 949, 37, 954, 88, 967, 37, 972, 88, 985, 37, 989, 88, 1012, 37, 1018, 88, 1115, 40, 1137, 38, 1159, 39, 1181, 38, 1217, 90, 1265, 37, 1285, 40, 1295, 39, 1438, 40, 1446, 39, 1497, 88, 1506, 37, 1514, 88, 1524, 37, 1530, 88, 1540, 37, 1546, 88, 1558, 37, 1564, 88, 1575, 37, 1581, 88, 1592, 37, 1598, 88, 1610, 37, 1615, 88, 1629, 37, 1634, 88, 1644, 37, 1649, 88, 1661, 37, 1666, 88, 1773, 38, 1806, 39, 1830, 38, 1897, 90, 1964, 37, 1991, 40, 2000, 39, 2127, 40, 2141, 40, 2142, 40, 2143, 40, 2144, 40, 2145, 40, 2146, 40, 2147, 40, 2148, 40, 2149, 40, 2150, 40, 2151, 40, 2152, 40, 2153, 40, 2154, 40, 2155, 40, 2156, 40, 2157, 40, 2158, 40, 2159, 40, 2160, 40, 2161, 40, 2162, 40, 2163, 40, 2164, 40, 2322, 38, 2339, 40, 2373, 38, 2396, 40, 2433, 38, 2442, 39, 2453, 40, 2456, 39, 2509, 88, 2519, 37, 2522, 88, 2533, 37, 2539, 88, 2550, 37, 2556, 88, 2567, 37, 2574, 88, 2585, 37, 2591, 88, 2601, 37, 2608, 88, 2619, 37, 2626, 88, 2637, 37, 2643, 88, 2654, 37, 2660, 88, 2672, 37, 2678, 88, 2687, 37, 2694, 88, 2782, 38, 2829, 39, 2851, 38, 2971, 90, 3018, 37, 3039, 40, 3048, 39, 3190, 40, 3204, 40, 3478, 38, 3484, 39, 3535, 88, 3545, 37, 3552, 88, 3563, 37, 3570, 88, 3582, 37, 3588, 88, 3601, 37, 3606, 88, 3617, 37, 3623, 88, 3635, 37, 3640, 88, 3652, 37, 3657, 88, 3669, 37, 3674, 88, 3685, 37, 3690, 88, 3700, 37, 3706, 88, 3791, 38, 3860, 39, 3876, 38, 3918, 39, 3927, 38, 3937, 37, 3947, 38, 4015, 90, 4056, 37, 4070, 40, 4080, 39, 4241, 38, 4262, 39, 4333, 37, 4339, 88, 4350, 37, 4416, 40, 4430, 39, 4496, 37, 4503, 88, 4513, 37, 4576, 40, 4588, 39, 4600, 40, 4604, 39, 4665, 37, 4672, 88, 4681, 37, 4741, 40, 4756, 39, 4811, 37, 4817, 88, 4827, 37, 4879, 40, 4894, 39, 5029, 38, 5096, 90, 5107, 40, 5112, 90, 5123, 40, 5128, 90, 5141, 40, 5145, 90, 5158, 40, 5162, 90, 5174, 40, 5179, 90, 5191, 40, 5196, 90, 5208, 40, 5213, 90, 5226, 40, 5230, 90, 5244, 40, 5248, 90, 5260, 37, 5278, 39, 5290, 38, 5347, 37, 5387, 90, 5399, 39, 5404, 90, 5416, 39, 5421, 90, 5433, 39, 5439, 90, 5451, 39, 5457, 90, 5468, 39, 5474, 90, 5485, 39, 5490, 90, 5497, 37, 5535, 90, 5546, 39, 5551, 90, 5563, 39, 5568, 90, 5581, 39, 5586, 90, 5597, 39, 5603, 90, 5612, 39, 5622, 90, 5631, 37, 5654, 90, 5667, 39, 5671, 90, 5685, 39, 5689, 90, 5702, 37, 5718, 90, 5728, 39, 5735, 90, 5748, 37, 5768, 88, 5780, 40, 5786, 88, 5799, 40, 5803, 88, 5817, 40, 5822, 88, 5834, 40, 5839, 88, 5852, 40, 5857, 88, 5873, 40, 5881, 39, 5897, 90, 5908, 37, 5918, 39, 5963, 38, 6028, 37, 6048, 88, 6059, 37, 6066, 88, 6076, 37, 6082, 88, 6094, 37, 6100, 88, 6111, 37, 6117, 88, 6128, 37, 6134, 88, 6145, 37, 6151, 88, 6161, 39, 6190, 88, 6201, 37, 6208, 88, 6219, 37, 6225, 88, 6237, 37, 6243, 88, 6254, 37, 6262, 88, 6273, 39, 6293, 88, 6302, 37, 6310, 88, 6322, 37, 6329, 88, 6337, 39, 6354, 88, 6367, 39, 6384, 90, 6395, 40, 6401, 90, 6414, 40, 6418, 90, 6432, 40, 6436, 90, 6450, 40, 6454, 90, 6467, 40, 6471, 90, 6490, 40, 6501, 90, 6514, 37, 6525, 39, 6554, 38, 6620, 37, 6666, 90, 6681, 37, 6746, 39, 6801, 38 ], + { level: 1, ai: 1, time: 4445, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.43.159", date:"2014-06-25 16:26:59", //id=1 + action: [ 0, 37, 22, 88, 46, 40, 50, 88, 64, 40, 70, 88, 100, 40, 107, 88, 119, 40, 124, 88, 133, 38, 165, 39, 237, 40, 265, 37, 350, 38, 378, 88, 390, 40, 395, 88, 406, 40, 411, 88, 422, 40, 427, 88, 439, 40, 561, 38, 570, 88, 594, 40, 597, 88, 607, 40, 615, 88, 625, 38, 656, 39, 740, 37, 806, 38, 846, 39, 858, 37, 870, 38, 909, 39, 919, 40, 955, 37, 964, 38, 974, 37, 978, 38, 1017, 39, 1042, 40, 1073, 37, 1104, 38, 1144, 39, 1162, 40, 1185, 37, 1219, 38, 1266, 39, 1287, 40, 1317, 37, 1335, 38, 1348, 37, 1352, 38, 1387, 39, 1416, 37, 1432, 38, 1472, 39, 1508, 40, 1543, 37, 1583, 38, 1624, 39, 1664, 40, 1701, 37, 1745, 38, 1786, 39, 1831, 40, 1865, 37, 1915, 38, 1954, 39, 2004, 40, 2029, 39, 2127, 38, 2167, 37, 2179, 40, 2208, 39, 2230, 38, 2269, 37, 2284, 40, 2318, 39, 2342, 38, 2381, 37, 2400, 40, 2422, 39, 2459, 38, 2499, 37, 2524, 40, 2545, 39, 2585, 38, 2625, 37, 2660, 40, 2687, 39, 2731, 38, 2769, 37, 2807, 40, 2827, 39, 2886, 38, 2931, 37, 2980, 40, 3013, 39, 3166, 38, 3205, 37, 3254, 40, 3274, 39, 3341, 38, 3380, 37, 3440, 40, 3459, 39, 3537, 38, 3577, 37, 3642, 40, 3657, 39, 3745, 38, 3786, 37, 3853, 40, 3870, 39, 3957, 38, 3995, 37, 4066, 40, 4091, 39, 4175, 38, 4213, 37, 4287, 40, 4319, 39, 4401, 38 ], goldDrop: [], - bornPos: [ 1, 27, 27 ] + bornPos: [ 2, 11, 2 ] }, -{ level: 6, ai: 1, time: 5995, state: 1, country: "Taiwan", //id=6 2014-06-04 22:53:57 +{ level: 2, ai: 2, time: 2231, state: 1, godMode: 0, location: "Taiwan", ip:"36.226.142.48", date:"2014-10-18 00:00:45", //id=2 + action: [ 0, 39, 17, 38, 70, 37, 86, 38, 123, 40, 191, 37, 202, 40, 227, 37, 238, 40, 262, 39, 301, 38, 308, 90, 386, 40, 430, 38, 438, 90, 630, 38, 675, 37, 714, 40, 766, 39, 812, 38, 859, 37, 900, 40, 913, 37, 920, 40, 951, 37, 1025, 39, 1307, 38, 1457, 37, 1479, 40, 1494, 37, 1515, 40, 1546, 37, 1580, 38, 1595, 37, 1618, 40, 1635, 37, 1643, 40, 1657, 39, 1676, 37, 1720, 38, 1769, 39, 1803, 40, 1811, 37, 1853, 38, 1869, 39, 1899, 40, 1909, 37, 1945, 38, 1961, 39, 1985, 40, 1997, 37, 2026, 38, 2057, 39, 2084, 37, 2094, 40, 2108, 39, 2159, 38, 2168, 39, 2189, 37, 2205, 38, 2213, 37, 2216, 38 ], + goldDrop: [ 39, 20, 33, 32, 28 ], + bornPos: [] +}, +{ level: 3, ai: 2, time: 2065, state: 1, godMode: 0, location: "Taiwan", ip:"36.226.144.30", date:"2014-08-31 15:00:18", //id=3 + action: [ 0, 37, 26, 40, 41, 37, 64, 38, 80, 37, 127, 40, 136, 38, 163, 40, 194, 39, 328, 40, 339, 37, 353, 40, 368, 39, 384, 40, 404, 37, 444, 39, 459, 38, 479, 37, 485, 38, 498, 37, 532, 40, 548, 37, 556, 40, 586, 38, 601, 37, 647, 40, 675, 39, 745, 90, 940, 37, 1006, 38, 1022, 39, 1027, 40, 1125, 37, 1132, 40, 1145, 39, 1210, 90, 1396, 37, 1464, 38, 1478, 39, 1490, 40, 1628, 37, 1651, 40, 1711, 38, 1736, 39, 1841, 40, 1865, 39, 1883, 38, 1930, 37, 2040, 38 ], + goldDrop: [ 23, 29, 24 ], + bornPos: [ 1, 27, 23 ] +}, +{ level: 4, ai: 2, time: 1813, state: 1, godMode: 0, location: "Taiwan", ip:"36.226.139.27", date:"2014-07-11 20:21:25", //id=4 + action: [ 0, 37, 37, 38, 58, 39, 105, 38, 113, 39, 145, 88, 159, 37, 163, 88, 175, 37, 180, 88, 189, 39, 232, 37, 360, 38, 382, 39, 394, 88, 404, 37, 410, 88, 420, 37, 425, 88, 435, 40, 457, 39, 463, 88, 508, 39, 517, 37, 604, 38, 622, 39, 669, 38, 678, 39, 772, 38, 791, 37, 848, 38, 856, 37, 877, 90, 903, 39, 907, 90, 917, 37, 958, 39, 1110, 40, 1125, 39, 1153, 37, 1168, 39, 1220, 38, 1241, 37, 1297, 38, 1302, 90, 1336, 37, 1421, 38, 1445, 39, 1499, 38, 1508, 39, 1524, 37, 1531, 38, 1692, 88, 1766, 39, 1773, 37, 1792, 39, 1803, 38 ], + goldDrop: [ 23, 29, 33 ], + bornPos: [ 1, 13 ] +}, +{ level: 5, ai: 2, time: 4774, state: 1, godMode: 0, location: "Taiwan", ip:"111.250.233.20", date:"2014-11-24 01:35:14", //id=5 + action: [ 0, 40, 251, 38, 258, 39, 309, 88, 319, 37, 324, 88, 334, 37, 339, 88, 350, 37, 356, 88, 369, 37, 373, 88, 386, 37, 391, 88, 402, 37, 407, 88, 420, 37, 425, 88, 437, 37, 442, 88, 453, 37, 457, 88, 468, 37, 473, 88, 581, 38, 594, 39, 625, 38, 642, 37, 653, 90, 713, 37, 734, 40, 744, 39, 876, 38, 884, 39, 939, 37, 946, 88, 958, 37, 1027, 38, 1042, 39, 1069, 38, 1174, 90, 1264, 37, 1288, 40, 1298, 39, 1401, 38, 1412, 39, 1474, 37, 1480, 88, 1491, 37, 1499, 38, 1513, 39, 1525, 38, 1530, 39, 1541, 37, 1632, 40, 1648, 37, 1651, 38, 1698, 39, 1721, 38, 1733, 37, 1736, 38, 1837, 90, 1902, 37, 1921, 40, 1930, 39, 2065, 38, 2075, 39, 2141, 37, 2148, 88, 2158, 37, 2164, 38, 2180, 39, 2189, 38, 2201, 39, 2214, 37, 2422, 38, 2480, 39, 2506, 38, 2572, 90, 2632, 37, 2657, 40, 2666, 39, 2774, 38, 2790, 40, 2797, 39, 2825, 38, 2832, 39, 2903, 37, 2908, 88, 2918, 37, 2926, 38, 2938, 39, 2947, 38, 2964, 39, 2976, 38, 3007, 37, 3029, 38, 3079, 39, 3145, 38, 3208, 90, 3221, 40, 3225, 90, 3237, 40, 3241, 90, 3253, 40, 3258, 90, 3270, 40, 3275, 90, 3286, 40, 3291, 90, 3305, 40, 3309, 90, 3322, 40, 3326, 90, 3340, 40, 3344, 90, 3358, 40, 3362, 90, 3373, 37, 3389, 39, 3400, 38, 3450, 37, 3486, 90, 3499, 39, 3503, 90, 3516, 39, 3520, 90, 3533, 39, 3537, 90, 3550, 39, 3555, 90, 3565, 37, 3591, 90, 3602, 39, 3607, 90, 3620, 39, 3624, 90, 3635, 39, 3641, 90, 3652, 37, 3670, 90, 3681, 39, 3686, 90, 3698, 39, 3705, 90, 3717, 37, 3723, 90, 3737, 37, 3750, 88, 3763, 40, 3768, 88, 3782, 40, 3786, 88, 3801, 40, 3805, 88, 3820, 40, 3824, 88, 3838, 40, 3842, 88, 3859, 40, 3865, 39, 3877, 90, 3886, 37, 3897, 39, 3939, 38, 3997, 37, 4020, 88, 4034, 37, 4038, 88, 4052, 37, 4056, 88, 4071, 37, 4075, 88, 4090, 37, 4095, 88, 4107, 39, 4129, 88, 4140, 37, 4146, 88, 4160, 37, 4164, 88, 4178, 37, 4184, 88, 4197, 39, 4214, 88, 4225, 37, 4232, 88, 4244, 37, 4252, 88, 4263, 39, 4272, 88, 4287, 39, 4301, 90, 4314, 40, 4319, 90, 4334, 40, 4338, 90, 4354, 40, 4358, 90, 4373, 40, 4377, 90, 4393, 40, 4396, 90, 4411, 40, 4419, 90, 4432, 37, 4441, 39, 4472, 38, 4532, 37, 4579, 90, 4592, 37, 4651, 39, 4705, 38 ], + goldDrop: [], + bornPos: [] +}, +{ level: 6, ai: 1, time: 5995, state: 1, godMode: 0, location: "Taiwan", ip:"118.161.99.10", date:"2014-06-04 22:53:57", //id=6 action: [ 0, 39, 203, 90, 219, 37, 236, 88, 303, 39, 315, 38, 342, 37, 378, 38, 424, 40, 586, 37, 602, 39, 625, 38, 678, 39, 681, 37, 687, 38, 691, 90, 704, 39, 709, 38, 789, 37, 814, 39, 823, 38, 893, 90, 903, 39, 908, 38, 980, 37, 1042, 39, 1047, 90, 1055, 39, 1062, 38, 1070, 39, 1136, 38, 1225, 37, 1241, 40, 1255, 37, 1269, 39, 1353, 38, 1443, 37, 1532, 38, 1590, 40, 1606, 38, 1714, 37, 1766, 39, 1807, 37, 1843, 38, 1891, 38, 1904, 40, 1932, 38, 1948, 39, 1957, 88, 1968, 37, 1977, 38, 2006, 40, 2034, 37, 2060, 39, 2089, 37, 2098, 88, 2109, 37, 2123, 37, 2124, 37, 2125, 37, 2126, 37, 2127, 37, 2128, 37, 2129, 37, 2130, 37, 2131, 37, 2132, 37, 2133, 37, 2166, 38, 2217, 37, 2243, 88, 2313, 39, 2331, 90, 2406, 37, 2419, 38, 2457, 39, 2508, 38, 2747, 37, 2778, 38, 2806, 40, 2825, 37, 2831, 90, 2842, 39, 2848, 38, 2986, 39, 2999, 37, 3022, 39, 3044, 39, 3064, 37, 3116, 38, 3164, 88, 3184, 38, 3211, 40, 3244, 37, 3305, 40, 3348, 38, 3431, 39, 3458, 40, 3483, 37, 3566, 38, 3649, 39, 3675, 40, 3860, 39, 3896, 38, 3946, 37, 4022, 38, 4107, 39, 4131, 40, 4164, 39, 4170, 90, 4181, 39, 4187, 38, 4271, 39, 4287, 37, 4362, 38, 4446, 39, 4472, 40, 4501, 37, 4535, 38, 4559, 39, 4575, 38, 4606, 37, 4612, 88, 4619, 37, 4633, 37, 4634, 37, 4635, 37, 4636, 37, 4637, 37, 4638, 37, 4639, 37, 4640, 37, 4641, 37, 4642, 37, 4643, 37, 4691, 38, 4776, 39, 4846, 38, 5079, 40, 5213, 39, 5239, 38, 5280, 39, 5293, 37, 5336, 39, 5409, 38, 5493, 37, 5578, 40, 5606, 39, 5611, 88, 5621, 37, 5678, 39, 5709, 38, 5726, 39, 5730, 37, 5737, 88, 5748, 37, 5753, 38, 5792, 39, 5801, 38, 5813, 39, 5912, 38 ], goldDrop: [ 35, 23, 17, 27 ], bornPos: [ 1, 22 ] }, -{ level: 7, ai: 1, time: 10949, state: 1, country: "Taiwan", //id=7 2014-06-12 20:52:16 - action: [ 0, 38, 4, 38, 9, 38, 14, 38, 19, 38, 29, 38, 81, 37, 95, 37, 96, 37, 97, 37, 140, 38, 222, 39, 241, 38, 284, 39, 287, 38, 395, 39, 399, 38, 600, 40, 651, 39, 902, 37, 918, 39, 936, 37, 986, 38, 1073, 39, 1099, 38, 1469, 40, 1516, 39, 1597, 37, 1615, 39, 1638, 37, 1665, 38, 1751, 39, 1810, 40, 1833, 37, 1857, 39, 1874, 37, 1878, 90, 1888, 39, 1948, 37, 1973, 39, 1981, 37, 1992, 39, 2000, 90, 2009, 39, 2042, 37, 2050, 39, 2084, 37, 2095, 39, 2167, 37, 2181, 39, 2228, 38, 2234, 39, 2325, 38, 2411, 37, 2464, 38, 2480, 39, 2496, 38, 2541, 39, 2548, 38, 2847, 40, 2890, 38, 3020, 39, 3041, 39, 3081, 37, 3097, 39, 3140, 38, 3187, 40, 3262, 38, 3348, 37, 3460, 38, 3488, 39, 3490, 38, 3665, 40, 3706, 39, 3711, 39, 3724, 39, 3725, 39, 3726, 39, 3757, 37, 3771, 39, 3830, 38, 3837, 39, 3891, 37, 3898, 39, 3935, 37, 4039, 38, 4052, 37, 4142, 38, 4226, 39, 4291, 38, 4306, 40, 4337, 37, 4378, 39, 4386, 90, 4397, 39, 4452, 37, 4485, 39, 4491, 90, 4501, 39, 4603, 37, 4638, 39, 4695, 38, 4702, 39, 4710, 88, 4762, 39, 4891, 38, 4977, 37, 5018, 38, 5046, 39, 5064, 38, 5139, 37, 5144, 38, 5400, 40, 5441, 38, 5511, 39, 5545, 37, 5564, 39, 5596, 38, 5657, 39, 5668, 40, 5675, 39, 5685, 40, 5706, 38, 5723, 40, 5740, 38, 5791, 37, 5852, 40, 5871, 39, 5896, 37, 5904, 88, 5913, 37, 5934, 39, 5941, 38, 5983, 39, 6007, 37, 6024, 39, 6027, 88, 6038, 37, 6052, 37, 6082, 39, 6088, 38, 6137, 39, 6151, 38, 6201, 39, 6215, 37, 6263, 38, 6269, 37, 6417, 38, 6500, 39, 6516, 40, 6571, 37, 6613, 38, 6696, 39, 6764, 38, 6811, 39, 6813, 38, 6865, 40, 6971, 39, 6978, 38, 6994, 39, 7018, 37, 7059, 39, 7091, 37, 7105, 39, 7115, 37, 7292, 39, 7295, 88, 7301, 37, 7315, 37, 7316, 37, 7317, 37, 7318, 37, 7319, 37, 7372, 39, 7396, 37, 7429, 38, 7436, 37, 7526, 38, 7607, 40, 7626, 37, 7648, 38, 7686, 39, 7755, 40, 7793, 39, 7816, 37, 7842, 39, 7845, 88, 7852, 37, 7866, 37, 7867, 37, 7868, 37, 7886, 39, 7892, 38, 7915, 39, 7984, 38, 8158, 37, 8176, 40, 8242, 37, 8255, 39, 8270, 37, 8303, 38, 8309, 37, 8399, 38, 8512, 39, 8603, 37, 8634, 38, 8679, 37, 8731, 40, 8807, 39, 8853, 38, 8862, 39, 8954, 38, 9061, 37, 9123, 39, 9143, 38, 9169, 39, 9179, 38, 9474, 40, 9511, 38, 9618, 39, 9664, 37, 9677, 39, 9712, 38, 9797, 37, 9862, 38, 9874, 40, 9909, 39, 9964, 88, 9975, 37, 10050, 39, 10075, 37, 10106, 38, 10112, 37, 10125, 38, 10153, 88, 10220, 39, 10292, 38, 10399, 37, 10454, 40, 10479, 39, 10512, 88, 10524, 37, 10641, 39, 10651, 38, 10659, 39, 10712, 37, 10723, 39, 10738, 37, 10771, 38, 10777, 37, 10866, 38 ], - goldDrop: [ 37, 26, 31, 17, 35, 17, 15, 25 ], - bornPos: [ 1, 10 ] +{ level: 7, ai: 2, time: 4650, state: 1, godMode: 0, location: "Taiwan", ip:"111.250.206.132", date:"2014-12-15 00:57:54", //id=7 + action: [ 0, 37, 22, 38, 94, 39, 108, 38, 419, 40, 512, 39, 567, 38, 575, 39, 607, 37, 621, 38, 640, 39, 711, 38, 789, 37, 859, 38, 1090, 40, 1164, 39, 1204, 37, 1213, 88, 1226, 39, 1231, 88, 1241, 37, 1268, 39, 1275, 38, 1300, 39, 1325, 37, 1333, 88, 1343, 37, 1380, 39, 1387, 38, 1417, 39, 1430, 37, 1464, 38, 1469, 37, 1479, 88, 1548, 39, 1618, 38, 1695, 37, 1766, 38, 1783, 40, 1813, 37, 1851, 39, 1858, 90, 1869, 39, 1899, 37, 1907, 39, 1923, 37, 1934, 39, 1948, 37, 1960, 39, 1967, 90, 1978, 39, 2020, 37, 2028, 39, 2044, 37, 2058, 39, 2090, 38, 2095, 39, 2106, 90, 2170, 37, 2234, 38, 2310, 39, 2371, 40, 2387, 37, 2412, 39, 2419, 90, 2430, 39, 2458, 37, 2468, 39, 2481, 37, 2504, 39, 2510, 90, 2521, 39, 2541, 37, 2549, 39, 2577, 37, 2590, 39, 2627, 37, 2663, 39, 2708, 38, 2715, 39, 2725, 90, 2743, 39, 2757, 88, 2772, 37, 2780, 38, 2790, 37, 2803, 39, 2814, 90, 2828, 39, 2833, 38, 2868, 39, 2943, 38, 3020, 37, 3079, 40, 3093, 39, 3141, 37, 3149, 88, 3160, 37, 3192, 39, 3201, 38, 3239, 39, 3249, 38, 3272, 39, 3282, 38, 3301, 37, 3346, 38, 3353, 37, 3364, 88, 3379, 37, 3394, 38, 3403, 90, 3429, 39, 3450, 37, 3463, 88, 3502, 37, 3510, 38, 3540, 37, 3603, 38, 3678, 39, 3763, 38, 3780, 40, 3786, 39, 3803, 37, 3817, 39, 3823, 88, 3834, 37, 3851, 39, 3860, 38, 3878, 39, 3891, 38, 3913, 39, 3917, 88, 3927, 37, 3940, 38, 3949, 39, 3957, 38, 3976, 39, 3985, 38, 4028, 39, 4038, 38, 4063, 37, 4110, 38, 4118, 37, 4133, 38, 4151, 88, 4193, 39, 4199, 88, 4211, 37, 4220, 88, 4236, 37, 4240, 88, 4254, 37, 4260, 88, 4275, 37, 4279, 88, 4482, 39, 4524, 40, 4531, 39, 4576, 38 ], + goldDrop: [ 16, 35, 38, 27, 25, 34, 22, 25, 15, 17, 24 ], + bornPos: [ 1, 18, 23, 19, 3, 15 ] }, -{ level: 8, ai: 1, time: 2738, state: 1, country: "Taiwan", //id=8 2014-06-12 20:52:16 +{ level: 8, ai: 1, time: 2738, state: 1, godMode: 0, location: "Taiwan", ip:"118.161.100.139", date:"2014-06-12 20:52:16", //id=8 action: [ 0, 37, 6, 38, 40, 37, 79, 38, 100, 39, 112, 90, 145, 37, 158, 38, 185, 39, 192, 37, 200, 40, 210, 39, 226, 38, 231, 39, 241, 38, 245, 39, 274, 90, 288, 37, 294, 40, 301, 39, 312, 38, 318, 39, 328, 38, 332, 39, 346, 37, 360, 40, 370, 37, 380, 39, 391, 90, 399, 37, 410, 40, 426, 37, 444, 88, 489, 39, 501, 38, 507, 39, 516, 38, 522, 39, 534, 38, 541, 39, 550, 38, 555, 39, 572, 37, 612, 39, 627, 90, 763, 37, 767, 40, 781, 40, 782, 37, 792, 88, 829, 39, 839, 38, 846, 39, 856, 38, 864, 39, 873, 38, 881, 39, 896, 37, 916, 40, 924, 90, 995, 37, 1001, 40, 1015, 40, 1018, 37, 1032, 88, 1069, 40, 1078, 37, 1089, 40, 1097, 37, 1107, 88, 1207, 40, 1220, 40, 1221, 40, 1328, 38, 1337, 39, 1346, 38, 1353, 39, 1363, 38, 1369, 39, 1378, 38, 1384, 39, 1396, 37, 1409, 40, 1417, 37, 1427, 40, 1438, 37, 1444, 40, 1457, 37, 1462, 40, 1474, 37, 1507, 40, 1520, 37, 1530, 40, 1541, 37, 1551, 40, 1566, 37, 1576, 40, 1607, 90, 1618, 37, 1625, 40, 1639, 40, 1640, 40, 1641, 40, 1644, 90, 1649, 37, 1657, 40, 1667, 37, 1677, 40, 1689, 39, 1702, 38, 1709, 39, 1719, 38, 1726, 39, 1736, 38, 1744, 39, 1754, 90, 1763, 37, 1775, 40, 1788, 37, 1797, 39, 1812, 38, 1818, 39, 1830, 38, 1834, 39, 1843, 90, 1853, 37, 1866, 40, 1874, 39, 1887, 38, 1894, 39, 1903, 38, 1911, 39, 1921, 38, 1928, 39, 1946, 90, 1958, 37, 1968, 40, 1974, 39, 1987, 38, 1993, 39, 2003, 90, 2014, 37, 2024, 40, 2033, 39, 2046, 38, 2114, 37, 2218, 40, 2230, 37, 2242, 40, 2276, 90, 2315, 38, 2369, 40, 2400, 37, 2413, 40, 2424, 37, 2435, 40, 2446, 37, 2458, 40, 2472, 40, 2591, 38, 2600, 39, 2629, 38, 2635, 39, 2651, 38, 2659, 39, 2670, 38, 2680, 39, 2688, 38, 2697, 39, 2707, 38, 2721, 39, 2727, 38 ], goldDrop: [ 14 ], bornPos: [] }, -{ level: 9, ai: 1, time: 7861, state: 1, country: "Taiwan", //id=9 2014-06-12 20:52:16 +{ level: 9, ai: 1, time: 7861, state: 1, godMode: 0, location: "Taiwan", ip:"118.161.100.139", date:"2014-06-12 20:52:16", //id=9 action: [ 0, 90, 20, 37, 38, 40, 45, 90, 58, 88, 64, 40, 69, 90, 89, 39, 92, 90, 106, 37, 116, 39, 184, 37, 187, 88, 197, 39, 211, 39, 212, 39, 213, 39, 214, 39, 215, 39, 216, 39, 217, 39, 218, 39, 222, 38, 228, 39, 236, 37, 240, 38, 249, 37, 252, 38, 261, 37, 264, 38, 273, 37, 276, 38, 284, 37, 287, 38, 296, 37, 300, 38, 309, 37, 312, 38, 323, 37, 328, 90, 340, 37, 360, 39, 365, 90, 379, 37, 393, 88, 403, 39, 426, 90, 435, 37, 466, 90, 477, 37, 501, 38, 506, 37, 514, 39, 519, 38, 525, 39, 530, 38, 539, 39, 543, 38, 551, 39, 555, 38, 562, 39, 565, 38, 572, 39, 575, 38, 595, 39, 602, 38, 610, 39, 622, 90, 636, 37, 666, 39, 678, 37, 708, 90, 721, 37, 742, 38, 751, 90, 769, 40, 770, 90, 788, 40, 795, 37, 806, 39, 814, 38, 826, 39, 828, 38, 858, 39, 865, 38, 871, 39, 878, 38, 883, 39, 889, 38, 894, 39, 900, 38, 905, 39, 910, 38, 915, 39, 917, 38, 928, 39, 933, 38, 940, 39, 945, 90, 953, 39, 958, 90, 970, 39, 976, 90, 989, 40, 997, 39, 1008, 37, 1014, 38, 1095, 37, 1109, 37, 1110, 37, 1111, 37, 1112, 37, 1113, 37, 1114, 37, 1115, 37, 1116, 37, 1117, 37, 1118, 37, 1119, 37, 1120, 37, 1121, 37, 1122, 37, 1123, 37, 1124, 37, 1125, 37, 1126, 37, 1127, 37, 1128, 37, 1216, 39, 1220, 90, 1233, 37, 1246, 37, 1252, 38, 1303, 40, 1307, 90, 1332, 40, 1388, 38, 1400, 39, 1407, 38, 1414, 39, 1420, 38, 1426, 39, 1432, 38, 1438, 39, 1444, 38, 1449, 39, 1456, 38, 1461, 39, 1465, 38, 1485, 39, 1495, 38, 1514, 90, 1531, 39, 1536, 90, 1558, 40, 1565, 39, 1673, 40, 1686, 39, 1691, 40, 1701, 39, 1707, 40, 1716, 39, 1722, 40, 1731, 39, 1737, 40, 1746, 39, 1754, 40, 1763, 88, 1773, 38, 1776, 88, 1787, 40, 1823, 38, 1834, 37, 1838, 38, 1847, 37, 1851, 38, 1860, 37, 1864, 38, 1873, 37, 1877, 38, 1886, 37, 1889, 38, 1898, 37, 1904, 38, 1913, 37, 1922, 88, 1976, 39, 1983, 37, 1995, 88, 2003, 40, 2014, 37, 2216, 39, 2224, 38, 2229, 39, 2246, 40, 2254, 39, 2264, 40, 2273, 39, 2279, 40, 2287, 39, 2295, 40, 2301, 39, 2308, 40, 2315, 39, 2322, 40, 2329, 39, 2341, 40, 2348, 39, 2359, 37, 2364, 88, 2378, 40, 2425, 38, 2435, 37, 2440, 38, 2448, 37, 2453, 38, 2461, 37, 2465, 38, 2475, 37, 2478, 38, 2487, 37, 2490, 38, 2500, 37, 2505, 38, 2519, 37, 2526, 38, 2537, 37, 2540, 88, 2580, 39, 2587, 37, 2599, 88, 2607, 40, 2619, 37, 2821, 39, 2827, 38, 2832, 39, 2846, 40, 2854, 39, 2860, 40, 2868, 39, 2875, 40, 2882, 39, 2888, 40, 2896, 39, 2902, 40, 2908, 39, 2915, 40, 2920, 39, 2928, 40, 2936, 88, 2956, 40, 3022, 38, 3034, 37, 3039, 38, 3046, 37, 3052, 38, 3060, 37, 3063, 38, 3073, 37, 3076, 38, 3085, 37, 3089, 38, 3099, 37, 3104, 38, 3119, 37, 3127, 88, 3161, 37, 3166, 88, 3180, 40, 3192, 38, 3245, 40, 3256, 37, 3262, 40, 3268, 37, 3273, 40, 3277, 37, 3281, 40, 3285, 37, 3289, 40, 3293, 37, 3297, 40, 3300, 37, 3304, 40, 3308, 37, 3318, 39, 3325, 90, 3388, 38, 3396, 39, 3402, 38, 3407, 39, 3413, 38, 3419, 39, 3425, 38, 3429, 39, 3434, 38, 3439, 39, 3443, 38, 3446, 39, 3450, 38, 3454, 39, 3463, 39, 3474, 40, 3482, 39, 3487, 40, 3493, 39, 3499, 40, 3504, 39, 3510, 40, 3515, 39, 3521, 40, 3525, 39, 3531, 40, 3536, 39, 3543, 40, 3549, 88, 3562, 40, 3569, 39, 3577, 40, 3588, 37, 3594, 40, 3601, 37, 3617, 39, 3621, 38, 3636, 37, 3640, 38, 3648, 37, 3653, 38, 3660, 37, 3664, 38, 3673, 37, 3676, 38, 3685, 37, 3689, 38, 3698, 37, 3702, 38, 3735, 37, 3742, 88, 3751, 37, 3755, 88, 3764, 37, 3777, 40, 3786, 37, 3791, 40, 3795, 37, 3801, 40, 3804, 37, 3807, 40, 3809, 37, 3812, 40, 3814, 37, 3817, 40, 3819, 37, 3822, 40, 3823, 37, 3826, 40, 3828, 37, 3831, 40, 3833, 37, 3840, 37, 3847, 40, 3853, 90, 3863, 37, 3891, 38, 3897, 37, 3910, 38, 3931, 40, 3961, 38, 4007, 40, 4021, 40, 4022, 40, 4023, 40, 4048, 38, 4134, 40, 4184, 39, 4200, 37, 4208, 38, 4217, 39, 4226, 38, 4231, 39, 4236, 38, 4239, 39, 4243, 38, 4246, 39, 4250, 38, 4253, 39, 4257, 38, 4259, 39, 4263, 38, 4265, 39, 4269, 38, 4274, 39, 4277, 38, 4287, 37, 4363, 38, 4371, 39, 4385, 38, 4395, 37, 4403, 38, 4414, 39, 4421, 38, 4427, 39, 4434, 38, 4438, 39, 4441, 38, 4451, 37, 4470, 38, 4480, 39, 4488, 38, 4494, 39, 4499, 38, 4504, 39, 4509, 38, 4513, 39, 4517, 38, 4522, 39, 4525, 38, 4529, 39, 4532, 38, 4536, 39, 4540, 38, 4544, 39, 4547, 38, 4552, 39, 4555, 38, 4558, 39, 4561, 38, 4563, 39, 4566, 38, 4584, 39, 4590, 88, 4612, 39, 4625, 39, 4626, 39, 4627, 39, 4628, 39, 4629, 39, 4630, 39, 4631, 39, 4632, 39, 4633, 39, 4634, 39, 4635, 39, 4636, 39, 4637, 39, 4639, 40, 4646, 39, 4651, 40, 4671, 38, 4676, 37, 4681, 38, 4686, 90, 4729, 37, 4745, 40, 4752, 37, 4763, 39, 4768, 38, 4773, 88, 4781, 40, 4794, 37, 4802, 40, 4816, 40, 4817, 40, 4830, 38, 4998, 39, 5003, 38, 5007, 39, 5020, 40, 5027, 39, 5031, 40, 5036, 39, 5042, 40, 5047, 39, 5051, 40, 5059, 39, 5063, 40, 5067, 39, 5069, 40, 5073, 39, 5075, 40, 5079, 39, 5082, 40, 5084, 39, 5087, 40, 5091, 39, 5099, 38, 5106, 37, 5110, 88, 5121, 39, 5134, 39, 5135, 39, 5136, 39, 5137, 39, 5138, 39, 5139, 39, 5140, 39, 5141, 39, 5142, 39, 5143, 39, 5148, 38, 5163, 37, 5165, 38, 5171, 37, 5177, 38, 5186, 37, 5190, 38, 5199, 37, 5202, 38, 5211, 37, 5213, 38, 5225, 37, 5227, 38, 5237, 37, 5243, 38, 5250, 37, 5254, 38, 5264, 37, 5268, 38, 5276, 37, 5279, 38, 5287, 37, 5291, 38, 5299, 37, 5419, 38, 5430, 39, 5440, 38, 5450, 39, 5453, 38, 5463, 39, 5467, 38, 5476, 39, 5480, 38, 5488, 39, 5496, 38, 5510, 37, 5566, 38, 5576, 39, 5584, 38, 5595, 39, 5599, 38, 5610, 39, 5614, 38, 5624, 39, 5628, 38, 5637, 39, 5641, 38, 5650, 39, 5655, 38, 5663, 39, 5668, 38, 5677, 39, 5681, 38, 5689, 39, 5694, 38, 5704, 39, 5708, 38, 5730, 37, 5739, 40, 5749, 37, 5831, 40, 5842, 39, 5852, 38, 5861, 39, 5866, 38, 5873, 39, 5879, 38, 5887, 39, 5892, 38, 5900, 39, 5905, 38, 5913, 39, 5919, 38, 5926, 39, 5934, 38, 5951, 37, 6025, 38, 6034, 39, 6042, 38, 6051, 39, 6054, 38, 6062, 39, 6065, 38, 6076, 39, 6079, 38, 6089, 39, 6093, 38, 6101, 39, 6104, 38, 6117, 39, 6122, 38, 6131, 39, 6135, 38, 6143, 39, 6147, 38, 6158, 39, 6162, 38, 6178, 37, 6203, 40, 6212, 37, 6260, 40, 6292, 39, 6301, 38, 6310, 39, 6313, 38, 6322, 39, 6325, 38, 6339, 39, 6344, 38, 6353, 39, 6358, 38, 6367, 39, 6372, 38, 6381, 39, 6385, 38, 6394, 39, 6398, 38, 6408, 39, 6412, 38, 6423, 39, 6427, 38, 6442, 37, 6482, 90, 6517, 37, 6531, 39, 6536, 90, 6549, 37, 6568, 88, 6580, 39, 6595, 37, 6609, 40, 6640, 39, 6650, 38, 6660, 39, 6663, 38, 6671, 39, 6681, 39, 6696, 37, 6733, 38, 6744, 39, 6754, 38, 6763, 39, 6767, 38, 6777, 39, 6781, 38, 6790, 39, 6794, 38, 6803, 39, 6808, 38, 6820, 39, 6825, 38, 6834, 39, 6839, 38, 6848, 39, 6853, 38, 6863, 39, 6868, 38, 6877, 39, 6882, 38, 6892, 39, 6930, 38, 6946, 88, 6959, 39, 7055, 40, 7078, 37, 7088, 38, 7098, 37, 7102, 38, 7111, 37, 7115, 38, 7124, 37, 7125, 38, 7137, 37, 7141, 38, 7150, 37, 7154, 38, 7163, 37, 7167, 38, 7177, 37, 7180, 38, 7189, 37, 7193, 38, 7202, 37, 7204, 38, 7216, 37, 7220, 38, 7228, 37, 7233, 38, 7266, 39, 7285, 88, 7297, 39, 7311, 37, 7318, 88, 7327, 39, 7344, 37, 7350, 88, 7360, 39, 7377, 37, 7383, 88, 7392, 39, 7410, 37, 7418, 88, 7428, 39, 7444, 37, 7452, 88, 7463, 39, 7479, 90, 7497, 37, 7505, 39, 7519, 39, 7520, 39, 7521, 39, 7526, 40, 7550, 37, 7561, 38, 7571, 37, 7575, 38, 7584, 37, 7587, 38, 7597, 37, 7599, 38, 7610, 37, 7614, 38, 7624, 37, 7628, 38, 7637, 37, 7640, 38, 7649, 37, 7652, 38, 7662, 37, 7664, 38, 7676, 37, 7680, 38, 7690, 37, 7696, 38, 7706, 37, 7710, 38, 7738, 39, 7779, 88, 7809, 39, 7823, 39, 7826, 37, 7838, 39, 7850, 38 ], goldDrop: [ 16, 19, 35, 28, 25, 36, 15, 28, 24, 18 ], bornPos: [ 1, 21 ] }, -{ level: 10, ai: 1, time: 3605, state: 1, country: "Taiwan", //id=10 2014-06-12 20:52:16 - action: [ 0, 39, 55, 38, 84, 37, 89, 38, 98, 37, 102, 38, 138, 39, 154, 40, 159, 37, 191, 38, 211, 39, 233, 37, 276, 39, 298, 88, 308, 37, 315, 88, 326, 39, 335, 90, 347, 39, 353, 90, 365, 39, 371, 90, 388, 37, 403, 88, 416, 37, 420, 88, 438, 39, 454, 90, 468, 37, 475, 39, 492, 37, 496, 88, 507, 39, 524, 90, 537, 37, 551, 88, 561, 39, 578, 90, 588, 37, 603, 88, 614, 39, 631, 90, 642, 37, 657, 88, 665, 39, 685, 90, 695, 37, 726, 38, 770, 37, 773, 38, 784, 37, 788, 38, 824, 39, 843, 88, 856, 39, 867, 37, 872, 88, 877, 88, 889, 39, 905, 37, 913, 88, 922, 39, 941, 90, 953, 37, 969, 39, 976, 37, 983, 88, 994, 39, 1009, 90, 1021, 37, 1037, 88, 1046, 39, 1063, 90, 1076, 37, 1089, 88, 1102, 39, 1115, 90, 1127, 37, 1142, 88, 1159, 39, 1178, 37, 1186, 88, 1203, 39, 1227, 38, 1243, 37, 1248, 39, 1251, 38, 1269, 37, 1273, 38, 1285, 39, 1289, 38, 1300, 37, 1305, 38, 1316, 39, 1321, 38, 1331, 37, 1336, 38, 1347, 39, 1352, 38, 1365, 37, 1368, 38, 1380, 39, 1384, 38, 1394, 39, 1398, 38, 1418, 39, 1448, 37, 1456, 39, 1468, 37, 1473, 39, 1479, 40, 1494, 39, 1511, 40, 1545, 39, 1565, 37, 1570, 88, 1584, 39, 1606, 40, 1611, 39, 1633, 38, 1672, 88, 1788, 40, 1794, 88, 1876, 40, 1879, 88, 1890, 38, 1903, 39, 1918, 88, 1928, 39, 1942, 37, 1968, 38, 1986, 37, 2014, 38, 2035, 88, 2047, 40, 2051, 88, 2061, 39, 2084, 38, 2089, 88, 2100, 39, 2121, 38, 2126, 88, 2138, 39, 2159, 38, 2172, 37, 2228, 38, 2249, 39, 2254, 38, 2266, 39, 2270, 38, 2305, 40, 2308, 37, 2324, 40, 2328, 37, 2336, 40, 2365, 39, 2390, 90, 2537, 40, 2543, 90, 2627, 40, 2631, 90, 2652, 38, 2662, 37, 2674, 88, 2683, 37, 2692, 90, 2702, 37, 2713, 39, 2726, 39, 2727, 39, 2728, 39, 2729, 39, 2730, 39, 2731, 39, 2732, 39, 2733, 39, 2734, 39, 2735, 39, 2736, 39, 2746, 38, 2764, 39, 2772, 90, 2782, 39, 2789, 90, 2801, 39, 2807, 90, 3004, 37, 3018, 37, 3019, 37, 3020, 37, 3021, 37, 3022, 37, 3023, 37, 3024, 37, 3025, 37, 3026, 37, 3027, 37, 3028, 37, 3029, 37, 3030, 37, 3031, 37, 3032, 37, 3033, 37, 3034, 37, 3035, 37, 3048, 38, 3062, 38, 3063, 38, 3064, 38, 3065, 38, 3066, 38, 3067, 38, 3068, 38, 3069, 38, 3070, 38, 3071, 38, 3072, 38, 3073, 38, 3074, 38, 3075, 38, 3076, 38, 3077, 38, 3078, 38, 3082, 39, 3086, 38, 3141, 39, 3145, 38, 3239, 40, 3242, 37, 3314, 40, 3318, 37, 3324, 40, 3351, 88, 3363, 39, 3390, 90, 3402, 37, 3416, 37, 3417, 37, 3418, 37, 3420, 40, 3434, 37, 3507, 38, 3553, 37, 3557, 38, 3566, 37, 3572, 38 ], - goldDrop: [], - bornPos: [ 1, 2 ] -}, -{ level: 11, ai: 1, time: 3829, state: 1, country: "Taiwan", //id=11 2014-06-02 14:04:19 - action: [ 0, 37, 1, 88, 12, 39, 27, 37, 33, 88, 43, 39, 100, 37, 151, 38, 190, 90, 202, 38, 223, 90, 306, 39, 342, 37, 344, 88, 356, 37, 357, 88, 369, 39, 388, 88, 434, 39, 447, 38, 509, 39, 523, 37, 579, 38, 619, 90, 762, 39, 800, 37, 803, 88, 815, 39, 837, 90, 1060, 37, 1066, 90, 1078, 37, 1114, 38, 1193, 39, 1245, 40, 1260, 39, 1264, 90, 1277, 37, 1290, 90, 1302, 37, 1320, 88, 1330, 39, 1354, 90, 1580, 37, 1583, 90, 1595, 37, 1614, 88, 1625, 39, 1644, 90, 1656, 37, 1722, 38, 1799, 39, 1884, 40, 2064, 39, 2087, 39, 2128, 37, 2132, 88, 2145, 39, 2166, 88, 2178, 39, 2226, 39, 2238, 38, 2316, 37, 2338, 38, 2351, 37, 2379, 40, 2506, 39, 2520, 38, 2582, 39, 2608, 37, 2612, 88, 2627, 39, 2648, 88, 2783, 39, 2819, 38, 2851, 90, 2872, 38, 2881, 90, 2914, 38, 2952, 37, 2997, 40, 3004, 90, 3017, 37, 3035, 88, 3260, 39, 3266, 88, 3279, 39, 3297, 90, 3308, 37, 3327, 88, 3337, 39, 3358, 90, 3370, 37, 3389, 88, 3399, 39, 3469, 38, 3550, 37, 3575, 40, 3587, 88, 3600, 39, 3612, 88, 3632, 39, 3645, 38, 3686, 39, 3752, 38 ], +{ level: 10, ai: 2, time: 2651, state: 1, godMode: 0, location: "Taiwan", ip:"111.250.206.132", date:"2014-12-14 22:28:20", //id=10 + action: [ 0, 39, 52, 38, 77, 37, 82, 38, 89, 37, 94, 38, 124, 39, 149, 90, 160, 37, 176, 39, 181, 90, 192, 37, 207, 39, 215, 90, 223, 37, 241, 88, 252, 39, 283, 37, 288, 88, 299, 39, 315, 90, 322, 37, 341, 88, 351, 39, 365, 90, 376, 37, 391, 88, 401, 39, 416, 90, 427, 37, 442, 88, 451, 39, 468, 90, 478, 37, 509, 38, 545, 37, 550, 38, 559, 37, 563, 38, 595, 39, 616, 88, 627, 39, 643, 37, 649, 88, 659, 39, 675, 37, 682, 88, 690, 39, 708, 90, 717, 37, 733, 39, 741, 37, 747, 88, 757, 39, 773, 90, 785, 37, 799, 88, 810, 39, 823, 90, 834, 37, 849, 88, 858, 39, 873, 90, 884, 37, 899, 88, 908, 39, 926, 37, 933, 88, 941, 39, 967, 38, 981, 37, 987, 39, 993, 38, 1001, 37, 1005, 38, 1013, 39, 1017, 38, 1026, 37, 1029, 38, 1037, 39, 1042, 38, 1050, 37, 1054, 38, 1063, 39, 1066, 38, 1075, 37, 1079, 38, 1088, 39, 1092, 38, 1101, 39, 1106, 38, 1115, 39, 1135, 37, 1151, 40, 1193, 39, 1203, 88, 1215, 39, 1231, 40, 1236, 39, 1257, 38, 1283, 37, 1310, 38, 1329, 88, 1343, 40, 1347, 88, 1357, 39, 1376, 38, 1381, 88, 1392, 39, 1409, 38, 1415, 88, 1425, 39, 1447, 38, 1459, 37, 1514, 40, 1525, 39, 1551, 88, 1646, 40, 1651, 88, 1688, 38, 1692, 90, 1741, 40, 1752, 88, 1764, 38, 1770, 90, 1781, 38, 1790, 39, 1806, 88, 1816, 39, 1832, 37, 1855, 38, 1862, 39, 1886, 90, 1898, 38, 1911, 37, 1928, 88, 1942, 90, 1953, 37, 1966, 39, 1992, 38, 2008, 39, 2022, 90, 2070, 37, 2089, 38, 2127, 37, 2136, 38, 2142, 37, 2156, 38, 2183, 39, 2188, 38, 2196, 39, 2200, 38, 2207, 39, 2213, 38, 2218, 39, 2231, 38, 2269, 90, 2300, 37, 2312, 88, 2323, 37, 2327, 88, 2350, 40, 2354, 37, 2359, 40, 2364, 37, 2369, 40, 2373, 37, 2376, 40, 2379, 37, 2384, 40, 2412, 39, 2436, 40, 2468, 37, 2564, 38, 2605, 37, 2610, 38, 2617, 37, 2621, 38 ], goldDrop: [], bornPos: [] }, -{ level: 13, ai: 1, time: 9521, state: 1, country: "Taiwan", //id=12 2014-06-12 20:52:16 - action: [ 0, 39, 85, 40, 100, 39, 112, 40, 136, 39, 162, 38, 198, 37, 270, 40, 284, 39, 304, 38, 309, 39, 341, 37, 373, 40, 400, 37, 412, 40, 416, 37, 430, 39, 445, 40, 459, 40, 468, 39, 494, 37, 501, 38, 513, 38, 528, 37, 529, 38, 539, 39, 584, 38, 628, 37, 668, 40, 684, 39, 690, 39, 693, 37, 704, 38, 717, 39, 758, 38, 798, 39, 836, 40, 850, 40, 851, 40, 852, 40, 853, 40, 854, 40, 920, 38, 930, 37, 1008, 40, 1022, 40, 1023, 40, 1024, 40, 1029, 39, 1061, 40, 1084, 37, 1105, 40, 1118, 39, 1130, 40, 1144, 37, 1165, 40, 1178, 39, 1239, 38, 1260, 37, 1268, 39, 1280, 38, 1290, 39, 1301, 40, 1315, 40, 1316, 40, 1317, 40, 1318, 40, 1319, 40, 1320, 40, 1321, 40, 1323, 40, 1324, 40, 1325, 40, 1326, 40, 1327, 40, 1328, 40, 1342, 37, 1356, 40, 1364, 37, 1396, 39, 1428, 38, 1474, 37, 1484, 40, 1498, 40, 1499, 40, 1500, 40, 1501, 40, 1502, 40, 1503, 40, 1504, 40, 1505, 40, 1506, 40, 1507, 40, 1508, 40, 1509, 40, 1510, 40, 1511, 40, 1512, 40, 1513, 40, 1514, 40, 1515, 40, 1516, 40, 1517, 40, 1518, 40, 1522, 37, 1583, 38, 1595, 39, 1616, 38, 1629, 37, 1648, 38, 1671, 37, 1681, 39, 1709, 37, 1727, 40, 1741, 40, 1752, 37, 1763, 40, 1777, 40, 1778, 40, 1779, 40, 1780, 40, 1781, 40, 1782, 40, 1783, 40, 1784, 40, 1785, 40, 1786, 40, 1787, 40, 1788, 40, 1789, 40, 1790, 40, 1798, 39, 1821, 37, 1847, 38, 1881, 39, 1901, 38, 1915, 39, 1935, 38, 1993, 37, 2035, 38, 2104, 40, 2120, 39, 2152, 40, 2166, 40, 2167, 40, 2168, 40, 2174, 37, 2188, 37, 2189, 37, 2190, 37, 2197, 40, 2211, 37, 2231, 39, 2241, 38, 2268, 39, 2394, 37, 2413, 40, 2427, 40, 2428, 40, 2429, 40, 2435, 39, 2457, 40, 2468, 37, 2482, 37, 2483, 37, 2484, 37, 2489, 40, 2502, 39, 2506, 39, 2510, 37, 2518, 38, 2530, 39, 2543, 39, 2550, 38, 2560, 40, 2592, 38, 2604, 37, 2611, 38, 2624, 37, 2628, 38, 2644, 39, 2678, 38, 2726, 37, 2757, 38, 2779, 39, 2855, 38, 3007, 40, 3019, 39, 3023, 40, 3037, 40, 3079, 39, 3088, 40, 3102, 40, 3103, 40, 3104, 40, 3105, 40, 3106, 40, 3107, 40, 3108, 40, 3109, 40, 3110, 40, 3111, 40, 3112, 40, 3113, 40, 3114, 40, 3115, 40, 3116, 40, 3117, 40, 3118, 40, 3119, 40, 3175, 38, 3187, 39, 3277, 40, 3290, 40, 3291, 40, 3292, 40, 3293, 40, 3320, 39, 3337, 40, 3351, 40, 3352, 40, 3360, 39, 3365, 40, 3379, 40, 3380, 40, 3381, 40, 3382, 40, 3383, 40, 3384, 40, 3385, 40, 3386, 40, 3387, 40, 3388, 40, 3389, 40, 3390, 40, 3391, 40, 3392, 40, 3393, 40, 3394, 40, 3395, 40, 3396, 40, 3458, 38, 3480, 37, 3498, 38, 3519, 37, 3531, 38, 3540, 37, 3554, 37, 3583, 40, 3598, 39, 3602, 40, 3661, 38, 3686, 40, 4243, 38, 4301, 37, 4340, 40, 4352, 39, 4381, 40, 4400, 37, 4413, 37, 4418, 40, 4424, 37, 4444, 40, 4455, 39, 4464, 40, 4474, 37, 4488, 37, 4489, 37, 4490, 37, 4491, 37, 4495, 40, 4509, 40, 4510, 40, 4511, 40, 4523, 39, 4583, 38, 4604, 37, 4615, 38, 4635, 39, 4662, 37, 4689, 40, 4703, 40, 4704, 40, 4710, 39, 4725, 38, 4735, 39, 4746, 40, 4764, 39, 4776, 40, 4780, 39, 4798, 40, 4811, 40, 4812, 40, 4821, 37, 4839, 39, 4890, 37, 4899, 38, 4921, 37, 4942, 38, 4968, 37, 4981, 40, 4995, 40, 4996, 40, 4997, 40, 4998, 40, 4999, 40, 5000, 40, 5001, 40, 5002, 40, 5003, 40, 5004, 40, 5005, 40, 5006, 40, 5007, 40, 5008, 40, 5009, 40, 5010, 40, 5011, 40, 5012, 40, 5013, 40, 5047, 37, 5061, 37, 5062, 37, 5111, 38, 5124, 39, 5146, 38, 5161, 37, 5170, 38, 5196, 40, 5240, 38, 5290, 40, 5328, 38, 5354, 40, 5391, 38, 5422, 40, 5459, 38, 5503, 40, 5540, 38, 5576, 39, 5594, 38, 5628, 40, 5642, 40, 5643, 40, 5644, 40, 5645, 40, 5646, 40, 5647, 40, 5648, 40, 5649, 40, 5650, 40, 5651, 40, 5652, 40, 5653, 40, 5654, 40, 5692, 37, 5714, 40, 5728, 39, 5740, 40, 5754, 40, 5776, 37, 5798, 40, 5814, 39, 5876, 38, 5911, 39, 5923, 40, 5936, 40, 5937, 40, 5938, 40, 5939, 40, 5940, 40, 5941, 40, 5942, 40, 5943, 40, 5944, 40, 5945, 40, 5946, 40, 5947, 40, 5948, 40, 5949, 40, 5950, 40, 5951, 40, 5952, 40, 5953, 40, 5954, 40, 5955, 40, 5956, 40, 5957, 40, 5958, 40, 5959, 40, 5960, 40, 5961, 40, 5962, 40, 5963, 40, 5964, 40, 5965, 40, 5966, 40, 5967, 40, 5968, 40, 5969, 40, 5970, 40, 6058, 38, 6127, 40, 6141, 40, 6142, 40, 6143, 40, 6144, 40, 6145, 40, 6146, 40, 6147, 40, 6148, 40, 6149, 40, 6150, 40, 6151, 40, 6152, 40, 6153, 40, 6154, 40, 6155, 40, 6156, 40, 6157, 40, 6158, 40, 6159, 40, 6160, 40, 6161, 40, 6162, 40, 6163, 40, 6164, 40, 6165, 40, 6242, 38, 6314, 37, 6329, 40, 6338, 37, 6442, 38, 6501, 40, 6552, 38, 6633, 40, 6647, 40, 6648, 40, 6649, 40, 6650, 40, 6651, 40, 6652, 40, 6653, 40, 6662, 39, 6673, 40, 6710, 37, 6848, 38, 6860, 39, 6879, 38, 6894, 37, 6904, 38, 6923, 39, 6973, 38, 7000, 37, 7094, 38, 7105, 39, 7185, 38, 7202, 40, 7216, 40, 7217, 40, 7218, 40, 7219, 40, 7220, 40, 7221, 40, 7222, 40, 7223, 40, 7224, 40, 7290, 38, 7299, 37, 7378, 40, 7392, 40, 7393, 40, 7394, 40, 7395, 40, 7396, 40, 7397, 40, 7398, 40, 7399, 40, 7405, 39, 7439, 40, 7460, 37, 7478, 40, 7490, 39, 7501, 40, 7511, 37, 7530, 40, 7544, 39, 7610, 38, 7646, 39, 7658, 40, 7678, 39, 7740, 37, 7757, 38, 7774, 37, 7778, 38, 7780, 37, 7785, 38, 7803, 37, 7818, 40, 7828, 37, 7842, 38, 7866, 39, 7894, 40, 7907, 40, 7908, 40, 7909, 40, 7910, 40, 7911, 40, 7912, 40, 7913, 40, 7973, 39, 8000, 40, 8013, 40, 8014, 40, 8015, 40, 8016, 40, 8017, 40, 8018, 40, 8019, 40, 8020, 40, 8463, 38, 8491, 37, 8520, 38, 8534, 39, 8607, 38, 8647, 40, 8655, 39, 8671, 40, 8685, 40, 8686, 40, 8690, 38, 8718, 40, 8727, 37, 8750, 40, 8763, 40, 8764, 40, 8765, 40, 8766, 40, 8767, 40, 8768, 40, 8769, 40, 8770, 40, 8809, 39, 8828, 40, 8847, 38, 8869, 37, 8878, 39, 8890, 40, 8921, 38, 8932, 39, 8979, 40, 8992, 40, 8993, 40, 8994, 40, 8995, 40, 8996, 40, 8997, 40, 8998, 40, 8999, 40, 9000, 40, 9001, 40, 9002, 40, 9003, 40, 9004, 40, 9005, 40, 9006, 40, 9007, 40, 9008, 40, 9009, 40, 9010, 40, 9019, 39, 9027, 40, 9040, 40, 9041, 40, 9042, 40, 9043, 40, 9044, 40, 9045, 40, 9046, 40, 9047, 40, 9048, 40, 9090, 38, 9100, 37, 9112, 38, 9133, 37, 9155, 38, 9177, 37, 9208, 40, 9222, 40, 9223, 40, 9228, 39, 9240, 40, 9253, 40, 9254, 40, 9255, 40, 9264, 37, 9327, 38, 9338, 39, 9360, 38, 9374, 37, 9384, 38, 9395, 39, 9414, 38, 9439, 37, 9466, 38, 9486, 37, 9490, 38, 9503, 37, 9515, 38 ], - goldDrop: [ 18, 24, 39, 32, 37, 17, 39, 29, 38, 39 ], +{ level: 11, ai: 2, time: 2799, state: 1, godMode: 0, location: "Taiwan", ip:"111.250.206.132", date:"2014-12-14 22:52:08", //id=11 + action: [ 0, 88, 10, 39, 25, 37, 30, 88, 40, 39, 54, 38, 99, 39, 126, 37, 186, 38, 223, 39, 251, 88, 264, 39, 284, 90, 408, 37, 441, 38, 495, 37, 524, 39, 558, 88, 566, 37, 569, 88, 579, 39, 600, 88, 610, 39, 658, 37, 670, 90, 718, 37, 743, 38, 813, 39, 859, 40, 865, 88, 876, 39, 887, 90, 900, 37, 918, 88, 929, 39, 948, 90, 959, 37, 976, 88, 987, 39, 1007, 90, 1017, 37, 1081, 38, 1152, 39, 1233, 40, 1240, 88, 1253, 39, 1271, 88, 1283, 37, 1288, 88, 1299, 39, 1318, 90, 1328, 37, 1348, 88, 1358, 39, 1377, 90, 1388, 37, 1408, 88, 1419, 39, 1479, 38, 1490, 39, 1494, 38, 1566, 37, 1610, 40, 1851, 39, 1895, 88, 1907, 39, 1927, 88, 1936, 39, 1993, 38, 2064, 37, 2109, 40, 2250, 39, 2262, 38, 2304, 39, 2334, 88, 2341, 37, 2344, 88, 2355, 39, 2375, 90, 2394, 37, 2416, 88, 2445, 39, 2477, 38, 2550, 37, 2562, 40, 2569, 90, 2579, 37, 2598, 88, 2612, 39, 2622, 38, 2673, 39, 2730, 38 ], + goldDrop: [], + bornPos: [ 1, 7 ] +}, +{ level: 12, ai: 2, time: 12971, state: 1, godMode: 0, location: "Taiwan", ip:"111.250.206.132", date:"2014-12-14 16:14:59", //id=12 + action: [ 0, 39, 11, 38, 17, 39, 25, 40, 37, 39, 67, 38, 76, 39, 85, 40, 97, 39, 128, 38, 138, 39, 147, 40, 159, 39, 168, 38, 178, 39, 186, 37, 195, 88, 237, 39, 250, 40, 255, 39, 267, 38, 279, 39, 284, 38, 303, 37, 312, 39, 332, 38, 383, 37, 392, 39, 402, 38, 428, 37, 444, 40, 456, 39, 464, 37, 490, 39, 523, 37, 541, 39, 556, 40, 563, 37, 565, 88, 598, 38, 619, 40, 625, 90, 735, 39, 750, 38, 820, 37, 843, 40, 853, 37, 865, 39, 895, 38, 1013, 37, 1033, 88, 1051, 40, 1055, 90, 1141, 38, 1209, 39, 1220, 40, 1225, 39, 1240, 38, 1311, 37, 1346, 38, 1357, 40, 1383, 39, 1392, 37, 1418, 39, 1475, 90, 1521, 40, 1585, 38, 1633, 37, 1641, 39, 1649, 40, 1655, 39, 1673, 38, 1743, 37, 1789, 40, 1845, 39, 1853, 40, 1859, 39, 1871, 40, 1877, 39, 1905, 38, 1911, 39, 1930, 38, 2002, 37, 2036, 40, 2048, 39, 2058, 37, 2083, 39, 2105, 37, 2126, 39, 2164, 40, 2198, 39, 2248, 38, 2265, 90, 2301, 40, 2336, 38, 2355, 40, 2406, 38, 2472, 90, 2538, 40, 2576, 38, 2624, 37, 2634, 40, 2645, 37, 2653, 39, 2673, 38, 2730, 90, 2784, 40, 2853, 38, 2906, 37, 2913, 39, 2940, 90, 2973, 40, 3043, 38, 3093, 37, 3100, 39, 3144, 90, 3178, 40, 3182, 39, 3218, 37, 3232, 38, 3259, 40, 3266, 39, 3281, 40, 3437, 38, 3444, 37, 3446, 90, 3465, 38, 3537, 37, 3611, 40, 3631, 39, 3688, 37, 3708, 39, 3750, 38, 3837, 39, 3862, 40, 3868, 39, 3875, 88, 3885, 37, 3892, 88, 3903, 38, 3974, 40, 3979, 90, 4092, 38, 4107, 37, 4117, 88, 4151, 40, 4162, 37, 4181, 38, 4228, 88, 4244, 40, 4304, 38, 4351, 39, 4363, 40, 4375, 39, 4395, 38, 4434, 90, 4470, 40, 4490, 38, 4532, 40, 4597, 38, 4631, 39, 4632, 40, 4646, 37, 4654, 39, 4662, 38, 4673, 90, 4684, 40, 4698, 37, 4704, 39, 4717, 38, 4729, 90, 4742, 40, 4761, 37, 4770, 38, 4780, 88, 4823, 40, 4840, 38, 4852, 40, 4867, 37, 4875, 38, 4911, 40, 4923, 37, 4973, 38, 4989, 88, 5053, 39, 5062, 40, 5076, 37, 5103, 39, 5111, 38, 5131, 37, 5170, 38, 5191, 40, 5224, 38, 5251, 88, 5343, 40, 5376, 38, 5425, 39, 5459, 37, 5470, 88, 5547, 40, 5596, 38, 5648, 39, 5662, 40, 5673, 39, 5681, 38, 5692, 40, 5732, 37, 5752, 40, 5771, 38, 5783, 88, 5876, 40, 5923, 38, 5989, 88, 6027, 40, 6107, 38, 6172, 39, 6185, 37, 6197, 88, 6266, 40, 6319, 38, 6364, 39, 6377, 40, 6388, 39, 6422, 40, 6437, 37, 6441, 38, 6463, 88, 6513, 39, 6525, 40, 6537, 39, 6599, 38, 6604, 39, 6611, 88, 6622, 37, 6629, 38, 6676, 40, 6682, 39, 6686, 38, 6763, 37, 6768, 38, 6777, 90, 6821, 40, 6972, 38, 6985, 37, 6993, 39, 7003, 90, 7014, 40, 7022, 39, 7075, 40, 7114, 38, 7186, 40, 7191, 39, 7219, 38, 7290, 37, 7365, 40, 7376, 39, 7386, 37, 7429, 39, 7612, 38, 7627, 90, 7662, 40, 7707, 38, 7756, 37, 7763, 39, 7772, 40, 7778, 39, 7786, 90, 7797, 39, 7803, 90, 7812, 38, 7885, 37, 7979, 40, 7990, 39, 8035, 37, 8045, 39, 8090, 40, 8103, 39, 8128, 37, 8163, 40, 8177, 38, 8187, 88, 8199, 40, 8219, 38, 8236, 40, 8260, 38, 8305, 39, 8316, 40, 8328, 39, 8357, 38, 8370, 88, 8440, 40, 8499, 38, 8544, 39, 8555, 40, 8568, 39, 8594, 38, 8627, 40, 8732, 38, 8737, 39, 8753, 40, 8800, 38, 8807, 90, 8870, 37, 8878, 39, 8887, 38, 8957, 37, 9052, 40, 9064, 39, 9074, 37, 9100, 39, 9122, 37, 9148, 39, 9241, 38, 9246, 88, 9262, 38, 9317, 40, 9322, 90, 9418, 39, 9434, 38, 9504, 37, 9630, 40, 9646, 37, 9652, 39, 9725, 37, 9753, 38, 9761, 37, 9766, 38, 9787, 88, 9801, 40, 9825, 38, 9865, 40, 9917, 38, 9963, 40, 9985, 38, 9999, 40, 10014, 39, 10042, 38, 10052, 90, 10070, 40, 10083, 39, 10106, 38, 10114, 37, 10117, 38, 10134, 40, 10203, 38, 10217, 90, 10236, 40, 10300, 38, 10350, 37, 10356, 39, 10364, 40, 10376, 39, 10560, 38, 10571, 90, 10584, 40, 10629, 38, 10653, 40, 10658, 39, 10677, 38, 10748, 37, 10865, 38, 10884, 40, 10896, 39, 10905, 37, 10940, 38, 10979, 37, 10987, 38, 11037, 39, 11058, 40, 11062, 39, 11068, 40, 11079, 39, 11089, 38, 11128, 40, 11142, 39, 11151, 38, 11164, 40, 11220, 38, 11305, 37, 11333, 38, 11346, 90, 11382, 37, 11391, 39, 11402, 40, 11414, 39, 11424, 38, 11456, 40, 11483, 38, 11500, 40, 11512, 37, 11520, 38, 11542, 40, 11558, 38, 11566, 90, 11577, 40, 11602, 38, 11616, 40, 11633, 38, 11650, 40, 11668, 38, 11681, 40, 11698, 38, 11779, 40, 11797, 37, 11881, 38, 11890, 88, 11934, 39, 11943, 40, 11954, 39, 12155, 38, 12160, 39, 12176, 38, 12246, 37, 12446, 39, 12456, 40, 12465, 39, 12476, 38, 12487, 37, 12498, 88, 12513, 40, 12554, 38, 12578, 40, 12613, 38, 12684, 40, 12689, 37, 12711, 88, 12756, 39, 12765, 40, 12773, 39, 12882, 38, 12887, 39, 12902, 38 ], + goldDrop: [ 15, 37, 16, 31, 31, 20, 27, 20, 17, 30, 20, 30, 35, 31, 32, 20, 25, 26, 36, 29, 33, 26, 30, 19 ], + bornPos: [ 1, 24, 22, 16, 14, 10, 18, 20, 26, 15, 11, 23, 19, 6, 3, 4, 8, 0, 7, 12, 16 ] +}, +{ level: 13, ai: 2, time: 3299, state: 1, godMode: 0, location: "Taiwan", ip:"111.250.206.132", date:"2014-12-14 16:36:05", //id=13 + action: [ 0, 39, 6, 40, 19, 39, 49, 40, 68, 37, 89, 40, 99, 39, 112, 40, 124, 37, 144, 40, 157, 39, 217, 38, 246, 39, 257, 40, 278, 39, 298, 40, 320, 37, 329, 39, 336, 38, 356, 37, 376, 40, 397, 37, 423, 39, 452, 38, 490, 37, 502, 40, 512, 37, 523, 38, 542, 39, 569, 37, 641, 40, 671, 39, 698, 40, 721, 37, 854, 38, 865, 39, 902, 38, 926, 37, 935, 38, 957, 39, 980, 38, 1002, 37, 1030, 38, 1042, 39, 1122, 40, 1134, 39, 1144, 40, 1165, 39, 1190, 38, 1222, 37, 1239, 39, 1444, 40, 1475, 39, 1531, 38, 1552, 40, 1568, 39, 1587, 40, 1591, 39, 1606, 38, 1636, 37, 1706, 40, 1716, 39, 1748, 37, 1779, 40, 1807, 37, 1815, 39, 1826, 40, 1839, 39, 1851, 37, 1864, 38, 1916, 37, 1956, 40, 1969, 39, 1999, 40, 2020, 37, 2039, 40, 2051, 39, 2099, 40, 2111, 37, 2130, 40, 2143, 39, 2283, 38, 2303, 37, 2346, 38, 2367, 39, 2396, 40, 2416, 39, 2440, 40, 2460, 39, 2472, 40, 2495, 38, 2506, 37, 2522, 38, 2545, 37, 2563, 38, 2576, 39, 2607, 40, 2611, 39, 2632, 40, 2644, 39, 2664, 40, 2672, 39, 2726, 38, 2736, 37, 2756, 38, 2777, 37, 2807, 40, 2825, 39, 2838, 40, 2856, 37, 2917, 38, 2928, 39, 2950, 38, 2961, 37, 2992, 40, 3023, 39, 3033, 37, 3048, 38, 3078, 39, 3088, 38, 3108, 37, 3115, 39, 3141, 37, 3160, 40, 3180, 39, 3190, 38, 3201, 39, 3222, 38, 3243, 37, 3274, 38, 3284, 37, 3294, 38 ], + goldDrop: [ 23, 15, 31, 36 ], bornPos: [] }, -{ level: 14, ai: 1, time: 3067, state: 1, country: "Taiwan", //id=13 2014-06-12 20:52:16 - action: [ 0, 39, 12, 40, 26, 40, 30, 39, 40, 40, 53, 40, 61, 39, 73, 40, 94, 39, 108, 39, 109, 39, 116, 37, 123, 88, 133, 37, 147, 37, 148, 37, 149, 37, 150, 37, 151, 37, 152, 37, 155, 88, 165, 37, 178, 37, 179, 37, 180, 37, 181, 37, 182, 37, 183, 37, 189, 88, 204, 37, 223, 39, 237, 38, 245, 40, 254, 39, 267, 38, 271, 39, 290, 38, 312, 39, 332, 38, 356, 39, 392, 38, 410, 39, 433, 38, 447, 40, 459, 39, 480, 40, 523, 37, 594, 39, 604, 38, 625, 39, 640, 38, 680, 37, 686, 40, 700, 40, 701, 40, 702, 40, 703, 40, 704, 40, 710, 39, 717, 90, 763, 37, 770, 39, 795, 90, 813, 39, 833, 90, 959, 39, 969, 38, 1011, 40, 1019, 38, 1030, 37, 1052, 38, 1063, 40, 1072, 37, 1074, 38, 1114, 40, 1121, 39, 1176, 40, 1190, 40, 1191, 40, 1192, 40, 1193, 40, 1194, 40, 1195, 40, 1196, 40, 1197, 40, 1198, 40, 1199, 40, 1200, 40, 1201, 40, 1202, 40, 1203, 40, 1204, 40, 1205, 40, 1206, 40, 1207, 40, 1208, 40, 1209, 40, 1210, 40, 1211, 40, 1212, 40, 1213, 40, 1214, 40, 1215, 40, 1216, 40, 1217, 40, 1218, 40, 1219, 40, 1220, 40, 1221, 40, 1222, 40, 1235, 37, 1251, 88, 1263, 37, 1276, 37, 1277, 37, 1278, 37, 1279, 37, 1280, 37, 1281, 37, 1283, 88, 1296, 37, 1316, 88, 1327, 37, 1348, 88, 1516, 37, 1522, 38, 1544, 39, 1564, 38, 1590, 39, 1600, 40, 1604, 39, 1631, 37, 1636, 38, 1651, 39, 1713, 40, 1727, 40, 1728, 40, 1729, 40, 1730, 40, 1731, 40, 1732, 40, 1733, 40, 1734, 40, 1735, 40, 1736, 40, 1737, 40, 1738, 40, 1739, 40, 1740, 40, 1741, 40, 1742, 40, 1743, 40, 1744, 40, 1745, 40, 1746, 40, 1747, 40, 1748, 40, 1749, 40, 1750, 40, 1751, 40, 1752, 40, 1753, 40, 1754, 40, 1755, 40, 1756, 40, 1757, 40, 1758, 40, 1759, 40, 1760, 40, 1761, 40, 1762, 40, 1763, 40, 1772, 39, 1808, 37, 1828, 90, 1841, 39, 1864, 90, 1873, 37, 1876, 90, 1889, 39, 1911, 90, 1973, 39, 2098, 38, 2111, 38, 2143, 37, 2201, 38, 2215, 39, 2307, 40, 2321, 40, 2322, 40, 2323, 40, 2324, 40, 2325, 40, 2326, 40, 2327, 40, 2328, 40, 2329, 40, 2330, 40, 2331, 40, 2332, 40, 2333, 40, 2334, 40, 2335, 40, 2336, 40, 2337, 40, 2338, 40, 2339, 40, 2340, 40, 2341, 40, 2342, 40, 2343, 40, 2344, 40, 2345, 40, 2346, 40, 2347, 40, 2348, 40, 2349, 40, 2350, 40, 2351, 40, 2352, 40, 2353, 40, 2354, 40, 2355, 40, 2356, 40, 2357, 40, 2365, 39, 2388, 37, 2393, 90, 2402, 37, 2405, 90, 2415, 39, 2440, 90, 2451, 90, 2454, 37, 2457, 90, 2469, 39, 2492, 90, 2505, 37, 2507, 90, 2564, 39, 2574, 38, 2620, 37, 2669, 38, 2723, 40, 2737, 40, 2738, 40, 2739, 40, 2740, 40, 2741, 40, 2742, 40, 2743, 40, 2744, 40, 2745, 40, 2746, 40, 2747, 40, 2748, 40, 2749, 40, 2750, 40, 2751, 40, 2752, 40, 2753, 40, 2754, 40, 2755, 40, 2756, 40, 2757, 40, 2758, 40, 2759, 40, 2760, 40, 2761, 40, 2762, 40, 2763, 40, 2764, 40, 2769, 37, 2775, 88, 2848, 39, 2853, 37, 2866, 37, 2901, 38, 2923, 39, 2942, 38, 2964, 39, 3045, 38 ], - goldDrop: [ 37, 39, 38, 30, 29, 23, 24, 27, 25, 24 ], - bornPos: [ 2, 23, 5, 23, 5, 23, 6, 15, 5, 23, 5, 7, 5, 23, 5, 23, 5, 23, 5 ] +{ level: 14, ai: 2, time: 1556, state: 1, godMode: 0, location: "Russian Federation", ip:"95.191.63.58", date:"2014-12-20 21:10:39", //id=14 + action: [ 0, 40, 38, 39, 56, 38, 64, 40, 69, 37, 86, 40, 153, 37, 156, 38, 175, 39, 197, 40, 236, 39, 289, 37, 301, 38, 318, 39, 328, 38, 332, 39, 351, 40, 370, 39, 410, 38, 429, 37, 468, 38, 633, 40, 691, 37, 760, 39, 823, 90, 890, 39, 941, 37, 946, 90, 1011, 39, 1017, 38, 1156, 37, 1163, 88, 1174, 37, 1177, 88, 1189, 37, 1193, 88, 1207, 37, 1213, 90, 1281, 39, 1303, 40, 1362, 37, 1471, 39, 1479, 38, 1497, 39, 1516, 38, 1555, 39 ], + goldDrop: [ 19, 33, 37, 19, 38, 17, 21, 16, 29 ], + bornPos: [ 2, 7, 5, 7, 5 ] }, -{ level: 15, ai: 1, time: 2482, state: 1, country: "Taiwan", //id=14 2014-06-12 20:52:16 +{ level: 15, ai: 1, time: 2482, state: 1, godMode: 0, location: "Taiwan", ip:"118.161.100.139", date:"2014-06-12 20:52:16", //id=15 action: [ 0, 39, 76, 38, 146, 39, 223, 38, 289, 39, 361, 38, 423, 39, 488, 38, 545, 39, 605, 38, 656, 39, 711, 38, 755, 39, 804, 38, 843, 39, 888, 38, 916, 39, 960, 40, 975, 39, 982, 40, 1188, 38, 1231, 37, 1271, 90, 1275, 39, 1289, 39, 1290, 39, 1291, 39, 1292, 39, 1316, 37, 1330, 90, 1357, 37, 1406, 90, 1412, 39, 1426, 39, 1427, 39, 1488, 37, 1494, 39, 1502, 37, 1512, 37, 1556, 38, 1626, 39, 1703, 38, 1765, 39, 1835, 38, 1895, 39, 1961, 38, 2013, 39, 2070, 38, 2115, 39, 2163, 38, 2175, 39, 2179, 38, 2224, 39, 2274, 38, 2311, 39, 2357, 38, 2411, 39, 2449, 38 ], goldDrop: [ 38 ], bornPos: [] }, -{ level: 16, ai: 1, time: 5396, state: 1, country: "Taiwan", //id=15 2014-06-12 20:52:16 +{ level: 16, ai: 1, time: 5396, state: 1, godMode: 0, location: "Taiwan", ip:"118.161.100.139", date:"2014-06-12 20:52:16", //id=16 action: [ 0, 39, 5, 90, 16, 37, 33, 90, 45, 37, 60, 39, 64, 90, 75, 37, 91, 39, 95, 90, 107, 37, 121, 88, 132, 39, 168, 38, 242, 37, 258, 38, 264, 37, 286, 38, 317, 40, 333, 39, 362, 37, 379, 39, 395, 39, 403, 37, 413, 39, 423, 38, 446, 37, 507, 40, 515, 39, 603, 40, 628, 38, 643, 90, 678, 38, 682, 90, 709, 38, 718, 90, 770, 38, 784, 38, 785, 38, 786, 38, 787, 38, 788, 38, 789, 38, 800, 37, 882, 40, 892, 39, 1000, 39, 1012, 38, 1020, 90, 1058, 38, 1072, 90, 1120, 38, 1147, 37, 1188, 39, 1203, 40, 1231, 39, 1264, 39, 1270, 40, 1300, 38, 1312, 90, 1353, 38, 1366, 90, 1377, 38, 1405, 37, 1506, 40, 1519, 39, 1532, 39, 1533, 39, 1534, 39, 1535, 39, 1536, 39, 1537, 39, 1538, 39, 1539, 39, 1540, 39, 1541, 39, 1542, 39, 1543, 39, 1544, 39, 1553, 38, 1559, 39, 1567, 38, 1572, 39, 1594, 37, 1598, 88, 1609, 39, 1625, 37, 1640, 39, 1659, 90, 1664, 37, 1677, 39, 1683, 37, 1691, 88, 1705, 39, 1722, 37, 1731, 38, 1739, 37, 1746, 38, 1753, 37, 1762, 38, 1772, 37, 1782, 38, 1793, 37, 1803, 38, 1812, 37, 1821, 38, 1832, 37, 1845, 38, 1863, 37, 1875, 40, 1887, 39, 2003, 40, 2014, 37, 2028, 37, 2029, 37, 2030, 37, 2031, 37, 2032, 37, 2033, 37, 2052, 40, 2148, 38, 2162, 37, 2178, 40, 2184, 37, 2198, 38, 2278, 39, 2312, 37, 2321, 38, 2339, 90, 2360, 37, 2374, 39, 2383, 37, 2394, 39, 2408, 39, 2409, 39, 2410, 39, 2411, 39, 2412, 39, 2413, 39, 2414, 39, 2415, 39, 2416, 39, 2417, 39, 2418, 39, 2419, 39, 2462, 37, 2478, 40, 2547, 39, 2566, 38, 2579, 37, 2630, 40, 2637, 37, 2704, 40, 2781, 39, 2801, 40, 2832, 38, 2861, 40, 2897, 38, 2919, 37, 2944, 40, 2954, 37, 2971, 38, 3057, 39, 3080, 38, 3118, 90, 3130, 37, 3138, 90, 3156, 37, 3166, 88, 3180, 37, 3181, 88, 3196, 37, 3198, 88, 3220, 39, 3332, 38, 3339, 39, 3514, 38, 3521, 39, 3567, 40, 3590, 39, 3630, 38, 3637, 39, 3645, 38, 3652, 39, 3661, 38, 3666, 39, 3700, 37, 3713, 40, 3794, 38, 3800, 39, 3807, 40, 3830, 39, 3845, 90, 3859, 37, 3921, 40, 3928, 37, 3977, 38, 3989, 37, 4001, 40, 4008, 37, 4022, 38, 4099, 39, 4188, 38, 4274, 37, 4451, 40, 4628, 39, 4644, 40, 4679, 39, 4687, 38, 4728, 37, 4892, 40, 4906, 39, 4982, 37, 5007, 38, 5019, 37, 5028, 38, 5036, 37, 5044, 38, 5053, 37, 5062, 38, 5070, 37, 5078, 38, 5087, 37, 5094, 38, 5106, 37, 5110, 38, 5118, 37, 5127, 38, 5135, 37, 5142, 38, 5151, 37, 5154, 38, 5197, 39, 5282, 40, 5294, 39, 5363, 38 ], goldDrop: [ 30, 22, 28, 31, 20, 23, 16, 28, 27, 26, 32 ], bornPos: [ 1, 2, 10 ] }, -{ level: 17, ai: 1, time: 4628, state: 1, country: "Taiwan", //id=16 2014-06-12 20:52:16 +{ level: 17, ai: 1, time: 4628, state: 1, godMode: 0, location: "Taiwan", ip:"118.161.100.139", date:"2014-06-12 20:52:16", //id=17 action: [ 0, 37, 6, 38, 18, 39, 33, 38, 38, 39, 42, 88, 68, 39, 134, 38, 141, 39, 157, 38, 162, 39, 177, 40, 203, 39, 210, 40, 226, 39, 241, 90, 252, 37, 273, 37, 283, 38, 289, 37, 306, 38, 313, 37, 329, 38, 335, 37, 341, 38, 352, 39, 376, 37, 390, 37, 391, 37, 392, 37, 397, 38, 403, 37, 411, 38, 430, 39, 433, 38, 443, 39, 450, 38, 465, 39, 467, 38, 471, 39, 488, 37, 506, 38, 513, 37, 519, 38, 529, 39, 540, 38, 549, 37, 563, 40, 582, 39, 591, 38, 602, 39, 609, 38, 620, 39, 624, 38, 638, 37, 653, 38, 662, 39, 677, 38, 683, 39, 699, 38, 704, 39, 730, 37, 739, 38, 745, 37, 756, 88, 765, 37, 768, 88, 813, 39, 828, 40, 852, 39, 860, 40, 866, 39, 880, 37, 889, 40, 907, 37, 958, 38, 967, 37, 1071, 40, 1080, 39, 1095, 38, 1119, 37, 1212, 38, 1218, 37, 1223, 38, 1233, 39, 1248, 38, 1343, 37, 1355, 38, 1361, 37, 1367, 38, 1377, 39, 1386, 38, 1397, 37, 1411, 38, 1418, 37, 1433, 38, 1439, 37, 1453, 38, 1459, 37, 1483, 40, 1502, 37, 1513, 40, 1523, 37, 1541, 40, 1555, 40, 1556, 40, 1557, 40, 1558, 40, 1559, 40, 1560, 40, 1561, 40, 1562, 40, 1563, 40, 1564, 40, 1565, 40, 1566, 40, 1567, 40, 1568, 40, 1569, 40, 1587, 37, 1608, 40, 1727, 38, 1736, 39, 1802, 38, 1807, 39, 1831, 38, 1836, 39, 1852, 38, 1857, 39, 1873, 38, 1878, 39, 1888, 38, 1899, 37, 1917, 38, 1928, 39, 1937, 37, 1967, 38, 1978, 37, 1985, 90, 2006, 37, 2014, 40, 2028, 40, 2047, 39, 2156, 40, 2161, 90, 2182, 40, 2201, 37, 2248, 38, 2266, 39, 2286, 38, 2292, 39, 2308, 40, 2315, 39, 2328, 37, 2340, 38, 2350, 39, 2368, 38, 2375, 39, 2385, 38, 2399, 37, 2415, 38, 2424, 37, 2446, 38, 2454, 37, 2473, 40, 2481, 37, 2491, 40, 2500, 39, 2509, 90, 2524, 37, 2540, 39, 2569, 40, 2598, 37, 2632, 38, 2644, 39, 2661, 38, 2666, 39, 2669, 88, 2701, 39, 2714, 38, 2720, 39, 2780, 38, 2795, 39, 2804, 38, 2858, 37, 2872, 38, 2885, 37, 2906, 38, 2912, 37, 2934, 38, 2941, 37, 2956, 38, 2970, 39, 2987, 38, 2993, 39, 3046, 40, 3073, 37, 3094, 40, 3104, 37, 3112, 40, 3136, 37, 3156, 40, 3159, 37, 3173, 37, 3174, 37, 3175, 37, 3176, 37, 3177, 37, 3178, 37, 3179, 37, 3180, 37, 3181, 37, 3182, 37, 3183, 37, 3184, 37, 3185, 37, 3220, 38, 3232, 39, 3247, 38, 3251, 39, 3255, 88, 3286, 39, 3297, 38, 3303, 39, 3323, 38, 3330, 39, 3344, 38, 3398, 37, 3440, 38, 3446, 37, 3463, 38, 3471, 37, 3486, 38, 3491, 37, 3502, 38, 3513, 39, 3529, 38, 3534, 39, 3606, 40, 3632, 37, 3649, 37, 3663, 37, 3666, 38, 3671, 37, 3687, 38, 3696, 39, 3705, 38, 3719, 37, 3734, 38, 3760, 37, 3782, 38, 3788, 37, 3807, 38, 3815, 37, 3827, 38, 3849, 39, 3866, 38, 3872, 39, 4058, 40, 4071, 39, 4083, 40, 4086, 39, 4100, 39, 4101, 39, 4102, 39, 4103, 39, 4104, 39, 4105, 39, 4106, 39, 4107, 39, 4108, 39, 4109, 39, 4110, 39, 4111, 39, 4112, 39, 4113, 39, 4114, 39, 4115, 39, 4116, 39, 4117, 39, 4149, 37, 4162, 37, 4163, 37, 4167, 38, 4263, 37, 4266, 90, 4282, 37, 4320, 88, 4330, 37, 4343, 37, 4344, 37, 4345, 37, 4346, 37, 4347, 37, 4348, 37, 4349, 37, 4352, 88, 4402, 39, 4434, 37, 4448, 38, 4463, 39, 4477, 38, 4487, 37, 4504, 38, 4511, 37, 4519, 38, 4538, 39, 4542, 38, 4554, 39, 4562, 38, 4572, 37, 4586, 38, 4596, 39, 4611, 38 ], goldDrop: [ 26, 17, 17, 24, 25, 33, 36, 26, 25 ], bornPos: [] }, -{ level: 18, ai: 1, time: 1579, state: 1, country: "Taiwan", //id=17 2014-06-12 20:52:16 +{ level: 18, ai: 1, time: 1579, state: 1, godMode: 0, location: "Taiwan", ip:"118.161.100.139", date:"2014-06-12 20:52:16", //id=18 action: [ 0, 39, 14, 88, 24, 39, 84, 38, 130, 39, 141, 88, 155, 39, 169, 90, 187, 37, 200, 88, 225, 40, 231, 88, 243, 37, 248, 88, 256, 39, 274, 90, 287, 37, 299, 39, 322, 38, 368, 39, 379, 88, 391, 39, 407, 90, 417, 40, 422, 90, 438, 40, 443, 90, 454, 40, 459, 90, 477, 40, 481, 90, 495, 40, 499, 90, 516, 40, 521, 90, 537, 40, 542, 37, 559, 39, 581, 38, 632, 39, 636, 88, 654, 39, 678, 37, 719, 38, 860, 39, 871, 88, 882, 39, 899, 90, 916, 37, 924, 88, 948, 39, 957, 37, 962, 88, 974, 37, 979, 88, 989, 37, 996, 88, 1009, 39, 1024, 88, 1034, 37, 1044, 88, 1058, 39, 1068, 88, 1080, 39, 1094, 90, 1110, 37, 1138, 37, 1165, 39, 1180, 40, 1193, 40, 1194, 40, 1195, 40, 1196, 40, 1197, 40, 1198, 40, 1199, 40, 1200, 40, 1201, 40, 1376, 37, 1392, 38, 1414, 39, 1496, 38 ], goldDrop: [], bornPos: [] }, -{ level: 19, ai: 1, time: 5077, state: 1, country: "Taiwan", //id=18 2014-06-12 20:52:16 - action: [ 0, 37, 14, 38, 25, 39, 34, 38, 47, 39, 58, 38, 65, 88, 79, 39, 90, 37, 96, 88, 107, 39, 123, 90, 135, 39, 139, 90, 148, 37, 164, 88, 175, 37, 183, 88, 191, 39, 208, 90, 220, 37, 251, 38, 263, 39, 270, 38, 282, 37, 289, 38, 296, 37, 303, 38, 311, 37, 317, 38, 325, 37, 331, 38, 338, 37, 345, 38, 352, 37, 358, 38, 372, 39, 393, 88, 432, 39, 454, 38, 472, 37, 478, 38, 485, 37, 489, 38, 497, 37, 506, 90, 518, 37, 534, 39, 539, 90, 551, 37, 572, 38, 583, 90, 596, 40, 601, 90, 616, 40, 626, 37, 645, 39, 648, 90, 660, 37, 700, 39, 715, 40, 719, 90, 731, 40, 736, 90, 746, 38, 760, 37, 771, 40, 785, 39, 797, 38, 804, 39, 818, 37, 823, 88, 835, 37, 839, 88, 848, 39, 863, 90, 875, 39, 879, 90, 889, 37, 905, 88, 916, 37, 921, 88, 931, 39, 946, 90, 957, 37, 984, 39, 1007, 38, 1013, 39, 1025, 38, 1032, 39, 1039, 38, 1051, 37, 1059, 38, 1066, 37, 1073, 38, 1081, 37, 1088, 38, 1098, 37, 1105, 38, 1114, 37, 1121, 38, 1130, 37, 1137, 38, 1149, 39, 1168, 88, 1210, 39, 1232, 38, 1252, 37, 1257, 38, 1265, 37, 1271, 38, 1278, 37, 1288, 90, 1300, 37, 1320, 88, 1335, 39, 1350, 37, 1359, 88, 1369, 39, 1383, 90, 1398, 37, 1409, 88, 1422, 39, 1436, 39, 1445, 88, 1459, 39, 1477, 37, 1482, 88, 1493, 39, 1515, 37, 1528, 38, 1536, 37, 1543, 38, 1550, 37, 1556, 38, 1565, 37, 1573, 38, 1581, 37, 1588, 38, 1596, 37, 1602, 38, 1640, 39, 1658, 88, 1701, 39, 1724, 38, 1732, 88, 1744, 38, 1747, 88, 1759, 40, 1765, 88, 1775, 39, 1804, 90, 1816, 37, 1832, 37, 1872, 38, 1881, 37, 1888, 38, 1898, 37, 1903, 38, 1913, 37, 1919, 38, 1928, 37, 1934, 38, 1943, 37, 1948, 38, 1964, 39, 2005, 38, 2023, 37, 2030, 38, 2038, 37, 2044, 38, 2053, 39, 2061, 88, 2074, 39, 2117, 38, 2123, 39, 2130, 38, 2145, 37, 2152, 90, 2163, 37, 2166, 90, 2178, 37, 2212, 88, 2228, 40, 2232, 88, 2259, 39, 2288, 88, 2315, 39, 2321, 88, 2338, 39, 2355, 90, 2368, 37, 2438, 38, 2449, 37, 2454, 38, 2464, 37, 2470, 38, 2479, 37, 2485, 38, 2494, 37, 2499, 38, 2509, 37, 2514, 38, 2528, 39, 2569, 38, 2582, 39, 2608, 38, 2616, 39, 2626, 38, 2641, 88, 2656, 40, 2661, 88, 2672, 40, 2860, 88, 2873, 38, 2884, 88, 2901, 39, 2925, 37, 2932, 88, 2948, 39, 2975, 40, 2994, 39, 3016, 40, 3022, 39, 3035, 40, 3042, 39, 3050, 40, 3063, 40, 3064, 40, 3065, 40, 3066, 40, 3067, 40, 3068, 40, 3069, 40, 3070, 40, 3078, 37, 3089, 38, 3099, 37, 3103, 38, 3111, 39, 3118, 38, 3125, 39, 3131, 38, 3138, 39, 3143, 38, 3154, 37, 3159, 38, 3184, 37, 3203, 90, 3213, 39, 3251, 37, 3265, 88, 3274, 39, 3301, 38, 3310, 39, 3316, 38, 3323, 39, 3329, 38, 3337, 39, 3342, 38, 3352, 37, 3357, 38, 3366, 37, 3372, 38, 3381, 37, 3410, 40, 3416, 37, 3441, 40, 3453, 39, 3459, 88, 3479, 39, 3493, 90, 3504, 88, 3519, 39, 3540, 37, 3563, 39, 3581, 88, 3591, 39, 3616, 38, 3626, 39, 3634, 38, 3641, 39, 3649, 38, 3655, 39, 3662, 38, 3681, 37, 3687, 38, 3698, 37, 3704, 38, 3718, 37, 3722, 37, 3741, 38, 3760, 37, 3772, 40, 3780, 37, 3816, 38, 3824, 37, 3838, 37, 3839, 37, 3840, 37, 3841, 37, 3842, 37, 3863, 38, 3871, 37, 3877, 38, 3887, 37, 3893, 38, 3901, 37, 3906, 38, 3914, 37, 3920, 38, 3929, 37, 3934, 38, 3947, 39, 3961, 39, 3992, 38, 4006, 39, 4036, 38, 4044, 39, 4052, 38, 4069, 88, 4082, 40, 4087, 88, 4098, 40, 4106, 88, 4125, 39, 4155, 37, 4161, 88, 4171, 39, 4207, 38, 4220, 39, 4225, 38, 4234, 39, 4239, 38, 4248, 39, 4263, 37, 4280, 38, 4290, 39, 4295, 38, 4306, 37, 4317, 90, 4328, 37, 4344, 39, 4353, 90, 4363, 37, 4379, 88, 4391, 39, 4410, 38, 4423, 39, 4429, 38, 4442, 39, 4448, 38, 4458, 39, 4465, 38, 4481, 39, 4491, 88, 4505, 39, 4512, 90, 4527, 37, 4536, 90, 4549, 37, 4561, 88, 4574, 39, 4593, 90, 4603, 37, 4623, 39, 4685, 37, 4692, 38, 4699, 37, 4705, 38, 4712, 37, 4717, 38, 4725, 37, 4730, 38, 4739, 37, 4743, 38, 4753, 37, 4784, 40, 4791, 37, 4798, 40, 4807, 90, 4849, 37, 4864, 38, 4876, 37, 4913, 38, 4921, 37, 4926, 38, 4935, 37, 4940, 38, 4948, 37, 4956, 38, 4964, 37, 4969, 38, 4978, 37, 4983, 38, 4995, 39, 5035, 38, 5052, 37, 5059, 38, 5066, 37, 5071, 38 ], +{ level: 19, ai: 2, time: 4652, state: 1, godMode: 0, location: "Russian Federation", ip:"95.191.63.58", date:"2014-12-21 15:58:08", //id=19 + action: [ 0, 37, 17, 38, 28, 39, 33, 38, 45, 37, 50, 38, 54, 37, 57, 38, 61, 37, 64, 38, 67, 37, 70, 38, 72, 37, 76, 38, 78, 37, 82, 38, 84, 37, 87, 38, 89, 37, 93, 38, 103, 39, 119, 88, 162, 39, 181, 38, 191, 88, 199, 40, 210, 88, 214, 39, 249, 90, 252, 37, 312, 38, 317, 37, 322, 38, 325, 37, 330, 38, 334, 37, 338, 38, 341, 37, 345, 38, 347, 37, 352, 38, 355, 37, 359, 38, 368, 39, 438, 38, 455, 39, 481, 37, 504, 40, 506, 88, 518, 40, 523, 88, 530, 39, 562, 88, 567, 39, 581, 88, 587, 39, 606, 90, 612, 37, 680, 38, 684, 37, 689, 38, 693, 37, 697, 38, 698, 37, 703, 38, 707, 37, 711, 38, 714, 37, 718, 38, 721, 37, 725, 38, 727, 37, 734, 38, 743, 39, 781, 38, 795, 37, 801, 38, 804, 37, 808, 38, 810, 37, 822, 38, 826, 37, 838, 90, 845, 37, 863, 88, 867, 39, 890, 37, 895, 88, 901, 39, 919, 90, 924, 37, 943, 88, 950, 39, 975, 88, 981, 39, 1004, 37, 1008, 88, 1014, 39, 1032, 37, 1046, 38, 1050, 37, 1054, 38, 1058, 37, 1061, 38, 1064, 37, 1068, 38, 1070, 37, 1074, 38, 1077, 37, 1081, 38, 1084, 37, 1087, 38, 1090, 37, 1093, 38, 1102, 39, 1105, 38, 1134, 39, 1173, 38, 1188, 37, 1192, 38, 1195, 37, 1200, 38, 1204, 37, 1215, 90, 1220, 37, 1233, 90, 1238, 37, 1264, 38, 1273, 90, 1280, 40, 1290, 90, 1294, 40, 1305, 90, 1311, 37, 1350, 39, 1367, 40, 1370, 90, 1378, 40, 1387, 90, 1394, 38, 1408, 37, 1420, 40, 1427, 39, 1444, 38, 1449, 39, 1459, 88, 1467, 37, 1476, 88, 1483, 39, 1499, 90, 1507, 39, 1515, 90, 1520, 37, 1537, 88, 1547, 37, 1550, 88, 1559, 37, 1567, 88, 1575, 39, 1592, 90, 1598, 37, 1629, 39, 1650, 38, 1655, 39, 1665, 38, 1671, 39, 1677, 38, 1689, 37, 1692, 38, 1696, 37, 1700, 38, 1703, 37, 1707, 38, 1709, 37, 1713, 38, 1716, 37, 1719, 38, 1723, 37, 1726, 38, 1729, 37, 1733, 38, 1736, 37, 1740, 38, 1748, 39, 1751, 38, 1767, 39, 1806, 38, 1830, 39, 1851, 37, 1866, 38, 1871, 37, 1876, 38, 1880, 37, 1884, 38, 1889, 37, 1893, 38, 1899, 39, 1909, 88, 1913, 39, 1958, 38, 1964, 39, 1968, 38, 1977, 37, 1988, 90, 1993, 37, 2019, 39, 2046, 38, 2052, 39, 2057, 38, 2067, 88, 2074, 40, 2082, 88, 2087, 40, 2254, 88, 2259, 38, 2277, 88, 2284, 39, 2305, 37, 2314, 88, 2317, 39, 2357, 38, 2366, 39, 2371, 38, 2378, 39, 2382, 38, 2389, 39, 2392, 38, 2399, 37, 2409, 90, 2416, 37, 2435, 39, 2441, 90, 2446, 37, 2465, 88, 2470, 39, 2497, 38, 2629, 40, 2650, 39, 2658, 40, 2659, 39, 2673, 37, 2678, 90, 2680, 39, 2727, 37, 2740, 88, 2744, 39, 2775, 38, 2782, 39, 2787, 38, 2793, 39, 2797, 38, 2805, 39, 2809, 40, 2823, 37, 2839, 38, 2845, 39, 2850, 38, 2856, 39, 2861, 38, 2867, 39, 2871, 38, 2878, 37, 2882, 38, 2886, 37, 2891, 38, 2896, 37, 2921, 40, 2928, 37, 2952, 38, 2959, 37, 2974, 40, 2980, 37, 2993, 39, 3006, 38, 3012, 88, 3021, 40, 3030, 88, 3038, 39, 3055, 90, 3064, 39, 3071, 90, 3078, 37, 3103, 39, 3110, 88, 3118, 37, 3126, 88, 3131, 39, 3150, 90, 3156, 37, 3191, 38, 3197, 39, 3205, 38, 3209, 39, 3215, 38, 3227, 37, 3231, 38, 3266, 39, 3286, 38, 3292, 39, 3308, 40, 3319, 39, 3325, 88, 3373, 39, 3400, 37, 3404, 90, 3420, 88, 3431, 39, 3451, 37, 3471, 39, 3486, 88, 3491, 39, 3525, 38, 3589, 37, 3592, 38, 3598, 39, 3602, 38, 3609, 39, 3612, 38, 3619, 39, 3622, 38, 3629, 37, 3632, 38, 3637, 37, 3641, 38, 3649, 37, 3673, 40, 3680, 37, 3702, 38, 3707, 37, 3740, 38, 3745, 37, 3749, 38, 3755, 37, 3758, 38, 3764, 37, 3767, 38, 3772, 37, 3775, 38, 3780, 37, 3781, 38, 3786, 37, 3790, 38, 3797, 39, 3807, 38, 3811, 39, 3847, 38, 3858, 39, 3884, 38, 3887, 39, 3892, 38, 3900, 88, 3907, 40, 3916, 88, 3921, 40, 3934, 88, 3938, 39, 3957, 88, 3962, 37, 3968, 88, 3971, 39, 4012, 38, 4024, 39, 4027, 38, 4035, 39, 4038, 38, 4046, 39, 4062, 37, 4071, 88, 4081, 39, 4083, 88, 4100, 40, 4107, 39, 4111, 90, 4119, 37, 4130, 90, 4138, 37, 4155, 88, 4161, 39, 4184, 37, 4188, 90, 4192, 39, 4197, 90, 4201, 37, 4228, 39, 4241, 37, 4252, 39, 4285, 37, 4291, 38, 4295, 37, 4299, 38, 4302, 37, 4306, 38, 4309, 37, 4313, 38, 4315, 37, 4327, 38, 4331, 37, 4335, 38, 4344, 37, 4416, 40, 4422, 37, 4428, 40, 4434, 90, 4467, 37, 4481, 38, 4490, 37, 4522, 38, 4526, 37, 4531, 38, 4534, 37, 4538, 38, 4541, 37, 4546, 38, 4547, 37, 4552, 38, 4556, 37, 4561, 38, 4566, 37, 4570, 38, 4580, 39, 4619, 38, 4634, 37, 4638, 38, 4643, 37, 4647, 38 ], goldDrop: [], bornPos: [] }, -{ level: 20, ai: 1, time: 7612, state: 1, country: "Taiwan", //id=19 2014-06-12 20:52:16 +{ level: 20, ai: 1, time: 7612, state: 1, godMode: 0, location: "Taiwan", ip:"118.161.100.139", date:"2014-06-12 20:52:16", //id=20 action: [ 0, 37, 15, 38, 336, 39, 395, 37, 398, 88, 409, 39, 420, 37, 493, 40, 504, 38, 581, 39, 590, 38, 610, 40, 620, 39, 688, 37, 711, 90, 723, 39, 727, 90, 740, 39, 744, 90, 757, 39, 761, 90, 776, 39, 779, 90, 793, 39, 797, 90, 859, 37, 912, 38, 959, 90, 977, 39, 981, 90, 997, 39, 1001, 90, 1018, 39, 1021, 90, 1033, 39, 1039, 90, 1084, 39, 1090, 38, 1226, 39, 1232, 38, 1272, 90, 1275, 39, 1292, 90, 1334, 37, 1361, 90, 1373, 37, 1402, 38, 1412, 90, 1468, 37, 1491, 40, 1499, 39, 1518, 40, 1522, 39, 1640, 90, 1729, 37, 1744, 88, 1757, 37, 1771, 37, 1772, 37, 1773, 37, 1774, 37, 1775, 37, 1776, 37, 1777, 37, 1778, 37, 1779, 37, 1780, 37, 1781, 37, 1782, 37, 1783, 37, 1784, 37, 1785, 37, 1786, 37, 1787, 37, 1788, 37, 1789, 37, 1804, 40, 1818, 40, 1819, 40, 1957, 38, 1975, 39, 2020, 37, 2038, 38, 2042, 90, 2093, 37, 2122, 38, 2272, 39, 2280, 38, 2329, 39, 2368, 40, 2379, 37, 2388, 39, 2410, 37, 2424, 39, 2464, 39, 2559, 37, 2567, 88, 2592, 37, 2595, 88, 2652, 39, 2671, 38, 2745, 37, 2755, 38, 2767, 40, 2782, 37, 2791, 40, 2797, 39, 2816, 39, 2820, 37, 2834, 37, 2835, 37, 2836, 37, 2871, 39, 2910, 40, 2923, 37, 2986, 39, 3046, 88, 3090, 39, 3106, 38, 3179, 37, 3204, 38, 3229, 40, 3247, 37, 3293, 39, 3323, 90, 3335, 37, 3380, 39, 3385, 90, 3394, 37, 3443, 39, 3495, 88, 3552, 39, 3572, 38, 3702, 37, 3746, 38, 3779, 40, 3808, 37, 3827, 39, 3837, 90, 3850, 37, 3892, 39, 3935, 37, 3946, 38, 4016, 37, 4021, 88, 4079, 39, 4127, 38, 4246, 37, 4299, 40, 4329, 39, 4335, 37, 4405, 39, 4419, 39, 4420, 39, 4466, 37, 4503, 38, 4576, 88, 4638, 39, 4652, 90, 4662, 39, 4669, 90, 4677, 39, 4691, 39, 4692, 39, 4693, 39, 4694, 39, 4695, 39, 4696, 39, 4697, 39, 4698, 39, 4714, 40, 4728, 40, 4926, 38, 4942, 37, 4947, 39, 4973, 37, 4978, 90, 5071, 37, 5085, 37, 5086, 37, 5087, 37, 5120, 39, 5153, 88, 5177, 39, 5185, 37, 5198, 88, 5212, 37, 5217, 88, 5231, 37, 5236, 88, 5249, 37, 5254, 88, 5268, 37, 5272, 88, 5287, 37, 5291, 88, 5305, 37, 5309, 88, 5323, 37, 5328, 88, 5341, 37, 5346, 88, 5520, 37, 5532, 88, 5580, 39, 5691, 90, 5744, 38, 5817, 37, 5828, 40, 5840, 90, 5851, 37, 5882, 39, 5902, 37, 5932, 38, 5939, 39, 5963, 37, 5978, 38, 6022, 39, 6027, 90, 6041, 37, 6098, 39, 6154, 88, 6216, 39, 6240, 40, 6295, 38, 6379, 37, 6423, 40, 6448, 37, 6469, 39, 6479, 90, 6489, 37, 6537, 39, 6549, 38, 6693, 88, 6737, 39, 6794, 40, 6808, 40, 7037, 38, 7118, 37, 7207, 40, 7219, 37, 7259, 40, 7270, 39, 7332, 37, 7350, 38, 7390, 90, 7403, 37, 7414, 90, 7427, 37, 7459, 38, 7468, 90, 7526, 37, 7546, 38 ], goldDrop: [ 37, 25, 19, 23, 22, 26, 16, 22, 30, 38, 35, 37, 22, 23, 38, 26, 28, 16, 16, 33, 15, 16, 18, 33, 20, 24 ], bornPos: [ 1, 2, 3, 1, 9, 26, 7, 5, 4, 6, 13 ] }, -{ level: 21, ai: 1, time: 1941, state: 1, country: "Taiwan", //id=20 2014-06-12 20:52:16 - action: [ 0, 90, 12, 39, 16, 90, 29, 37, 37, 90, 48, 37, 75, 88, 82, 39, 102, 90, 111, 37, 151, 39, 166, 88, 186, 39, 200, 39, 201, 39, 202, 39, 203, 39, 204, 39, 206, 38, 224, 39, 228, 88, 239, 39, 249, 37, 254, 88, 266, 37, 270, 88, 278, 39, 295, 37, 300, 88, 313, 37, 317, 88, 328, 37, 333, 88, 341, 37, 358, 39, 380, 88, 390, 37, 396, 88, 401, 37, 414, 37, 415, 37, 416, 37, 417, 37, 418, 37, 419, 37, 420, 37, 425, 39, 441, 88, 449, 37, 463, 37, 464, 37, 470, 39, 499, 88, 563, 39, 604, 38, 674, 37, 714, 40, 729, 90, 741, 39, 745, 90, 756, 37, 773, 88, 779, 39, 801, 90, 811, 37, 831, 88, 840, 39, 859, 90, 869, 37, 887, 88, 896, 39, 914, 90, 925, 37, 942, 88, 953, 39, 971, 90, 982, 37, 1000, 88, 1012, 39, 1047, 38, 1079, 88, 1114, 39, 1142, 38, 1215, 37, 1247, 40, 1258, 88, 1270, 37, 1275, 88, 1283, 39, 1300, 37, 1306, 88, 1319, 39, 1335, 37, 1342, 88, 1352, 39, 1371, 37, 1378, 88, 1391, 39, 1405, 90, 1416, 37, 1433, 39, 1440, 90, 1451, 37, 1470, 88, 1481, 39, 1500, 37, 1507, 88, 1519, 39, 1532, 90, 1543, 37, 1562, 88, 1573, 39, 1592, 38, 1616, 88, 1651, 39, 1667, 38, 1743, 39, 1775, 88, 1821, 39, 1858, 38 ], +{ level: 21, ai: 2, time: 1734, state: 1, godMode: 0, location: "Taiwan", ip:"36.225.80.248", date:"2014-07-10 22:34:46", //id=21 + action: [ 0, 90, 10, 39, 16, 90, 25, 37, 33, 90, 44, 37, 69, 88, 80, 39, 95, 90, 106, 37, 144, 39, 160, 88, 178, 39, 199, 38, 208, 37, 213, 38, 220, 39, 226, 88, 238, 40, 244, 88, 254, 37, 259, 88, 267, 39, 280, 88, 291, 37, 296, 88, 307, 37, 312, 88, 321, 37, 334, 39, 356, 88, 366, 37, 372, 88, 381, 37, 394, 39, 408, 88, 417, 37, 432, 39, 462, 88, 513, 39, 554, 38, 620, 37, 661, 40, 668, 90, 679, 39, 683, 90, 691, 37, 710, 88, 716, 39, 738, 90, 745, 37, 763, 88, 772, 39, 789, 90, 800, 37, 816, 88, 824, 39, 842, 90, 853, 37, 869, 88, 878, 39, 895, 90, 905, 37, 922, 88, 932, 39, 975, 88, 1006, 39, 1021, 38, 1084, 37, 1109, 40, 1119, 90, 1129, 39, 1135, 90, 1144, 37, 1159, 88, 1169, 39, 1187, 37, 1193, 88, 1203, 39, 1221, 37, 1228, 88, 1237, 39, 1253, 90, 1264, 37, 1280, 39, 1287, 90, 1296, 37, 1313, 88, 1324, 39, 1342, 37, 1348, 88, 1358, 39, 1372, 90, 1383, 37, 1399, 88, 1411, 39, 1429, 38, 1457, 88, 1479, 39, 1494, 38, 1557, 39, 1584, 88, 1622, 39, 1660, 38 ], goldDrop: [], bornPos: [] }, -{ level: 22, ai: 1, time: 5279, state: 1, country: "Taiwan", //id=21 2014-06-12 20:52:16 +{ level: 22, ai: 1, time: 5279, state: 1, godMode: 0, location: "Taiwan", ip:"118.161.100.139", date:"2014-06-12 20:52:16", //id=22 action: [ 0, 39, 19, 37, 102, 40, 121, 39, 348, 38, 536, 40, 616, 39, 741, 38, 816, 37, 879, 40, 895, 38, 903, 40, 911, 37, 918, 39, 934, 37, 941, 38, 956, 37, 995, 39, 1034, 40, 1049, 39, 1067, 38, 1075, 39, 1089, 37, 1098, 39, 1108, 37, 1133, 39, 1143, 38, 1147, 39, 1158, 88, 1168, 39, 1180, 38, 1221, 37, 1247, 38, 1276, 37, 1281, 38, 1290, 39, 1299, 38, 1384, 40, 1394, 37, 1399, 40, 1431, 39, 1438, 40, 1555, 38, 1568, 37, 1572, 38, 1606, 39, 1615, 38, 1625, 39, 1637, 88, 1656, 39, 1665, 38, 1709, 37, 1733, 38, 1779, 38, 1784, 37, 1791, 38, 1801, 39, 1807, 38, 1853, 40, 1863, 37, 1868, 40, 1902, 39, 1907, 40, 1919, 40, 1920, 40, 1921, 40, 1922, 40, 1923, 40, 1924, 40, 2023, 38, 2035, 37, 2041, 38, 2078, 39, 2086, 38, 2093, 39, 2189, 37, 2242, 38, 2254, 37, 2258, 38, 2272, 39, 2282, 37, 2283, 39, 2295, 40, 2299, 39, 2308, 37, 2316, 39, 2326, 37, 2338, 38, 2359, 39, 2366, 38, 2377, 39, 2387, 88, 2396, 39, 2431, 37, 2444, 39, 2462, 40, 2478, 38, 2493, 37, 2518, 40, 2527, 39, 2540, 39, 2553, 38, 2564, 37, 2597, 39, 2624, 38, 2655, 37, 2725, 39, 2736, 38, 2746, 37, 2754, 38, 2766, 37, 2862, 39, 2901, 38, 2913, 39, 2921, 38, 2931, 37, 2946, 39, 2957, 38, 2979, 37, 2986, 38, 2998, 37, 3007, 90, 3017, 37, 3075, 39, 3079, 39, 3085, 37, 3096, 39, 3122, 37, 3144, 39, 3162, 37, 3187, 38, 3218, 39, 3229, 39, 3230, 39, 3267, 40, 3307, 37, 3323, 39, 3633, 38, 3710, 37, 3772, 38, 3857, 37, 3860, 40, 3867, 39, 3898, 38, 4042, 40, 4119, 40, 4201, 37, 4307, 38, 4386, 39, 4446, 40, 4451, 39, 4631, 38, 4781, 40, 4793, 40, 4794, 40, 4795, 40, 4796, 40, 4797, 40, 4798, 40, 4799, 40, 4800, 40, 4801, 40, 4802, 40, 4803, 40, 4974, 37, 5073, 38, 5151, 39, 5242, 37, 5273, 38 ], goldDrop: [ 24, 19, 34, 37, 17, 16, 25, 21, 34, 25, 19, 35 ], bornPos: [] }, -{ level: 23, ai: 1, time: 3015, state: 1, country: "Taiwan", //id=22 2014-06-12 20:52:16 - action: [ 0, 88, 20, 39, 33, 37, 47, 88, 54, 39, 97, 38, 111, 88, 124, 40, 130, 88, 142, 38, 152, 37, 157, 38, 173, 39, 190, 37, 198, 90, 209, 37, 219, 38, 291, 40, 332, 38, 349, 88, 375, 40, 384, 88, 398, 38, 400, 88, 413, 40, 419, 88, 431, 38, 443, 37, 448, 38, 464, 39, 483, 38, 491, 88, 500, 39, 535, 37, 544, 90, 555, 37, 573, 90, 585, 37, 634, 38, 653, 37, 659, 38, 719, 39, 742, 38, 778, 39, 806, 88, 817, 39, 853, 38, 863, 88, 874, 39, 912, 38, 929, 90, 940, 37, 987, 88, 1003, 39, 1043, 38, 1060, 40, 1069, 37, 1077, 88, 1087, 37, 1093, 88, 1102, 39, 1113, 88, 1130, 39, 1152, 37, 1162, 88, 1173, 39, 1214, 38, 1248, 37, 1263, 39, 1272, 38, 1307, 37, 1322, 39, 1330, 38, 1352, 40, 1356, 37, 1375, 88, 1388, 37, 1406, 39, 1416, 40, 1422, 37, 1430, 40, 1447, 39, 1467, 38, 1484, 39, 1502, 38, 1540, 40, 1545, 39, 1601, 37, 1615, 37, 1616, 37, 1617, 37, 1618, 37, 1619, 37, 1620, 37, 1621, 37, 1622, 37, 1623, 37, 1624, 37, 1625, 37, 1626, 37, 1627, 37, 1628, 37, 1629, 37, 1630, 37, 1631, 37, 1632, 37, 1633, 37, 1634, 37, 1635, 37, 1636, 37, 1637, 37, 1638, 37, 1639, 37, 1640, 37, 1641, 37, 1642, 37, 1643, 37, 1644, 37, 1645, 37, 1646, 37, 1647, 37, 1654, 90, 1665, 37, 1693, 90, 1719, 37, 1755, 90, 1767, 39, 1771, 90, 1784, 39, 1787, 90, 1800, 37, 1814, 88, 1826, 40, 1830, 88, 1841, 38, 1852, 37, 1865, 39, 1921, 37, 1933, 90, 1948, 37, 1959, 39, 1978, 37, 1996, 38, 2169, 39, 2183, 39, 2184, 39, 2188, 38, 2195, 88, 2207, 39, 2213, 88, 2225, 39, 2240, 37, 2279, 38, 2284, 90, 2295, 37, 2344, 38, 2363, 90, 2376, 40, 2382, 90, 2392, 40, 2407, 39, 2453, 40, 2502, 38, 2508, 90, 2525, 37, 2577, 38, 2584, 90, 2594, 38, 2606, 37, 2612, 90, 2622, 37, 2634, 39, 2698, 38, 2744, 39, 2758, 39, 2766, 38, 2834, 39, 2868, 37, 2873, 88, 2882, 39, 2938, 38 ], +{ level: 23, ai: 2, time: 2259, state: 1, godMode: 0, location: "Taiwan", ip:"114.44.170.77", date:"2014-10-26 16:19:42", //id=23 + action: [ 0, 88, 16, 39, 33, 37, 42, 88, 54, 39, 87, 38, 101, 88, 112, 37, 118, 38, 134, 39, 151, 37, 156, 90, 167, 37, 183, 38, 248, 40, 252, 88, 341, 40, 344, 88, 354, 38, 367, 37, 372, 38, 386, 39, 405, 38, 414, 39, 435, 90, 446, 39, 453, 37, 471, 90, 485, 37, 532, 38, 546, 37, 551, 38, 566, 39, 585, 38, 621, 39, 649, 88, 661, 39, 693, 38, 699, 88, 710, 39, 745, 38, 761, 90, 773, 37, 806, 90, 819, 37, 829, 39, 856, 38, 864, 40, 870, 37, 878, 88, 889, 37, 894, 88, 903, 39, 913, 88, 925, 39, 941, 88, 954, 39, 993, 38, 1022, 37, 1034, 39, 1045, 38, 1074, 37, 1086, 39, 1094, 38, 1099, 37, 1120, 88, 1131, 37, 1146, 40, 1157, 39, 1182, 38, 1198, 39, 1219, 38, 1225, 37, 1237, 38, 1317, 37, 1353, 90, 1371, 37, 1395, 90, 1407, 37, 1442, 90, 1453, 39, 1458, 90, 1470, 39, 1474, 90, 1484, 37, 1497, 88, 1509, 40, 1513, 88, 1525, 38, 1533, 37, 1543, 39, 1570, 90, 1581, 39, 1591, 38, 1599, 39, 1617, 90, 1627, 37, 1674, 38, 1685, 37, 1688, 38, 1697, 39, 1709, 37, 1716, 38, 1722, 90, 1733, 37, 1782, 38, 1798, 90, 1838, 40, 1842, 90, 1853, 40, 1865, 39, 1914, 38, 1924, 37, 1928, 38, 1933, 90, 1944, 37, 1994, 38, 2000, 90, 2012, 38, 2022, 37, 2027, 90, 2038, 37, 2048, 39, 2147, 38, 2153, 39, 2190, 38 ], goldDrop: [], bornPos: [] }, -{ level: 25, ai: 1, time: 1434, state: 1, country: "Taiwan", //id=23 2014-06-13 14:00:52 - action: [ 0, 37, 6, 90, 16, 39, 21, 90, 31, 39, 37, 90, 48, 40, 56, 90, 67, 39, 72, 90, 82, 39, 89, 90, 98, 39, 105, 90, 115, 40, 122, 90, 132, 39, 139, 90, 149, 37, 170, 39, 181, 90, 190, 39, 196, 90, 206, 39, 212, 90, 220, 37, 237, 90, 245, 39, 253, 90, 262, 39, 269, 90, 277, 39, 285, 90, 295, 37, 308, 88, 317, 37, 319, 88, 329, 37, 335, 88, 344, 37, 352, 88, 362, 37, 368, 88, 377, 37, 383, 88, 404, 39, 417, 90, 431, 39, 442, 88, 452, 37, 458, 88, 468, 37, 475, 88, 495, 39, 507, 90, 518, 39, 523, 90, 549, 37, 556, 90, 569, 37, 595, 39, 598, 88, 608, 39, 619, 39, 620, 39, 621, 39, 622, 39, 623, 39, 624, 39, 625, 39, 626, 39, 627, 39, 628, 39, 629, 39, 630, 39, 631, 39, 638, 38, 641, 39, 653, 38, 659, 39, 665, 38, 693, 37, 698, 38, 706, 37, 710, 38, 717, 37, 721, 38, 730, 37, 735, 38, 744, 37, 785, 90, 797, 39, 802, 90, 816, 37, 835, 39, 842, 90, 853, 39, 860, 90, 908, 37, 927, 88, 936, 37, 944, 88, 953, 40, 965, 37, 969, 88, 979, 40, 986, 88, 996, 37, 1004, 88, 1012, 39, 1037, 37, 1073, 39, 1076, 38, 1092, 39, 1096, 38, 1110, 40, 1125, 37, 1139, 40, 1151, 40, 1152, 40, 1153, 40, 1154, 40, 1155, 40, 1156, 40, 1157, 40, 1169, 39, 1176, 40, 1183, 39, 1190, 40, 1195, 39, 1205, 40, 1216, 39, 1282, 38, 1290, 39, 1295, 38, 1302, 39, 1307, 38, 1315, 39, 1318, 38, 1326, 39, 1330, 38, 1360, 37, 1363, 38, 1371, 37, 1374, 38, 1382, 37, 1385, 38, 1393, 37, 1396, 38, 1404, 37, 1408, 38, 1418, 37, 1428, 38 ], +{ level: 24, ai: 2, time: 2045, state: 1, godMode: 0, location: "Taiwan", ip:"111.250.211.84", date:"2014-12-23 18:22:55", //id=24 + action: [ 0, 37, 6, 38, 66, 39, 75, 88, 106, 37, 117, 38, 122, 39, 147, 90, 160, 37, 170, 39, 189, 90, 195, 37, 239, 38, 270, 39, 304, 90, 314, 39, 319, 90, 329, 39, 334, 90, 343, 37, 361, 90, 371, 39, 377, 90, 388, 39, 393, 90, 403, 39, 408, 90, 418, 39, 423, 90, 431, 37, 457, 90, 466, 39, 473, 90, 484, 39, 489, 90, 500, 39, 505, 90, 516, 39, 520, 90, 531, 39, 536, 90, 546, 39, 552, 90, 626, 37, 649, 90, 659, 39, 664, 90, 675, 39, 679, 90, 690, 37, 704, 88, 714, 37, 721, 88, 729, 39, 747, 90, 754, 37, 771, 88, 782, 37, 788, 88, 796, 39, 807, 88, 818, 37, 824, 88, 834, 39, 850, 90, 859, 39, 870, 37, 927, 88, 937, 39, 959, 38, 966, 37, 990, 38, 1060, 39, 1096, 88, 1106, 37, 1112, 88, 1121, 37, 1128, 88, 1136, 39, 1164, 88, 1173, 37, 1180, 88, 1191, 37, 1196, 88, 1206, 37, 1212, 88, 1222, 37, 1228, 88, 1237, 39, 1274, 88, 1283, 37, 1290, 88, 1302, 37, 1307, 88, 1318, 37, 1322, 88, 1333, 37, 1338, 88, 1348, 37, 1354, 88, 1363, 39, 1400, 88, 1411, 37, 1416, 88, 1427, 37, 1432, 88, 1443, 37, 1447, 88, 1459, 37, 1463, 88, 1474, 37, 1479, 88, 1488, 39, 1518, 88, 1528, 37, 1534, 88, 1545, 37, 1550, 88, 1562, 37, 1567, 88, 1577, 37, 1583, 88, 1592, 39, 1616, 88, 1626, 37, 1632, 88, 1643, 37, 1648, 88, 1658, 37, 1664, 88, 1672, 39, 1694, 88, 1704, 37, 1711, 88, 1721, 37, 1727, 88, 1737, 39, 1753, 88, 1762, 37, 1771, 88, 1781, 39, 1796, 90, 1806, 39, 1813, 90, 1819, 37, 1834, 90, 1845, 37, 1857, 90, 1871, 40, 1878, 90, 1886, 37, 1921, 38, 1927, 37, 1931, 38, 1941, 37, 1981, 38 ], goldDrop: [], - bornPos: [ 1, 13, 14, 12 ] + bornPos: [] }, -{ level: 26, ai: 1, time: 6562, state: 1, country: "Taiwan", //id=24 2014-06-12 20:52:16 - action: [ 0, 39, 16, 88, 71, 37, 86, 38, 131, 88, 184, 39, 199, 38, 214, 90, 250, 39, 265, 38, 305, 90, 365, 37, 379, 88, 390, 40, 395, 88, 405, 40, 411, 88, 425, 39, 443, 90, 597, 37, 618, 38, 630, 39, 688, 39, 707, 38, 713, 39, 746, 40, 761, 37, 800, 38, 814, 37, 855, 39, 866, 88, 922, 37, 926, 88, 938, 40, 943, 88, 955, 40, 960, 88, 974, 39, 992, 90, 1154, 37, 1169, 38, 1180, 39, 1244, 38, 1256, 39, 1272, 90, 1350, 37, 1365, 88, 1375, 40, 1381, 88, 1392, 40, 1397, 88, 1410, 39, 1429, 38, 1489, 90, 1585, 37, 1603, 38, 1614, 39, 2092, 38, 2106, 39, 2118, 37, 2129, 88, 2276, 40, 2282, 88, 2341, 40, 2346, 88, 2356, 38, 2370, 39, 2379, 88, 2394, 39, 2430, 37, 2518, 38, 2557, 40, 2563, 39, 2603, 38, 2612, 39, 2619, 88, 2691, 37, 2695, 88, 2707, 40, 2713, 88, 2727, 40, 2731, 88, 2745, 39, 2764, 38, 2858, 90, 2931, 37, 2944, 37, 2945, 37, 2946, 37, 2947, 37, 2948, 37, 2949, 37, 2953, 38, 2960, 39, 2972, 38, 2976, 39, 3089, 38, 3108, 90, 3345, 37, 3352, 90, 3575, 37, 3580, 90, 3600, 37, 3608, 39, 3621, 39, 3622, 39, 3623, 39, 3624, 39, 3625, 39, 3626, 39, 3628, 90, 3645, 37, 3655, 90, 3671, 37, 3679, 39, 3693, 39, 3716, 90, 3740, 88, 3758, 39, 3766, 37, 3842, 39, 3909, 38, 3916, 39, 3923, 38, 3928, 39, 3935, 38, 3940, 39, 3946, 38, 3951, 39, 3959, 38, 3963, 39, 3971, 38, 3999, 37, 4006, 40, 4016, 39, 4030, 39, 4031, 39, 4035, 38, 4058, 37, 4069, 40, 4082, 39, 4100, 38, 4121, 37, 4136, 40, 4153, 37, 4160, 38, 4170, 37, 4174, 38, 4214, 37, 4285, 40, 4303, 39, 4339, 38, 4356, 39, 4384, 38, 4404, 90, 4460, 39, 4464, 90, 4475, 40, 4479, 90, 4493, 40, 4496, 90, 4510, 37, 4525, 38, 4594, 37, 4598, 88, 4689, 39, 4705, 38, 4716, 39, 4800, 38, 4808, 37, 4842, 40, 4858, 39, 4901, 38, 4918, 39, 4947, 90, 5019, 39, 5022, 90, 5032, 40, 5037, 90, 5049, 40, 5053, 90, 5072, 37, 5088, 38, 5159, 88, 5239, 39, 5250, 38, 5267, 37, 5286, 38, 5417, 37, 5431, 88, 5476, 39, 5509, 38, 5524, 37, 5536, 39, 5545, 90, 5603, 39, 5606, 90, 5617, 40, 5622, 90, 5636, 40, 5639, 90, 5654, 37, 5673, 38, 5760, 88, 5832, 39, 5848, 38, 5860, 39, 5983, 38, 5988, 90, 5996, 40, 6002, 90, 6012, 40, 6016, 90, 6028, 40, 6032, 90, 6042, 37, 6079, 39, 6106, 38, 6215, 37, 6255, 40, 6280, 39, 6293, 38, 6306, 39, 6309, 38, 6333, 37, 6344, 40, 6360, 39, 6372, 38, 6385, 39, 6388, 38, 6412, 37, 6428, 40, 6445, 39, 6460, 38, 6478, 37, 6497, 38, 6529, 39, 6535, 38, 6542, 39, 6546, 38, 6552, 39, 6556, 38 ], +{ level: 25, ai: 2, time: 1048, state: 1, godMode: 0, location: "Taiwan", ip:"111.250.206.132", date:"2014-12-14 18:08:32", //id=25 + action: [ 0, 39, 3, 40, 12, 39, 19, 88, 29, 39, 44, 90, 56, 39, 61, 90, 71, 37, 92, 39, 101, 90, 112, 39, 119, 90, 129, 39, 136, 90, 146, 37, 162, 90, 173, 39, 179, 90, 190, 39, 196, 90, 207, 39, 212, 90, 223, 37, 238, 88, 249, 37, 256, 88, 268, 37, 273, 88, 285, 37, 291, 88, 302, 39, 316, 90, 329, 39, 334, 90, 345, 39, 350, 90, 360, 37, 376, 88, 388, 37, 395, 88, 403, 39, 420, 90, 431, 37, 444, 88, 454, 37, 463, 39, 493, 38, 499, 39, 505, 38, 511, 39, 518, 38, 544, 37, 548, 38, 556, 37, 559, 38, 567, 37, 571, 38, 578, 37, 582, 38, 590, 37, 629, 90, 640, 39, 645, 90, 656, 39, 660, 90, 669, 39, 685, 40, 781, 39, 795, 38, 803, 37, 818, 38, 827, 37, 863, 40, 871, 37, 892, 40, 898, 88, 909, 40, 915, 88, 925, 37, 932, 88, 941, 39, 965, 37, 984, 38, 991, 39, 996, 38, 1004, 39, 1008, 38, 1016, 39, 1020, 38, 1028, 39, 1043, 38 ], goldDrop: [], - bornPos: [ 1, 8, 12 ] + bornPos: [] }, -{ level: 27, ai: 1, time: 2831, state: 1, country: "Taiwan", //id=25 2014-06-12 20:52:17 +{ level: 26, ai: 2, time: 3842, state: 1, godMode: 0, location: "Taiwan", ip:"36.226.142.48", date:"2014-10-18 14:32:14", //id=26 + action: [ 0, 39, 5, 38, 28, 88, 73, 39, 97, 38, 138, 90, 178, 37, 184, 90, 199, 37, 212, 88, 233, 40, 238, 88, 251, 39, 268, 38, 336, 90, 383, 37, 400, 38, 464, 39, 514, 37, 550, 38, 565, 37, 595, 88, 668, 37, 672, 88, 688, 40, 691, 88, 713, 40, 717, 88, 728, 39, 746, 38, 821, 90, 874, 37, 892, 38, 915, 88, 962, 40, 977, 38, 986, 88, 1109, 40, 1112, 88, 1122, 38, 1134, 39, 1144, 88, 1154, 39, 1188, 37, 1233, 38, 1245, 40, 1253, 39, 1347, 38, 1378, 39, 1383, 88, 1457, 37, 1461, 88, 1472, 40, 1478, 88, 1496, 40, 1501, 88, 1513, 39, 1532, 38, 1599, 90, 1659, 37, 1676, 38, 1698, 37, 1709, 38, 1731, 90, 1792, 37, 1801, 39, 1817, 90, 1835, 37, 1849, 90, 1850, 39, 1865, 37, 1873, 39, 1907, 88, 1918, 39, 1926, 37, 1997, 39, 2060, 38, 2066, 39, 2072, 38, 2077, 39, 2082, 38, 2087, 39, 2092, 38, 2098, 39, 2106, 38, 2111, 39, 2118, 38, 2144, 37, 2150, 40, 2166, 39, 2177, 38, 2198, 37, 2208, 40, 2230, 37, 2237, 38, 2243, 39, 2250, 38, 2255, 39, 2260, 38, 2287, 37, 2305, 40, 2322, 37, 2328, 38, 2363, 37, 2446, 39, 2483, 38, 2496, 39, 2525, 38, 2548, 90, 2602, 39, 2606, 90, 2617, 40, 2623, 90, 2647, 40, 2651, 90, 2666, 37, 2683, 38, 2746, 37, 2748, 88, 2807, 39, 2825, 38, 2892, 37, 2940, 39, 2984, 38, 2999, 39, 3028, 38, 3041, 90, 3109, 39, 3114, 90, 3125, 40, 3132, 90, 3166, 40, 3169, 90, 3181, 37, 3198, 38, 3258, 37, 3260, 88, 3308, 39, 3328, 38, 3379, 90, 3395, 40, 3400, 90, 3434, 40, 3438, 90, 3457, 37, 3488, 39, 3516, 38, 3575, 37, 3619, 40, 3641, 37, 3664, 38, 3683, 39, 3693, 40, 3705, 37, 3724, 38, 3745, 39, 3751, 40, 3764, 37, 3779, 38, 3811, 39, 3815, 38, 3822, 39, 3825, 38, 3834, 39, 3837, 38 ], + goldDrop: [], + bornPos: [] +}, +{ level: 27, ai: 1, time: 2831, state: 1, godMode: 0, location: "Taiwan", ip:"118.161.100.139", date:"2014-06-12 20:52:17", //id=27 action: [ 0, 39, 18, 38, 51, 90, 239, 39, 253, 39, 254, 39, 255, 39, 256, 39, 257, 39, 258, 39, 259, 39, 260, 39, 261, 39, 262, 39, 364, 37, 468, 38, 621, 37, 629, 39, 643, 39, 644, 39, 645, 39, 646, 39, 647, 39, 648, 39, 649, 39, 760, 37, 880, 38, 959, 39, 971, 38, 978, 39, 1114, 37, 1227, 38, 1309, 39, 1366, 39, 1399, 37, 1440, 39, 1504, 37, 1547, 37, 1558, 38, 1604, 90, 1623, 40, 1625, 90, 1642, 39, 1644, 90, 1760, 39, 1767, 38, 2092, 39, 2106, 39, 2107, 39, 2108, 39, 2109, 39, 2110, 39, 2111, 39, 2112, 39, 2113, 39, 2114, 39, 2115, 39, 2116, 39, 2117, 39, 2118, 39, 2119, 39, 2120, 39, 2121, 39, 2122, 39, 2123, 39, 2212, 40, 2221, 37, 2315, 39, 2405, 38, 2416, 37, 2512, 39, 2525, 37, 2542, 39, 2697, 37, 2748, 38 ], goldDrop: [ 38, 17 ], bornPos: [] }, -{ level: 28, ai: 1, time: 977, state: 1, country: "Taiwan", //id=26 2014-06-02 14:36:22 +{ level: 28, ai: 1, time: 977, state: 1, godMode: 0, location: "Taiwan", ip:"118.161.96.8", date:"2014-06-02 14:36:22", //id=28 action: [ 0, 39, 19, 38, 85, 39, 99, 39, 100, 39, 101, 39, 103, 39, 104, 39, 105, 39, 183, 90, 199, 37, 321, 38, 339, 39, 354, 38, 368, 37, 392, 38, 413, 37, 432, 90, 445, 39, 450, 90, 462, 40, 467, 90, 481, 40, 485, 90, 534, 40, 539, 90, 554, 40, 558, 90, 631, 40, 635, 90, 648, 40, 652, 90, 663, 37, 689, 39, 705, 88, 717, 37, 722, 88, 781, 39, 806, 38, 824, 39, 840, 38, 853, 37, 878, 38, 897, 37, 909, 38, 923, 37, 943, 38, 956, 39, 966, 38 ], goldDrop: [], bornPos: [ 2, 22, 2 ] }, -{ level: 29, ai: 1, time: 6605, state: 1, country: "Taiwan", //id=27 2014-06-12 20:52:17 +{ level: 29, ai: 1, time: 6605, state: 1, godMode: 0, location: "Taiwan", ip:"118.161.100.139", date:"2014-06-12 20:52:17", //id=29 action: [ 0, 88, 333, 39, 383, 40, 390, 39, 441, 37, 459, 38, 473, 37, 492, 38, 505, 37, 516, 38, 767, 37, 776, 39, 822, 40, 861, 90, 1005, 38, 1037, 37, 1060, 38, 1073, 37, 1094, 38, 1110, 37, 1145, 40, 1161, 39, 1212, 38, 1358, 40, 1396, 39, 1419, 40, 1428, 39, 1450, 40, 1459, 39, 1496, 38, 1503, 37, 1524, 40, 1528, 90, 1671, 38, 1701, 37, 1721, 38, 1736, 37, 1747, 40, 1765, 37, 1792, 40, 1798, 39, 1813, 40, 1822, 39, 1859, 38, 1891, 37, 1902, 40, 1931, 38, 1949, 40, 1953, 39, 1963, 38, 1997, 37, 2017, 40, 2039, 37, 2049, 39, 2063, 37, 2086, 40, 2089, 39, 2096, 38, 2115, 39, 2118, 38, 2149, 37, 2170, 38, 2179, 37, 2193, 40, 2225, 37, 2260, 40, 2264, 39, 2280, 40, 2285, 39, 2303, 40, 2306, 39, 2333, 40, 2336, 39, 2371, 38, 2403, 37, 2425, 38, 2439, 37, 2471, 38, 2480, 37, 2484, 40, 2531, 38, 2549, 40, 2552, 39, 2573, 40, 2585, 39, 2620, 38, 2652, 37, 2672, 38, 2683, 37, 2702, 38, 2713, 37, 2722, 40, 2752, 37, 2762, 39, 2802, 40, 2807, 37, 2825, 38, 2858, 39, 2870, 40, 2894, 39, 2931, 40, 2936, 37, 2956, 38, 2992, 39, 3010, 40, 3039, 39, 3065, 40, 3070, 37, 3089, 38, 3194, 37, 3246, 39, 3250, 90, 3261, 39, 3265, 90, 3276, 39, 3280, 90, 3291, 40, 3296, 90, 3313, 40, 3317, 90, 3369, 37, 3393, 40, 3399, 39, 3409, 40, 3416, 39, 3421, 38, 3429, 37, 3445, 38, 3454, 37, 3464, 40, 3475, 37, 3497, 38, 3524, 39, 3537, 38, 3543, 37, 3557, 38, 3566, 39, 3577, 38, 3598, 39, 3601, 38, 3616, 39, 3619, 38, 3736, 39, 3793, 39, 3811, 90, 3822, 40, 3835, 39, 3849, 90, 3859, 39, 3865, 90, 3878, 40, 3885, 39, 3897, 40, 3905, 39, 3925, 40, 3931, 37, 3937, 38, 3947, 39, 4032, 37, 4041, 39, 4051, 38, 4060, 39, 4077, 38, 4092, 39, 4104, 38, 4118, 39, 4127, 37, 4146, 39, 4160, 39, 4161, 39, 4162, 39, 4163, 39, 4164, 39, 4165, 39, 4166, 39, 4167, 39, 4168, 39, 4173, 38, 4183, 37, 4190, 40, 4203, 40, 4204, 40, 4205, 40, 4206, 40, 4207, 40, 4208, 40, 4209, 40, 4213, 37, 4271, 38, 4318, 37, 4336, 38, 4346, 37, 4366, 38, 4377, 39, 4388, 37, 4398, 38, 4409, 37, 4431, 38, 4449, 37, 4463, 38, 4467, 37, 4474, 38, 4494, 39, 4498, 38, 4572, 39, 4621, 39, 4632, 90, 4642, 39, 4645, 90, 4658, 39, 4661, 90, 4674, 39, 4678, 90, 4688, 40, 4695, 90, 4715, 39, 4725, 38, 4736, 39, 4741, 90, 4753, 39, 4757, 90, 4768, 39, 4771, 90, 4785, 39, 4786, 90, 4832, 40, 4838, 90, 4862, 38, 4908, 39, 4997, 38, 5002, 39, 5015, 38, 5105, 39, 5116, 38, 5341, 37, 5355, 37, 5356, 37, 5357, 37, 5358, 37, 5359, 37, 5360, 37, 5361, 37, 5362, 37, 5363, 37, 5364, 37, 5365, 37, 5366, 37, 5367, 37, 5368, 37, 5369, 37, 5370, 37, 5371, 37, 5372, 37, 5373, 37, 5374, 37, 5375, 37, 5376, 37, 5377, 37, 5378, 37, 5379, 37, 5380, 37, 5381, 37, 5382, 37, 5383, 37, 5384, 37, 5385, 37, 5386, 37, 5387, 37, 5388, 37, 5389, 37, 5390, 37, 5391, 37, 5392, 37, 5393, 37, 5394, 37, 5395, 37, 5396, 37, 5397, 37, 5398, 37, 5399, 37, 5400, 37, 5401, 37, 5402, 37, 5403, 37, 5404, 37, 5405, 37, 5406, 37, 5407, 37, 5408, 37, 5409, 37, 5410, 37, 5411, 37, 5412, 37, 5413, 37, 5414, 37, 5415, 37, 5416, 37, 5417, 37, 5418, 37, 5419, 37, 5420, 37, 5421, 37, 5426, 38, 5433, 37, 5443, 38, 5451, 37, 5457, 38, 5465, 37, 5481, 39, 5503, 40, 5517, 40, 5518, 40, 5519, 40, 5557, 38, 5638, 37, 5670, 38, 5716, 37, 5737, 38, 5748, 37, 5770, 38, 5790, 37, 5799, 38, 5811, 39, 5814, 38, 5840, 39, 5845, 38, 5905, 39, 5963, 39, 5968, 90, 5980, 39, 5984, 90, 5995, 39, 5999, 90, 6092, 39, 6105, 38, 6120, 39, 6124, 90, 6137, 39, 6142, 90, 6154, 39, 6158, 90, 6223, 39, 6241, 38, 6267, 39, 6275, 40, 6332, 38, 6341, 39, 6360, 39, 6366, 38, 6384, 39, 6391, 38, 6405, 37, 6433, 38, 6440, 37, 6455, 38, 6464, 37, 6470, 38, 6476, 37, 6493, 38, 6504, 37, 6507, 38, 6521, 37, 6541, 38, 6561, 37, 6567, 38, 6583, 39, 6588, 38 ], goldDrop: [ 31, 37, 33, 26, 36, 35, 38, 39, 31, 35, 39, 36, 20, 14, 16, 39, 29, 18, 30, 39, 15, 16, 15, 23, 36 ], bornPos: [ 1, 14, 5, 6, 7, 13 ] }, -{ level: 34, ai: 1, time: 8419, state: 1, country: "Taiwan", //id=28 2014-06-12 20:52:17 +{ level: 30, ai: 2, time: 2544, state: 1, godMode: 0, location: "Taiwan", ip:"114.44.168.95", date:"2014-10-03 20:08:36", //id=30 + action: [ 0, 90, 31, 37, 36, 90, 70, 37, 113, 90, 125, 39, 128, 90, 152, 88, 168, 37, 174, 38, 192, 37, 251, 39, 273, 37, 295, 40, 349, 38, 361, 39, 366, 38, 412, 39, 462, 90, 475, 39, 480, 90, 491, 88, 602, 37, 619, 38, 626, 39, 630, 38, 678, 39, 688, 38, 738, 39, 747, 38, 760, 37, 764, 38, 783, 40, 850, 37, 859, 38, 932, 90, 982, 37, 991, 38, 998, 39, 1002, 38, 1052, 39, 1078, 38, 1099, 39, 1102, 38, 1125, 40, 1172, 37, 1207, 90, 1320, 37, 1329, 38, 1336, 39, 1340, 38, 1390, 39, 1416, 38, 1426, 39, 1428, 38, 1556, 40, 1591, 37, 1647, 38, 1655, 39, 1660, 38, 1710, 39, 1833, 40, 1843, 37, 1849, 40, 1889, 39, 1901, 40, 1936, 38, 1944, 37, 1948, 38, 1998, 37, 2024, 38, 2034, 40, 2053, 39, 2100, 90, 2110, 39, 2128, 40, 2139, 38, 2152, 37, 2154, 38, 2157, 37, 2160, 38, 2210, 37, 2269, 38, 2312, 40, 2362, 37, 2366, 38, 2405, 39, 2471, 38, 2480, 37, 2539, 38 ], + goldDrop: [ 18, 32 ], + bornPos: [ 1, 5, 10, 19 ] +}, +{ level: 31, ai: 1, time: 475, state: 1, godMode: 0, location: "Japan", ip:"180.24.178.137", date:"2014-07-06 23:49:23", //id=31 + action: [ 0, 37, 4, 38, 79, 39, 176, 40, 185, 90, 197, 37, 230, 40, 254, 37, 262, 40, 273, 37, 280, 40, 294, 37, 325, 38, 337, 37, 398, 38 ], + goldDrop: [], + bornPos: [] +}, +{ level: 32, ai: 2, time: 1546, state: 1, godMode: 0, location: "Taiwan", ip:"114.44.168.95", date:"2014-10-03 16:16:24", //id=32 + action: [ 0, 37, 30, 90, 38, 37, 50, 40, 90, 38, 96, 90, 106, 37, 125, 39, 218, 38, 237, 40, 283, 38, 300, 37, 305, 40, 316, 39, 320, 40, 368, 38, 438, 40, 508, 38, 549, 40, 581, 38, 586, 88, 645, 39, 725, 38, 729, 88, 740, 39, 754, 90, 766, 37, 773, 40, 778, 37, 793, 90, 801, 40, 812, 39, 821, 37, 894, 38, 901, 37, 943, 88, 953, 37, 959, 88, 969, 37, 973, 88, 985, 37, 989, 88, 997, 37, 1014, 39, 1019, 90, 1032, 39, 1043, 37, 1061, 40, 1068, 39, 1074, 90, 1087, 39, 1090, 88, 1101, 40, 1110, 37, 1119, 39, 1134, 38, 1139, 88, 1149, 39, 1164, 90, 1175, 39, 1205, 37, 1245, 39, 1254, 90, 1267, 39, 1277, 90, 1328, 39, 1348, 37, 1365, 38, 1370, 37, 1403, 39, 1407, 90, 1417, 37, 1472, 38 ], + goldDrop: [ 17, 22, 36 ], + bornPos: [ 1, 2, 25 ] +}, +{ level: 33, ai: 2, time: 1826, state: 1, godMode: 0, location: "Taiwan", ip:"111.250.192.182", date:"2014-12-17 00:09:50", //id=33 + action: [ 0, 39, 18, 37, 101, 38, 109, 39, 113, 38, 120, 37, 123, 38, 130, 39, 134, 38, 142, 37, 145, 38, 152, 39, 156, 38, 163, 37, 227, 38, 311, 40, 317, 88, 363, 39, 388, 88, 400, 39, 407, 88, 420, 39, 448, 90, 459, 37, 471, 39, 533, 38, 540, 37, 543, 38, 550, 39, 554, 38, 561, 37, 565, 38, 572, 39, 576, 38, 583, 37, 587, 38, 595, 39, 600, 38, 606, 37, 611, 38, 618, 39, 625, 38, 632, 88, 644, 40, 649, 88, 659, 39, 924, 38, 933, 39, 938, 38, 1051, 37, 1122, 38, 1128, 37, 1131, 38, 1138, 39, 1141, 38, 1147, 37, 1150, 38, 1157, 39, 1160, 38, 1167, 37, 1170, 38, 1177, 39, 1180, 38, 1187, 37, 1191, 38, 1197, 39, 1201, 38, 1208, 37, 1211, 38, 1217, 39, 1220, 38, 1227, 37, 1230, 38, 1238, 39, 1240, 38, 1259, 39, 1262, 38, 1270, 37, 1273, 38, 1279, 39, 1283, 38, 1294, 39, 1330, 40, 1335, 90, 1350, 37, 1356, 90, 1369, 37, 1397, 88, 1407, 39, 1420, 37, 1477, 38, 1485, 37, 1488, 38, 1495, 39, 1498, 38, 1504, 37, 1507, 38, 1514, 39, 1518, 38, 1525, 37, 1529, 38, 1535, 39, 1539, 38, 1546, 37, 1549, 38, 1556, 39, 1560, 38, 1568, 37, 1574, 90, 1586, 40, 1591, 90, 1602, 37, 1644, 39, 1664, 38, 1671, 37, 1675, 38, 1682, 39, 1687, 38, 1693, 37, 1696, 38, 1704, 39, 1708, 38, 1715, 37, 1718, 38, 1725, 39, 1730, 38, 1737, 37, 1741, 38, 1748, 39, 1753, 38, 1761, 37, 1764, 38, 1772, 39, 1776, 38, 1783, 37, 1787, 38, 1795, 39, 1799, 38, 1807, 37, 1810, 38, 1818, 39, 1821, 38 ], + goldDrop: [ 35, 39 ], + bornPos: [ 1, 24 ] +}, +{ level: 34, ai: 1, time: 8419, state: 1, godMode: 0, location: "Taiwan", ip:"118.161.100.139", date:"2014-06-12 20:52:17", //id=34 action: [ 0, 39, 16, 38, 29, 90, 44, 38, 47, 90, 61, 37, 75, 38, 131, 90, 160, 40, 174, 39, 185, 38, 257, 37, 308, 38, 321, 90, 326, 37, 368, 40, 373, 37, 378, 40, 384, 40, 429, 39, 434, 37, 440, 38, 448, 38, 491, 39, 495, 38, 503, 39, 541, 37, 552, 38, 568, 90, 576, 37, 613, 40, 619, 37, 622, 40, 627, 40, 643, 39, 648, 37, 652, 38, 676, 39, 682, 38, 687, 39, 719, 38, 792, 90, 801, 37, 838, 40, 845, 37, 847, 40, 858, 37, 862, 40, 895, 39, 901, 37, 906, 38, 941, 39, 948, 38, 953, 39, 985, 38, 1015, 90, 1024, 37, 1042, 90, 1052, 37, 1058, 40, 1094, 37, 1103, 40, 1109, 37, 1117, 39, 1123, 38, 1136, 39, 1146, 38, 1170, 37, 1176, 38, 1183, 37, 1188, 38, 1209, 39, 1223, 39, 1224, 39, 1225, 39, 1226, 39, 1227, 39, 1228, 39, 1229, 39, 1230, 39, 1231, 39, 1232, 39, 1233, 39, 1234, 39, 1235, 39, 1237, 38, 1249, 37, 1253, 38, 1275, 90, 1287, 37, 1302, 90, 1315, 37, 1321, 40, 1346, 37, 1363, 39, 1367, 38, 1383, 37, 1389, 39, 1422, 38, 1444, 37, 1450, 38, 1457, 37, 1461, 38, 1473, 39, 1487, 39, 1488, 39, 1489, 39, 1490, 39, 1491, 39, 1492, 39, 1493, 39, 1494, 39, 1495, 39, 1496, 39, 1497, 39, 1498, 39, 1499, 39, 1500, 38, 1512, 37, 1516, 38, 1535, 90, 1545, 37, 1562, 90, 1575, 37, 1583, 40, 1590, 39, 1603, 40, 1620, 37, 1627, 38, 1637, 37, 1640, 38, 1656, 37, 1661, 38, 1669, 37, 1672, 38, 1684, 39, 1698, 39, 1699, 39, 1701, 39, 1702, 39, 1709, 38, 1784, 90, 1792, 37, 1809, 90, 1820, 37, 1833, 39, 1846, 40, 1850, 39, 1861, 40, 1875, 37, 1881, 38, 1900, 37, 1904, 38, 1913, 37, 1916, 38, 1928, 39, 1941, 39, 1942, 39, 1943, 39, 1951, 38, 2041, 90, 2051, 37, 2067, 90, 2078, 37, 2088, 40, 2094, 39, 2120, 37, 2144, 38, 2162, 37, 2166, 38, 2175, 37, 2180, 38, 2191, 39, 2216, 38, 2266, 39, 2306, 88, 2316, 37, 2321, 88, 2332, 37, 2337, 88, 2346, 39, 2363, 88, 2373, 37, 2379, 88, 2389, 39, 2399, 88, 2412, 39, 2419, 40, 2454, 37, 2460, 39, 2465, 38, 2500, 37, 2509, 38, 2521, 37, 2526, 38, 2563, 39, 2575, 88, 2585, 37, 2590, 88, 2601, 37, 2606, 88, 2622, 39, 2636, 88, 2646, 37, 2652, 88, 2661, 39, 2676, 88, 2686, 37, 2689, 88, 2700, 39, 2709, 40, 2730, 37, 2739, 40, 2751, 39, 2762, 38, 2795, 37, 2805, 38, 2818, 37, 2828, 38, 2842, 39, 2855, 88, 2866, 37, 2868, 88, 2877, 37, 2884, 88, 2895, 37, 2899, 88, 2908, 39, 2925, 88, 2934, 37, 2941, 88, 2949, 39, 2960, 88, 2974, 39, 2983, 40, 3002, 37, 3012, 38, 3026, 40, 3035, 39, 3041, 39, 3046, 38, 3068, 37, 3077, 38, 3089, 37, 3095, 38, 3129, 39, 3140, 88, 3150, 37, 3155, 88, 3166, 37, 3170, 88, 3178, 39, 3196, 88, 3206, 37, 3211, 88, 3222, 39, 3231, 88, 3249, 37, 3255, 40, 3268, 37, 3273, 40, 3293, 39, 3310, 38, 3334, 37, 3344, 38, 3358, 37, 3365, 38, 3446, 39, 3471, 40, 3523, 90, 3534, 40, 3537, 90, 3548, 37, 3561, 90, 3574, 39, 3585, 40, 3663, 38, 3736, 37, 3813, 38, 3841, 40, 3869, 38, 3898, 90, 3908, 37, 3948, 39, 3957, 38, 3991, 40, 3995, 90, 4026, 38, 4033, 39, 4046, 39, 4047, 39, 4048, 39, 4049, 39, 4050, 39, 4051, 39, 4052, 39, 4053, 39, 4054, 39, 4055, 39, 4082, 40, 4131, 38, 4173, 39, 4198, 40, 4269, 37, 4275, 90, 4284, 37, 4371, 38, 4380, 40, 4388, 39, 4471, 38, 4651, 90, 4664, 37, 4696, 38, 4762, 39, 4859, 38, 4929, 90, 4941, 37, 4985, 38, 5034, 39, 5123, 38, 5168, 90, 5184, 37, 5239, 38, 5277, 39, 5364, 38, 5459, 90, 5471, 37, 5525, 38, 5537, 39, 5598, 38, 5605, 39, 5610, 38, 5821, 40, 5893, 37, 5898, 90, 5908, 37, 5975, 38, 6003, 39, 6088, 38, 6094, 39, 6098, 38, 6195, 40, 6268, 37, 6271, 90, 6280, 37, 6357, 38, 6377, 39, 6391, 39, 6393, 40, 6410, 39, 6415, 39, 6471, 38, 6477, 39, 6482, 38, 6510, 40, 6522, 90, 6531, 37, 6545, 90, 6555, 37, 6558, 90, 6570, 37, 6589, 38, 6608, 40, 6624, 39, 6640, 38, 6649, 39, 6659, 38, 6703, 39, 6719, 37, 6727, 40, 6737, 39, 6743, 37, 6751, 40, 6760, 39, 6772, 37, 6780, 40, 6790, 39, 6801, 37, 6809, 40, 6818, 39, 6831, 37, 6846, 38, 6889, 90, 7084, 40, 7295, 38, 7350, 39, 7360, 38, 7440, 39, 7475, 37, 7486, 37, 7500, 39, 7539, 40, 7546, 37, 7561, 38, 7580, 88, 7603, 37, 7607, 88, 7678, 39, 7708, 38, 7766, 37, 7782, 39, 7815, 37, 7837, 39, 7851, 39, 7852, 39, 7853, 39, 7854, 39, 7855, 39, 7856, 39, 7857, 39, 7903, 40, 7917, 40, 7935, 37, 7962, 39, 7972, 88, 8018, 39, 8050, 38, 8098, 37, 8111, 39, 8135, 37, 8140, 39, 8160, 40, 8170, 37, 8175, 39, 8184, 40, 8193, 37, 8199, 39, 8206, 40, 8216, 37, 8222, 39, 8231, 40, 8241, 37, 8274, 38, 8283, 37, 8295, 38, 8362, 37, 8413, 38 ], goldDrop: [], bornPos: [ 1, 5 ] }, -{ level: 38, ai: 1, time: 15166, state: 1, country: "Taiwan", //id=29 2014-06-12 20:52:17 +{ level: 35, ai: 2, time: 5313, state: 1, godMode: 0, location: "Taiwan", ip:"114.44.168.95", date:"2014-10-03 16:42:09", //id=35 + action: [ 0, 37, 24, 39, 81, 38, 100, 39, 108, 37, 152, 38, 168, 37, 191, 38, 228, 37, 229, 38, 276, 40, 290, 39, 363, 40, 370, 38, 390, 39, 426, 38, 440, 37, 494, 39, 517, 38, 533, 39, 539, 38, 558, 39, 571, 90, 583, 37, 587, 90, 598, 39, 660, 37, 695, 38, 710, 37, 725, 38, 756, 37, 773, 40, 790, 39, 803, 90, 817, 39, 827, 90, 841, 39, 851, 90, 863, 39, 872, 90, 884, 39, 895, 90, 910, 39, 917, 90, 924, 39, 928, 90, 948, 88, 1029, 39, 1054, 40, 1068, 37, 1107, 39, 1145, 37, 1184, 39, 1193, 38, 1207, 37, 1224, 40, 1228, 39, 1241, 38, 1250, 37, 1264, 40, 1332, 37, 1355, 38, 1373, 39, 1398, 88, 1443, 39, 1454, 38, 1471, 37, 1502, 38, 1515, 37, 1536, 39, 1549, 38, 1575, 37, 1617, 39, 1681, 38, 1692, 39, 1703, 90, 1837, 37, 1851, 39, 1864, 90, 1877, 39, 1888, 90, 1901, 39, 1909, 90, 1922, 39, 1932, 90, 1945, 39, 1953, 90, 1967, 39, 1976, 90, 1991, 88, 2117, 39, 2132, 37, 2165, 38, 2236, 40, 2304, 37, 2313, 40, 2326, 39, 2333, 40, 2365, 37, 2374, 40, 2390, 37, 2400, 40, 2425, 37, 2434, 40, 2449, 37, 2463, 38, 2481, 39, 2506, 88, 2558, 39, 2568, 38, 2585, 37, 2616, 38, 2630, 39, 2692, 37, 2790, 39, 2805, 88, 2816, 37, 2826, 88, 2837, 37, 2847, 88, 2857, 37, 2867, 88, 2880, 37, 2888, 88, 2900, 37, 2912, 39, 2916, 90, 2995, 37, 3010, 39, 3033, 40, 3067, 39, 3076, 37, 3084, 40, 3144, 39, 3151, 37, 3166, 39, 3189, 37, 3196, 39, 3207, 37, 3218, 39, 3228, 37, 3234, 39, 3280, 37, 3294, 38, 3315, 37, 3342, 40, 3374, 37, 3383, 38, 3399, 39, 3431, 38, 3447, 39, 3463, 38, 3490, 37, 3499, 39, 3514, 90, 3530, 39, 3541, 90, 3559, 39, 3568, 90, 3585, 39, 3595, 90, 3611, 39, 3620, 90, 3633, 39, 3645, 90, 3675, 88, 3815, 39, 3828, 37, 3863, 38, 3980, 40, 4032, 37, 4043, 40, 4088, 37, 4098, 40, 4110, 37, 4125, 40, 4143, 37, 4155, 38, 4167, 39, 4171, 38, 4199, 37, 4229, 38, 4244, 39, 4274, 38, 4287, 39, 4307, 38, 4359, 37, 4368, 38, 4390, 39, 4400, 38, 4426, 90, 4483, 37, 4494, 40, 4505, 39, 4523, 90, 4538, 39, 4548, 90, 4562, 39, 4573, 90, 4615, 39, 4624, 90, 4640, 39, 4648, 90, 4663, 39, 4671, 90, 4739, 37, 4850, 40, 4865, 39, 4918, 88, 4931, 37, 4937, 88, 4951, 37, 4957, 88, 4972, 37, 4977, 88, 4992, 37, 4997, 88, 5018, 37, 5053, 38, 5067, 39, 5097, 38, 5113, 37, 5119, 38, 5139, 37, 5147, 39, 5153, 38, 5167, 39, 5168, 90, 5253, 37, 5308, 38 ], + goldDrop: [ 14, 27, 15, 19, 18, 20, 33, 25, 27, 30, 17, 29, 34, 28, 37, 28, 27, 14, 31, 35, 38, 22, 36, 16, 38 ], + bornPos: [ 1, 19, 8, 12, 21, 22, 24, 11, 17, 25, 18, 2, 14, 20 ] +}, +{ level: 36, ai: 2, time: 1228, state: 1, godMode: 0, location: "Taiwan", ip:"114.44.168.95", date:"2014-10-03 17:01:56", //id=36 + action: [ 0, 37, 45, 40, 50, 90, 58, 37, 90, 40, 101, 37, 125, 38, 177, 40, 187, 88, 198, 39, 242, 37, 247, 88, 260, 40, 267, 37, 272, 88, 280, 37, 307, 39, 316, 40, 323, 39, 343, 38, 349, 39, 383, 38, 425, 88, 435, 39, 464, 40, 472, 39, 495, 37, 502, 90, 513, 37, 561, 88, 574, 40, 582, 39, 611, 38, 622, 39, 633, 38, 638, 39, 649, 37, 670, 40, 675, 37, 703, 90, 712, 39, 745, 38, 751, 39, 767, 40, 775, 37, 828, 38, 834, 37, 845, 38, 855, 39, 869, 38, 880, 40, 909, 90, 920, 37, 928, 40, 940, 37, 986, 38, 991, 90, 1001, 37, 1018, 39, 1075, 38, 1084, 37, 1093, 38, 1103, 39, 1108, 38, 1152, 37, 1157, 38, 1163, 39, 1223, 38 ], + goldDrop: [], + bornPos: [] +}, +{ level: 37, ai: 2, time: 2329, state: 1, godMode: 0, location: "Taiwan", ip:"114.44.168.95", date:"2014-10-03 17:12:04", //id=37 + action: [ 0, 39, 13, 38, 18, 37, 25, 38, 31, 37, 35, 38, 42, 37, 45, 38, 53, 39, 59, 38, 65, 39, 69, 38, 76, 39, 80, 38, 87, 37, 92, 38, 98, 37, 102, 38, 110, 37, 114, 38, 121, 39, 125, 38, 131, 39, 137, 38, 143, 37, 147, 38, 154, 37, 305, 38, 312, 37, 332, 38, 442, 40, 446, 90, 471, 37, 477, 38, 527, 37, 564, 40, 585, 37, 661, 38, 701, 39, 710, 90, 723, 39, 730, 38, 749, 88, 761, 40, 766, 88, 775, 39, 785, 88, 797, 37, 802, 88, 812, 39, 822, 88, 834, 37, 838, 88, 849, 39, 860, 88, 871, 37, 875, 88, 885, 39, 892, 88, 906, 39, 934, 37, 945, 40, 949, 90, 960, 40, 967, 90, 977, 37, 998, 88, 1010, 39, 1018, 40, 1027, 39, 1142, 38, 1151, 37, 1156, 38, 1163, 37, 1167, 38, 1174, 37, 1178, 38, 1186, 39, 1191, 38, 1203, 39, 1208, 38, 1215, 39, 1220, 38, 1227, 37, 1232, 38, 1239, 37, 1244, 38, 1253, 37, 1300, 38, 1308, 39, 1313, 38, 1319, 39, 1325, 38, 1332, 37, 1336, 38, 1343, 37, 1348, 38, 1355, 37, 1364, 38, 1382, 37, 1398, 38, 1459, 40, 1531, 37, 1627, 38, 1668, 39, 1682, 38, 1702, 39, 1713, 38, 1720, 39, 1734, 88, 1746, 90, 1772, 40, 1777, 88, 1788, 37, 1793, 88, 1803, 37, 1808, 88, 1817, 37, 1823, 88, 1832, 39, 1852, 88, 1862, 37, 1869, 88, 1878, 37, 1887, 88, 1897, 39, 1918, 88, 1928, 37, 1934, 88, 1944, 37, 1952, 88, 1963, 39, 1977, 88, 1987, 37, 1996, 88, 2006, 39, 2016, 88, 2030, 39, 2036, 88, 2050, 39, 2068, 88, 2084, 39, 2094, 40, 2104, 39, 2181, 38, 2187, 37, 2191, 38, 2197, 37, 2200, 38, 2207, 37, 2211, 38, 2219, 39, 2223, 38, 2229, 39, 2232, 38, 2239, 39, 2243, 38, 2249, 37, 2253, 38, 2261, 37, 2265, 38, 2272, 37, 2275, 38, 2283, 39, 2287, 38, 2294, 39, 2297, 38, 2305, 37, 2308, 38, 2316, 37, 2319, 38 ], + goldDrop: [ 19, 21 ], + bornPos: [ 1, 2 ] +}, +{ level: 38, ai: 1, time: 15166, state: 1, godMode: 0, location: "Taiwan", ip:"118.161.100.139", date:"2014-06-12 20:52:17", //id=38 action: [ 0, 40, 21, 39, 62, 37, 66, 88, 384, 88, 400, 39, 414, 39, 415, 39, 416, 39, 417, 39, 418, 39, 419, 39, 420, 39, 424, 40, 438, 39, 452, 39, 453, 39, 454, 39, 455, 39, 456, 39, 457, 39, 458, 39, 459, 39, 460, 39, 461, 39, 462, 39, 463, 39, 464, 39, 465, 39, 466, 39, 467, 39, 468, 39, 470, 39, 471, 39, 472, 39, 473, 39, 474, 39, 475, 39, 476, 39, 477, 39, 478, 39, 536, 38, 762, 37, 817, 39, 875, 37, 905, 38, 938, 40, 945, 90, 970, 38, 979, 39, 1374, 40, 1388, 37, 1437, 38, 1459, 39, 1480, 37, 1500, 38, 1781, 40, 1826, 38, 1993, 37, 2069, 39, 2103, 38, 2370, 40, 2390, 37, 2518, 39, 2525, 38, 2549, 37, 2557, 39, 2577, 39, 2586, 38, 2598, 37, 2604, 39, 2618, 39, 2619, 39, 2622, 38, 2633, 39, 2639, 38, 2740, 39, 2780, 40, 2797, 39, 2813, 37, 2842, 39, 2856, 37, 2912, 38, 2998, 39, 3015, 38, 3052, 39, 3059, 38, 3248, 39, 3291, 37, 3306, 39, 3321, 38, 3485, 40, 3493, 37, 3496, 40, 3509, 38, 3523, 38, 3529, 37, 3606, 38, 3613, 39, 3624, 38, 3643, 39, 3650, 38, 3675, 39, 3699, 38, 3717, 40, 3750, 37, 3757, 39, 3784, 37, 3812, 38, 3823, 37, 3855, 38, 3870, 40, 3895, 38, 3904, 39, 3911, 38, 3983, 40, 3997, 40, 3998, 40, 3999, 40, 4000, 40, 4001, 40, 4002, 40, 4003, 40, 4004, 40, 4005, 40, 4006, 40, 4007, 40, 4008, 40, 4009, 40, 4010, 40, 4011, 40, 4012, 40, 4165, 38, 4172, 39, 4201, 38, 4294, 40, 4316, 39, 4366, 38, 4411, 37, 4417, 39, 4422, 38, 4443, 37, 4486, 38, 4509, 37, 4531, 38, 4580, 39, 4589, 38, 4609, 40, 4634, 39, 4646, 38, 4744, 39, 4764, 38, 4819, 40, 4829, 37, 4840, 39, 4848, 40, 4858, 37, 4862, 40, 4877, 39, 4883, 37, 4903, 39, 4963, 38, 5229, 40, 5336, 38, 5568, 37, 5708, 40, 5817, 38, 5822, 39, 5881, 38, 6120, 40, 6143, 39, 6193, 38, 6219, 37, 6232, 40, 6236, 37, 6254, 39, 6258, 37, 6268, 39, 6282, 39, 6290, 39, 6313, 38, 6336, 37, 6346, 38, 6357, 37, 6364, 38, 6405, 39, 6421, 38, 6488, 39, 6492, 37, 6501, 39, 6512, 37, 6528, 38, 6670, 39, 6706, 40, 6714, 39, 6726, 40, 6748, 37, 6819, 38, 6857, 40, 6879, 39, 6928, 38, 6983, 37, 6995, 38, 7014, 39, 7044, 40, 7054, 39, 7061, 38, 7081, 40, 7097, 37, 7103, 40, 7139, 37, 7178, 38, 7189, 37, 7206, 38, 7261, 39, 7285, 37, 7336, 37, 7343, 38, 7360, 37, 7392, 38, 7445, 37, 7475, 38, 7498, 37, 7503, 38, 7559, 40, 7574, 39, 7619, 40, 7624, 39, 7635, 38, 7651, 39, 7657, 38, 7672, 39, 7697, 40, 7707, 39, 7735, 40, 7807, 39, 7818, 40, 7834, 39, 7839, 40, 7862, 37, 7893, 38, 7905, 37, 7968, 37, 7973, 38, 7984, 39, 7988, 38, 7998, 37, 8015, 38, 8023, 37, 8030, 38, 8043, 40, 8058, 39, 8086, 38, 8137, 37, 8146, 38, 8161, 39, 8187, 40, 8196, 39, 8223, 38, 8244, 40, 8357, 37, 8370, 39, 8389, 37, 8420, 38, 8432, 37, 8476, 38, 8494, 37, 8495, 38, 8504, 37, 8507, 38, 8517, 37, 8542, 38, 8547, 37, 8551, 38, 8570, 40, 8589, 39, 8770, 40, 8784, 40, 8785, 40, 8786, 40, 8787, 40, 8788, 40, 8789, 40, 8790, 40, 8791, 40, 8792, 40, 8793, 40, 8794, 40, 8795, 40, 8796, 40, 8912, 38, 9073, 37, 9110, 38, 9130, 37, 9243, 40, 9256, 40, 9257, 40, 9258, 40, 9259, 40, 9380, 37, 9396, 39, 9410, 39, 9411, 39, 9412, 39, 9413, 39, 9414, 39, 9433, 39, 9438, 38, 9463, 39, 9540, 40, 9553, 40, 9554, 40, 9555, 40, 9556, 40, 9557, 40, 9558, 40, 9559, 40, 9585, 37, 9610, 40, 9697, 38, 9704, 39, 9785, 38, 9839, 39, 9911, 38, 9923, 37, 9965, 38, 9978, 40, 9988, 39, 10007, 38, 10015, 40, 10025, 39, 10038, 38, 10058, 40, 10074, 39, 10101, 38, 10395, 40, 10461, 37, 10480, 39, 10496, 38, 10511, 39, 10514, 38, 10532, 40, 10541, 39, 10583, 40, 10596, 40, 10597, 40, 10598, 40, 10599, 40, 10600, 40, 10737, 38, 10831, 37, 10861, 38, 10876, 37, 10881, 38, 10903, 37, 10937, 38, 10943, 37, 10964, 40, 10984, 39, 10988, 90, 10997, 39, 11000, 90, 11041, 88, 11053, 37, 11059, 88, 11069, 39, 11085, 90, 11097, 37, 11117, 37, 11125, 39, 11134, 40, 11166, 40, 11170, 39, 11247, 38, 11369, 40, 11382, 40, 11383, 40, 11384, 40, 11385, 40, 11386, 40, 11387, 40, 11388, 40, 11389, 40, 11390, 40, 11396, 37, 11421, 40, 11442, 38, 11449, 39, 11490, 38, 11505, 40, 11514, 39, 11597, 38, 11739, 40, 11757, 37, 11796, 38, 11809, 38, 11817, 39, 11831, 39, 11832, 39, 11833, 39, 11834, 39, 11835, 39, 11836, 39, 11837, 39, 11838, 39, 11839, 39, 11841, 38, 11855, 39, 11861, 38, 11885, 39, 11909, 38, 11933, 37, 11950, 38, 11976, 38, 11998, 39, 12021, 38, 12039, 39, 12050, 38, 12120, 40, 12133, 40, 12134, 40, 12135, 40, 12136, 40, 12137, 40, 12140, 37, 12148, 40, 12164, 39, 12216, 38, 12482, 37, 12620, 40, 12700, 37, 12705, 38, 12711, 39, 12719, 38, 12727, 37, 12731, 38, 12741, 39, 12754, 38, 12766, 39, 12780, 39, 12781, 39, 12782, 39, 12783, 39, 12784, 39, 12786, 38, 12797, 39, 12803, 38, 12879, 39, 12919, 38, 13074, 40, 13097, 37, 13104, 40, 13116, 39, 13174, 38, 13236, 40, 13272, 39, 13279, 37, 13310, 38, 13445, 40, 13459, 40, 13460, 40, 13461, 40, 13462, 40, 13463, 40, 13464, 40, 13465, 40, 13466, 40, 13467, 40, 13468, 40, 13469, 40, 13470, 40, 13471, 40, 13472, 40, 13473, 40, 13558, 38, 13578, 40, 13589, 38, 13865, 40, 13971, 38, 14217, 37, 14357, 40, 14474, 38, 14480, 39, 14536, 38, 14603, 40, 14617, 40, 14618, 40, 14619, 40, 14620, 40, 14621, 40, 14622, 40, 14623, 40, 14624, 40, 14632, 39, 14683, 40, 14729, 38, 14742, 40, 14756, 40, 14757, 40, 14758, 40, 14759, 40, 14760, 40, 14794, 38, 14816, 37, 14824, 38, 14843, 37, 14846, 88, 14859, 37, 14863, 88, 14876, 37, 14880, 88, 15015, 37, 15033, 39, 15047, 39, 15048, 39, 15049, 39, 15050, 39, 15051, 39, 15052, 39, 15053, 39, 15064, 38, 15084, 37, 15089, 39, 15095, 38, 15139, 37, 15149, 38 ], goldDrop: [ 26, 28, 14, 35, 15, 32, 16, 35, 26, 15, 20, 31, 18, 33, 23, 27, 31, 15, 38, 31, 20, 25, 37, 38, 16 ], bornPos: [ 1, 19 ] }, -{ level: 39, ai: 1, time: 3527, state: 1, country: "Taiwan", //id=30 2014-06-12 20:52:17 - action: [ 0, 37, 12, 40, 287, 37, 291, 88, 337, 39, 363, 90, 374, 40, 380, 90, 511, 40, 518, 90, 536, 38, 588, 37, 603, 39, 611, 37, 620, 90, 630, 37, 642, 39, 671, 38, 849, 37, 872, 38, 918, 37, 931, 38, 937, 37, 948, 38, 952, 37, 977, 90, 987, 39, 992, 90, 1004, 39, 1009, 90, 1021, 39, 1026, 90, 1036, 37, 1055, 90, 1066, 39, 1071, 90, 1084, 39, 1089, 90, 1099, 37, 1114, 90, 1124, 39, 1131, 90, 1141, 37, 1149, 90, 1163, 37, 1175, 39, 1224, 37, 1251, 39, 1258, 88, 1272, 37, 1278, 88, 1288, 39, 1296, 88, 1311, 39, 1470, 38, 1497, 37, 1522, 38, 1568, 37, 1582, 38, 1605, 37, 1629, 38, 1726, 37, 1827, 39, 1843, 37, 1850, 90, 1861, 39, 1866, 90, 1878, 37, 1886, 90, 1897, 37, 1928, 38, 1946, 37, 1951, 90, 1980, 39, 1983, 90, 2043, 37, 2061, 88, 2074, 37, 2079, 88, 2091, 38, 2135, 39, 2151, 38, 2174, 39, 2203, 88, 2213, 37, 2219, 88, 2229, 37, 2235, 88, 2247, 37, 2251, 88, 2259, 39, 2282, 88, 2294, 37, 2299, 88, 2313, 37, 2318, 88, 2328, 39, 2345, 88, 2357, 37, 2364, 88, 2375, 39, 2384, 88, 2397, 39, 2420, 37, 2444, 39, 2457, 39, 2458, 39, 2459, 39, 2460, 39, 2461, 39, 2462, 39, 2463, 39, 2464, 39, 2465, 39, 2468, 90, 2476, 39, 2479, 90, 2490, 39, 2496, 90, 2506, 37, 2517, 90, 2527, 37, 2560, 38, 2573, 38, 2574, 38, 2577, 90, 2607, 37, 2620, 88, 2634, 37, 2638, 88, 2652, 37, 2656, 88, 2904, 39, 2940, 90, 2954, 40, 2960, 90, 3151, 40, 3156, 90, 3169, 38, 3186, 37, 3195, 90, 3207, 37, 3216, 39, 3241, 38, 3419, 37, 3446, 38, 3490, 39, 3505, 38 ], +{ level: 39, ai: 2, time: 3008, state: 1, godMode: 0, location: "Taiwan", ip:"111.250.211.84", date:"2014-12-23 16:44:12", //id=39 + action: [ 0, 40, 219, 37, 222, 88, 310, 39, 334, 90, 343, 40, 349, 90, 363, 39, 418, 40, 425, 90, 442, 38, 529, 37, 544, 90, 554, 37, 563, 39, 594, 38, 611, 37, 626, 38, 746, 37, 757, 38, 798, 37, 808, 38, 818, 37, 846, 90, 854, 39, 857, 90, 868, 39, 872, 90, 883, 39, 887, 90, 898, 39, 903, 90, 913, 37, 933, 90, 943, 39, 949, 90, 960, 39, 965, 90, 976, 37, 991, 90, 1001, 39, 1008, 90, 1025, 37, 1032, 90, 1045, 37, 1053, 38, 1086, 39, 1114, 37, 1132, 88, 1144, 37, 1150, 88, 1160, 39, 1167, 88, 1180, 39, 1251, 38, 1277, 37, 1302, 38, 1343, 37, 1352, 38, 1361, 37, 1386, 38, 1396, 37, 1401, 38, 1528, 37, 1612, 39, 1618, 90, 1628, 39, 1634, 90, 1642, 37, 1652, 90, 1663, 37, 1692, 38, 1706, 37, 1712, 90, 1723, 39, 1728, 90, 1740, 40, 1747, 90, 1906, 40, 1910, 90, 1921, 38, 1933, 37, 1945, 90, 1957, 37, 1969, 39, 1989, 38, 2007, 37, 2013, 38, 2140, 37, 2159, 38, 2199, 39, 2213, 38, 2234, 39, 2265, 88, 2276, 37, 2280, 88, 2292, 37, 2296, 88, 2308, 37, 2312, 88, 2373, 39, 2391, 88, 2401, 37, 2406, 88, 2417, 37, 2422, 88, 2431, 39, 2447, 88, 2456, 37, 2463, 88, 2471, 39, 2482, 88, 2492, 39, 2502, 38, 2521, 37, 2526, 39, 2589, 37, 2597, 39, 2678, 37, 2680, 88, 2690, 37, 2693, 88, 2705, 37, 2710, 88, 2723, 39, 2728, 38, 2752, 88, 2829, 39, 2898, 38, 2923, 37, 2947, 38, 2988, 37, 2998, 38, 3006, 37 ], goldDrop: [], - bornPos: [ 1, 26, 24 ] + bornPos: [ 1, 21, 13 ] }, -{ level: 44, ai: 1, time: 988, state: 1, country: "Taiwan", //id=31 2014-06-02 15:32:43 - action: [ 0, 37, 24, 40, 41, 90, 52, 37, 65, 40, 71, 90, 83, 39, 88, 90, 98, 40, 104, 90, 120, 37, 137, 88, 151, 40, 163, 39, 170, 38, 176, 39, 181, 38, 189, 39, 193, 38, 210, 37, 215, 38, 267, 39, 275, 38, 288, 39, 318, 90, 329, 37, 336, 40, 345, 39, 352, 40, 363, 39, 372, 40, 385, 40, 386, 40, 387, 40, 388, 40, 393, 37, 401, 90, 414, 37, 426, 88, 443, 39, 462, 37, 529, 38, 537, 37, 559, 38, 568, 37, 584, 38, 591, 37, 596, 38, 631, 39, 635, 38, 647, 39, 678, 88, 690, 37, 694, 88, 704, 39, 715, 88, 726, 40, 733, 88, 746, 40, 751, 88, 761, 39, 781, 88, 793, 39, 812, 38, 826, 88, 836, 39, 856, 38, 878, 39, 909, 38, 926, 37, 931, 38, 940, 37, 945, 38, 957, 39, 977, 38 ], +{ level: 40, ai: 2, time: 1346, state: 1, godMode: 0, location: "Taiwan", ip:"111.250.211.84", date:"2014-12-23 16:51:16", //id=40 + action: [ 0, 40, 43, 37, 80, 38, 89, 37, 93, 38, 149, 39, 194, 38, 233, 39, 291, 40, 298, 39, 303, 40, 319, 38, 334, 39, 345, 38, 352, 39, 357, 88, 368, 37, 372, 88, 380, 39, 390, 88, 401, 37, 408, 88, 415, 39, 432, 90, 441, 40, 448, 90, 458, 40, 464, 90, 473, 37, 488, 88, 497, 40, 505, 88, 513, 39, 529, 90, 538, 40, 546, 90, 555, 37, 570, 88, 579, 40, 586, 88, 596, 39, 611, 90, 620, 40, 628, 90, 637, 37, 652, 88, 662, 37, 670, 39, 700, 38, 769, 37, 863, 38, 869, 37, 874, 90, 884, 39, 889, 90, 896, 37, 908, 90, 919, 39, 925, 90, 933, 37, 948, 88, 958, 40, 964, 88, 974, 40, 981, 88, 988, 39, 1006, 90, 1015, 40, 1023, 90, 1032, 37, 1047, 88, 1057, 40, 1064, 88, 1072, 39, 1089, 90, 1099, 40, 1107, 90, 1115, 37, 1131, 88, 1140, 40, 1148, 88, 1157, 38, 1166, 37, 1188, 40, 1229, 37, 1235, 38, 1241, 37, 1245, 38, 1253, 37, 1256, 38 ], + goldDrop: [ 17 ], + bornPos: [ 1, 5 ] +}, +{ level: 41, ai: 1, time: 807, state: 1, godMode: 0, location: "Japan", ip:"180.24.178.137", date:"2014-07-06 23:55:50", //id=41 + action: [ 0, 39, 14, 37, 34, 39, 36, 38, 64, 37, 115, 90, 158, 37, 170, 39, 232, 38, 257, 37, 263, 90, 311, 37, 321, 38, 333, 39, 343, 38, 355, 39, 366, 88, 372, 39, 407, 90, 419, 37, 440, 39, 491, 38, 501, 37, 520, 38, 537, 39, 596, 38, 607, 39, 616, 88, 625, 38, 640, 37, 649, 38, 662, 39, 666, 90, 677, 39, 679, 90, 740, 39, 752, 38 ], + goldDrop: [], + bornPos: [ 1, 27 ] +}, +{ level: 42, ai: 1, time: 5059, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.46.192", date:"2014-07-05 01:24:53", //id=42 + action: [ 0, 39, 7, 88, 17, 39, 20, 88, 59, 40, 78, 39, 86, 90, 98, 39, 108, 90, 276, 38, 298, 39, 333, 37, 372, 39, 381, 38, 403, 39, 432, 37, 512, 38, 641, 40, 658, 39, 677, 38, 700, 88, 718, 40, 723, 88, 737, 40, 744, 88, 758, 40, 766, 88, 788, 40, 792, 90, 813, 39, 823, 88, 835, 37, 841, 88, 854, 37, 858, 88, 869, 39, 890, 40, 910, 39, 916, 37, 923, 38, 938, 37, 966, 38, 998, 40, 1002, 88, 1024, 38, 1082, 40, 1141, 38, 1155, 40, 1161, 88, 1178, 40, 1328, 88, 1345, 38, 1362, 88, 1381, 40, 1386, 88, 1398, 40, 1406, 88, 1422, 39, 1459, 38, 1552, 37, 1562, 38, 1582, 37, 1593, 38, 1599, 90, 1611, 40, 1619, 90, 1637, 37, 1655, 90, 1670, 40, 1679, 90, 1692, 37, 1780, 38, 1803, 90, 1814, 40, 1818, 90, 1834, 37, 1864, 38, 1882, 37, 1889, 38, 1936, 39, 1947, 38, 2028, 40, 2040, 90, 2116, 37, 2149, 88, 2165, 40, 2170, 88, 2253, 40, 2257, 88, 2268, 38, 2286, 39, 2297, 38, 2307, 88, 2319, 40, 2325, 88, 2338, 39, 2347, 88, 2358, 39, 2378, 37, 2409, 38, 2431, 39, 2441, 38, 2548, 39, 2557, 38, 2566, 39, 2594, 88, 2608, 39, 2617, 37, 2629, 88, 2640, 39, 2654, 90, 2666, 40, 2672, 90, 2694, 40, 2704, 37, 2713, 40, 2729, 88, 2738, 38, 2752, 39, 2772, 88, 2783, 39, 2796, 90, 2810, 37, 2836, 40, 2849, 37, 2858, 39, 2864, 38, 2875, 39, 2885, 88, 2897, 39, 2934, 37, 2985, 38, 2996, 39, 3005, 38, 3016, 90, 3028, 40, 3034, 90, 3042, 37, 3076, 38, 3095, 37, 3101, 38, 3147, 39, 3158, 38, 3170, 39, 3180, 38, 3190, 39, 3219, 88, 3255, 40, 3277, 39, 3287, 37, 3299, 88, 3311, 39, 3324, 90, 3337, 40, 3341, 90, 3353, 37, 3367, 90, 3378, 40, 3385, 90, 3398, 40, 3406, 90, 3419, 37, 3426, 90, 3441, 37, 3460, 90, 3475, 37, 3490, 90, 3504, 88, 3519, 40, 3525, 90, 3542, 88, 3561, 37, 3604, 38, 3614, 37, 3662, 38, 3668, 39, 3672, 88, 3744, 37, 3756, 38, 3788, 40, 3822, 39, 3831, 40, 3841, 37, 3846, 40, 3867, 39, 3931, 90, 3993, 37, 4002, 38, 4021, 37, 4028, 38, 4074, 39, 4087, 38, 4098, 39, 4110, 90, 4260, 38, 4276, 39, 4311, 40, 4354, 37, 4359, 90, 4373, 39, 4378, 90, 4391, 39, 4396, 90, 4408, 39, 4415, 90, 4642, 37, 4653, 90, 4667, 37, 4681, 88, 4692, 39, 4707, 90, 4722, 40, 4725, 90, 4738, 37, 4752, 90, 4764, 40, 4769, 90, 4782, 40, 4787, 90, 4801, 37, 4809, 90, 4824, 37, 4865, 39, 4870, 90, 4884, 40, 4888, 90, 4907, 40, 4910, 90, 4922, 37, 4947, 38, 4966, 37, 4974, 38, 5020, 39, 5032, 38, 5043, 39, 5053, 38 ], + goldDrop: [ 29 ], + bornPos: [ 1, 6, 7, 27 ] +}, +{ level: 43, ai: 1, time: 12158, state: 1, godMode: 0, location: "Taiwan", ip:"36.226.138.113", date:"2014-06-30 18:35:29", //id=43 + action: [ 0, 39, 8, 37, 16, 90, 26, 39, 32, 90, 43, 39, 48, 90, 58, 38, 65, 88, 80, 37, 100, 39, 118, 38, 136, 37, 141, 38, 266, 39, 276, 38, 289, 37, 314, 39, 343, 37, 348, 90, 360, 37, 376, 88, 389, 37, 393, 88, 401, 39, 414, 88, 427, 40, 432, 88, 443, 40, 454, 88, 464, 38, 482, 37, 486, 38, 691, 39, 719, 37, 727, 90, 738, 37, 753, 88, 764, 37, 769, 88, 778, 39, 787, 88, 800, 40, 807, 88, 817, 38, 826, 37, 840, 88, 853, 37, 857, 88, 868, 37, 873, 88, 1085, 39, 1109, 38, 1123, 39, 1140, 90, 1154, 37, 1168, 88, 1179, 37, 1183, 88, 1194, 39, 1202, 88, 1214, 40, 1219, 88, 1231, 40, 1236, 88, 1245, 38, 1260, 37, 1274, 88, 1285, 37, 1290, 88, 1302, 37, 1306, 88, 1418, 40, 1442, 39, 1453, 90, 1535, 37, 1541, 39, 1551, 40, 1560, 39, 1634, 38, 1638, 39, 1648, 90, 1968, 37, 1977, 40, 2062, 38, 2070, 39, 2081, 37, 2091, 40, 2166, 38, 2174, 39, 2192, 90, 2203, 39, 2209, 90, 2280, 37, 2307, 88, 2315, 40, 2327, 37, 2388, 38, 2393, 37, 2404, 88, 2443, 39, 2463, 40, 2584, 39, 2644, 37, 2699, 38, 2707, 37, 2714, 38, 2723, 37, 2727, 38, 2753, 90, 2760, 39, 2779, 90, 2789, 39, 2795, 90, 2805, 39, 2811, 90, 2869, 38, 2887, 39, 2898, 38, 2909, 37, 2926, 38, 2931, 37, 2940, 88, 2951, 37, 2956, 88, 2966, 37, 2971, 88, 2984, 37, 2987, 88, 3163, 37, 3197, 90, 3211, 37, 3225, 39, 3256, 38, 3265, 40, 3361, 39, 3374, 40, 3385, 39, 3440, 38, 3447, 39, 3459, 38, 3520, 88, 3529, 37, 3545, 88, 3556, 37, 3562, 88, 3573, 37, 3579, 88, 3652, 38, 3671, 40, 3685, 38, 3701, 37, 3711, 38, 3722, 39, 3739, 38, 3745, 39, 3751, 90, 3760, 39, 3763, 90, 3775, 39, 3780, 90, 3791, 39, 3795, 90, 3805, 39, 3810, 90, 4005, 39, 4046, 90, 4058, 37, 4105, 39, 4115, 38, 4152, 37, 4158, 38, 4170, 39, 4176, 38, 4294, 37, 4298, 38, 4325, 88, 4335, 37, 4351, 88, 4362, 37, 4367, 88, 4379, 37, 4383, 88, 4645, 39, 4667, 38, 4673, 88, 4681, 39, 4698, 88, 4710, 37, 4715, 88, 4725, 37, 4730, 88, 4972, 40, 4997, 37, 5005, 40, 5158, 38, 5164, 39, 5195, 90, 5260, 37, 5275, 38, 5297, 37, 5317, 38, 5338, 37, 5359, 39, 5373, 38, 5391, 37, 5403, 90, 5415, 37, 5434, 38, 5604, 40, 5619, 38, 5667, 39, 5687, 90, 5698, 37, 5712, 88, 5724, 37, 5728, 88, 5741, 39, 5748, 88, 5763, 40, 5768, 88, 5783, 40, 5786, 88, 5803, 38, 5815, 37, 5826, 39, 5832, 37, 5842, 88, 5905, 39, 5914, 37, 5923, 39, 5930, 38, 5939, 39, 5942, 38, 5959, 39, 5969, 38, 5982, 37, 5997, 38, 6009, 39, 6020, 90, 6058, 39, 6060, 90, 6133, 37, 6145, 40, 6159, 39, 6173, 40, 6196, 39, 6201, 90, 6213, 37, 6228, 88, 6244, 37, 6246, 88, 6254, 37, 6256, 88, 6268, 37, 6282, 88, 6296, 37, 6300, 88, 6313, 37, 6317, 88, 6549, 38, 6554, 90, 6560, 39, 6579, 90, 6590, 39, 6595, 90, 6606, 39, 6611, 90, 6649, 38, 6664, 39, 6675, 38, 6686, 37, 6703, 38, 6708, 37, 6715, 88, 6732, 39, 6740, 38, 6747, 39, 6755, 90, 6770, 39, 6773, 90, 6883, 39, 6902, 40, 6931, 39, 6950, 90, 6961, 37, 6975, 39, 7019, 37, 7076, 38, 7083, 37, 7094, 38, 7119, 90, 7130, 39, 7146, 90, 7157, 39, 7161, 90, 7172, 39, 7178, 90, 7204, 38, 7219, 39, 7230, 38, 7240, 37, 7256, 38, 7261, 37, 7270, 88, 7280, 37, 7286, 88, 7296, 37, 7301, 88, 7311, 37, 7317, 88, 7543, 39, 7569, 38, 7585, 39, 7622, 37, 7629, 90, 7640, 37, 7655, 88, 7667, 37, 7671, 88, 7681, 39, 7689, 88, 7701, 40, 7709, 88, 7723, 40, 7727, 88, 7736, 38, 7749, 37, 7756, 38, 7774, 39, 7785, 38, 7795, 37, 7811, 38, 7817, 37, 7825, 88, 7904, 37, 7908, 88, 8002, 37, 8007, 38, 8054, 39, 8063, 37, 8071, 88, 8133, 39, 8146, 90, 8157, 39, 8162, 90, 8205, 40, 8215, 39, 8229, 40, 8240, 37, 8271, 39, 8280, 40, 8291, 37, 8299, 39, 8304, 90, 8314, 37, 8331, 88, 8349, 37, 8352, 88, 8368, 39, 8374, 40, 8379, 88, 8392, 40, 8398, 88, 8410, 40, 8414, 88, 8423, 40, 8432, 88, 8481, 38, 8508, 37, 8525, 39, 8531, 37, 8534, 88, 8547, 37, 8551, 88, 8563, 37, 8566, 88, 8791, 38, 8798, 90, 8808, 39, 8828, 90, 8840, 39, 8845, 90, 8866, 38, 8888, 40, 8906, 38, 8917, 37, 8949, 38, 8957, 39, 8966, 38, 8976, 37, 8992, 38, 8997, 37, 9004, 88, 9013, 37, 9016, 88, 9027, 37, 9031, 88, 9043, 37, 9046, 88, 9058, 37, 9061, 88, 9237, 37, 9264, 39, 9276, 90, 9290, 37, 9307, 39, 9333, 38, 9344, 40, 9442, 37, 9516, 39, 9526, 38, 9543, 39, 9547, 38, 9567, 39, 9590, 38, 9622, 40, 9675, 38, 9694, 39, 9708, 37, 9725, 39, 9730, 90, 9740, 37, 9758, 38, 9768, 37, 9771, 38, 9901, 39, 9927, 88, 9939, 39, 9974, 90, 10201, 37, 10212, 38, 10217, 90, 10229, 39, 10242, 90, 10253, 37, 10287, 38, 10305, 39, 10312, 38, 10464, 40, 10480, 39, 10490, 88, 10502, 37, 10505, 88, 10516, 37, 10521, 88, 10566, 38, 10751, 40, 10769, 39, 10789, 38, 10793, 88, 10803, 37, 10819, 88, 10830, 37, 10835, 88, 10846, 37, 10851, 88, 10891, 38, 10910, 37, 10916, 38, 10930, 37, 10942, 39, 10952, 37, 10961, 90, 10973, 37, 10986, 88, 10999, 37, 11002, 88, 11014, 39, 11019, 88, 11031, 40, 11039, 88, 11051, 38, 11059, 37, 11081, 40, 11113, 39, 11129, 38, 11302, 40, 11321, 37, 11339, 40, 11353, 39, 11362, 38, 11370, 37, 11375, 38, 11393, 39, 11404, 38, 11409, 39, 11429, 38, 11447, 39, 11468, 90, 11480, 37, 11492, 88, 11502, 37, 11508, 88, 11518, 39, 11524, 88, 11537, 40, 11546, 88, 11556, 40, 11564, 88, 11573, 38, 11587, 37, 11600, 88, 11612, 37, 11617, 88, 11716, 39, 11734, 38, 11752, 39, 11770, 90, 11794, 40, 11811, 88, 11833, 39, 11871, 38, 11880, 39, 11889, 38, 11910, 37, 11928, 38, 11943, 37, 11952, 38, 11963, 39, 11978, 38, 11988, 39, 11999, 88, 12015, 37, 12019, 88, 12090, 39, 12119, 38, 12131, 37, 12147, 38 ], + goldDrop: [ 31, 30, 14, 28, 21, 15, 36, 25, 27 ], + bornPos: [ 1, 4, 17, 16, 11, 8, 9, 18, 20, 23, 0, 10, 5, 7, 19, 22, 27, 0, 9, 5, 19, 4, 16, 23, 8, 17 ] +}, +{ level: 44, ai: 1, time: 750, state: 1, godMode: 0, location: "Japan", ip:"180.24.178.137", date:"2014-07-06 23:57:58", //id=44 + action: [ 0, 37, 25, 40, 37, 37, 84, 88, 94, 37, 96, 88, 106, 37, 112, 88, 126, 39, 134, 38, 225, 88, 247, 37, 252, 38, 257, 88, 338, 39, 353, 40, 362, 90, 375, 37, 389, 88, 399, 39, 420, 88, 431, 39, 452, 38, 459, 88, 469, 39, 485, 90, 494, 39, 516, 38, 528, 88, 536, 39, 558, 37, 600, 38, 611, 39, 617, 38, 624, 39, 628, 38, 649, 39, 678, 38, 693, 37, 699, 38, 707, 37, 711, 38, 720, 39, 739, 38, 749, 39 ], goldDrop: [], bornPos: [] }, -{ level: 45, ai: 1, time: 6506, state: 1, country: "Taiwan", //id=32 2014-06-14 22:54:56 +{ level: 45, ai: 1, time: 6506, state: 1, godMode: 0, location: "Taiwan", ip:"118.161.102.205", date:"2014-06-14 22:54:56", //id=45 action: [ 0, 39, 12, 90, 21, 37, 39, 39, 79, 38, 112, 37, 119, 39, 124, 90, 155, 88, 170, 40, 173, 88, 259, 37, 275, 39, 283, 38, 293, 40, 314, 38, 345, 40, 359, 88, 370, 38, 373, 88, 382, 38, 395, 39, 411, 38, 418, 39, 438, 90, 447, 37, 473, 88, 490, 37, 494, 88, 506, 37, 520, 88, 533, 40, 543, 38, 555, 40, 563, 88, 586, 38, 602, 40, 620, 88, 630, 40, 632, 88, 640, 38, 653, 38, 654, 38, 655, 38, 656, 38, 674, 39, 678, 88, 689, 39, 711, 88, 722, 39, 738, 37, 758, 38, 843, 88, 854, 40, 860, 88, 873, 40, 878, 88, 979, 39, 1004, 37, 1012, 39, 1017, 88, 1027, 37, 1033, 88, 1041, 37, 1049, 90, 1062, 37, 1076, 88, 1087, 40, 1094, 88, 1103, 38, 1116, 38, 1117, 38, 1118, 38, 1134, 39, 1140, 88, 1149, 39, 1192, 90, 1200, 40, 1209, 90, 1219, 40, 1230, 37, 1254, 88, 1265, 40, 1271, 88, 1284, 40, 1289, 88, 1300, 40, 1309, 88, 1320, 39, 1405, 38, 1470, 39, 1491, 88, 1529, 39, 1554, 38, 1627, 39, 1650, 40, 1663, 37, 1667, 88, 1679, 37, 1683, 88, 1699, 37, 1700, 88, 1710, 37, 1712, 88, 1728, 39, 1744, 88, 1755, 37, 1762, 88, 1771, 39, 1786, 90, 1797, 39, 1804, 90, 1815, 37, 1828, 88, 1839, 37, 1845, 88, 1854, 39, 1868, 90, 1879, 39, 1881, 90, 1894, 39, 1898, 90, 1909, 37, 1922, 88, 1936, 37, 1940, 88, 1953, 39, 1989, 90, 2004, 37, 2032, 38, 2088, 90, 2127, 37, 2135, 38, 2191, 39, 2225, 40, 2237, 88, 2247, 37, 2253, 88, 2269, 39, 2282, 90, 2293, 37, 2308, 88, 2319, 39, 2334, 90, 2346, 37, 2361, 88, 2375, 39, 2390, 37, 2397, 88, 2411, 39, 2423, 37, 2441, 38, 2449, 90, 2493, 37, 2522, 38, 2571, 39, 2589, 40, 2597, 88, 2608, 37, 2613, 88, 2628, 37, 2630, 88, 2642, 37, 2643, 88, 2655, 39, 2669, 88, 2680, 37, 2686, 88, 2696, 39, 2710, 90, 2722, 39, 2728, 90, 2738, 37, 2752, 88, 2764, 37, 2769, 88, 2779, 39, 2793, 90, 2808, 39, 2812, 90, 2824, 37, 2838, 90, 2870, 37, 2888, 90, 2941, 37, 2956, 38, 3011, 39, 3030, 40, 3050, 37, 3054, 90, 3137, 37, 3187, 37, 3192, 38, 3219, 90, 3248, 38, 3265, 39, 3271, 40, 3277, 38, 3299, 39, 3558, 37, 3566, 39, 3636, 37, 3647, 39, 3655, 90, 3667, 39, 3671, 90, 3681, 39, 3687, 90, 3902, 37, 3914, 90, 3932, 39, 3945, 37, 3969, 38, 3980, 37, 4010, 88, 4022, 37, 4027, 88, 4038, 37, 4043, 88, 4055, 37, 4060, 88, 4269, 39, 4303, 37, 4313, 90, 4323, 39, 4328, 90, 4338, 39, 4344, 90, 4355, 38, 4378, 39, 4389, 90, 4492, 39, 4501, 88, 4514, 37, 4517, 88, 4528, 37, 4548, 88, 4604, 38, 4611, 39, 4632, 88, 4643, 39, 4675, 37, 4689, 88, 4698, 37, 4705, 88, 4713, 37, 4736, 88, 4753, 40, 4757, 88, 4767, 38, 4780, 38, 4786, 39, 4803, 88, 4812, 39, 4825, 39, 4826, 39, 4827, 39, 4828, 39, 4829, 39, 4830, 38, 4845, 40, 4858, 90, 4867, 37, 4880, 37, 4881, 37, 4897, 38, 4917, 88, 4963, 40, 4967, 88, 5138, 40, 5143, 88, 5157, 40, 5161, 88, 5169, 38, 5189, 39, 5202, 88, 5240, 37, 5246, 38, 5450, 90, 5617, 39, 5627, 88, 5636, 37, 5642, 88, 5650, 37, 5663, 37, 5664, 37, 5665, 37, 5666, 37, 5667, 37, 5668, 37, 5669, 37, 5670, 37, 5673, 88, 5689, 40, 5691, 88, 5865, 38, 5873, 39, 5882, 90, 5977, 39, 5988, 88, 5999, 37, 6005, 88, 6037, 37, 6057, 88, 6092, 38, 6101, 39, 6115, 39, 6116, 39, 6117, 39, 6118, 39, 6119, 39, 6127, 88, 6139, 40, 6150, 37, 6161, 90, 6174, 37, 6188, 88, 6200, 38, 6213, 38, 6214, 38, 6219, 39, 6229, 88, 6242, 39, 6250, 40, 6259, 39, 6267, 88, 6277, 37, 6283, 88, 6291, 39, 6304, 39, 6305, 39, 6306, 39, 6307, 39, 6308, 39, 6309, 90, 6318, 40, 6329, 39, 6341, 37, 6380, 38, 6447, 37, 6472, 38, 6481, 37, 6484, 38 ], goldDrop: [], bornPos: [ 1, 16, 15, 5 ] }, -{ level: 46, ai: 1, time: 4227, state: 1, country: "Taiwan", //id=33 2014-06-12 20:52:17 - action: [ 0, 40, 20, 39, 127, 37, 137, 38, 177, 40, 191, 40, 192, 40, 205, 38, 213, 39, 220, 38, 226, 39, 235, 37, 284, 90, 296, 40, 302, 90, 314, 40, 319, 90, 333, 40, 338, 90, 349, 38, 368, 39, 378, 38, 403, 90, 447, 37, 454, 39, 492, 38, 556, 40, 569, 40, 570, 40, 571, 40, 572, 40, 573, 40, 574, 40, 575, 40, 576, 40, 577, 40, 578, 40, 579, 40, 596, 38, 603, 39, 611, 38, 620, 88, 639, 40, 651, 39, 664, 38, 702, 88, 752, 39, 782, 40, 814, 37, 823, 38, 904, 88, 969, 39, 981, 38, 1014, 37, 1034, 90, 1048, 37, 1057, 39, 1071, 90, 1082, 37, 1103, 39, 1127, 37, 1148, 90, 1160, 37, 1166, 38, 1187, 39, 1192, 40, 1263, 38, 1269, 39, 1303, 38, 1336, 37, 1368, 90, 1380, 39, 1385, 90, 1395, 37, 1406, 90, 1421, 37, 1436, 88, 1447, 39, 1472, 88, 1483, 39, 1497, 39, 1498, 39, 1499, 39, 1500, 39, 1511, 37, 1533, 90, 1543, 39, 1554, 90, 1562, 39, 1576, 39, 1577, 39, 1578, 39, 1579, 39, 1580, 39, 1581, 39, 1582, 39, 1583, 39, 1584, 39, 1585, 39, 1586, 39, 1587, 39, 1588, 39, 1589, 39, 1590, 39, 1609, 38, 1618, 38, 1635, 40, 1644, 39, 1660, 38, 1703, 90, 1716, 40, 1721, 90, 1732, 37, 1756, 38, 1766, 90, 1779, 37, 1827, 40, 1836, 37, 1840, 38, 1856, 39, 1860, 38, 1868, 37, 1880, 90, 1891, 37, 1894, 90, 1983, 40, 1987, 90, 2013, 40, 2018, 90, 2115, 40, 2120, 90, 2130, 38, 2147, 37, 2177, 39, 2187, 38, 2220, 37, 2231, 90, 2243, 37, 2272, 90, 2284, 39, 2289, 90, 2301, 39, 2306, 90, 2318, 39, 2322, 90, 2331, 37, 2353, 90, 2364, 39, 2369, 90, 2381, 39, 2388, 90, 2401, 37, 2415, 88, 2430, 37, 2433, 88, 2443, 39, 2454, 88, 2465, 39, 2503, 90, 2515, 37, 2524, 39, 2548, 38, 2609, 37, 2620, 90, 2635, 37, 2663, 90, 2676, 39, 2681, 90, 2694, 39, 2698, 90, 2711, 39, 2715, 90, 2724, 37, 2746, 90, 2759, 39, 2764, 90, 2776, 39, 2783, 90, 2796, 37, 2811, 88, 2825, 37, 2828, 88, 2838, 39, 2857, 90, 2869, 37, 2902, 88, 2910, 39, 2958, 38, 3019, 37, 3029, 90, 3041, 37, 3058, 88, 3070, 37, 3075, 88, 3088, 37, 3092, 88, 3104, 37, 3108, 88, 3116, 39, 3141, 88, 3152, 37, 3159, 88, 3171, 37, 3177, 88, 3191, 39, 3204, 90, 3217, 39, 3221, 90, 3233, 37, 3249, 88, 3259, 39, 3283, 88, 3295, 39, 3326, 38, 3389, 37, 3399, 90, 3410, 37, 3491, 38, 3521, 39, 3553, 37, 3569, 38, 3579, 39, 3598, 40, 3612, 37, 3619, 40, 3632, 39, 3682, 38, 3731, 39, 3764, 38, 3783, 37, 3786, 40, 3800, 40, 3809, 37, 3830, 39, 3838, 88, 3850, 39, 3857, 40, 3866, 37, 3874, 40, 3888, 39, 3931, 88, 3942, 39, 3977, 38, 4034, 90, 4044, 40, 4050, 90, 4061, 37, 4085, 38, 4096, 90, 4107, 37, 4171, 38, 4191, 39, 4205, 38, 4215, 39, 4221, 38 ], - goldDrop: [ 16, 37 ], +{ level: 46, ai: 2, time: 3643, state: 1, godMode: 0, location: "Taiwan", ip:"111.250.228.142", date:"2014-12-03 22:14:48", //id=46 + action: [ 0, 40, 19, 39, 81, 37, 92, 38, 106, 39, 109, 38, 162, 40, 176, 38, 182, 39, 186, 38, 195, 37, 239, 90, 249, 40, 255, 90, 266, 40, 270, 90, 282, 40, 287, 90, 294, 38, 314, 39, 324, 38, 341, 90, 381, 37, 386, 39, 392, 40, 399, 39, 403, 38, 412, 39, 439, 38, 484, 40, 498, 38, 504, 39, 510, 38, 516, 88, 525, 39, 565, 88, 589, 39, 600, 40, 631, 37, 641, 38, 701, 88, 738, 39, 748, 38, 778, 37, 809, 90, 820, 39, 826, 90, 836, 37, 844, 90, 856, 37, 871, 88, 881, 39, 902, 90, 911, 37, 924, 39, 932, 40, 1006, 38, 1012, 39, 1043, 38, 1073, 37, 1093, 90, 1104, 37, 1115, 39, 1127, 90, 1137, 37, 1152, 90, 1162, 39, 1183, 37, 1210, 90, 1221, 39, 1233, 90, 1242, 39, 1264, 38, 1314, 90, 1326, 40, 1331, 90, 1341, 37, 1363, 38, 1373, 37, 1376, 38, 1389, 90, 1401, 37, 1462, 90, 1477, 40, 1481, 90, 1493, 40, 1498, 90, 1609, 40, 1614, 90, 1649, 38, 1664, 37, 1692, 39, 1703, 38, 1734, 37, 1745, 90, 1756, 37, 1786, 90, 1798, 39, 1804, 90, 1816, 39, 1820, 90, 1832, 39, 1837, 90, 1847, 37, 1871, 90, 1880, 39, 1882, 90, 1894, 39, 1899, 90, 1910, 39, 1916, 90, 1927, 37, 1941, 88, 1952, 37, 1957, 88, 1966, 39, 1976, 88, 1988, 39, 2022, 90, 2034, 37, 2044, 39, 2068, 38, 2122, 37, 2131, 90, 2145, 37, 2174, 90, 2186, 39, 2191, 90, 2203, 39, 2207, 90, 2219, 39, 2224, 90, 2235, 37, 2256, 90, 2267, 39, 2273, 90, 2284, 39, 2291, 90, 2305, 37, 2320, 90, 2331, 39, 2338, 90, 2348, 37, 2363, 88, 2373, 39, 2395, 37, 2406, 88, 2417, 39, 2458, 38, 2468, 39, 2471, 38, 2527, 37, 2537, 90, 2550, 37, 2566, 88, 2578, 37, 2584, 88, 2595, 37, 2600, 88, 2611, 37, 2617, 88, 2626, 39, 2648, 88, 2659, 37, 2666, 88, 2677, 37, 2684, 88, 2699, 39, 2713, 88, 2723, 37, 2732, 88, 2742, 39, 2757, 90, 2770, 37, 2788, 88, 2804, 39, 2832, 38, 2887, 37, 2896, 90, 2909, 37, 2986, 38, 3013, 39, 3038, 37, 3058, 38, 3068, 39, 3088, 40, 3098, 37, 3105, 40, 3116, 39, 3166, 38, 3210, 39, 3234, 40, 3241, 37, 3265, 39, 3272, 88, 3282, 39, 3293, 37, 3309, 40, 3318, 39, 3363, 88, 3373, 39, 3409, 38, 3461, 90, 3472, 40, 3478, 90, 3488, 37, 3514, 38, 3526, 90, 3536, 37, 3600, 38, 3616, 39, 3626, 38, 3634, 39, 3638, 38 ], + goldDrop: [ 34, 38 ], bornPos: [] }, -{ level: 47, ai: 1, time: 5672, state: 1, country: "Taiwan", //id=34 2014-06-02 17:56:21 +{ level: 47, ai: 1, time: 5672, state: 1, godMode: 0, location: "Taiwan", ip:"118.161.96.8", date:"2014-06-02 17:56:21", //id=47 action: [ 0, 37, 122, 88, 137, 37, 139, 88, 149, 39, 159, 88, 169, 39, 180, 88, 192, 39, 200, 88, 211, 39, 219, 88, 233, 39, 239, 88, 253, 39, 260, 88, 275, 39, 282, 88, 297, 39, 303, 88, 318, 39, 324, 88, 338, 39, 345, 88, 359, 39, 366, 88, 381, 39, 400, 90, 409, 37, 485, 38, 543, 88, 553, 39, 563, 88, 574, 39, 583, 88, 596, 39, 603, 88, 616, 39, 624, 88, 637, 39, 644, 88, 657, 39, 666, 88, 679, 39, 687, 88, 699, 39, 709, 88, 720, 39, 740, 90, 749, 37, 811, 38, 852, 88, 865, 38, 868, 88, 879, 39, 889, 88, 900, 39, 909, 88, 921, 39, 930, 88, 941, 39, 950, 88, 963, 39, 971, 88, 982, 39, 1001, 90, 1011, 37, 1057, 38, 1084, 88, 1094, 39, 1104, 88, 1115, 39, 1126, 88, 1137, 39, 1155, 90, 1167, 37, 1204, 38, 1282, 39, 1360, 88, 1371, 37, 1374, 88, 1385, 37, 1390, 88, 1400, 37, 1409, 38, 1417, 39, 1439, 88, 1449, 37, 1455, 88, 1463, 37, 1476, 39, 1496, 88, 1506, 37, 1511, 88, 1520, 37, 1534, 39, 1553, 88, 1563, 37, 1569, 88, 1578, 37, 1592, 39, 1611, 88, 1620, 37, 1629, 88, 1637, 37, 1651, 39, 1671, 88, 1681, 37, 1687, 88, 1697, 37, 1709, 39, 1727, 88, 1738, 37, 1744, 88, 1754, 37, 1768, 39, 1786, 88, 1796, 37, 1803, 88, 1812, 37, 1825, 39, 1844, 88, 1853, 37, 1861, 88, 1870, 37, 1883, 39, 1903, 88, 1914, 37, 1920, 88, 1929, 37, 1943, 39, 1964, 88, 1973, 37, 1980, 88, 1989, 37, 2011, 39, 2025, 90, 2038, 88, 2047, 37, 2060, 37, 2061, 37, 2062, 37, 2063, 37, 2074, 39, 2079, 38, 2225, 39, 2232, 37, 2272, 90, 2308, 37, 2403, 38, 2513, 39, 2576, 88, 2587, 37, 2590, 88, 2601, 37, 2606, 88, 2615, 37, 2623, 38, 2631, 39, 2649, 88, 2659, 37, 2666, 88, 2673, 37, 2687, 39, 2705, 88, 2714, 37, 2722, 88, 2730, 37, 2744, 39, 2761, 88, 2770, 37, 2778, 88, 2787, 37, 2798, 39, 2817, 88, 2827, 37, 2833, 88, 2841, 37, 2854, 39, 2872, 88, 2884, 37, 2890, 88, 2899, 37, 2911, 39, 2930, 88, 2939, 37, 2946, 88, 2955, 37, 2968, 39, 2988, 88, 2998, 37, 3005, 88, 3013, 37, 3027, 39, 3046, 88, 3056, 37, 3062, 88, 3072, 37, 3083, 39, 3101, 88, 3111, 37, 3117, 88, 3126, 37, 3139, 39, 3157, 88, 3167, 37, 3174, 88, 3183, 37, 3197, 39, 3226, 37, 3248, 39, 3253, 90, 3264, 88, 3276, 37, 3289, 37, 3290, 37, 3291, 37, 3292, 37, 3293, 37, 3303, 39, 3308, 38, 3361, 39, 3371, 37, 3384, 90, 3392, 39, 3403, 37, 3516, 38, 3595, 39, 3643, 88, 3652, 37, 3655, 88, 3666, 37, 3670, 88, 3678, 37, 3686, 38, 3697, 39, 3716, 88, 3725, 37, 3731, 88, 3739, 37, 3758, 39, 3776, 88, 3787, 37, 3792, 88, 3801, 37, 3819, 39, 3837, 88, 3848, 37, 3853, 88, 3862, 37, 3876, 39, 3896, 88, 3906, 37, 3912, 88, 3921, 37, 3935, 39, 3954, 88, 3964, 37, 3970, 88, 3979, 37, 3993, 39, 4011, 88, 4021, 37, 4027, 88, 4036, 37, 4051, 39, 4068, 88, 4079, 37, 4085, 88, 4095, 37, 4112, 39, 4130, 88, 4140, 37, 4146, 88, 4156, 37, 4171, 39, 4189, 88, 4198, 37, 4205, 88, 4215, 37, 4238, 39, 4256, 88, 4267, 37, 4273, 88, 4282, 37, 4312, 39, 4334, 37, 4342, 90, 4356, 88, 4364, 37, 4377, 37, 4378, 37, 4379, 37, 4380, 37, 4381, 37, 4453, 39, 4470, 37, 4481, 90, 4521, 37, 4612, 38, 4689, 39, 4721, 88, 4731, 37, 4736, 88, 4743, 37, 4752, 38, 4762, 39, 4781, 88, 4790, 37, 4797, 88, 4806, 37, 4819, 39, 4839, 88, 4849, 37, 4855, 88, 4864, 37, 4877, 39, 4896, 88, 4907, 37, 4912, 88, 4922, 37, 4934, 39, 4953, 88, 4963, 37, 4969, 88, 4978, 37, 4991, 39, 5009, 88, 5020, 37, 5026, 88, 5036, 37, 5050, 39, 5069, 88, 5079, 37, 5086, 88, 5095, 37, 5108, 39, 5128, 88, 5140, 37, 5144, 88, 5157, 37, 5168, 39, 5188, 88, 5199, 37, 5205, 88, 5215, 37, 5229, 39, 5247, 88, 5258, 37, 5264, 88, 5274, 37, 5291, 39, 5309, 88, 5321, 37, 5326, 88, 5337, 37, 5357, 39, 5371, 90, 5385, 88, 5396, 37, 5451, 39, 5468, 90, 5509, 37, 5595, 38 ], goldDrop: [ 17, 31, 18, 24 ], bornPos: [] }, -{ level: 48, ai: 1, time: 5605, state: 1, country: "Taiwan", //id=35 2014-06-12 20:52:17 - action: [ 0, 39, 12, 88, 23, 37, 28, 88, 42, 37, 45, 88, 58, 37, 61, 88, 74, 37, 77, 88, 272, 37, 277, 38, 297, 39, 311, 39, 312, 39, 313, 39, 314, 39, 315, 39, 316, 39, 317, 39, 318, 39, 319, 39, 320, 39, 321, 39, 322, 39, 323, 39, 324, 39, 325, 39, 326, 39, 327, 39, 328, 39, 329, 39, 330, 39, 331, 39, 332, 39, 333, 39, 334, 39, 335, 39, 336, 39, 352, 88, 396, 39, 421, 38, 436, 37, 441, 38, 463, 37, 469, 38, 497, 37, 523, 88, 531, 37, 534, 88, 569, 39, 574, 38, 584, 37, 595, 38, 632, 39, 751, 37, 761, 88, 772, 39, 785, 37, 798, 37, 836, 90, 846, 39, 851, 90, 863, 39, 867, 90, 879, 39, 882, 90, 894, 39, 897, 90, 909, 39, 912, 90, 923, 39, 927, 90, 939, 39, 943, 90, 955, 39, 958, 90, 969, 39, 973, 90, 1048, 38, 1067, 37, 1070, 38, 1086, 40, 1100, 39, 1114, 40, 1127, 40, 1128, 40, 1129, 40, 1130, 40, 1131, 40, 1132, 40, 1133, 40, 1134, 40, 1204, 37, 1255, 90, 1307, 37, 1323, 38, 1342, 39, 1347, 38, 1369, 39, 1375, 38, 1404, 39, 1412, 38, 1425, 39, 1432, 38, 1460, 39, 1464, 90, 1509, 37, 1562, 39, 1575, 37, 1591, 39, 1596, 90, 1609, 37, 1632, 39, 1693, 38, 1713, 37, 1716, 38, 1733, 37, 1737, 38, 1760, 37, 1765, 38, 1815, 39, 1852, 90, 1935, 37, 1948, 39, 1977, 90, 2063, 37, 2084, 39, 2106, 37, 2109, 88, 2122, 39, 2135, 37, 2143, 40, 2152, 37, 2162, 38, 2168, 37, 2215, 90, 2226, 39, 2230, 90, 2242, 39, 2246, 90, 2257, 39, 2261, 90, 2272, 39, 2276, 90, 2288, 39, 2292, 90, 2301, 39, 2306, 90, 2322, 39, 2325, 90, 2336, 39, 2340, 90, 2404, 39, 2413, 38, 2557, 37, 2653, 40, 2773, 38, 2782, 39, 2803, 37, 2820, 38, 2839, 39, 2852, 39, 2853, 39, 2854, 39, 2881, 90, 2893, 39, 2898, 90, 2910, 39, 2915, 90, 2927, 39, 2932, 90, 2943, 39, 2949, 90, 2959, 39, 2964, 90, 3003, 39, 3018, 38, 3036, 37, 3041, 38, 3074, 37, 3078, 38, 3106, 40, 3136, 39, 3150, 40, 3184, 37, 3222, 90, 3232, 39, 3238, 90, 3248, 39, 3252, 90, 3262, 39, 3265, 90, 3276, 39, 3281, 90, 3291, 39, 3296, 90, 3306, 39, 3311, 90, 3323, 39, 3434, 37, 3440, 38, 3487, 37, 3492, 38, 3511, 40, 3529, 39, 3536, 40, 3550, 40, 3551, 40, 3552, 40, 3553, 40, 3557, 39, 3565, 40, 3573, 39, 3582, 38, 3591, 39, 3599, 88, 3609, 37, 3614, 88, 3623, 37, 3629, 88, 3639, 40, 3653, 37, 3855, 38, 3866, 37, 3941, 40, 3947, 37, 3958, 38, 3965, 37, 3975, 90, 3985, 39, 3990, 90, 4000, 39, 4006, 90, 4017, 40, 4027, 39, 4037, 38, 4049, 39, 4063, 38, 4082, 39, 4137, 38, 4152, 37, 4157, 38, 4178, 37, 4183, 38, 4239, 40, 4264, 39, 4272, 40, 4309, 37, 4315, 88, 4326, 37, 4331, 88, 4341, 37, 4346, 88, 4398, 37, 4445, 38, 4458, 38, 4465, 39, 4470, 38, 4484, 38, 4485, 38, 4495, 39, 4502, 38, 4573, 40, 4658, 38, 4683, 88, 4690, 40, 4699, 88, 4706, 40, 4720, 40, 4721, 40, 4722, 40, 4723, 40, 4724, 40, 4725, 40, 4726, 40, 4727, 40, 4728, 40, 4729, 40, 4730, 40, 4731, 40, 4732, 40, 4733, 37, 4741, 40, 4755, 40, 4756, 40, 4757, 40, 4758, 40, 4759, 40, 4760, 40, 4761, 40, 4762, 40, 4763, 40, 4798, 39, 4802, 90, 4816, 39, 4819, 90, 4831, 39, 4835, 90, 5085, 37, 5105, 38, 5126, 39, 5132, 38, 5158, 39, 5163, 38, 5193, 37, 5238, 88, 5283, 39, 5290, 38, 5327, 37, 5349, 88, 5384, 39, 5389, 38, 5438, 37, 5452, 39, 5457, 90, 5469, 37, 5477, 40, 5485, 39, 5490, 40, 5498, 39, 5508, 38, 5515, 39, 5520, 38, 5536, 39, 5540, 38, 5562, 39, 5566, 38 ], +{ level: 48, ai: 2, time: 3925, state: 1, godMode: 0, location: "Taiwan", ip:"111.250.206.132", date:"2014-12-14 15:17:58", //id=48 + action: [ 0, 39, 16, 88, 28, 37, 33, 88, 47, 37, 51, 88, 65, 37, 69, 88, 82, 37, 86, 88, 98, 37, 102, 88, 114, 37, 119, 88, 160, 37, 323, 39, 342, 90, 355, 39, 358, 90, 370, 39, 374, 90, 386, 39, 390, 90, 402, 39, 406, 90, 417, 39, 433, 38, 626, 37, 676, 38, 717, 39, 739, 90, 751, 39, 756, 90, 769, 39, 783, 88, 794, 37, 799, 88, 814, 90, 858, 39, 861, 90, 869, 39, 897, 90, 908, 39, 913, 90, 925, 39, 930, 90, 1130, 37, 1167, 90, 1178, 39, 1183, 90, 1195, 39, 1200, 90, 1217, 39, 1241, 38, 1258, 37, 1264, 38, 1285, 37, 1291, 39, 1293, 40, 1307, 39, 1313, 40, 1366, 37, 1379, 90, 1394, 39, 1397, 90, 1410, 39, 1413, 90, 1432, 39, 1442, 40, 1492, 38, 1507, 37, 1512, 38, 1541, 40, 1615, 90, 1672, 37, 1734, 38, 1749, 39, 1755, 38, 1776, 39, 1782, 38, 1820, 37, 1867, 88, 1924, 39, 1937, 37, 1963, 88, 1997, 39, 2004, 37, 2024, 39, 2048, 37, 2067, 39, 2073, 90, 2086, 37, 2096, 39, 2105, 40, 2114, 39, 2125, 38, 2131, 39, 2149, 37, 2162, 38, 2177, 39, 2183, 38, 2202, 39, 2209, 38, 2252, 39, 2277, 90, 2288, 39, 2291, 90, 2344, 37, 2411, 39, 2417, 90, 2428, 37, 2442, 39, 2484, 88, 2496, 37, 2500, 88, 2512, 37, 2517, 88, 2735, 39, 2771, 38, 2788, 37, 2794, 38, 2816, 37, 2820, 38, 2846, 88, 2857, 40, 2862, 88, 2869, 40, 2894, 39, 2904, 40, 2942, 39, 2952, 37, 2966, 88, 2979, 37, 2983, 88, 2994, 37, 2999, 88, 3215, 39, 3237, 38, 3253, 37, 3258, 38, 3279, 37, 3284, 38, 3310, 37, 3336, 88, 3372, 39, 3381, 37, 3386, 38, 3410, 39, 3438, 37, 3442, 88, 3453, 39, 3497, 38, 3511, 37, 3516, 38, 3537, 37, 3543, 38, 3571, 39, 3605, 90, 3652, 37, 3662, 39, 3690, 90, 3728, 37, 3733, 38, 3753, 39, 3773, 37, 3779, 88, 3788, 39, 3805, 37, 3816, 40, 3822, 37, 3833, 38, 3839, 37, 3844, 38, 3860, 37, 3865, 38, 3886, 37, 3890, 38 ], goldDrop: [], - bornPos: [ 1, 16, 9, 13, 0, 20, 15, 4, 8, 25, 1, 19, 11, 6 ] + bornPos: [ 1, 10, 26, 6, 9, 22, 15, 20, 14, 16 ] }, -{ level: 49, ai: 1, time: 5886, state: 1, country: "Taiwan", //id=36 2014-06-08 18:16:02 +{ level: 49, ai: 1, time: 5886, state: 1, godMode: 0, location: "Taiwan", ip:"118.168.47.88", date:"2014-06-08 18:16:02", //id=49 action: [ 0, 39, 8, 88, 19, 39, 27, 38, 182, 90, 215, 39, 221, 38, 234, 37, 253, 90, 263, 37, 268, 38, 275, 88, 293, 39, 306, 90, 316, 39, 322, 90, 345, 37, 359, 88, 370, 39, 378, 38, 405, 90, 416, 37, 434, 88, 444, 39, 465, 39, 498, 37, 506, 40, 522, 39, 528, 38, 534, 39, 553, 38, 578, 88, 622, 40, 639, 88, 650, 38, 669, 39, 685, 38, 692, 39, 700, 90, 710, 39, 717, 90, 736, 37, 758, 37, 788, 38, 813, 88, 861, 39, 875, 38, 903, 40, 910, 90, 921, 38, 941, 39, 957, 38, 970, 37, 1015, 39, 1027, 88, 1037, 37, 1043, 88, 1052, 37, 1060, 88, 1072, 38, 1079, 37, 1085, 38, 1092, 37, 1097, 38, 1116, 40, 1129, 39, 1139, 40, 1153, 40, 1154, 40, 1155, 40, 1156, 40, 1157, 40, 1158, 40, 1260, 38, 1269, 37, 1274, 38, 1281, 37, 1286, 38, 1330, 37, 1344, 37, 1345, 37, 1346, 37, 1347, 37, 1348, 37, 1349, 37, 1350, 37, 1351, 37, 1352, 37, 1353, 37, 1354, 37, 1355, 37, 1356, 37, 1361, 38, 1393, 90, 1416, 37, 1424, 38, 1603, 90, 1620, 39, 1624, 38, 1636, 37, 1657, 90, 1668, 37, 1674, 38, 1684, 88, 1707, 39, 1723, 88, 1733, 37, 1741, 88, 1761, 39, 1777, 90, 1790, 37, 1797, 38, 1815, 39, 1829, 39, 1830, 39, 1831, 39, 1832, 39, 1833, 39, 1834, 39, 1835, 39, 1836, 39, 1837, 39, 1838, 39, 1842, 38, 1880, 90, 1894, 37, 1904, 38, 1910, 88, 1926, 39, 1951, 38, 1957, 39, 1985, 40, 2084, 38, 2090, 37, 2095, 39, 2119, 38, 2157, 39, 2173, 38, 2180, 39, 2197, 38, 2209, 37, 2243, 38, 2251, 37, 2293, 39, 2312, 88, 2324, 37, 2330, 88, 2340, 37, 2347, 88, 2422, 38, 2428, 37, 2433, 38, 2439, 37, 2443, 38, 2468, 90, 2479, 40, 2485, 90, 2539, 39, 2549, 38, 2563, 38, 2564, 38, 2565, 38, 2566, 38, 2567, 38, 2568, 38, 2569, 38, 2570, 38, 2571, 38, 2572, 38, 2573, 38, 2574, 38, 2575, 38, 2576, 38, 2581, 39, 2616, 40, 2629, 37, 2643, 37, 2644, 37, 2645, 37, 2646, 37, 2647, 37, 2648, 37, 2649, 37, 2650, 37, 2651, 37, 2652, 37, 2653, 37, 2654, 37, 2655, 37, 2656, 37, 2662, 40, 2670, 90, 2676, 38, 2683, 90, 2700, 37, 2704, 90, 2720, 39, 2725, 90, 2738, 40, 2750, 38, 2759, 40, 2768, 39, 2799, 37, 2803, 40, 2809, 39, 2832, 38, 2869, 39, 2902, 38, 2911, 39, 2927, 38, 2940, 37, 2970, 38, 2990, 37, 2999, 38, 3004, 37, 3010, 38, 3014, 90, 3026, 40, 3033, 90, 3042, 37, 3049, 39, 3063, 39, 3064, 39, 3065, 39, 3066, 39, 3075, 37, 3089, 37, 3090, 37, 3091, 37, 3092, 37, 3093, 37, 3094, 37, 3095, 37, 3096, 37, 3097, 37, 3098, 37, 3099, 37, 3102, 40, 3116, 40, 3117, 40, 3118, 40, 3119, 40, 3120, 40, 3121, 40, 3122, 40, 3193, 38, 3199, 39, 3210, 88, 3229, 90, 3248, 39, 3252, 39, 3259, 38, 3310, 39, 3346, 38, 3354, 39, 3372, 38, 3383, 37, 3441, 38, 3448, 37, 3470, 38, 3476, 37, 3482, 38, 3551, 37, 3608, 90, 3933, 37, 3938, 90, 3951, 37, 3956, 38, 3965, 90, 3983, 37, 4006, 38, 4012, 37, 4020, 90, 4030, 39, 4036, 90, 4091, 37, 4106, 38, 4128, 37, 4145, 38, 4152, 37, 4163, 38, 4175, 39, 4197, 38, 4212, 39, 4217, 38, 4223, 39, 4229, 38, 4234, 39, 4241, 38, 4248, 88, 4258, 40, 4264, 88, 4287, 39, 4292, 38, 4306, 38, 4307, 38, 4335, 39, 4356, 39, 4377, 90, 4389, 39, 4407, 38, 4521, 37, 4526, 90, 4578, 37, 4589, 38, 4600, 37, 4614, 37, 4615, 37, 4616, 37, 4617, 37, 4623, 40, 4632, 39, 4641, 40, 4660, 37, 4665, 38, 4670, 37, 4689, 38, 4710, 37, 4727, 38, 4734, 37, 4747, 38, 4758, 39, 4788, 38, 4795, 39, 4805, 38, 4814, 39, 4870, 38, 4874, 38, 4888, 40, 4913, 37, 4919, 40, 4932, 40, 4933, 40, 4934, 40, 4935, 40, 4936, 40, 4995, 37, 5005, 40, 5013, 37, 5032, 40, 5043, 39, 5060, 40, 5087, 39, 5095, 88, 5107, 37, 5122, 38, 5129, 37, 5136, 38, 5149, 37, 5152, 38, 5163, 39, 5188, 38, 5192, 39, 5198, 40, 5208, 39, 5223, 37, 5237, 37, 5238, 37, 5239, 37, 5240, 37, 5241, 37, 5242, 37, 5244, 38, 5250, 37, 5266, 38, 5272, 37, 5285, 38, 5299, 39, 5329, 38, 5336, 39, 5344, 38, 5354, 39, 5379, 38, 5390, 88, 5405, 37, 5419, 37, 5420, 37, 5421, 37, 5422, 37, 5460, 40, 5499, 39, 5513, 39, 5514, 39, 5515, 39, 5516, 39, 5517, 39, 5518, 39, 5519, 39, 5520, 39, 5521, 39, 5522, 39, 5523, 39, 5524, 39, 5525, 39, 5526, 39, 5530, 38, 5559, 37, 5569, 39, 5579, 40, 5595, 39, 5606, 88, 5619, 37, 5623, 88, 5680, 38, 5701, 37, 5717, 38, 5725, 37, 5738, 38, 5750, 39, 5776, 38, 5784, 39, 5790, 38, 5797, 39, 5805, 38, 5808, 39, 5830, 38, 5855, 37, 5880, 38 ], goldDrop: [ 15, 31, 23, 34, 19, 27, 22, 17, 38 ], bornPos: [ 1, 19, 7, 11, 17, 6 ] }, -{ level: 50, ai: 1, time: 5390, state: 1, country: "Taiwan", //id=37 2014-06-12 20:52:17 - action: [ 0, 39, 8, 90, 17, 39, 31, 39, 32, 39, 33, 39, 34, 39, 35, 39, 36, 39, 37, 39, 38, 39, 39, 39, 40, 39, 43, 38, 48, 39, 57, 40, 71, 38, 125, 40, 139, 40, 140, 40, 141, 40, 142, 40, 143, 40, 149, 39, 157, 40, 169, 37, 173, 40, 183, 37, 290, 38, 300, 88, 311, 39, 334, 37, 344, 88, 360, 37, 379, 40, 421, 88, 433, 38, 499, 37, 502, 38, 635, 88, 659, 39, 667, 40, 680, 37, 684, 40, 707, 39, 713, 38, 719, 37, 733, 37, 734, 37, 743, 38, 754, 37, 773, 40, 778, 39, 825, 38, 908, 39, 919, 90, 1056, 39, 1067, 88, 1080, 37, 1084, 88, 1097, 37, 1118, 88, 1130, 40, 1136, 88, 1145, 38, 1159, 39, 1173, 39, 1174, 39, 1175, 39, 1176, 39, 1190, 90, 1202, 40, 1206, 90, 1215, 39, 1229, 37, 1241, 88, 1253, 37, 1258, 88, 1269, 37, 1275, 88, 1285, 37, 1301, 88, 1312, 40, 1319, 88, 1327, 38, 1341, 38, 1342, 38, 1343, 38, 1344, 38, 1345, 38, 1346, 38, 1347, 38, 1348, 38, 1349, 38, 1350, 38, 1351, 38, 1352, 38, 1359, 39, 1370, 88, 1379, 39, 1407, 88, 1421, 40, 1425, 88, 1434, 39, 1460, 37, 1495, 88, 1507, 40, 1511, 88, 1521, 39, 1539, 37, 1558, 39, 1601, 38, 1621, 90, 1632, 40, 1637, 90, 1646, 37, 1664, 39, 1672, 38, 1683, 38, 1698, 39, 1701, 38, 1758, 37, 1763, 38, 1777, 39, 1793, 37, 1802, 38, 1840, 39, 1843, 88, 1853, 37, 1858, 38, 1870, 39, 1876, 38, 1898, 39, 1903, 38, 1913, 39, 1927, 39, 1928, 39, 1929, 39, 1935, 38, 1948, 37, 1953, 38, 1989, 39, 2034, 37, 2039, 88, 2050, 37, 2055, 88, 2065, 39, 2080, 90, 2093, 39, 2096, 90, 2105, 37, 2131, 39, 2139, 90, 2150, 39, 2155, 90, 2166, 37, 2182, 90, 2189, 39, 2192, 90, 2206, 39, 2210, 90, 2219, 38, 2235, 39, 2241, 38, 2256, 39, 2272, 37, 2279, 88, 2289, 37, 2301, 40, 2324, 37, 2352, 39, 2357, 90, 2368, 37, 2379, 40, 2408, 39, 2431, 37, 2438, 88, 2670, 39, 2682, 37, 2689, 88, 2701, 37, 2706, 88, 2716, 40, 2723, 88, 2735, 39, 2755, 38, 2762, 39, 2772, 38, 2784, 39, 2797, 37, 2806, 88, 2817, 40, 2824, 88, 2834, 40, 2840, 37, 2869, 38, 2876, 37, 2880, 38, 2891, 39, 2893, 38, 2906, 38, 2911, 39, 2916, 38, 2939, 39, 2946, 88, 2954, 37, 2962, 88, 2977, 40, 2982, 88, 2991, 39, 3005, 39, 3006, 39, 3007, 39, 3008, 39, 3009, 39, 3010, 39, 3011, 39, 3012, 39, 3013, 39, 3014, 38, 3020, 39, 3030, 88, 3041, 90, 3052, 38, 3065, 39, 3070, 88, 3080, 39, 3098, 37, 3138, 40, 3162, 39, 3173, 38, 3193, 39, 3199, 88, 3210, 37, 3215, 88, 3227, 39, 3237, 88, 3247, 37, 3253, 88, 3264, 39, 3292, 38, 3309, 39, 3323, 37, 3334, 88, 3344, 40, 3351, 88, 3360, 37, 3392, 38, 3439, 39, 3444, 88, 3457, 37, 3461, 88, 3475, 39, 3483, 88, 3496, 37, 3501, 88, 3512, 39, 3525, 39, 3526, 39, 3527, 39, 3528, 39, 3529, 39, 3530, 39, 3531, 39, 3540, 38, 3545, 88, 3555, 38, 3567, 39, 3572, 88, 3584, 39, 3598, 37, 3648, 38, 3658, 39, 3663, 38, 3678, 39, 3683, 38, 3704, 37, 3708, 38, 3721, 90, 3743, 40, 3757, 39, 3766, 90, 3782, 38, 3791, 37, 3795, 38, 3805, 37, 3812, 40, 3828, 39, 3836, 90, 3847, 37, 3868, 39, 3875, 90, 3888, 39, 3893, 38, 3921, 37, 3946, 39, 3952, 90, 3963, 39, 3970, 38, 3996, 37, 4021, 38, 4241, 39, 4249, 38, 4270, 90, 4279, 40, 4303, 37, 4313, 40, 4379, 38, 4391, 39, 4400, 38, 4442, 37, 4451, 38, 4482, 39, 4494, 40, 4518, 39, 4524, 88, 4537, 39, 4554, 88, 4568, 39, 4582, 90, 4595, 37, 4611, 39, 4618, 90, 4630, 37, 4641, 38, 4662, 37, 4688, 38, 4697, 39, 4708, 38, 4749, 37, 4759, 38, 4790, 39, 4813, 40, 4839, 37, 4842, 40, 4860, 37, 4864, 88, 4877, 39, 4894, 88, 4911, 39, 4925, 90, 4941, 37, 4953, 39, 4965, 90, 4977, 37, 5026, 39, 5038, 37, 5042, 38, 5052, 39, 5062, 38, 5106, 37, 5117, 38, 5149, 39, 5198, 37, 5203, 88, 5218, 39, 5231, 39, 5240, 38, 5251, 88, 5265, 40, 5271, 88, 5288, 40, 5290, 88, 5305, 40, 5308, 88, 5332, 39, 5345, 39, 5346, 39, 5347, 39, 5348, 39, 5349, 39, 5350, 39, 5351, 39, 5352, 39, 5353, 39, 5354, 39, 5355, 39, 5368, 38 ], +{ level: 50, ai: 2, time: 3811, state: 1, godMode: 0, location: "Taiwan", ip:"36.226.142.48", date:"2014-10-17 22:56:53", //id=50 + action: [ 0, 39, 9, 90, 20, 39, 39, 90, 81, 37, 97, 38, 207, 40, 232, 39, 241, 90, 254, 39, 259, 90, 269, 37, 278, 90, 290, 37, 311, 90, 362, 39, 373, 88, 387, 37, 391, 88, 405, 37, 424, 88, 470, 40, 476, 88, 494, 38, 508, 39, 536, 90, 547, 40, 552, 90, 561, 39, 574, 37, 587, 88, 599, 37, 604, 88, 615, 37, 628, 88, 642, 40, 647, 88, 657, 38, 684, 39, 691, 88, 701, 39, 729, 88, 743, 40, 746, 88, 755, 39, 779, 37, 811, 88, 823, 40, 827, 88, 835, 39, 854, 37, 874, 39, 914, 38, 935, 90, 949, 40, 952, 90, 962, 37, 977, 39, 988, 38, 1037, 37, 1042, 38, 1053, 39, 1062, 88, 1073, 37, 1086, 40, 1094, 39, 1124, 40, 1134, 88, 1146, 39, 1168, 37, 1176, 88, 1198, 39, 1204, 88, 1214, 37, 1264, 38, 1309, 37, 1333, 39, 1339, 38, 1369, 39, 1403, 38, 1418, 37, 1428, 38, 1453, 39, 1489, 40, 1496, 88, 1508, 37, 1513, 88, 1523, 39, 1548, 38, 1558, 39, 1574, 37, 1581, 88, 1592, 37, 1604, 40, 1613, 37, 1625, 90, 1636, 39, 1641, 90, 1652, 37, 1665, 88, 1676, 37, 1682, 88, 1693, 39, 1706, 90, 1716, 37, 1732, 39, 1738, 90, 1748, 37, 1762, 39, 1784, 90, 1799, 37, 1810, 88, 1821, 39, 1841, 38, 1848, 39, 1860, 38, 1869, 39, 1883, 90, 1896, 37, 1908, 88, 1920, 40, 1925, 37, 1935, 40, 1941, 37, 1956, 38, 1964, 37, 1968, 38, 1973, 39, 1976, 38, 1994, 39, 1996, 88, 2007, 40, 2011, 88, 2021, 39, 2043, 38, 2051, 39, 2060, 88, 2074, 90, 2085, 38, 2096, 39, 2103, 88, 2113, 39, 2128, 37, 2168, 40, 2177, 39, 2191, 88, 2204, 37, 2207, 88, 2217, 39, 2227, 88, 2241, 37, 2244, 88, 2254, 39, 2281, 38, 2294, 39, 2306, 90, 2349, 37, 2360, 88, 2371, 37, 2400, 38, 2411, 39, 2418, 88, 2430, 37, 2435, 88, 2444, 39, 2453, 88, 2469, 37, 2473, 88, 2482, 39, 2507, 38, 2513, 88, 2525, 38, 2535, 39, 2541, 88, 2551, 39, 2564, 37, 2615, 38, 2623, 39, 2626, 38, 2638, 39, 2641, 38, 2651, 90, 2664, 38, 2673, 37, 2678, 38, 2688, 90, 2699, 37, 2722, 39, 2727, 90, 2736, 37, 2757, 39, 2761, 90, 2769, 39, 2777, 38, 2801, 37, 2822, 39, 2826, 90, 2836, 39, 2844, 38, 2865, 37, 2890, 38, 2910, 39, 2920, 38, 2939, 90, 2948, 40, 2970, 37, 2979, 40, 3013, 38, 3024, 39, 3033, 38, 3069, 37, 3078, 38, 3105, 39, 3115, 40, 3130, 39, 3135, 88, 3147, 39, 3158, 88, 3174, 39, 3188, 90, 3198, 37, 3213, 39, 3217, 90, 3225, 37, 3278, 38, 3287, 39, 3297, 38, 3333, 37, 3342, 38, 3368, 39, 3388, 40, 3403, 37, 3408, 88, 3417, 39, 3433, 88, 3445, 39, 3463, 90, 3473, 37, 3481, 90, 3492, 37, 3543, 38, 3553, 39, 3562, 38, 3598, 37, 3608, 38, 3633, 39, 3669, 40, 3673, 88, 3686, 39, 3703, 38, 3714, 88, 3725, 40, 3730, 88, 3743, 40, 3747, 88, 3756, 39, 3791, 38 ], goldDrop: [], bornPos: [] }, -{ level: 51, ai: 1, time: 2640, state: 1, country: "Taiwan", //id=38 2014-06-04 22:30:42 - action: [ 0, 39, 26, 38, 52, 39, 102, 38, 133, 39, 180, 37, 214, 90, 224, 37, 237, 88, 252, 40, 257, 88, 272, 40, 293, 37, 302, 90, 314, 39, 323, 40, 339, 38, 361, 88, 373, 38, 467, 39, 472, 88, 484, 39, 502, 37, 515, 38, 693, 39, 744, 88, 756, 37, 760, 88, 770, 37, 778, 38, 786, 39, 806, 88, 816, 37, 822, 88, 830, 37, 844, 39, 865, 88, 875, 37, 881, 88, 890, 37, 904, 39, 926, 88, 935, 37, 937, 88, 949, 37, 954, 88, 962, 37, 984, 39, 1002, 88, 1014, 37, 1020, 88, 1030, 37, 1048, 39, 1066, 88, 1078, 37, 1083, 88, 1094, 37, 1111, 39, 1126, 88, 1139, 37, 1193, 39, 1201, 38, 1243, 39, 1254, 37, 1265, 90, 1281, 39, 1290, 90, 1302, 39, 1308, 90, 1507, 37, 1530, 39, 1538, 88, 1551, 40, 1555, 88, 1566, 39, 1594, 38, 1603, 39, 1610, 38, 1762, 37, 1796, 38, 1814, 37, 1839, 90, 1850, 39, 1856, 90, 1867, 39, 1872, 90, 1882, 37, 1898, 88, 1910, 40, 1915, 88, 1924, 38, 1935, 37, 1951, 39, 1981, 38, 2074, 37, 2135, 38, 2141, 90, 2152, 37, 2212, 88, 2224, 39, 2238, 37, 2252, 39, 2295, 38, 2313, 39, 2325, 88, 2341, 38, 2363, 90, 2372, 39, 2409, 38, 2418, 39, 2450, 37, 2465, 38, 2471, 37, 2509, 38, 2526, 39, 2542, 38, 2560, 39, 2571, 38, 2605, 39, 2629, 38 ], - goldDrop: [ 38 ], - bornPos: [ 1, 27, 26 ] -}]; //Count = 38 +{ level: 51, ai: 2, time: 2405, state: 1, godMode: 0, location: "Taiwan", ip:"111.250.208.252", date:"2014-12-12 00:56:00", //id=51 + action: [ 0, 39, 23, 38, 44, 39, 95, 38, 123, 39, 137, 90, 148, 39, 182, 37, 229, 88, 242, 40, 246, 88, 257, 40, 277, 37, 286, 90, 298, 39, 309, 40, 334, 38, 354, 88, 365, 38, 429, 39, 436, 88, 446, 39, 463, 37, 477, 38, 586, 39, 591, 38, 631, 39, 675, 88, 685, 37, 690, 88, 697, 37, 706, 38, 713, 39, 731, 88, 741, 37, 746, 88, 754, 37, 763, 38, 768, 39, 787, 88, 797, 37, 803, 88, 809, 37, 819, 38, 824, 39, 842, 88, 851, 37, 858, 88, 866, 37, 878, 38, 882, 39, 901, 88, 913, 37, 918, 88, 925, 37, 940, 39, 957, 88, 968, 37, 973, 88, 982, 37, 995, 39, 1009, 88, 1020, 37, 1037, 39, 1044, 38, 1109, 39, 1118, 37, 1132, 90, 1144, 39, 1155, 90, 1167, 39, 1173, 90, 1351, 37, 1373, 39, 1378, 88, 1394, 40, 1398, 88, 1407, 39, 1433, 38, 1439, 39, 1446, 38, 1491, 37, 1497, 38, 1576, 37, 1605, 38, 1620, 37, 1645, 90, 1657, 39, 1662, 90, 1673, 39, 1678, 90, 1687, 37, 1702, 88, 1713, 40, 1719, 88, 1728, 38, 1738, 37, 1746, 39, 1780, 38, 1796, 37, 1811, 38, 1879, 37, 1923, 38, 1929, 90, 1939, 40, 1945, 88, 1953, 39, 1985, 38, 1990, 39, 2022, 37, 2038, 38, 2042, 37, 2081, 38, 2095, 39, 2107, 38, 2130, 90, 2144, 37, 2205, 39, 2209, 90, 2221, 37, 2231, 39, 2283, 38, 2298, 39, 2315, 38, 2330, 39, 2341, 38, 2371, 39, 2395, 38 ], + goldDrop: [ 39 ], + bornPos: [ 1, 25, 19 ] +}]; //Count = 51 + diff --git a/tools/LodeRunnerDiskParser.cpp b/tools/LodeRunnerDiskParser.cpp index 9068ec2..c54810d 100644 --- a/tools/LodeRunnerDiskParser.cpp +++ b/tools/LodeRunnerDiskParser.cpp @@ -37,6 +37,8 @@ value | Character | Type 0x9 | & | Player +2014/10/18 add support dump Revenge_of_Lode_Runner disk +2014/10/18 add support c64 codes **********************************************************************************/ #include@@ -48,20 +50,29 @@ value | Character | Type #define READ_LEVEL_DATA_SIZE (256) #define ONE_LEVEL_DATA_SIZE (224) -#if 1 +#define APPLE_DISK_NO (3) + +#if (APPLE_DISK_NO == 1) #define FILE_NAME "Lode_Runner_Apple-II.dsk" #define MAX_LEVEL (150) #define TITLE_NAME "Lode Runner (Apple-II 1983)" #define DATA_VAR_NAME "baseLevelData" -#else +#elif (APPLE_DISK_NO == 2) #define FILE_NAME "Lode_Runner_Championship _Apple-II.dsk" #define MAX_LEVEL (50) #define TITLE_NAME "Championship Lode Runner (Apple-II 1984)" #define DATA_VAR_NAME "champLevelData" +#elif (APPLE_DISK_NO == 3) + +#define FILE_NAME "Revenge_of_Lode_Runner.dsk" +#define MAX_LEVEL (25) +#define TITLE_NAME "Revenge of Lode Runner (Apple-II 1986)" +#define DATA_VAR_NAME "RevengeLevelData" + #endif char tileType[] = { @@ -82,14 +93,18 @@ int goodLevel(unsigned char *levelData) { int i; unsigned char leftTile, rightTile; + int allZero = 1; for(i = 0; i < ONE_LEVEL_DATA_SIZE; i++) { + //levelData[i] = levelData[i] ^ 0xFF; leftTile = levelData[i] & 0xF; rightTile = levelData[i] >> 0x04; if(leftTile >= MAX_TILE_TYPE || rightTile >= MAX_TILE_TYPE) { - return 0; + return 0; } + if(leftTile != 0 || rightTile != 0) allZero = 0; } + return !allZero; return 1; //OK } @@ -150,13 +165,17 @@ int main(void) FILE *fp; unsigned char levelData[READ_LEVEL_DATA_SIZE]; int curLevel = 0; + int readSize= 0, isGood; + unsigned long curPos = 0x3000L; + unsigned long dspPos = curPos; + int doubleError = 0; - if((fp = fopen(FILE_NAME, "r")) ==NULL) { - printf("Open file %d failed !\n", FILE_NAME); + if((fp = fopen(FILE_NAME, "rb")) ==NULL) { + printf("Open file \"%s\" failed !\n", FILE_NAME); return 1; } - if(fseek(fp, 0x3000L, SEEK_SET) != 0) { + if(fseek(fp, curPos, SEEK_SET) != 0) { printf("Fseek error ! @%d\n", __LINE__); fclose(fp); return 1; @@ -165,13 +184,33 @@ int main(void) dumpTitle(); printf("var %s = [\n", DATA_VAR_NAME); +#ifdef C64 + do { +#endif while(curLevel < MAX_LEVEL && - fread(levelData, sizeof(char), READ_LEVEL_DATA_SIZE, fp) == READ_LEVEL_DATA_SIZE && - goodLevel(levelData) + (readSize = fread(levelData, sizeof(char), READ_LEVEL_DATA_SIZE, fp)) == READ_LEVEL_DATA_SIZE && + (isGood = goodLevel(levelData)) ){ //dumpLevel(++curLevel, levelData); + //printf("%x", dspPos); dumpLevel4JavaScript(++curLevel, levelData); + dspPos += READ_LEVEL_DATA_SIZE; + doubleError=0; } +#ifdef C64 + doubleError++; + if(!isGood) { + curPos += 0x1500L; + dspPos = curPos; + if(fseek(fp, curPos, SEEK_SET) != 0) { + printf("Fseek error ! @%d\n", __LINE__); + fclose(fp); + return 1; + } + + } else doubleError++; + } while(curLevel < MAX_LEVEL && doubleError <= 1); +#endif printf("];\n"); fclose(fp); diff --git a/tools/LodeRunnerDiskParser.exe b/tools/LodeRunnerDiskParser.exe index d58d674..3433959 100644 Binary files a/tools/LodeRunnerDiskParser.exe and b/tools/LodeRunnerDiskParser.exe differ diff --git a/tools/Revenge_of_Lode_Runner.dsk b/tools/Revenge_of_Lode_Runner.dsk new file mode 100644 index 0000000..471c10c Binary files /dev/null and b/tools/Revenge_of_Lode_Runner.dsk differ