4251 lines
		
	
	
		
			199 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			4251 lines
		
	
	
		
			199 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
| /*
 | |
| 文件名:Training.nut
 | |
| 路径:Plugins/Training/Training.nut
 | |
| 创建日期:2022-10-14	16:03
 | |
| 文件用途:
 | |
| */
 | |
| 
 | |
| /*引用Tool API列表
 | |
| 	-- GetWorldIndex
 | |
| 	-- DrawDynamicAni
 | |
| 	-- getCurrencyAppendage
 | |
| 	-- sendSummonMonsterPacketWithFriend
 | |
|     -- TraversalObjectManager monster_die
 | |
| */
 | |
| 
 | |
| 
 | |
| MainXpos <- 0
 | |
| MainYpos <- 0
 | |
| MainTabXpos <- 0
 | |
| MainTabYpos <- 0
 | |
| 
 | |
| function Training(obj) {
 | |
| 
 | |
|     if (sq_GetCurrentModuleType() != 3) return; //如果不是已经进入了副本直接返回
 | |
|     if (!isGm()) return;
 | |
| 
 | |
|     //---------------修炼场分页选择储存器----------------------
 | |
|     local TrainingSelect = obj.getVar("TrainingSelect");
 | |
|     TrainingSelect.clear_vector();
 | |
|     //---------------修炼场分页选择储存器----------------------
 | |
| 
 | |
|     //临时弄个背景
 | |
|     /*
 | |
|     if(TrainingSelect.getInt(500) == 10)
 | |
|     {
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 102535, 0, 0, 0, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 102530, 0, 0, 0, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 102531, 0, 0, 0, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 102534, 0, 0, 120, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 102536, 0, 0, 120, 0);
 | |
| 
 | |
|             local YP = 120;
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 8959, 0, 266, 151 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 10232, 0, -46, 582 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 10232, 0, 3, 130 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 10232, 0, -99, 485 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 8963, 0, 1072, 153 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 8963, 0, 1039, 144 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 8963, 0, 483, 572 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 8963, 0, 503, 592 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 8963, 0, 411, 568 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 10151, 0, 777, 136 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 10151, 0, 673, 137 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 10150, 0, 1574, 265 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 8963, 0, 1526, 195 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 8963, 0, 1553, 533 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 8963, 0, 1538, 516 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 10150, 0, 1440, 160 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 10150, 0, 393, 141 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 10151, 0, 139, 154 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 8963, 0, 543, 598 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 8963, 0, 464, 587 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 8963, 0, 1511, 211 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 8963, 0, 1500, 186 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 8963, 0, 1528, 546 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 10152, 0, 985, 137 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 8453, 0, 860, 155 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 8453, 0, 1323, 150 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 8453, 0, 491, 138 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 8453, 0, 538, 153 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 8963, 0, 607, 148 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 8963, 0, 638, 160 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 8960, 0, 1555, 312 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 8960, 0, 405, 596 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 8960, 0, 1126, 157 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 8960, 0, 1163, 146 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 10151, 0, 1239, 126 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 109002769, 0, 1354, 153 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 109002769, 0, 1543, 298 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 8963, 0, 907, 138 + YP, 0);
 | |
|             sq_SendCreatePassiveObjectPacketPos(obj, 8453, 0, 1573, 505 + YP, 0);
 | |
|         TrainingSelect.setInt(500, 1);
 | |
|     }
 | |
| */
 | |
| 
 | |
|     local apd = GameC.getCurrencyAppendage(obj); //获取通用AP
 | |
|     if (!apd) return;
 | |
| 
 | |
|     TrainingMain(obj, apd); //主界面及主界面按钮
 | |
| 
 | |
|     local TrainingPage = TrainingSelect.getInt(0); //修炼场分页储存器值
 | |
| 
 | |
|     if (TrainingPage == 0) TrainingCallMonster(obj); //召唤怪物界面
 | |
|     if (TrainingPage == 1) TrainingCharacterPower(obj); //人物属性界面
 | |
|     if (TrainingPage == 2) TrainingDamagerTest(obj); //伤害测试界面
 | |
|     if (TrainingPage == 3) TrainingStateTest(obj); //状态测试界面
 | |
|     if (TrainingPage == 4) TrainingObjectTest(obj); //特效测试界面
 | |
|     if (TrainingPage == 5) TrainingBackGroundSelect(obj); //背景选择界面
 | |
| 
 | |
| 
 | |
| 
 | |
|     //197 185  169
 | |
|     //Print ( obj,  MainXpos - 90, MainYpos + 440, "倾泪寒吖",152,128,95,255);
 | |
| 
 | |
|     //DrawDynamicAni(obj, "common/hud_ui/hudprint/ice.ani", 0, 0, "冰冻");
 | |
| }
 | |
| 
 | |
| 
 | |
| 
 | |
| //////////////////////////////////////////////////////////////////////////////召唤怪物
 | |
| //56923 //62922//56923
 | |
| function TrainingCallMonster(obj) {
 | |
|     //---------------召唤怪物储存器----------------------
 | |
|     local CallMonster = obj.getVar("CallMonster");
 | |
|     CallMonster.clear_vector();
 | |
|     //---------------召唤怪物储存器----------------------
 | |
| 
 | |
|     //---------------键入值储存器----------------------
 | |
|     local KeyBNum = obj.getVar("KeyBNum");
 | |
|     //---------------键入值储存器----------------------
 | |
| 
 | |
|     BasicsDrawTool.T_DrawStayAni(obj, "common/training/summonmonster/main.ani", MainXpos - 320, MainYpos + 48, 0, "召唤界面");
 | |
| 
 | |
|     //变量
 | |
|     local CallMonsterID = CallMonster.getInt(0); //怪物ID
 | |
|     local CallMonsterLV = CallMonster.getInt(1); //怪物等级
 | |
|     local MonsterKill = CallMonster.getInt(2); //杀死怪物判断
 | |
|     local KeyForNumSw = CallMonster.getInt(3); //键入状态判断
 | |
|     local MonState = CallMonster.getInt(4); //怪物状态
 | |
| 
 | |
| 
 | |
|     { //点击初始化区域
 | |
|         local Fris = click(obj, "Fris", IMouse, 0, 45, 321, 474);
 | |
|         if (Fris.isActive()) {
 | |
|             CallMonster.setInt(3, 0); //初始化区域
 | |
|         }
 | |
|     }
 | |
| 
 | |
|     { //点击可键入区域
 | |
|         local KeyForMonsterID = click(obj, "KeyFor", IMouse, 53, 142, 120, 30);
 | |
|         local KeyForMonsterLV = click(obj, "KeyFor", IMouse, 225, 135, 55, 18);
 | |
|         if (KeyForMonsterID.isActive() /*&& KeyForNumSw == 0*/ ) {
 | |
|             KeyBNum.setInt(0, 0);
 | |
|             CallMonster.setInt(3, 1); //开启输入模式
 | |
|         }
 | |
|         if (KeyForMonsterLV.isActive() /*&& KeyForNumSw == 0*/ ) {
 | |
|             KeyBNum.setInt(0, 0);
 | |
|             CallMonster.setInt(3, 2); //开启输入模式
 | |
|         }
 | |
|     }
 | |
| 
 | |
| 
 | |
|     //怪物代码输入模式
 | |
|     if (KeyForNumSw == 1) {
 | |
|         BasicsDrawTool.T_DrawStayAni(obj, "common/training/anieff/anieff2.ani", 0, 49, 0, "代码输入中");
 | |
|         SetKeyBNum(obj); //如果判断为开启 执行获取键入数值
 | |
|         //得到键入的怪物ID
 | |
|         CallMonster.setInt(0, KeyBNum.getInt(0));
 | |
|     }
 | |
| 
 | |
| 
 | |
|     //怪物等级输入模式
 | |
|     if (KeyForNumSw == 2) {
 | |
|         BasicsDrawTool.T_DrawStayAni(obj, "common/training/anieff/anieff3.ani", 0, 49, 0, "等级输入中");
 | |
|         SetKeyBNum(obj); //如果判断为开启 执行获取键入数值
 | |
|         //得到键入的怪物LV
 | |
|         CallMonster.setInt(1, KeyBNum.getInt(0));
 | |
|     }
 | |
| 
 | |
| 
 | |
|     {
 | |
|         //显示怪物ID
 | |
|         if (CallMonsterID != 0) BasicsDrawTool.T_DrawCustomNum(obj, MainXpos - 215 - ((CallMonsterID.tostring()).len()), MainYpos + 440 - 355 + 37 + 16, CallMonsterID, "common/skillcooltime/", 6);
 | |
|         if (CallMonsterID == 0 && KeyForNumSw != 1) BasicsDrawTool.T_DrawCustomNum(obj, MainXpos - 215, MainYpos + 440 - 355 + 37 + 16, 56923, "common/skillcooltime/", 6); //默认
 | |
|         //显示怪物等级
 | |
|         if (CallMonsterLV != 0) BasicsDrawTool.T_DrawCustomNum(obj, MainXpos - 80, MainYpos + 440 - 355 + 37 + 16, CallMonsterLV, "common/skillcooltime/", 6);
 | |
|         if (CallMonsterLV == 0 && KeyForNumSw != 2) BasicsDrawTool.T_DrawCustomNum(obj, MainXpos - 80, MainYpos + 440 - 355 + 37 + 16, 86, "common/skillcooltime/", 6);
 | |
|         //显示抗性类型
 | |
| 
 | |
|         //显示抗性数值
 | |
|         BasicsDrawTool.T_DrawCustomNum(obj, MainXpos - 167, 166, 0, "common/skillcooltime/", 6);
 | |
|         //显示异常类型
 | |
| 
 | |
|         //显示怪物状态
 | |
|         BasicsDrawTool.T_DrawCustomNum(obj, MainXpos - 80 - 148, MainYpos + 440 - 355 + 37 + 16 + 56, MonState, "common/skillcooltime/", 6);
 | |
|     }
 | |
| 
 | |
| 
 | |
|     //向怪物写入状态按钮
 | |
|     local push = TrainingButton(obj, "push", IMouse, MainXpos - 182, MainYpos + 189, 27, 19, sq_RGB(0, 0, 255), sq_ALPHA(255), 0, "common/training/summonmonster/push1.ani", -1, -1);
 | |
|     push.setButtonAni("common/training/summonmonster/push.ani", 27, 19);
 | |
|     push.drawButtonImage();
 | |
| 
 | |
|     { //召唤怪物按钮
 | |
|         local callmon = TrainingButton(obj, "callmon", IMouse, MainXpos - 153, MainYpos + 189, 26, 19, sq_RGB(0, 0, 255), sq_ALPHA(255), 0, "common/training/summonmonster/call1.ani", -1, -1);
 | |
|         callmon.setButtonAni("common/training/summonmonster/call.ani", 26, 19);
 | |
|         callmon.drawButtonImage(); {
 | |
|             //召唤怪物按钮按下
 | |
|             if (callmon.isActive()) {
 | |
|                 CallMonster.setInt(3, 0); //设置获取键入关闭
 | |
|                 CallMonster.setInt(2, 0); //设置杀死怪物关闭
 | |
|                 local dstX = sq_GetDistancePos(0, obj.getDirection(), 200);
 | |
|                 if (CallMonsterID == 0) CallMonsterID = 1;
 | |
|                 if (CallMonsterLV == 0) CallMonsterLV = 120;
 | |
|                 GameC.sendSummonMonsterPacketWithFriend(obj, CallMonsterID, CallMonsterLV, 600000000, obj.getXPos() + dstX, obj.getYPos(), 0, 100);
 | |
|             }
 | |
|         }
 | |
|     }
 | |
| 
 | |
|     //杀死怪物按钮
 | |
|     local mondelete = TrainingButton(obj, "mondelete", IMouse, MainXpos - 125, MainYpos + 189, 27, 19, sq_RGB(0, 0, 255), sq_ALPHA(255), 0, "common/training/summonmonster/delete1.ani", -1, -1);
 | |
|     mondelete.setButtonAni("common/training/summonmonster/delete.ani", 27, 19);
 | |
|     mondelete.drawButtonImage();
 | |
|     if (mondelete.isActive()) CallMonster.setInt(2, 1);
 | |
| 
 | |
|     //杀死全部怪物按钮
 | |
|     local allmondelete = TrainingButton(obj, "allmondelete", IMouse, MainXpos - 96, MainYpos + 189, 51, 19, sq_RGB(0, 0, 255), sq_ALPHA(255), 0, "common/training/summonmonster/alldelete1.ani", -1, -1);
 | |
|     allmondelete.setButtonAni("common/training/summonmonster/alldelete.ani", 51, 19);
 | |
|     allmondelete.drawButtonImage();
 | |
|     if (allmondelete.isActive()) CallMonster.setInt(2, 2);
 | |
| 
 | |
|     //怪物Ani显示
 | |
|     local MonsterPrintAni = obj.getVar().GetAnimationMap(CallMonsterID.tostring(), getSwitchMonsterindexAni(CallMonsterID));
 | |
|     sq_AnimationProc(MonsterPrintAni);
 | |
|     sq_drawCurrentFrame(MonsterPrintAni, MainXpos - 176, MainYpos + 470, true);
 | |
| }
 | |
| 
 | |
| //////////////////////////////////////////////////////////////////////////////人物属性
 | |
| function TrainingCharacterPower(obj) {
 | |
|     //111
 | |
| 
 | |
| 
 | |
| }
 | |
| 
 | |
| //////////////////////////////////////////////////////////////////////////////伤害测试
 | |
| function TrainingDamagerTest(obj) {
 | |
|     //11
 | |
| 
 | |
| 
 | |
| }
 | |
| 
 | |
| //////////////////////////////////////////////////////////////////////////////状态测试
 | |
| function TrainingStateTest(obj) {
 | |
|     //111
 | |
| 
 | |
| 
 | |
| 
 | |
| }
 | |
| 
 | |
| //////////////////////////////////////////////////////////////////////////////特效测试
 | |
| function TrainingObjectTest(obj) {
 | |
|     //11
 | |
| 
 | |
| 
 | |
| 
 | |
| }
 | |
| 
 | |
| //////////////////////////////////////////////////////////////////////////////背景选择
 | |
| function TrainingBackGroundSelect(obj) {
 | |
|     local BackGroundSelect = obj.getVar("BackGroundSelect");
 | |
|     BackGroundSelect.clear_vector();
 | |
| 
 | |
|     local BackGroundIndex = BackGroundSelect.getInt(0); //背景图片ID
 | |
|     local BackGroundset = BackGroundSelect.getInt(1); //背景设置判断
 | |
| 
 | |
|     /*
 | |
|         local ani = obj.getVar().GetAnimationMap("background" + 0, "common/training/background/" + 0 + ".ani");
 | |
|         ani.setImageRateFromOriginal(0.12, 0.12);
 | |
|         sq_AnimationProc(ani);
 | |
|         sq_drawCurrentFrame(ani, 26, 135, true);
 | |
| 
 | |
|         local ani1 = obj.getVar().GetAnimationMap("background" + 1, "common/training/background/" + 1 + ".ani");
 | |
|         ani1.setImageRateFromOriginal(0.15, 0.12);
 | |
|         sq_AnimationProc(ani1);
 | |
|         sq_drawCurrentFrame(ani1, 26, 235, true);
 | |
|     */
 | |
|     BackGroundSelect.setInt(0, 3);
 | |
| 
 | |
|     //if (BackGroundIndex == 0) local Anifile = "map/xiulianchang/animation/beijing.ani";
 | |
| 
 | |
|     //local ani = obj.getVar().GetAnimationMap("修炼场背景" + BackGroundIndex, "map/xiulianchang/animation/beijing.ani");
 | |
|     if ( /*BackGroundset == 0 && */ BackGroundIndex > 0) {
 | |
|         local aniobj = sq_CreateDrawOnlyObject(obj, "common/training/background/" + (BackGroundIndex - 1) + ".ani", 3, true);
 | |
|         aniobj.setCurrentPos(0, -200, 0);
 | |
|         BackGroundSelect.setInt(1, 1);
 | |
|     }
 | |
| 
 | |
| }
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| class TrainingButton //  obj  --  按钮名称  --  鼠标对象  --  X坐标  --  Y坐标  --  宽度  --  高度  --  Ani调用路径  --  Ani宽度  --  Ani高度  --  AniRGB  --
 | |
| {
 | |
|     obj = null;
 | |
|     buttonName = null;
 | |
|     IMouse = null;
 | |
|     x = null;
 | |
|     y = null;
 | |
|     width = null;
 | |
|     length = null;
 | |
|     aniFileName = null;
 | |
|     aniWidth = null;
 | |
|     aniLength = null;
 | |
|     anirgb = null;
 | |
|     anialpha = null;
 | |
|     anieffectType = null;
 | |
|     anieffectFile = null;
 | |
|     xdeviation = null;
 | |
|     ydeviation = null;
 | |
|     constructor(gObj, gButtonName, gIMouse, gX, gY, gWidth, gLength, gRGB, gAlpha, geffectType, ganieffectFile, gxdeviation, gydeviation) {
 | |
|         obj = gObj;
 | |
|         buttonName = gButtonName;
 | |
|         IMouse = gIMouse;
 | |
|         x = gX;
 | |
|         y = gY;
 | |
|         width = gWidth;
 | |
|         length = gLength;
 | |
|         anirgb = gRGB;
 | |
|         anialpha = gAlpha;
 | |
|         anieffectType = geffectType;
 | |
|         anieffectFile = ganieffectFile;
 | |
|         xdeviation = gxdeviation;
 | |
|         ydeviation = gydeviation;
 | |
|     }
 | |
| 
 | |
|     function setButtonAni(gAniFileName, gAniWidth, gAnilength) {
 | |
|         aniFileName = gAniFileName;
 | |
|         aniWidth = gAniWidth;
 | |
|         aniLength = gAnilength;
 | |
|     }
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
|     function drawButtonImage() {
 | |
|         if (aniFileName != null) {
 | |
|             local buttonAni = obj.getVar().GetAnimationMap(buttonName.tostring(), aniFileName);
 | |
|             buttonAni.setImageRateFromOriginal(width.tofloat() / aniWidth.tofloat(), length.tofloat() / aniLength.tofloat()); //设置Ani的宽度和高度
 | |
|             if (isDown())
 | |
|                 y++;
 | |
| 
 | |
|             if (isInRect()) {
 | |
|                 local buttonAniEff = obj.getVar().GetAnimationMap(buttonName.tostring() + "Eff", anieffectFile);
 | |
|                 //buttonAniEff.setImageRateFromOriginal ( width.tofloat ( ) / 250, length.tofloat ( ) / 250 );//设置Ani的宽度和高度
 | |
|                 //buttonAniEff.setEffectLayer ( true, GRAPHICEFFECT_LINEARDODGE, true, sq_RGB(0, 0, 0), sq_ALPHA(0), true, true );
 | |
|                 //buttonAniEff.setRGBA(225, 212, 197, 200);
 | |
|                 sq_AnimationProc(buttonAniEff);
 | |
|                 sq_drawCurrentFrame(buttonAniEff, x + xdeviation, y + ydeviation, true);
 | |
|             }
 | |
|             if (!isInRect()) {
 | |
|                 sq_AnimationProc(buttonAni);
 | |
|                 sq_DrawCurrentFrameEffect_SIMPLE(buttonAni, x, y, anirgb, anialpha, false);
 | |
|             }
 | |
|         }
 | |
|     }
 | |
| 
 | |
|     function isInRect() {
 | |
|         local mouseX = IMouse.GetXPos();
 | |
|         local mouseY = IMouse.GetYPos();
 | |
|         if (sq_IsIntersectRect(mouseX, mouseY, 5, 5, x, y, width, length))
 | |
|             return true;
 | |
|         return false;
 | |
|     }
 | |
| 
 | |
|     function isDown() {
 | |
|         if (isInRect() && IMouse.IsLBDown()) {
 | |
|             obj.getVar(buttonName).setBool(0, true);
 | |
|             return true;
 | |
|         }
 | |
|         return false;
 | |
|     }
 | |
| 
 | |
|     function isActive() {
 | |
|         if (isInRect() && IMouse.IsLBUp() && obj.getVar(buttonName).getBool(0)) {
 | |
|             obj.getVar(buttonName).setBool(0, false);
 | |
|             return true;
 | |
|         }
 | |
|         return false;
 | |
|     }
 | |
| }
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| /////////////////////////////////////////////////////////////////////////////////////修炼场主界面及主界面按钮
 | |
| function TrainingMain(obj, apd) {
 | |
|     local TrainingSelect = obj.getVar("TrainingSelect"); //功能选择储存器
 | |
| 
 | |
|     local Mainaniset = obj.getVar("Main");
 | |
|     local currentT = apd.getTimer().Get(); //获取AP存在时间
 | |
| 
 | |
| 
 | |
|     //主界面静态面板绘制
 | |
|     BasicsDrawTool.T_DrawStayAni(obj, "common/training/main/main.ani", MainXpos - 320, MainYpos + 48, 0, "修炼场主界面");
 | |
|     //主界面弹出按钮
 | |
|     local maintab = TrainingButton(obj, "maintab", IMouse, MainTabXpos + 0, 49, 38, 35, sq_RGB(0, 0, 255), sq_ALPHA(255), 0, "common/training/main/maintab2.ani", 0, 0);
 | |
|     maintab.setButtonAni("common/training/main/maintab.ani", 39, 35);
 | |
|     maintab.drawButtonImage();
 | |
|     //主界面收回按钮
 | |
|     local MainTabFalse = TrainingButton(obj, "MainTabFalse", IMouse, MainXpos - 320, 50, 39, 35, sq_RGB(0, 0, 255), sq_ALPHA(255), 0, "common/training/main/maintab3.ani", 0, 0);
 | |
|     MainTabFalse.setButtonAni("common/training/main/maintab1.ani", 39, 35);
 | |
|     MainTabFalse.drawButtonImage();
 | |
|     if (maintab.isActive()) {
 | |
|         Mainaniset.clear_vector(); //清空储存器
 | |
|         Mainaniset.setInt(1, currentT); //向储存器1号位传递时间
 | |
|         Mainaniset.setInt(2, MainXpos); //向储存器2号位传递坐标
 | |
|         Mainaniset.setInt(3, MainTabXpos); //向储存器2号位传递坐标
 | |
| 
 | |
|         Mainaniset.setInt(0, 1); //开面板
 | |
|     }
 | |
|     if (MainTabFalse.isActive()) {
 | |
|         Mainaniset.clear_vector(); //清空储存器
 | |
|         Mainaniset.setInt(1, currentT); //向储存器1号位传递时间
 | |
|         Mainaniset.setInt(2, MainXpos); //向储存器2号位传递坐标
 | |
|         Mainaniset.setInt(3, MainTabXpos); //向储存器2号位传递坐标
 | |
| 
 | |
|         Mainaniset.setInt(0, 2); //关面板
 | |
|     } else if (sq_IsKeyDown(OPTION_HOTKEY_MENU_SYSTEM__CLOSE_ALL_WINDOW, ENUM_SUBKEY_TYPE_ALL)) {
 | |
|         Mainaniset.setInt(0, 2);
 | |
|         Mainaniset.setInt(1, currentT); //向储存器1号位传递时间
 | |
|         Mainaniset.setInt(2, MainXpos); //向储存器2号位传递坐标
 | |
|         obj.getVar("CallMonster").setInt(3, 0); //取消输入状态
 | |
|     } else if (Mainaniset.getInt(0) == 1) //开面板方法
 | |
|     {
 | |
|         local currentT = apd.getTimer().Get(); //获取AP当前存在时间
 | |
|         local b = sq_GetAccel(0, 39 - Mainaniset.getInt(3), currentT - Mainaniset.getInt(1), 50, false);
 | |
|         MainTabXpos = Mainaniset.getInt(3) - b;
 | |
|         if (MainTabXpos == -39) {
 | |
|             local v = sq_GetAccel(0, 320 - Mainaniset.getInt(2), currentT - Mainaniset.getInt(1), 300, false);
 | |
|             MainXpos = Mainaniset.getInt(2) + v;
 | |
|             if (MainXpos == 320) Mainaniset.setInt(0, 0); //到达指定位置时停止
 | |
|         }
 | |
|     } else if (Mainaniset.getInt(0) == 2) //关面板方法
 | |
|     {
 | |
|         local currentT = apd.getTimer().Get(); //获取AP当前存在时间
 | |
|         local v = sq_GetAccel(0, Mainaniset.getInt(2), currentT - Mainaniset.getInt(1), 300, false);
 | |
|         MainXpos = Mainaniset.getInt(2) - v;
 | |
|         if (MainXpos == 0) {
 | |
|             local b = sq_GetAccel(0, -Mainaniset.getInt(3), currentT - Mainaniset.getInt(1), 480, false);
 | |
|             MainTabXpos = Mainaniset.getInt(3) + b;
 | |
|             if (MainTabXpos == 0) Mainaniset.setInt(0, 0); //到达指定位置时停止
 | |
|         }
 | |
|     }
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
|     //分页选中光效
 | |
|     BasicsDrawTool.T_DrawStayAni(obj, "common/training/anieff/anieff4.ani", MainXpos - 323 + (TrainingSelect.getInt(0) * 42), MainYpos + 98, 0, "分页选中光效");
 | |
| 
 | |
|     local addvaule = 42;
 | |
| 
 | |
|     local mainsum = TrainingButton(obj, "mainsum", IMouse, MainXpos - 293, MainYpos + 102, 25, 14, sq_RGB(0, 0, 255), sq_ALPHA(255), 0, "common/training/main/mainsum1.ani", 0, 0);
 | |
|     mainsum.setButtonAni("common/training/main/mainsum.ani", 25, 14);
 | |
|     mainsum.drawButtonImage();
 | |
|     if (mainsum.isActive()) TrainingSelect.setInt(0, 0);
 | |
| 
 | |
| 
 | |
|     local mainchr = TrainingButton(obj, "mainchr", IMouse, MainXpos - 293 + (1 * addvaule), MainYpos + 102, 25, 14, sq_RGB(0, 0, 255), sq_ALPHA(255), 0, "common/training/main/mainchr1.ani", 0, 0);
 | |
|     mainchr.setButtonAni("common/training/main/mainchr.ani", 25, 14);
 | |
|     mainchr.drawButtonImage();
 | |
|     if (mainchr.isActive()) TrainingSelect.setInt(0, 1);
 | |
| 
 | |
|     local maindam = TrainingButton(obj, "maindam", IMouse, MainXpos - 293 + (2 * addvaule), MainYpos + 102, 25, 14, sq_RGB(0, 0, 255), sq_ALPHA(255), 0, "common/training/main/maindam1.ani", 0, 0);
 | |
|     maindam.setButtonAni("common/training/main/maindam.ani", 25, 14);
 | |
|     maindam.drawButtonImage();
 | |
|     if (maindam.isActive()) TrainingSelect.setInt(0, 2);
 | |
| 
 | |
|     local mainobj = TrainingButton(obj, "mainobj", IMouse, MainXpos - 293 + (3 * addvaule), MainYpos + 102, 25, 14, sq_RGB(0, 0, 255), sq_ALPHA(255), 0, "common/training/main/mainobj1.ani", 0, 0);
 | |
|     mainobj.setButtonAni("common/training/main/mainobj.ani", 25, 14);
 | |
|     mainobj.drawButtonImage();
 | |
|     if (mainobj.isActive()) TrainingSelect.setInt(0, 3);
 | |
| 
 | |
|     local mainsta = TrainingButton(obj, "mainsta", IMouse, MainXpos - 293 + (4 * addvaule), MainYpos + 102, 25, 14, sq_RGB(0, 0, 255), sq_ALPHA(255), 0, "common/training/main/mainsta1.ani", 0, 0);
 | |
|     mainsta.setButtonAni("common/training/main/mainsta.ani", 25, 14);
 | |
|     mainsta.drawButtonImage();
 | |
|     if (mainsta.isActive()) TrainingSelect.setInt(0, 4);
 | |
| 
 | |
|     local mainps = TrainingButton(obj, "mainps", IMouse, MainXpos - 293 + (5 * addvaule), MainYpos + 102, 25, 14, sq_RGB(0, 0, 255), sq_ALPHA(255), 0, "common/training/main/mainps1.ani", 0, 0);
 | |
|     mainps.setButtonAni("common/training/main/mainps.ani", 25, 14);
 | |
|     mainps.drawButtonImage();
 | |
|     if (mainps.isActive()) TrainingSelect.setInt(0, 5);
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| }
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| class click {
 | |
|     obj = null;
 | |
|     clickName = null;
 | |
|     IMouse = null;
 | |
|     x = null;
 | |
|     y = null;
 | |
|     width = null;
 | |
|     length = null;
 | |
| 
 | |
|     constructor(gObj, gclickName, gIMouse, gX, gY, gWidth, gLength) {
 | |
|         obj = gObj;
 | |
|         clickName = gclickName;
 | |
|         IMouse = gIMouse;
 | |
|         x = gX;
 | |
|         y = gY;
 | |
|         width = gWidth;
 | |
|         length = gLength;
 | |
|     }
 | |
| 
 | |
|     function isInRect() {
 | |
|         local mouseX = IMouse.GetXPos();
 | |
|         local mouseY = IMouse.GetYPos();
 | |
|         if (sq_IsIntersectRect(mouseX, mouseY, 5, 5, x, y, width, length)) {
 | |
|             if (IMouse.IsLBDown()) {
 | |
|                 obj.getVar(clickName).setBool(0, true);
 | |
|                 return true;
 | |
|             }
 | |
|             return true;
 | |
|         }
 | |
|         return false;
 | |
|     }
 | |
| 
 | |
| 
 | |
|     function isDown() {
 | |
|         if (isInRect() && IMouse.IsLBDown()) {
 | |
|             obj.getVar(clickName).setBool(0, true);
 | |
|             return true;
 | |
|         }
 | |
|         return false;
 | |
|     }
 | |
| 
 | |
|     function isActive() {
 | |
|         if (isInRect() && IMouse.IsLBUp() && obj.getVar(clickName).getBool(0)) {
 | |
|             obj.getVar(clickName).setBool(0, false);
 | |
|             return true;
 | |
|         }
 | |
|         return false;
 | |
|     }
 | |
| }
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| function SetKeyBNum(obj) {
 | |
|     local KeyBNum = obj.getVar("KeyBNum");
 | |
|     KeyBNum.clear_vector();
 | |
|     local num = KeyBNum.getInt(0);
 | |
|     local len = (num.tostring()).len();
 | |
| 
 | |
| 
 | |
|     for (local i = 0; i < 9; i++) {
 | |
|         if (i == len || i == num) {
 | |
|             for (local o = 0; o < 10; o++) {
 | |
|                 if (KeyPress.isKeyPress(69 + o) == true) KeyBNum.setInt(0, num * 10 + (0 + o));
 | |
|             }
 | |
|         }
 | |
|     }
 | |
|     if (KeyPress.isKeyPress(86) == true) KeyBNum.setInt(0, (num - (num % 10)) / 10);
 | |
| }
 | |
| 
 | |
| 
 | |
| 
 | |
| function getSwitchMonsterindexAni(num) {
 | |
|     switch (num) {
 | |
|         case 61260:
 | |
|             return "monster/babydragon/BabyDragonAnimation/Move.ani";
 | |
|         case 1013:
 | |
|             return "monster/bantu/BAAnimation/Move.ani";
 | |
|         case 50085:
 | |
|             return "monster/bantu/BEAnimation/Move.ani";
 | |
|         case 1012:
 | |
|             return "monster/bantu/BfAnimation/Move.ani";
 | |
|         case 1014:
 | |
|             return "monster/bantu/BMLAnimation/Move.ani";
 | |
|         case 50079:
 | |
|             return "monster/bantu/LabinaAnimation/Move.ani";
 | |
|         case 55010:
 | |
|             return "monster/bantu/BAAnimation/Move.ani";
 | |
|         case 50503:
 | |
|             return "monster/bantu/BEAnimation/Move.ani";
 | |
|         case 55009:
 | |
|             return "monster/bantu/BfAnimation/Move.ani";
 | |
|         case 40006:
 | |
|             return "monster/bantu/BAAnimation/Move.ani";
 | |
|         case 40005:
 | |
|             return "monster/bantu/BfAnimation/Move.ani";
 | |
|         case 43004:
 | |
|             return "monster/bantu/BMLAnimation/Move.ani";
 | |
|         case 41007:
 | |
|             return "monster/bantu/BAAnimation/Move.ani";
 | |
|         case 41006:
 | |
|             return "monster/bantu/BfAnimation/Move.ani";
 | |
|         case 42005:
 | |
|             return "monster/bantu/BEAnimation/Move.ani";
 | |
|         case 42006:
 | |
|             return "monster/bantu/BashAnimation/Move.ani";
 | |
|         case 42007:
 | |
|             return "monster/bantu/EmreAnimation/Move.ani";
 | |
|         case 42008:
 | |
|             return "monster/bantu/LabinaAnimation/Move.ani";
 | |
|         case 82:
 | |
|             return "monster/characterstatue/MagicianAnimation/Move.ani";
 | |
|         case 83:
 | |
|             return "monster/characterstatue/PriestAnimation/Move.ani";
 | |
|         case 84:
 | |
|             return "monster/characterstatue/SwordmanAnimation/Move.ani";
 | |
|         case 1030:
 | |
|             return "monster/coldboy/ColdBoyAnimation/Move.ani";
 | |
|         case 61425:
 | |
|             return "monster/cosmofiend/Animation_Braze/Move.ani";
 | |
|         case 1050:
 | |
|             return "monster/cosmofiend/Animation_Braze/Move.ani";
 | |
|         case 61428:
 | |
|             return "monster/cosmofiend/Animation_DarkSteel/Move.ani";
 | |
|         case 61427:
 | |
|             return "monster/cosmofiend/Animation_Overgrowth/Move.ani";
 | |
|         case 1052:
 | |
|             return "monster/cosmofiend/Animation_Overgrowth/Move.ani";
 | |
|         case 61426:
 | |
|             return "monster/cosmofiend/Animation_Vapor/Move.ani";
 | |
|         case 1086:
 | |
|             return "monster/crimebuffalo/CrimeBuffaloArtifacterAni/Move.ani";
 | |
|         case 1087:
 | |
|             return "monster/crimebuffalo/CrimeBuffaloGeneralAni/Move.ani";
 | |
|         case 1088:
 | |
|             return "monster/crimebuffalo/CrimeBuffaloNormalAni/Move.ani";
 | |
|         case 1089:
 | |
|             return "monster/crimebuffalo/Animation_RuneGhost/Move.ani";
 | |
|         case 55016:
 | |
|             return "monster/crimebuffalo/CrimeBuffaloGeneralAni/Move.ani";
 | |
|         case 55015:
 | |
|             return "monster/crimebuffalo/CrimeBuffaloNormalAni/Move.ani";
 | |
|         case 1095:
 | |
|             return "monster/darkelf/Animation_DarkElf_Guard/Move.ani";
 | |
|         case 1098:
 | |
|             return "monster/darkelf/Animation_DarkElf_Sprit_Hunter/Move.ani";
 | |
|         case 55013:
 | |
|             return "monster/darkelf/Animation_DarkElf_Guard/Move.ani";
 | |
|         case 61603:
 | |
|             return "monster/dendroid/DenAni/Move.ani";
 | |
|         case 500:
 | |
|             return "monster/dendroid/DenAni/Move.ani";
 | |
|         case 501:
 | |
|             return "monster/dendroid/GolAni/Move.ani";
 | |
|         case 64542:
 | |
|             return "monster/dendroid/RodAni/Move.ani";
 | |
|         case 502:
 | |
|             return "monster/dendroid/RodAni/Move.ani";
 | |
|         case 50090:
 | |
|             return "monster/dingo_humpri/Dingo_Ani/Move.ani";
 | |
|         case 50091:
 | |
|             return "monster/dingo_humpri/Humpri_Ani/Move.ani";
 | |
|         case 50096:
 | |
|             return "monster/dingo_humpri/Marve_Ani/Move.ani";
 | |
|         case 55026:
 | |
|             return "monster/dingo_humpri/Dingo_Ani/Move.ani";
 | |
|         case 1073:
 | |
|             return "monster/dog/Animation_MadDog/Move.ani";
 | |
|         case 1074:
 | |
|             return "monster/dog/Animation_MadDog/Move.ani";
 | |
|         case 1075:
 | |
|             return "monster/dog/Animation_DOg/Move.ani";
 | |
|         case 55006:
 | |
|             return "monster/dog/Animation_MadDog/Move.ani";
 | |
|         case 61546:
 | |
|             return "monster/dog/Animation_MadDog/Move.ani";
 | |
|         case 39:
 | |
|             return "monster/dollmaster/ClayAnimation/Move.ani";
 | |
|         case 50094:
 | |
|             return "monster/dollmaster/GolemMasterAnimation/Move.ani";
 | |
|         case 56109:
 | |
|             return "monster/dollmaster/GolemMasterAnimation/Move.ani";
 | |
|         case 50006:
 | |
|             return "monster/dollmaster/SharedoAnimation/Move.ani";
 | |
|         case 40:
 | |
|             return "monster/dollmaster/DogriAnimation/Move.ani";
 | |
|         case 38:
 | |
|             return "monster/dollmaster/SteelAnimation/Move.ani";
 | |
|         case 37:
 | |
|             return "monster/dollmaster/StoneAnimation/Move.ani";
 | |
|         case 50007:
 | |
|             return "monster/draconian/SiusAni/MoveFoward.ani";
 | |
|         case 71:
 | |
|             return "monster/draconian/DLAni/MoveFoward.ani";
 | |
|         case 70:
 | |
|             return "monster/draconian/DMAni/MoveFoward.ani";
 | |
|         case 55023:
 | |
|             return "monster/draconian/DLAni/MoveFoward.ani";
 | |
|         case 61762:
 | |
|             return "monster/drake/Animation_SacrificeOfDrake/Move.ani";
 | |
|         case 1011:
 | |
|             return "monster/drake/Animation_SacrificeOfDrake/Move.ani";
 | |
|         case 60116:
 | |
|             return "monster/drake/Animation_SacrificeOfDrake/Move.ani";
 | |
|         case 65015:
 | |
|             return "monster/equipment/taumini/MiniAnimation/Move.ani";
 | |
|         case 62624:
 | |
|             return "monster/event/bluemarble/alex/AlexAni/Move_1.ani";
 | |
|         case 62614:
 | |
|             return "monster/event/bluemarble/bantuamazones/BAAnimation/Move.ani";
 | |
|         case 62623:
 | |
|             return "monster/event/bluemarble/bantufighter/BfAnimation/Move.ani";
 | |
|         case 62616:
 | |
|             return "monster/event/bluemarble/battlingram/BattlinGramAni/Move.ani";
 | |
|         case 62612:
 | |
|             return "monster/event/bluemarble/beastmasterlooger/BMLAnimation/Move.ani";
 | |
|         case 62678:
 | |
|             return "monster/event/bluemarble/bigrat/BigRatAnimation/Move.ani";
 | |
|         case 62676:
 | |
|             return "monster/event/bluemarble/biterat/BiteRatAnimation/Move.ani";
 | |
|         case 62669:
 | |
|             return "monster/event/bluemarble/blacktentacle/Animation/move.ani";
 | |
|         case 62657:
 | |
|             return "monster/event/bluemarble/bossatlas/Animation_Atlas/Move.ani";
 | |
|         case 62607:
 | |
|             return "monster/event/bluemarble/bossfather/FatherAni/Move_3.ani";
 | |
|         case 62618:
 | |
|             return "monster/event/bluemarble/bossfather_grim/FatherAni/Move.ani";
 | |
|         case 62658:
 | |
|             return "monster/event/bluemarble/bossgoliath/Animation_Goliath/Move.ani";
 | |
|         case 62608:
 | |
|             return "monster/event/bluemarble/bosspope/PopeAni/Move_3.ani";
 | |
|         case 62622:
 | |
|             return "monster/event/bluemarble/bosspope_grim/PopeAni/Move.ani";
 | |
|         case 62659:
 | |
|             return "monster/event/bluemarble/bosstitan/Animation_Titan/Move.ani";
 | |
|         case 62606:
 | |
|             return "monster/event/bluemarble/catapult/CatapultAni/Move_3.ani";
 | |
|         case 62617:
 | |
|             return "monster/event/bluemarble/catapultflame/FlameCataAni/Move.ani";
 | |
|         case 62635:
 | |
|             return "monster/event/bluemarble/catapultlaser/LaserCataAni/Move.ani";
 | |
|         case 62765:
 | |
|             return "monster/event/bluemarble/coldboy/ColdBoyAnimation/Move.ani";
 | |
|         case 62680:
 | |
|             return "monster/event/bluemarble/darkelf_guard/Animation_DarkElf_Guard/Move.ani";
 | |
|         case 62602:
 | |
|             return "monster/event/bluemarble/dendroid/DenAni/Move_0.ani";
 | |
|         case 62639:
 | |
|             return "monster/event/bluemarble/dendroid_breeding/DenAni/Move.ani";
 | |
|         case 62672:
 | |
|             return "monster/event/bluemarble/dog/Animation_MadDog/Move.ani";
 | |
|         case 57005:
 | |
|             return "monster/event/bluemarble/evangelistofdark_grim/DarkAni/Move.ani";
 | |
|         case 57001:
 | |
|             return "monster/event/bluemarble/evangelistofdawn_grim/DawnAni/Move.ani";
 | |
|         case 57003:
 | |
|             return "monster/event/bluemarble/evangelistoflight_grim/LightAni/Move.ani";
 | |
|         case 57004:
 | |
|             return "monster/event/bluemarble/evangelistoftwilight_grim/TwilightAni/Move.ani";
 | |
|         case 62634:
 | |
|             return "monster/event/bluemarble/father/FatherAni/Move.ani";
 | |
|         case 57000:
 | |
|             return "monster/event/bluemarble/gardener_ral/Animation_Ral/Move_0.ani";
 | |
|         case 62664:
 | |
|             return "monster/event/bluemarble/gbltentacle/Animation/Move.ani";
 | |
|         case 62648:
 | |
|             return "monster/event/bluemarble/ghoul/GhoulAni/Move.ani";
 | |
|         case 62679:
 | |
|             return "monster/event/bluemarble/ghoulheadless/GhoulHeadlessAni/Move.ani";
 | |
|         case 62651:
 | |
|             return "monster/event/bluemarble/ghoulmorgan/GhoulMorganAni/Move.ani";
 | |
|         case 62649:
 | |
|             return "monster/event/bluemarble/ghoulthrower/GhoulThrowerAni/Move.ani";
 | |
|         case 62774:
 | |
|             return "monster/event/bluemarble/goblin/Animation_Goblin2/Move.ani";
 | |
|         case 62603:
 | |
|             return "monster/event/bluemarble/goliden/GolAni/Move_0.ani";
 | |
|         case 62681:
 | |
|             return "monster/event/bluemarble/headlessknight/Knight_Animation/Move.ani";
 | |
|         case 57012:
 | |
|             return "monster/event/bluemarble/hiddena/HiddenAAni/Move.ani";
 | |
|         case 57013:
 | |
|             return "monster/event/bluemarble/hiddenb/HiddenBAni/Move.ani";
 | |
|         case 57015:
 | |
|             return "monster/event/bluemarble/hiddenc/HiddenCAni/Move.ani";
 | |
|         case 57014:
 | |
|             return "monster/event/bluemarble/hiddend/HiddenDAni/Move.ani";
 | |
|         case 62601:
 | |
|             return "monster/event/bluemarble/hunter/HunterAni/Move_2.ani";
 | |
|         case 62628:
 | |
|             return "monster/event/bluemarble/icegolem/Animation/move.ani";
 | |
|         case 62682:
 | |
|             return "monster/event/bluemarble/incompletegoliath/Animation_IncompleteGoliath/Move.ani";
 | |
|         case 62670:
 | |
|             return "monster/event/bluemarble/invader/Animation/move.ani";
 | |
|         case 62666:
 | |
|             return "monster/event/bluemarble/isadora/Animation/Move.ani";
 | |
|         case 62619:
 | |
|             return "monster/event/bluemarble/isadora_grim/Animation/Move.ani";
 | |
|         case 62600:
 | |
|             return "monster/event/bluemarble/kurogaru/Animation_BlackLugaru/Move_0.ani";
 | |
|         case 62668:
 | |
|             return "monster/event/bluemarble/lightspirit/LightAnimation/Move_1.ani";
 | |
|         case 62621:
 | |
|             return "monster/event/bluemarble/lightspirit/LightAnimation/Move_0.ani";
 | |
|         case 62636:
 | |
|             return "monster/event/bluemarble/lotus/LotusAni/Move.ani";
 | |
|         case 57007:
 | |
|             return "monster/event/bluemarble/louis/Animation/move.ani";
 | |
|         case 62611:
 | |
|             return "monster/event/bluemarble/master/MasterAni/Move_0.ani";
 | |
|         case 62673:
 | |
|             return "monster/event/bluemarble/myojin/MyojinAnimation/Move.ani";
 | |
|         case 62775:
 | |
|             return "monster/event/bluemarble/myojin/MyojinAnimation/Move.ani";
 | |
|         case 62677:
 | |
|             return "monster/event/bluemarble/peterthepiper/PeterThePiperAnimation/Move.ani";
 | |
|         case 62637:
 | |
|             return "monster/event/bluemarble/pope/PopeAni/Move.ani";
 | |
|         case 62605:
 | |
|             return "monster/event/bluemarble/raxy-a/Raxy-AAni/Move_3.ani";
 | |
|         case 62642:
 | |
|             return "monster/event/bluemarble/rebirthbrother/RebirthBrotherAni/Move.ani";
 | |
|         case 62644:
 | |
|             return "monster/event/bluemarble/rebirthgbl/RebirthGBLAni/Move.ani";
 | |
|         case 62643:
 | |
|             return "monster/event/bluemarble/rebirthgblbishop/RebirthGBLBishopAni/Move.ani";
 | |
|         case 62646:
 | |
|             return "monster/event/bluemarble/rebirthgblleader/RebirthGBLLeaderAni/Move.ani";
 | |
|         case 62647:
 | |
|             return "monster/event/bluemarble/rebirthgblpriest/RebirthGBLPriestAni/Move.ani";
 | |
|         case 62645:
 | |
|             return "monster/event/bluemarble/rebirthsister/RebirthSisterAni/Move.ani";
 | |
|         case 57006:
 | |
|             return "monster/event/bluemarble/ricubaby/Animation/move.ani";
 | |
|         case 62604:
 | |
|             return "monster/event/bluemarble/rodinglo/RodAni/Move_0.ani";
 | |
|         case 62654:
 | |
|             return "monster/event/bluemarble/sasquatch/Animation/move.ani";
 | |
|         case 62610:
 | |
|             return "monster/event/bluemarble/shavante/ShavanteAnimation/Move.ani";
 | |
|         case 62662:
 | |
|             return "monster/event/bluemarble/skeleton/Animation_Skeleton/Move.ani";
 | |
|         case 62633:
 | |
|             return "monster/event/bluemarble/snowman/Animation/move.ani";
 | |
|         case 62655:
 | |
|             return "monster/event/bluemarble/spider/SpiderAni/Stay.ani";
 | |
|         case 62656:
 | |
|             return "monster/event/bluemarble/spiderboss/SpiderBossAni/Stay.ani";
 | |
|         case 62653:
 | |
|             return "monster/event/bluemarble/spiderpoison/SpiderPoisonAni/Stay.ani";
 | |
|         case 62627:
 | |
|             return "monster/event/bluemarble/starfish/TentacleAnimation/Move.ani";
 | |
|         case 62626:
 | |
|             return "monster/event/bluemarble/starfishking/GreatAnimation/Move.ani";
 | |
|         case 62625:
 | |
|             return "monster/event/bluemarble/starfishrukuku/RukAnimation/Move.ani";
 | |
|         case 62660:
 | |
|             return "monster/event/bluemarble/stoneskeleton/Animation_StoneSkeleton/Move.ani";
 | |
|         case 62667:
 | |
|             return "monster/event/bluemarble/waterspirit/WaterAnimation/Move_0.ani";
 | |
|         case 62620:
 | |
|             return "monster/event/bluemarble/waterspirit/WaterAnimation/Move.ani";
 | |
|         case 62650:
 | |
|             return "monster/event/bluemarble/wraith/WraithAni/Move.ani";
 | |
|         case 62652:
 | |
|             return "monster/event/bluemarble/wraithspectress/WraithSpectressAni/Move.ani";
 | |
|         case 62613:
 | |
|             return "monster/event/bluemarble/zepplin/ZepplinAni/Move.ani";
 | |
|         case 62615:
 | |
|             return "monster/event/bluemarble/zepplinmachinegun/MacZepAni/Move.ani";
 | |
|         case 62609:
 | |
|             return "monster/event/bluemarble/zombiezombie/ZZAnimation/Move_0.ani";
 | |
|         case 750:
 | |
|             return "monster/evileye/EvilEyeAni/Move.ani";
 | |
|         case 64538:
 | |
|             return "monster/evileye/EvilEyeAni/Move.ani";
 | |
|         case 752:
 | |
|             return "monster/evileye/EvilEyeAni/Move.ani";
 | |
|         case 64537:
 | |
|             return "monster/evileye/EvilEyeAni/Move.ani";
 | |
|         case 751:
 | |
|             return "monster/evileye/EvilEyeAni/Move.ani";
 | |
|         case 55021:
 | |
|             return "monster/evileye/EvilEyeAni/Move.ani";
 | |
|         case 50005:
 | |
|             return "monster/flydragon/Dash_RezAnimation/MoveX.ani";
 | |
|         case 52:
 | |
|             return "monster/flydragon/HarseSeriAnimation/MoveYZ.ani";
 | |
|         case 53:
 | |
|             return "monster/flydragon/SelionAnimation/Move.ani";
 | |
|         case 60110:
 | |
|             return "monster/flydragon/SerimalionAnimation/MoveYZ.ani";
 | |
|         case 3016:
 | |
|             return "monster/ghoul/GhoulAni/Move.ani";
 | |
|         case 3017:
 | |
|             return "monster/ghoul/GhoulThrowerAni/Move.ani";
 | |
|         case 400:
 | |
|             return "monster/ghoul/GhoulAni/Move.ani";
 | |
|         case 409:
 | |
|             return "monster/ghoul/GhoulHeadlessAni/Move.ani";
 | |
|         case 64548:
 | |
|             return "monster/ghoul/GhoulMorganAni/Move.ani";
 | |
|         case 402:
 | |
|             return "monster/ghoul/GhoulMorganAni/Move.ani";
 | |
|         case 405:
 | |
|             return "monster/ghoul/GhoulNoMercyAni/Move.ani";
 | |
|         case 406:
 | |
|             return "monster/ghoul/GhoulNoMercyAni/Move.ani";
 | |
|         case 403:
 | |
|             return "monster/ghoul/GhoulAni/Move.ani";
 | |
|         case 401:
 | |
|             return "monster/ghoul/GhoulThrowerAni/Move.ani";
 | |
|         case 404:
 | |
|             return "monster/ghoul/GhoulThrowerAni/Move.ani";
 | |
|         case 61173:
 | |
|             return "monster/ghoul/GhoulAni/Move.ani";
 | |
|         case 40010:
 | |
|             return "monster/ghoul/GhoulNoMercyAni/Move.ani";
 | |
|         case 40009:
 | |
|             return "monster/ghoul/GhoulThrowerAni/Move.ani";
 | |
|         case 60:
 | |
|             return "monster/goblin/Animation_BombKagel/Move.ani";
 | |
|         case 50062:
 | |
|             return "monster/goblin/Animation_BullsEye/Move.ani";
 | |
|         case 50003:
 | |
|             return "monster/goblin/Animation_BunkerWorker/Move.ani";
 | |
|         case 7:
 | |
|             return "monster/goblin/Animation_MountainGoblin2/Move.ani";
 | |
|         case 1:
 | |
|             return "monster/goblin/Animation_Goblin2/Move.ani";
 | |
|         case 61255:
 | |
|             return "monster/goblin/Animation_Hodor/Move.ani";
 | |
|         case 900:
 | |
|             return "monster/goblin/Animation_Hodor/Move.ani";
 | |
|         case 5006:
 | |
|             return "monster/goblin/Animation_Goblin/Move.ani";
 | |
|         case 50070:
 | |
|             return "monster/goblin/Animation_Goblin/Move.ani";
 | |
|         case 5:
 | |
|             return "monster/goblin/Animation_Kinol2/Move.ani";
 | |
|         case 64523:
 | |
|             return "monster/goblin/Animation_Thrower/Move.ani";
 | |
|         case 2:
 | |
|             return "monster/goblin/Animation_Thrower/Move.ani";
 | |
|         case 6:
 | |
|             return "monster/goblin/Animation_Gero/Move.ani";
 | |
|         case 4:
 | |
|             return "monster/goblin/Animation_MountainGoblin/Move.ani";
 | |
|         case 64527:
 | |
|             return "monster/goblin/Animation_LightningKinol2/Move.ani";
 | |
|         case 60005:
 | |
|             return "monster/goblin/Animation_Goblin/Move.ani";
 | |
|         case 1100:
 | |
|             return "monster/goblin/Animation_NigntVisionKagel/Move.ani";
 | |
|         case 50004:
 | |
|             return "monster/goblin/Animation_Prag/Move.ani";
 | |
|         case 24:
 | |
|             return "monster/goblin/Animation_Rudolf/Move.ani";
 | |
|         case 3:
 | |
|             return "monster/goblin/Animation_IslandGoblin/Move.ani";
 | |
|         case 25:
 | |
|             return "monster/goblin/Animation_Snowman/Move.ani";
 | |
|         case 1021:
 | |
|             return "monster/goblin/Animation_IslandGoblin/Move.ani";
 | |
|         case 63:
 | |
|             return "monster/goblin/Animation_Goblin/Move.ani";
 | |
|         case 60101:
 | |
|             return "monster/goblin/Animation_Goblin/Move.ani";
 | |
|         case 61:
 | |
|             return "monster/goblin/Animation_SurikenKagel/Move.ani";
 | |
|         case 65:
 | |
|             return "monster/goblin/Animation_SurikenKagel/Move.ani";
 | |
|         case 55001:
 | |
|             return "monster/goblin/Animation_Goblin/Move.ani";
 | |
|         case 55002:
 | |
|             return "monster/goblin/Animation_Thrower/Move.ani";
 | |
|         case 55022:
 | |
|             return "monster/goblin/Animation_LightningKinol/Move.ani";
 | |
|         case 907:
 | |
|             return "monster/goblin/Animation_Kinol/Move.ani";
 | |
|         case 20:
 | |
|             return "monster/goblin/Animation_Goblin2/Move.ani";
 | |
|         case 43015:
 | |
|             return "monster/goblin/Animation_Goblin/Move.ani";
 | |
|         case 43002:
 | |
|             return "monster/goblin/Animation_KingGalok/Move.ani";
 | |
|         case 43001:
 | |
|             return "monster/goblin/Animation_LightningKinol/Move.ani";
 | |
|         case 41002:
 | |
|             return "monster/goblin/Animation_Kinol/Move.ani";
 | |
|         case 41003:
 | |
|             return "monster/goblin/Animation_Gero/Move.ani";
 | |
|         case 41001:
 | |
|             return "monster/goblin/Animation_Goblin/Move.ani";
 | |
|         case 40004:
 | |
|             return "monster/goblin/Animation_BombKagel/Move.ani";
 | |
|         case 40002:
 | |
|             return "monster/goblin/Animation_Kinol/Move.ani";
 | |
|         case 40003:
 | |
|             return "monster/goblin/Animation_Gero/Move.ani";
 | |
|         case 40001:
 | |
|             return "monster/goblin/Animation_Goblin/Move.ani";
 | |
|         case 42001:
 | |
|             return "monster/goblin/Animation_Kinol/Move.ani";
 | |
|         case 62922:
 | |
|             return "monster/goblin/Animation_LightningKinol/Move.ani";
 | |
|         case 35:
 | |
|             return "monster/golem/Animation_GoldGolem/Move.ani";
 | |
|         case 32:
 | |
|             return "monster/golem/Animation_SteelGolem/Move.ani";
 | |
|         case 31:
 | |
|             return "monster/golem/Animation_StoneGolem/Move.ani";
 | |
|         case 60011:
 | |
|             return "monster/gunner/robot/AlarmRobot/Move.ani";
 | |
|         case 60013:
 | |
|             return "monster/gunner/robot/RX78_Ani/Move.ani";
 | |
|         case 60063:
 | |
|             return "monster/gunner/robot/RX78Ex_Ani/Move.ani";
 | |
|         case 60061:
 | |
|             return "monster/gunner/robot/Ez8Rx78_Ani/Move.ani";
 | |
|         case 60019:
 | |
|             return "monster/gunner/robot/FightingSpirit_Ani/Move.ani";
 | |
|         case 60014:
 | |
|             return "monster/gunner/robot/FireRX78_Ani/Move.ani";
 | |
|         case 60015:
 | |
|             return "monster/gunner/robot/HeadingRX78_Ani/Move.ani";
 | |
|         case 60016:
 | |
|             return "monster/gunner/robot/HealRX78_Ani/Move.ani";
 | |
|         case 60017:
 | |
|             return "monster/gunner/robot/HealRX78_Ani/Move.ani";
 | |
|         case 60002:
 | |
|             return "monster/gunner/robot/RX78_Ani/Move.ani";
 | |
|         case 60018:
 | |
|             return "monster/gunner/robot/TempesterAni/BodyMove.ani";
 | |
|         case 60041:
 | |
|             return "monster/gunner/robot/TempesterATAni/BodyMove.ani";
 | |
|         case 64566:
 | |
|             return "monster/headlessknight/Knight_Animation/Move.ani";
 | |
|         case 1081:
 | |
|             return "monster/headlessknight/Knight_Animation/Move.ani";
 | |
|         case 10004:
 | |
|             return "monster/hunter/AlexAni/Move.ani";
 | |
|         case 201:
 | |
|             return "monster/hunter/AlexAni/Move.ani";
 | |
|         case 3015:
 | |
|             return "monster/hunter/AlexAni/Move.ani";
 | |
|         case 200:
 | |
|             return "monster/hunter/HunterAni/Move.ani";
 | |
|         case 64543:
 | |
|             return "monster/hunter/MasterAni/Move.ani";
 | |
|         case 202:
 | |
|             return "monster/hunter/MasterAni/Move.ani";
 | |
|         case 50095:
 | |
|             return "monster/hunter/RollingHunterAni/Move.ani";
 | |
|         case 55014:
 | |
|             return "monster/hunter/HunterAni/Move.ani";
 | |
|         case 906:
 | |
|             return "monster/hunter/HunterAni/Move.ani";
 | |
|         case 61196:
 | |
|             return "monster/hunter/AlexAni/Move.ani";
 | |
|         case 61195:
 | |
|             return "monster/hunter/HunterAni/Move.ani";
 | |
|         case 43003:
 | |
|             return "monster/hunter/AlexAni/Move.ani";
 | |
|         case 41004:
 | |
|             return "monster/hunter/HunterAni/Move.ani";
 | |
|         case 42003:
 | |
|             return "monster/hunter/AlexAni/Move.ani";
 | |
|         case 42002:
 | |
|             return "monster/hunter/HunterAni/Move.ani";
 | |
|         case 10000:
 | |
|             return "monster/icetiger/ITAnimation/Move.ani";
 | |
|         case 1016:
 | |
|             return "monster/icetiger/ITAnimation/Move.ani";
 | |
|         case 50086:
 | |
|             return "monster/icetiger/ShavanteAnimation/Move.ani";
 | |
|         case 1017:
 | |
|             return "monster/icetiger/ShavanteAnimation/Move.ani";
 | |
|         case 60111:
 | |
|             return "monster/icetiger/ITAnimation/Move.ani";
 | |
|         case 61544:
 | |
|             return "monster/icetiger/ITAnimation/Move.ani";
 | |
|         case 62100:
 | |
|             return "monster/icetiger/ITAnimation/Move.ani";
 | |
|         case 43005:
 | |
|             return "monster/icetiger/ShavanteAnimation/Move.ani";
 | |
|         case 41008:
 | |
|             return "monster/icetiger/ITAnimation/Move.ani";
 | |
|         case 40007:
 | |
|             return "monster/icetiger/ITAnimation/Move.ani";
 | |
|         case 64539:
 | |
|             return "monster/lordoflight/LOL/Stay.ani";
 | |
|         case 3000:
 | |
|             return "monster/lordoflight/LOL/Stay.ani";
 | |
|         case 3002:
 | |
|             return "monster/lotus/LotusAni/Move.ani";
 | |
|         case 62006:
 | |
|             return "monster/lugaru/Animation_BloodLugaru/Move.ani";
 | |
|         case 61848:
 | |
|             return "monster/lugaru/Animation_BloodLugaru/Move.ani";
 | |
|         case 5005:
 | |
|             return "monster/lugaru/Animation_BloodLugaru/Move.ani";
 | |
|         case 62007:
 | |
|             return "monster/lugaru/Animation_Ciel/Move.ani";
 | |
|         case 61849:
 | |
|             return "monster/lugaru/Animation_Ciel/Move.ani";
 | |
|         case 5007:
 | |
|             return "monster/lugaru/Animation_Ciel/Move.ani";
 | |
|         case 50000:
 | |
|             return "monster/lugaru/Animation_Ral/Move.ani";
 | |
|         case 56421:
 | |
|             return "monster/lugaru/Animation_Heart/Move.ani";
 | |
|         case 61850:
 | |
|             return "monster/lugaru/Animation_Heart/Move.ani";
 | |
|         case 50072:
 | |
|             return "monster/lugaru/Animation_Heart/Move.ani";
 | |
|         case 62004:
 | |
|             return "monster/lugaru/Animation_BlackLugaru/Move.ani";
 | |
|         case 5002:
 | |
|             return "monster/lugaru/Animation_BlackLugaru/Move.ani";
 | |
|         case 62003:
 | |
|             return "monster/lugaru/Animation_Lugaru/Move.ani";
 | |
|         case 5001:
 | |
|             return "monster/lugaru/Animation_Lugaru/Move.ani";
 | |
|         case 5004:
 | |
|             return "monster/lugaru/Animation_Penril/Move.ani";
 | |
|         case 62005:
 | |
|             return "monster/lugaru/Animation_WhiteLugaru/Move.ani";
 | |
|         case 5003:
 | |
|             return "monster/lugaru/Animation_WhiteLugaru/Move.ani";
 | |
|         case 61545:
 | |
|             return "monster/lugaru/Animation_BloodLugaru/Move.ani";
 | |
|         case 43014:
 | |
|             return "monster/lugaru/Animation_Heart/Move.ani";
 | |
|         case 41022:
 | |
|             return "monster/lugaru/Animation_BloodLugaru/Move.ani";
 | |
|         case 41023:
 | |
|             return "monster/lugaru/Animation_Ciel/Move.ani";
 | |
|         case 40024:
 | |
|             return "monster/lugaru/Animation_Ciel/Move.ani";
 | |
|         case 42020:
 | |
|             return "monster/lugaru/Animation_Heart/Move.ani";
 | |
|         case 60042:
 | |
|             return "monster/mage/LanternRunnerAni/Move.ani";
 | |
|         case 50030:
 | |
|             return "monster/magma/Animation_Atlas/Move.ani";
 | |
|         case 760:
 | |
|             return "monster/magma/Animation_Atlas/Move.ani";
 | |
|         case 761:
 | |
|             return "monster/magma/Animation_Goliath/Move.ani";
 | |
|         case 762:
 | |
|             return "monster/magma/Animation_Titan/Move.ani";
 | |
|         case 50033:
 | |
|             return "monster/magma/Animation_BurningHella/Move.ani";
 | |
|         case 64586:
 | |
|             return "monster/magma/Animation_IncompleteGoliath/Move.ani";
 | |
|         case 413:
 | |
|             return "monster/magma/Animation_IncompleteGoliath/Move.ani";
 | |
|         case 61182:
 | |
|             return "monster/magma/Animation_Titan/Move.ani";
 | |
|         case 407:
 | |
|             return "monster/magma/Animation_Magma_Ghoul/Move.ani";
 | |
|         case 408:
 | |
|             return "monster/magma/Animation_Magma_Ghoul/Move.ani";
 | |
|         case 770:
 | |
|             return "monster/magma/Animation_MagmaSacrificerBig/Move.ani";
 | |
|         case 771:
 | |
|             return "monster/magma/Animation_MagmaSacrificerSmall/Move.ani";
 | |
|         case 60107:
 | |
|             return "monster/magma/Animation_Atlas/Move.ani";
 | |
|         case 60106:
 | |
|             return "monster/magma/Animation_Goliath/Move.ani";
 | |
|         case 60105:
 | |
|             return "monster/magma/Animation_Titan/Move.ani";
 | |
|         case 50032:
 | |
|             return "monster/magma/Animation_Titan/Move.ani";
 | |
|         case 50501:
 | |
|             return "monster/magma/Animation_BurningHella/Move.ani";
 | |
|         case 43008:
 | |
|             return "monster/magma/Animation_Atlas/Move.ani";
 | |
|         case 40011:
 | |
|             return "monster/magma/Animation_Magma_Ghoul/Move.ani";
 | |
|         case 51:
 | |
|             return "monster/new_flydragon/LooseSeriAnimation/StayMove.ani";
 | |
|         case 50:
 | |
|             return "monster/new_flydragon/SerimalionAnimation/StayMove.ani";
 | |
|         case 64583:
 | |
|             return "monster/new_golem/Animation_BigGolem/Move.ani";
 | |
|         case 75:
 | |
|             return "monster/new_golem/Animation_BigGolem/Move.ani";
 | |
|         case 34:
 | |
|             return "monster/new_golem/Animation_BronzeGolem/Move.ani";
 | |
|         case 61124:
 | |
|             return "monster/new_golem/Animation_BronzeGolem/Move.ani";
 | |
|         case 33:
 | |
|             return "monster/new_golem/Animation_ClayGolem/Move.ani";
 | |
|         case 61123:
 | |
|             return "monster/new_golem/Animation_ClayGolem/Move.ani";
 | |
|         case 76:
 | |
|             return "monster/new_golem/Animation_GreatGolem/StayMove.ani";
 | |
|         case 64535:
 | |
|             return "monster/new_golem/Animation_Platany/Move.ani";
 | |
|         case 3001:
 | |
|             return "monster/new_golem/Animation_Platany/Move.ani";
 | |
|         case 61140:
 | |
|             return "monster/new_golem/Animation_SpiritOfGolem/Move.ani";
 | |
|         case 50008:
 | |
|             return "monster/new_golem/Animation_Razor/Move.ani";
 | |
|         case 56035:
 | |
|             return "monster/newmonsters/bantu/_rabbitbird/Animation/move.ani";
 | |
|         case 56036:
 | |
|             return "monster/newmonsters/bantu/_rabbitmedusa/Animation/move.ani";
 | |
|         case 61701:
 | |
|             return "monster/newmonsters/bantu/bantuwoman/Animation/move.ani";
 | |
|         case 61454:
 | |
|             return "monster/newmonsters/bantu/buffaloman/Animation/move.ani";
 | |
|         case 56710:
 | |
|             return "monster/newmonsters/bantu/elitebuffaloman/Animation/move.ani";
 | |
|         case 56704:
 | |
|             return "monster/newmonsters/bantu/emeldir/Animation/move.ani";
 | |
|         case 56708:
 | |
|             return "monster/newmonsters/bantu/isil/Animation/move.ani";
 | |
|         case 56703:
 | |
|             return "monster/newmonsters/bantu/mohini/Animation/move.ani";
 | |
|         case 61242:
 | |
|             return "monster/newmonsters/bantu/rabbit/Animation/run.ani";
 | |
|         case 61450:
 | |
|             return "monster/newmonsters/bantu/rabbitman/Animation/move.ani";
 | |
|         case 56018:
 | |
|             return "monster/newmonsters/bantu/rabbitwoman/Animation/move.ani";
 | |
|         case 61451:
 | |
|             return "monster/newmonsters/bantu/rabbitwoman/Animation/move.ani";
 | |
|         case 56701:
 | |
|             return "monster/newmonsters/bantu/ratree/Animation/move.ani";
 | |
|         case 56702:
 | |
|             return "monster/newmonsters/bantu/sati/Animation/move.ani";
 | |
|         case 56707:
 | |
|             return "monster/newmonsters/bantu/wolfpatriarch/Animation/move.ani";
 | |
|         case 61467:
 | |
|             return "monster/newmonsters/gbl/blacktentacle/Animation/move.ani";
 | |
|         case 61102:
 | |
|             return "monster/newmonsters/gbl/blacktentacle/Animation/move.ani";
 | |
|         case 56102:
 | |
|             return "monster/newmonsters/gbl/gblcolossus/Animation/Move.ani";
 | |
|         case 61465:
 | |
|             return "monster/newmonsters/gbl/gbltentacle/Animation/Move.ani";
 | |
|         case 61101:
 | |
|             return "monster/newmonsters/gbl/gbltentacle/Animation/Move.ani";
 | |
|         case 56432:
 | |
|             return "monster/newmonsters/gbl/gbltentaclenamed/Animation/Move.ani";
 | |
|         case 56104:
 | |
|             return "monster/newmonsters/gbl/gbltentaclenamed/Animation/Move.ani";
 | |
|         case 61468:
 | |
|             return "monster/newmonsters/gbl/invader/Animation/move.ani";
 | |
|         case 61106:
 | |
|             return "monster/newmonsters/gbl/invader/Animation/move.ani";
 | |
|         case 61435:
 | |
|             return "monster/newmonsters/gbl/isadora/Animation/Move.ani";
 | |
|         case 61103:
 | |
|             return "monster/newmonsters/gbl/isadora/Animation/Move.ani";
 | |
|         case 64560:
 | |
|             return "monster/newmonsters/gbl/isadora/Animation/Move.ani";
 | |
|         case 61115:
 | |
|             return "monster/newmonsters/gbl/isadora/Animation/Move.ani";
 | |
|         case 61114:
 | |
|             return "monster/newmonsters/gbl/ladyzealot/Animation/Move.ani";
 | |
|         case 61466:
 | |
|             return "monster/newmonsters/gbl/ladyzealot/Animation/Move.ani";
 | |
|         case 61104:
 | |
|             return "monster/newmonsters/gbl/ladyzealot/Animation/Move.ani";
 | |
|         case 56433:
 | |
|             return "monster/newmonsters/gbl/stickcle/Animation/move.ani";
 | |
|         case 56101:
 | |
|             return "monster/newmonsters/gbl/stickcle/Animation/move.ani";
 | |
|         case 61471:
 | |
|             return "monster/newmonsters/gbl/thrower/Animation/move.ani";
 | |
|         case 61100:
 | |
|             return "monster/newmonsters/gbl/thrower/Animation/move.ani";
 | |
|         case 61105:
 | |
|             return "monster/newmonsters/gbl/webcannon/Animation/Move.ani";
 | |
|         case 61703:
 | |
|             return "monster/newmonsters/golem/icegolem/Animation/move.ani";
 | |
|         case 56712:
 | |
|             return "monster/newmonsters/golem/icewavegolem/Animation/move.ani";
 | |
|         case 56711:
 | |
|             return "monster/newmonsters/golem/ricubaby/Animation/move.ani";
 | |
|         case 56706:
 | |
|             return "monster/newmonsters/golem/stormgolem/Animation/move.ani";
 | |
|         case 56731:
 | |
|             return "monster/newmonsters/risk_dungeon/kingsruins/guardblock/AnimationGuardBlock/Move.ani";
 | |
|         case 56733:
 | |
|             return "monster/newmonsters/risk_dungeon/kingsruins/guardfire/AnimationGuardFire/Move.ani";
 | |
|         case 56732:
 | |
|             return "monster/newmonsters/risk_dungeon/kingsruins/guardice/AnimationGuardIce/Move.ani";
 | |
|         case 56734:
 | |
|             return "monster/newmonsters/risk_dungeon/kingsruins/guardlight/AnimationGuardLight/Move.ani";
 | |
|         case 56730:
 | |
|             return "monster/newmonsters/risk_dungeon/kingsruins/guardwind/AnimationGuardWind/Move.ani";
 | |
|         case 61750:
 | |
|             return "monster/newmonsters/risk_dungeon/kingsruins/hammerking/AnimationHammerKing/Move.ani";
 | |
|         case 61748:
 | |
|             return "monster/newmonsters/risk_dungeon/vilmark/bloodlugaru/Animation_BloodLugaru/Move.ani";
 | |
|         case 56743:
 | |
|             return "monster/newmonsters/risk_dungeon/vilmark/ciel/Animation_Ciel/Move.ani";
 | |
|         case 61753:
 | |
|             return "monster/newmonsters/risk_dungeon/vilmark/goblinkrazyivan/Animation_Goblin/Move.ani";
 | |
|         case 56740:
 | |
|             return "monster/newmonsters/risk_dungeon/vilmark/goblinkrazyivancaptain/Animation_Goblin/Move.ani";
 | |
|         case 56742:
 | |
|             return "monster/newmonsters/risk_dungeon/vilmark/heart/Animation_Heart/Move.ani";
 | |
|         case 61737:
 | |
|             return "monster/newmonsters/risk_dungeon/vilmark/mecatau/MetaCowAnimation/Move.ani";
 | |
|         case 56741:
 | |
|             return "monster/newmonsters/risk_dungeon/vilmark/taucaptain/CaptainAnimation/Move.ani";
 | |
|         case 61752:
 | |
|             return "monster/newmonsters/risk_dungeon/vilmark/taumini/MiniAnimation/Move.ani";
 | |
|         case 61452:
 | |
|             return "monster/newmonsters/snake/ice_snake/Animation/move.ani";
 | |
|         case 65000:
 | |
|             return "monster/newmonsters/snake/ice_snake/Animation/move.ani";
 | |
|         case 62104:
 | |
|             return "monster/newmonsters/snake/ice_snake/Animation/move.ani";
 | |
|         case 56450:
 | |
|             return "monster/newmonsters/snowman/louis/Animation/move.ani";
 | |
|         case 64558:
 | |
|             return "monster/newmonsters/snowman/sasquatch/Animation/move.ani";
 | |
|         case 61707:
 | |
|             return "monster/newmonsters/snowman/sasquatch/Animation/move.ani";
 | |
|         case 43006:
 | |
|             return "monster/newmonsters/snowman/sasquatch/Animation/move.ani";
 | |
|         case 61453:
 | |
|             return "monster/newmonsters/snowman/snowman/Animation/move.ani";
 | |
|         case 62101:
 | |
|             return "monster/newmonsters/snowman/snowman/Animation/move.ani";
 | |
|         case 41009:
 | |
|             return "monster/newmonsters/snowman/snowman/Animation/move.ani";
 | |
|         case 40008:
 | |
|             return "monster/newmonsters/snowman/snowman/Animation/move.ani";
 | |
|         case 62011:
 | |
|             return "monster/newmonsters/spider/slotor/Animation/move.ani";
 | |
|         case 61706:
 | |
|             return "monster/newmonsters/spider/slotor/Animation/move.ani";
 | |
|         case 62102:
 | |
|             return "monster/newmonsters/spider/slotor/Animation/move.ani";
 | |
|         case 56452:
 | |
|             return "monster/newmonsters/spider/slotor1/Animation/move.ani";
 | |
|         case 61326:
 | |
|             return "monster/newmonsters/spider/slotorblind/Animation/move.ani";
 | |
|         case 63038:
 | |
|             return "monster/newmonsters/timegate/conflagration/elf_guard/Animation/Move.ani";
 | |
|         case 63028:
 | |
|             return "monster/newmonsters/timegate/conflagration/flaghillgab/Animation_MountainGoblin2/Move.ani";
 | |
|         case 59030:
 | |
|             return "monster/newmonsters/timegate/conflagration/tangga/CaptainAnimation/Move.ani";
 | |
|         case 63029:
 | |
|             return "monster/newmonsters/timegate/conflagration/tauassaulter/AssaulterAnimation/Move.ani";
 | |
|         case 63030:
 | |
|             return "monster/newmonsters/timegate/conflagration/tauguard/GuardAnimation/Move.ani";
 | |
|         case 63032:
 | |
|             return "monster/newmonsters/timegate/epidemic/skeleton/Animation_Skeleton/Move.ani";
 | |
|         case 1083:
 | |
|             return "monster/nugol/BabyNugol_Animation/Move.ani";
 | |
|         case 1085:
 | |
|             return "monster/nugol/KingNugol_Animation/Move.ani";
 | |
|         case 1084:
 | |
|             return "monster/nugol/Nugol_Animation/Move.ani";
 | |
|         case 1097:
 | |
|             return "monster/peterthepiper/BiteRatAnimation/Move.ani";
 | |
|         case 1101:
 | |
|             return "monster/peterthepiper/CursedRatAnimation/Move.ani";
 | |
|         case 1096:
 | |
|             return "monster/peterthepiper/PeterThePiperAnimation/Move.ani";
 | |
|         case 1078:
 | |
|             return "monster/peterthepiper/PeterThePiperAnimation/Move.ani";
 | |
|         case 1077:
 | |
|             return "monster/peterthepiper/PeterThePiperAnimation/Move.ani";
 | |
|         case 1080:
 | |
|             return "monster/peterthepiper/RatWaveAnimation/RatRush.ani";
 | |
|         case 50076:
 | |
|             return "monster/skeleton/Animation_CuladSkeleton/Move.ani";
 | |
|         case 61172:
 | |
|             return "monster/skeleton/Animation_Skeleton/Move.ani";
 | |
|         case 10003:
 | |
|             return "monster/skeleton/Animation_Skeleton/Move.ani";
 | |
|         case 1094:
 | |
|             return "monster/skeleton/Animation_HeadlessSkeleton/Move.ani";
 | |
|         case 1000:
 | |
|             return "monster/skeleton/Animation_Skeleton/Move.ani";
 | |
|         case 1006:
 | |
|             return "monster/skeleton/Animation_FallenGuardian/Move.ani";
 | |
|         case 1090:
 | |
|             return "monster/skeleton/Animation_SkullKane/Move.ani";
 | |
|         case 1001:
 | |
|             return "monster/skeleton/Animation_StoneSkeleton/Move.ani";
 | |
|         case 50074:
 | |
|             return "monster/skeleton/Animation_SzakSkeleton/Move.ani";
 | |
|         case 55004:
 | |
|             return "monster/skeleton/Animation_Skeleton/Move.ani";
 | |
|         case 41013:
 | |
|             return "monster/skeleton/Animation_StoneSkeleton/Move.ani";
 | |
|         case 40014:
 | |
|             return "monster/skeleton/Animation_Skeleton/Move.ani";
 | |
|         case 42012:
 | |
|             return "monster/skeleton/Animation_CuladSkeleton/Move.ani";
 | |
|         case 42009:
 | |
|             return "monster/skeleton/Animation_HydeSkeleton/Move.ani";
 | |
|         case 42010:
 | |
|             return "monster/skeleton/Animation_SzakSkeleton/Move.ani";
 | |
|         case 42011:
 | |
|             return "monster/skeleton/Animation_ZakasiyaSkeleton/Move.ani";
 | |
|         case 50075:
 | |
|             return "monster/skeleton/Animation_ZakasiyaSkeleton/Move.ani";
 | |
|         case 1020:
 | |
|             return "monster/slotor/SlotorAnimation/Move.ani";
 | |
|         case 1019:
 | |
|             return "monster/snowman/SnowmanAnimation/Move.ani";
 | |
|         case 40025:
 | |
|             return "monster/snowman/SnowmanAnimation/Move.ani";
 | |
|         case 3013:
 | |
|             return "monster/soceress/Animation_Vinoshu/Move.ani";
 | |
|         case 3014:
 | |
|             return "monster/soceress/Animation_Keraha/Move.ani";
 | |
|         case 50023:
 | |
|             return "monster/soceress/Animation_Vinoshu/Move.ani";
 | |
|         case 50024:
 | |
|             return "monster/soceress/Animation_Keraha/Move.ani";
 | |
|         case 64529:
 | |
|             return "monster/soceress/Animation_Keraha/Move.ani";
 | |
|         case 64588:
 | |
|             return "monster/soceress/Animation_Keraha/Move.ani";
 | |
|         case 21:
 | |
|             return "monster/soceress/Animation_Keraha/Move.ani";
 | |
|         case 61257:
 | |
|             return "monster/soceress/Animation_Luis/Move.ani";
 | |
|         case 902:
 | |
|             return "monster/soceress/Animation_Luis/Move.ani";
 | |
|         case 60104:
 | |
|             return "monster/soceress/Animation_Keraha/Move.ani";
 | |
|         case 64531:
 | |
|             return "monster/soceress/Animation_Vinoshu/Move.ani";
 | |
|         case 62523:
 | |
|             return "monster/soceress/Animation_Vinoshu/Move.ani";
 | |
|         case 64589:
 | |
|             return "monster/soceress/Animation_Vinoshu/Move.ani";
 | |
|         case 22:
 | |
|             return "monster/soceress/Animation_Vinoshu/Move.ani";
 | |
|         case 61215:
 | |
|             return "monster/soldier/AnimationAxeExpeller/Move.ani";
 | |
|         case 61846:
 | |
|             return "monster/soldier/AnimationAxeExpeller/Move.ani";
 | |
|         case 701:
 | |
|             return "monster/soldier/AnimationAxeExpeller/Move.ani";
 | |
|         case 61839:
 | |
|             return "monster/soldier/AnimationAxionExpeller/Move.ani";
 | |
|         case 50063:
 | |
|             return "monster/soldier/AnimationAxionExpeller/Move.ani";
 | |
|         case 61213:
 | |
|             return "monster/soldier/AnimationExpeller/Move.ani";
 | |
|         case 61845:
 | |
|             return "monster/soldier/AnimationExpeller/Move.ani";
 | |
|         case 700:
 | |
|             return "monster/soldier/AnimationExpeller/Move.ani";
 | |
|         case 61842:
 | |
|             return "monster/soldier/AnimationGuardBlock/Move.ani";
 | |
|         case 50066:
 | |
|             return "monster/soldier/AnimationGuardBlock/Move.ani";
 | |
|         case 61840:
 | |
|             return "monster/soldier/AnimationGuardFire/Move.ani";
 | |
|         case 50064:
 | |
|             return "monster/soldier/AnimationGuardFire/Move.ani";
 | |
|         case 61843:
 | |
|             return "monster/soldier/AnimationGuardIce/Move.ani";
 | |
|         case 50067:
 | |
|             return "monster/soldier/AnimationGuardIce/Move.ani";
 | |
|         case 61844:
 | |
|             return "monster/soldier/AnimationGuardLight/Move.ani";
 | |
|         case 50068:
 | |
|             return "monster/soldier/AnimationGuardLight/Move.ani";
 | |
|         case 61841:
 | |
|             return "monster/soldier/AnimationGuardWind/Move.ani";
 | |
|         case 50065:
 | |
|             return "monster/soldier/AnimationGuardWind/Move.ani";
 | |
|         case 711:
 | |
|             return "monster/soldier/AnimationHammerKing/Move.ani";
 | |
|         case 61847:
 | |
|             return "monster/soldier/AnimationHeavenExpeller/Move.ani";
 | |
|         case 702:
 | |
|             return "monster/soldier/AnimationHeavenExpeller/Move.ani";
 | |
|         case 61214:
 | |
|             return "monster/soldier/AnimationLegionExpeller/Move.ani";
 | |
|         case 704:
 | |
|             return "monster/soldier/AnimationLegionExpeller/Move.ani";
 | |
|         case 909:
 | |
|             return "monster/soldier/AnimationSandorExpellerEX/Move.ani";
 | |
|         case 61256:
 | |
|             return "monster/soldier/AnimationSandorExpeller/Move.ani";
 | |
|         case 901:
 | |
|             return "monster/soldier/AnimationSandorExpeller/Move.ani";
 | |
|         case 60108:
 | |
|             return "monster/soldier/AnimationExpeller/Move.ani";
 | |
|         case 60109:
 | |
|             return "monster/soldier/AnimationGuardBlock/Move.ani";
 | |
|         case 705:
 | |
|             return "monster/soldier/AnimationTSMExpeller/Move.ani";
 | |
|         case 40021:
 | |
|             return "monster/soldier/AnimationAxeExpeller/Move.ani";
 | |
|         case 41020:
 | |
|             return "monster/soldier/AnimationAxeExpeller/Move.ani";
 | |
|         case 41021:
 | |
|             return "monster/soldier/AnimationAxionExpeller/Move.ani";
 | |
|         case 41019:
 | |
|             return "monster/soldier/AnimationExpeller/Move.ani";
 | |
|         case 40020:
 | |
|             return "monster/soldier/AnimationExpeller/Move.ani";
 | |
|         case 40022:
 | |
|             return "monster/soldier/AnimationLegionExpeller/Move.ani";
 | |
|         case 42018:
 | |
|             return "monster/soldier/AnimationHeavenExpeller/Move.ani";
 | |
|         case 222:
 | |
|             return "monster/spacefish/CrokutaAni/Head/Move.ani";
 | |
|         case 221:
 | |
|             return "monster/spacefish/SFishLongAni/Head/Move.ani";
 | |
|         case 55028:
 | |
|             return "monster/spacefish/SFishAni/Head/Move.ani";
 | |
|         case 3012:
 | |
|             return "monster/spider/SpiderAni/Stay.ani";
 | |
|         case 1092:
 | |
|             return "monster/spider/CursedSpiderAni/Stay.ani";
 | |
|         case 62008:
 | |
|             return "monster/spider/SpiderAni/Stay.ani";
 | |
|         case 420:
 | |
|             return "monster/spider/SpiderAni/Stay.ani";
 | |
|         case 56420:
 | |
|             return "monster/spider/SpiderBossAni/Stay.ani";
 | |
|         case 64549:
 | |
|             return "monster/spider/SpiderBossAni/Stay.ani";
 | |
|         case 422:
 | |
|             return "monster/spider/SpiderBossAni/Stay.ani";
 | |
|         case 10002:
 | |
|             return "monster/spider/SpiderPoisonAni/Stay.ani";
 | |
|         case 62009:
 | |
|             return "monster/spider/SpiderPoisonAni/Stay.ani";
 | |
|         case 421:
 | |
|             return "monster/spider/SpiderPoisonAni/Stay.ani";
 | |
|         case 55027:
 | |
|             return "monster/spider/SpiderBossAni/Stay.ani";
 | |
|         case 43007:
 | |
|             return "monster/spider/SpiderBossAni/Stay.ani";
 | |
|         case 62010:
 | |
|             return "monster/spider/YoungSpiderAni/Stay.ani";
 | |
|         case 61504:
 | |
|             return "monster/spider/YoungSpiderAni/Stay.ani";
 | |
|         case 430:
 | |
|             return "monster/spider/YoungSpiderAni/Stay.ani";
 | |
|         case 61259:
 | |
|             return "monster/spikeking/Animation_SpikeKing/Move.ani";
 | |
|         case 904:
 | |
|             return "monster/spikeking/Animation_SpikeKing/Move.ani";
 | |
|         case 61253:
 | |
|             return "monster/spirit/MageDarkHigherAnimation/Move.ani";
 | |
|         case 606:
 | |
|             return "monster/spirit/MageDarkHigherAnimation/Move.ani";
 | |
|         case 602:
 | |
|             return "monster/spirit/DarkAnimation/Move.ani";
 | |
|         case 50098:
 | |
|             return "monster/spirit/DarkAnimation/Move.ani";
 | |
|         case 61252:
 | |
|             return "monster/spirit/MageFireHigherAnimation/Move.ani";
 | |
|         case 605:
 | |
|             return "monster/spirit/MageFireHigherAnimation/Move.ani";
 | |
|         case 601:
 | |
|             return "monster/spirit/FireAnimation/Move.ani";
 | |
|         case 610:
 | |
|             return "monster/spirit/FireAnimation/Move.ani";
 | |
|         case 61254:
 | |
|             return "monster/spirit/MageLightHigherAnimation/Move.ani";
 | |
|         case 607:
 | |
|             return "monster/spirit/MageLightHigherAnimation/Move.ani";
 | |
|         case 603:
 | |
|             return "monster/spirit/LightAnimation/Move.ani";
 | |
|         case 60008:
 | |
|             return "monster/spirit/MageDarkAnimation/Move.ani";
 | |
|         case 60044:
 | |
|             return "monster/spirit/MageDarkExAnimation/Move.ani";
 | |
|         case 60023:
 | |
|             return "monster/spirit/MageFireHigherAnimation/Move.ani";
 | |
|         case 60007:
 | |
|             return "monster/spirit/MageFireAnimation/Move.ani";
 | |
|         case 60045:
 | |
|             return "monster/spirit/MageFireExAnimation/Move.ani";
 | |
|         case 60009:
 | |
|             return "monster/spirit/MageLightAnimation/Move.ani";
 | |
|         case 60046:
 | |
|             return "monster/spirit/MageLightExAnimation/Move.ani";
 | |
|         case 60020:
 | |
|             return "monster/spirit/MageWaterHigherAnimation/Move.ani";
 | |
|         case 60006:
 | |
|             return "monster/spirit/MageWaterAnimation/Move.ani";
 | |
|         case 60043:
 | |
|             return "monster/spirit/MageWaterExAnimation/Move.ani";
 | |
|         case 1022:
 | |
|             return "monster/spirit/WaterAnimation/Move.ani";
 | |
|         case 50069:
 | |
|             return "monster/spirit/SoulEterAnimation/Move.ani";
 | |
|         case 60113:
 | |
|             return "monster/spirit/DarkAnimation/Move.ani";
 | |
|         case 60112:
 | |
|             return "monster/spirit/FireAnimation/Move.ani";
 | |
|         case 60115:
 | |
|             return "monster/spirit/LightAnimation/Move.ani";
 | |
|         case 60103:
 | |
|             return "monster/spirit/WaterAnimation/Move.ani";
 | |
|         case 55019:
 | |
|             return "monster/spirit/DarkAnimation/Move.ani";
 | |
|         case 55020:
 | |
|             return "monster/spirit/FireAnimation/Move.ani";
 | |
|         case 55017:
 | |
|             return "monster/spirit/LightAnimation/Move.ani";
 | |
|         case 50507:
 | |
|             return "monster/spirit/SoulEterAnimation/Move.ani";
 | |
|         case 55018:
 | |
|             return "monster/spirit/WaterAnimation/Move.ani";
 | |
|         case 50502:
 | |
|             return "monster/spirit/ShisukeAnimation/Move.ani";
 | |
|         case 41010:
 | |
|             return "monster/spirit/FireAnimation/Move.ani";
 | |
|         case 40013:
 | |
|             return "monster/spirit/FireAnimation/Move.ani";
 | |
|         case 42013:
 | |
|             return "monster/spirit/SoulEterAnimation/Move.ani";
 | |
|         case 61251:
 | |
|             return "monster/spirit/MageWaterHigherAnimation/Move.ani";
 | |
|         case 604:
 | |
|             return "monster/spirit/MageWaterHigherAnimation/Move.ani";
 | |
|         case 600:
 | |
|             return "monster/spirit/WaterAnimation/Move.ani";
 | |
|         case 50078:
 | |
|             return "monster/spirit/ShisukeAnimation/Move.ani";
 | |
|         case 250:
 | |
|             return "monster/starfish/TentacleAnimation/Move.ani";
 | |
|         case 253:
 | |
|             return "monster/starfish/DevAnimation/Move.ani";
 | |
|         case 64545:
 | |
|             return "monster/starfish/GreatAnimation/Move.ani";
 | |
|         case 251:
 | |
|             return "monster/starfish/GreatAnimation/Move.ani";
 | |
|         case 64584:
 | |
|             return "monster/starfish/RukAnimation/Move.ani";
 | |
|         case 252:
 | |
|             return "monster/starfish/RukAnimation/Move.ani";
 | |
|         case 60100:
 | |
|             return "monster/starfish/DevAnimation/Move.ani";
 | |
|         case 61197:
 | |
|             return "monster/starfish/TentacleAnimation/Move.ani";
 | |
|         case 61199:
 | |
|             return "monster/starfish/DevAnimation/Move.ani";
 | |
|         case 61198:
 | |
|             return "monster/starfish/RukAnimation/Move.ani";
 | |
|         case 1082:
 | |
|             return "monster/statue/Animation/Move.ani";
 | |
|         case 1061:
 | |
|             return "monster/succubus/Animation_Azuriness/Move.ani";
 | |
|         case 1060:
 | |
|             return "monster/succubus/Animation_Mistylime/Move.ani";
 | |
|         case 50002:
 | |
|             return "monster/tau/Rock_MoudAnimation/Move.ani";
 | |
|         case 64530:
 | |
|             return "monster/tau/TangasAnimation/Move.ani";
 | |
|         case 15:
 | |
|             return "monster/tau/TangasAnimation/Move.ani";
 | |
|         case 64524:
 | |
|             return "monster/tau/ArmyAnimation/Move.ani";
 | |
|         case 11:
 | |
|             return "monster/tau/ArmyAnimation/Move.ani";
 | |
|         case 10001:
 | |
|             return "monster/tau/AssaulterAnimation/Move.ani";
 | |
|         case 13:
 | |
|             return "monster/tau/AssaulterAnimation/Move.ani";
 | |
|         case 64525:
 | |
|             return "monster/tau/BeastAnimation/Move.ani";
 | |
|         case 12:
 | |
|             return "monster/tau/BeastAnimation/Move.ani";
 | |
|         case 61836:
 | |
|             return "monster/tau/CaptainAnimation/Move.ani";
 | |
|         case 50071:
 | |
|             return "monster/tau/CaptainAnimation/Move.ani";
 | |
|         case 14:
 | |
|             return "monster/tau/GuardAnimation/Move.ani";
 | |
|         case 61838:
 | |
|             return "monster/tau/MetaCowAnimation/Move.ani";
 | |
|         case 17:
 | |
|             return "monster/tau/MetaCowAnimation/Move.ani";
 | |
|         case 61837:
 | |
|             return "monster/tau/MiniAnimation/Move.ani";
 | |
|         case 16:
 | |
|             return "monster/tau/MiniAnimation/Move.ani";
 | |
|         case 908:
 | |
|             return "monster/tau/BeastAnimation/Move.ani";
 | |
|         case 43016:
 | |
|             return "monster/tau/MetaCowAnimation/Move.ani";
 | |
|         case 42019:
 | |
|             return "monster/tau/CaptainAnimation/Move.ani";
 | |
|         case 50084:
 | |
|             return "monster/thief/HakudoAnimation/Move.ani";
 | |
|         case 50092:
 | |
|             return "monster/thief/MouseHeadSueAnimation/Move.ani";
 | |
|         case 1072:
 | |
|             return "monster/thief/MyojinAnimation/Move.ani";
 | |
|         case 1071:
 | |
|             return "monster/thief/ThiefFemaleAnimation/Move.ani";
 | |
|         case 50087:
 | |
|             return "monster/thief/ThiefGhostRunner/Move.ani";
 | |
|         case 1070:
 | |
|             return "monster/thief/ThiefMaleAnimation/Move.ani";
 | |
|         case 1069:
 | |
|             return "monster/thief/ThiefMaleMadAnimation/Move.ani";
 | |
|         case 50505:
 | |
|             return "monster/thief/HakudoAnimation/Move.ani";
 | |
|         case 50506:
 | |
|             return "monster/thief/MouseHeadSueAnimation/Move.ani";
 | |
|         case 55012:
 | |
|             return "monster/thief/MyojinAnimation/Move.ani";
 | |
|         case 43011:
 | |
|             return "monster/thief/HakudoAnimation/Move.ani";
 | |
|         case 43013:
 | |
|             return "monster/thief/MyojinAnimation/Move.ani";
 | |
|         case 43012:
 | |
|             return "monster/thief/ThiefGhostRunner/Move.ani";
 | |
|         case 1031:
 | |
|             return "monster/toy/CheapToyAnimation/Move.ani";
 | |
|         case 1033:
 | |
|             return "monster/toy/ExpensiveToyAnimation/Move.ani";
 | |
|         case 50080:
 | |
|             return "monster/toy/HiddenAAni/Move.ani";
 | |
|         case 50081:
 | |
|             return "monster/toy/HiddenBAni/Move.ani";
 | |
|         case 50082:
 | |
|             return "monster/toy/HiddenCAni/Move.ani";
 | |
|         case 50083:
 | |
|             return "monster/toy/HiddenDAni/Move.ani";
 | |
|         case 55005:
 | |
|             return "monster/toy/ExpensiveToyAnimation/Move.ani";
 | |
|         case 50504:
 | |
|             return "monster/toy/HiddenBAni/Move.ani";
 | |
|         case 50508:
 | |
|             return "monster/toy/HiddenDAni/Move.ani";
 | |
|         case 1032:
 | |
|             return "monster/toy/ToyAnimation/Move.ani";
 | |
|         case 271:
 | |
|             return "monster/vehicle/BattlinGramAni/Move.ani";
 | |
|         case 270:
 | |
|             return "monster/vehicle/CatapultAni/Move.ani";
 | |
|         case 272:
 | |
|             return "monster/vehicle/FlameCataAni/Move.ani";
 | |
|         case 273:
 | |
|             return "monster/vehicle/LaserCataAni/Move.ani";
 | |
|         case 41005:
 | |
|             return "monster/vehicle/CatapultAni/Move.ani";
 | |
|         case 42004:
 | |
|             return "monster/vehicle/CatapultAni/Move.ani";
 | |
|         case 61821:
 | |
|             return "monster/villageattacked/Animation_MountainGoblin2/Move.ani";
 | |
|         case 61822:
 | |
|             return "monster/villageattacked/Animation_IslandGoblin2/Move.ani";
 | |
|         case 61835:
 | |
|             return "monster/villageattacked/Animation_Ral/Move.ani";
 | |
|         case 61815:
 | |
|             return "monster/villageattacked/Animation_Goblin2/Move.ani";
 | |
|         case 61819:
 | |
|             return "monster/villageattacked/Animation_Kinol2/Move.ani";
 | |
|         case 61816:
 | |
|             return "monster/villageattacked/Animation_Thrower/Move.ani";
 | |
|         case 61820:
 | |
|             return "monster/villageattacked/Animation_Gero/Move.ani";
 | |
|         case 61818:
 | |
|             return "monster/villageattacked/Animation_MountainGoblin/Move.ani";
 | |
|         case 61829:
 | |
|             return "monster/villageattacked/Animation_Keraha/Move.ani";
 | |
|         case 61823:
 | |
|             return "monster/villageattacked/Animation_LightningKinol2/Move.ani";
 | |
|         case 61832:
 | |
|             return "monster/villageattacked/Animation_BlackLugaru/Move.ani";
 | |
|         case 61831:
 | |
|             return "monster/villageattacked/Animation_Lugaru/Move.ani";
 | |
|         case 61834:
 | |
|             return "monster/villageattacked/Animation_Penril/Move.ani";
 | |
|         case 61817:
 | |
|             return "monster/villageattacked/Animation_IslandGoblin/Move.ani";
 | |
|         case 61828:
 | |
|             return "monster/villageattacked/TangasAnimation/Move.ani";
 | |
|         case 61833:
 | |
|             return "monster/villageattacked/Animation_WhiteLugaru/Move.ani";
 | |
|         case 61824:
 | |
|             return "monster/villageattacked/ArmyAnimation/Move.ani";
 | |
|         case 61826:
 | |
|             return "monster/villageattacked/AssaulterAnimation/Move.ani";
 | |
|         case 61825:
 | |
|             return "monster/villageattacked/BeastAnimation/Move.ani";
 | |
|         case 61827:
 | |
|             return "monster/villageattacked/GuardAnimation/Move.ani";
 | |
|         case 61830:
 | |
|             return "monster/villageattacked/Animation_Vinoshu/Move.ani";
 | |
|         case 1091:
 | |
|             return "monster/wraith/SkillHuntressAni/Move.ani";
 | |
|         case 50509:
 | |
|             return "monster/wraith/WraithLilithAni/Move.ani";
 | |
|         case 41011:
 | |
|             return "monster/wraith/WraithLilithAni/Move.ani";
 | |
|         case 40012:
 | |
|             return "monster/wraith/WraithSpectressAni/Move.ani";
 | |
|         case 410:
 | |
|             return "monster/wraith/WraithAni/Move.ani";
 | |
|         case 50077:
 | |
|             return "monster/wraith/WraithLilithAni/Move.ani";
 | |
|         case 411:
 | |
|             return "monster/wraith/WraithSpectressAni/Move.ani";
 | |
|         case 64540:
 | |
|             return "monster/zealot/FatherAni/Move.ani";
 | |
|         case 61433:
 | |
|             return "monster/zealot/FatherAni/Move.ani";
 | |
|         case 265:
 | |
|             return "monster/zealot/FatherAni/Move.ani";
 | |
|         case 64541:
 | |
|             return "monster/zealot/PopeAni/Move.ani";
 | |
|         case 61434:
 | |
|             return "monster/zealot/PopeAni/Move.ani";
 | |
|         case 266:
 | |
|             return "monster/zealot/PopeAni/Move.ani";
 | |
|         case 263:
 | |
|             return "monster/zealot/CraxyAni/Move.ani";
 | |
|         case 56417:
 | |
|             return "monster/zealot/DarkAni/Move.ani";
 | |
|         case 56414:
 | |
|             return "monster/zealot/DawnAni/Move.ani";
 | |
|         case 56415:
 | |
|             return "monster/zealot/LightAni/Move.ani";
 | |
|         case 50010:
 | |
|             return "monster/zealot/LightAni/Move.ani";
 | |
|         case 56416:
 | |
|             return "monster/zealot/TwilightAni/Move.ani";
 | |
|         case 50011:
 | |
|             return "monster/zealot/TwilightAni/Move.ani";
 | |
|         case 261:
 | |
|             return "monster/zealot/FatherAni/Move.ani";
 | |
|         case 262:
 | |
|             return "monster/zealot/PopeAni/Move.ani";
 | |
|         case 260:
 | |
|             return "monster/zealot/Raxy-AAni/Move.ani";
 | |
|         case 264:
 | |
|             return "monster/zealot/Raxy-BAni/Move.ani";
 | |
|         case 60102:
 | |
|             return "monster/zealot/Raxy-AAni/Move.ani";
 | |
|         case 55024:
 | |
|             return "monster/zealot/FatherAni/Move.ani";
 | |
|         case 55008:
 | |
|             return "monster/zealot/CraxyAni/Move.ani";
 | |
|         case 1038:
 | |
|             return "monster/zealotrebirth/RebirthBrotherAni/Move.ani";
 | |
|         case 1040:
 | |
|             return "monster/zealotrebirth/RebirthGBLAni/Move.ani";
 | |
|         case 1042:
 | |
|             return "monster/zealotrebirth/RebirthGBLBishopAni/Move.ani";
 | |
|         case 64547:
 | |
|             return "monster/zealotrebirth/RebirthGBLLeaderAni/Move.ani";
 | |
|         case 1043:
 | |
|             return "monster/zealotrebirth/RebirthGBLLeaderAni/Move.ani";
 | |
|         case 1041:
 | |
|             return "monster/zealotrebirth/RebirthGBLPriestAni/Move.ani";
 | |
|         case 1039:
 | |
|             return "monster/zealotrebirth/RebirthSisterAni/Move.ani";
 | |
|         case 55007:
 | |
|             return "monster/zepplin/ZepplinAni/Move.ani";
 | |
|         case 280:
 | |
|             return "monster/zepplin/ZepplinAni/Move.ani";
 | |
|         case 64544:
 | |
|             return "monster/zepplin/MacZepAni/Move.ani";
 | |
|         case 281:
 | |
|             return "monster/zepplin/MacZepAni/Move.ani";
 | |
|         case 61171:
 | |
|             return "monster/zombie/kalkazakAnimation/Move.ani";
 | |
|         case 50001:
 | |
|             return "monster/zombie/kalkazakAnimation/Move.ani";
 | |
|         case 61533:
 | |
|             return "monster/zombie/NZAnimation/Move.ani";
 | |
|         case 61532:
 | |
|             return "monster/zombie/NZAnimation/Move.ani";
 | |
|         case 65002:
 | |
|             return "monster/zombie/ZGAnimation/Move.ani";
 | |
|         case 60114:
 | |
|             return "monster/zombie/ZHAnimation/Move.ani";
 | |
|         case 65001:
 | |
|             return "monster/zombie/ZZAnimation/Move.ani";
 | |
|         case 55011:
 | |
|             return "monster/zombie/ZGAnimation/Move.ani";
 | |
|         case 55003:
 | |
|             return "monster/zombie/ZZAnimation/Move.ani";
 | |
|         case 41012:
 | |
|             return "monster/zombie/ZGAnimation/Move.ani";
 | |
|         case 64532:
 | |
|             return "monster/zombie/ZGAnimation/Move.ani";
 | |
|         case 212:
 | |
|             return "monster/zombie/ZGAnimation/Move.ani";
 | |
|         case 211:
 | |
|             return "monster/zombie/ZHAnimation/Move.ani";
 | |
|         case 210:
 | |
|             return "monster/zombie/ZZAnimation/Move.ani";
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
|         case 64580:
 | |
|             return "monster/act8/blackscalemoussambani/animation/move.ani";
 | |
|         case 64592:
 | |
|             return "monster/act8/blackscalemoussambani/animation/move.ani";
 | |
|         case 61192:
 | |
|             return "monster/act8/blackscalemoussambani/animation/move.ani";
 | |
|         case 56019:
 | |
|             return "monster/act8/botticelli/animation/move.ani";
 | |
|         case 64581:
 | |
|             return "monster/act8/botticelli/animation/move.ani";
 | |
|         case 61223:
 | |
|             return "monster/act8/botticelli/animation/move.ani";
 | |
|         case 61231:
 | |
|             return "monster/act8/burnbotti/animation/move.ani";
 | |
|         case 65010:
 | |
|             return "monster/act8/burnbotti/animation/move.ani";
 | |
|         case 59000:
 | |
|             return "monster/act8/chiefmong/animation/move.ani";
 | |
|         case 59001:
 | |
|             return "monster/act8/chiefmongghost/animation/move.ani";
 | |
|         case 59002:
 | |
|             return "monster/act8/chiefmongghost_2nd/animation/move.ani";
 | |
|         case 59003:
 | |
|             return "monster/act8/chiefmongghost_3rd/animation/move.ani";
 | |
|         case 56013:
 | |
|             return "monster/act8/chiefsars/animation/move.ani";
 | |
|         case 56014:
 | |
|             return "monster/act8/chiefsars/animation/move.ani";
 | |
|         case 63005:
 | |
|             return "monster/act8/chiefsars_crow/animation/move.ani";
 | |
|         case 61487:
 | |
|             return "monster/act8/chiefsars_crow/animation/move.ani";
 | |
|         case 56020:
 | |
|             return "monster/act8/congcong/animation/move.ani";
 | |
|         case 64582:
 | |
|             return "monster/act8/congcong/animation/move.ani";
 | |
|         case 61194:
 | |
|             return "monster/act8/congcong/animation/move.ani";
 | |
|         case 61191:
 | |
|             return "monster/act8/crokhan/animation/move.ani";
 | |
|         case 62106:
 | |
|             return "monster/act8/crokhan_spearman/animation/move.ani";
 | |
|         case 61492:
 | |
|             return "monster/act8/dark_ghost/animation/move.ani";
 | |
|         case 61543:
 | |
|             return "monster/act8/dark_ghost/animation/move.ani";
 | |
|         case 61491:
 | |
|             return "monster/act8/ghost_flu/animation/move.ani";
 | |
|         case 56139:
 | |
|             return "monster/act8/knifetooth/animation/move.ani";
 | |
|         case 56011:
 | |
|             return "monster/act8/masaccio/animation/move.ani";
 | |
|         case 56010:
 | |
|             return "monster/act8/masaccio/animation/move.ani";
 | |
|         case 61224:
 | |
|             return "monster/act8/masaccio/animation/move.ani";
 | |
|         case 61225:
 | |
|             return "monster/act8/masaccio/animation/move.ani";
 | |
|         case 61186:
 | |
|             return "monster/act8/mermadia_mage/animation/move.ani";
 | |
|         case 61188:
 | |
|             return "monster/act8/mermadia_mage/animation/move.ani";
 | |
|         case 61189:
 | |
|             return "monster/act8/mermadia_mage/animation/move.ani";
 | |
|         case 61190:
 | |
|             return "monster/act8/mermadia_mage/animation/move.ani";
 | |
|         case 61187:
 | |
|             return "monster/act8/mermadia_warrior/animation/move.ani";
 | |
|         case 61248:
 | |
|             return "monster/act8/merman/animation/move.ani";
 | |
|         case 61218:
 | |
|             return "monster/act8/merman/animation/move.ani";
 | |
|         case 56008:
 | |
|             return "monster/act8/mermanhook/animation/move.ani";
 | |
|         case 61219:
 | |
|             return "monster/act8/mermanmage/animation/move.ani";
 | |
|         case 56137:
 | |
|             return "monster/act8/oneeyedmermaid/animation/move.ani";
 | |
|         case 62115:
 | |
|             return "monster/act8/plover/animation/move.ani";
 | |
|         case 61193:
 | |
|             return "monster/act8/plover/animation/move.ani";
 | |
|         case 61484:
 | |
|             return "monster/act8/skeleton_mermadia/animation/move.ani";
 | |
|         case 64587:
 | |
|             return "monster/act8/turtlecannon/animation/move.ani";
 | |
|         case 61222:
 | |
|             return "monster/act8/turtlecannon/animation/move.ani";
 | |
|         case 61220:
 | |
|             return "monster/act8/turtlek/animation/move.ani";
 | |
|         case 61221:
 | |
|             return "monster/act8/turtlekdeckhand/animation/move.ani";
 | |
|         case 59005:
 | |
|             return "monster/act8/wooden_doll/animation/move.ani";
 | |
|         case 61490:
 | |
|             return "monster/act8/wooden_doll_l/animation/move.ani";
 | |
|         case 59006:
 | |
|             return "monster/act8/wooden_doll_l/animation/move.ani";
 | |
|         case 63004:
 | |
|             return "monster/act8/wooden_doll_nomnal/animation/move.ani";
 | |
|         case 63006:
 | |
|             return "monster/act8/wooden_doll_nomnal/animation/move.ani";
 | |
|         case 59007:
 | |
|             return "monster/act8/wooden_doll_p/animation/move.ani";
 | |
|         case 59008:
 | |
|             return "monster/act8/wooden_doll_t/animation/move.ani";
 | |
|         case 63000:
 | |
|             return "monster/act8/woodendoll_nb/animation/move.ani";
 | |
|         case 63003:
 | |
|             return "monster/act8/woodendoll_ng/animation/move.ani";
 | |
|         case 63002:
 | |
|             return "monster/act8/woodendoll_np/animation/move.ani";
 | |
|         case 63001:
 | |
|             return "monster/act8/woodendoll_ny/animation/move.ani";
 | |
|         case 61485:
 | |
|             return "monster/act8/zombie_marine/animation/move.ani";
 | |
|         case 85111:
 | |
|             return "monster/bosstower/domina/animation/move.ani";
 | |
|         case 56153:
 | |
|             return "monster/casillas/animation/move.ani";
 | |
|         case 100001:
 | |
|             return "monster/dragondungeon/babydragon/animation/move.ani";
 | |
|         case 100009:
 | |
|             return "monster/dragondungeon/babydragonmodify/animation/move.ani";
 | |
|         case 100002:
 | |
|             return "monster/dragondungeon/masterdragon/animation/move.ani";
 | |
|         case 100005:
 | |
|             return "monster/dragondungeon/mineralgolem/animation/move.ani";
 | |
|         case 110001:
 | |
|             return "monster/dragondungeon/mineralgolem/animation/move.ani";
 | |
|         case 100004:
 | |
|             return "monster/dragondungeon/rockgolem/animation/move.ani";
 | |
|         case 110000:
 | |
|             return "monster/dragondungeon/rockgolem/animation/move.ani";
 | |
|         case 100011:
 | |
|             return "monster/dragondungeon/summonbabydragon/animation/move.ani";
 | |
|         case 100012:
 | |
|             return "monster/dragondungeon/summonbabydragonmodify/animation/move.ani";
 | |
|         case 65500:
 | |
|             return "monster/equipment/gun_congcong/animation/move.ani";
 | |
|         case 65014:
 | |
|             return "monster/equipment/gungoblin/gunman/animation/move.ani";
 | |
|         case 65013:
 | |
|             return "monster/equipment/gungoblin2/macgee/animation/move.ani";
 | |
|         case 65012:
 | |
|             return "monster/equipment/plover/animation/move.ani";
 | |
|         case 62773:
 | |
|             return "monster/event/bluemarble/agamemnon/animation/move.ani";
 | |
|         case 62737:
 | |
|             return "monster/event/bluemarble/agarum/animation/move.ani";
 | |
|         case 62632:
 | |
|             return "monster/event/bluemarble/astray_alsor/animation/move.ani";
 | |
|         case 62630:
 | |
|             return "monster/event/bluemarble/astray_gbl_devotee/animation/move.ani";
 | |
|         case 62631:
 | |
|             return "monster/event/bluemarble/astray_gbl_w_devotee/animation/move.ani";
 | |
|         case 62708:
 | |
|             return "monster/event/bluemarble/at_5t/animation/move.ani";
 | |
|         case 62768:
 | |
|             return "monster/event/bluemarble/attackbody/animation/move.ani";
 | |
|         case 62762:
 | |
|             return "monster/event/bluemarble/axeoutlaw/animation/move.ani";
 | |
|         case 62758:
 | |
|             return "monster/event/bluemarble/axeoutlaw/animation/move.ani";
 | |
|         case 62691:
 | |
|             return "monster/event/bluemarble/bentinck/animation/move.ani";
 | |
|         case 62705:
 | |
|             return "monster/event/bluemarble/bigsoldier/animation/move.ani";
 | |
|         case 62716:
 | |
|             return "monster/event/bluemarble/bigsoldier/animation/move.ani";
 | |
|         case 62696:
 | |
|             return "monster/event/bluemarble/bigsoldier/animation/move.ani";
 | |
|         case 62757:
 | |
|             return "monster/event/bluemarble/biker2/animation/move.ani";
 | |
|         case 62752:
 | |
|             return "monster/event/bluemarble/blackscalemoussambani/animation/move.ani";
 | |
|         case 62754:
 | |
|             return "monster/event/bluemarble/botticelli/animation/move.ani";
 | |
|         case 62755:
 | |
|             return "monster/event/bluemarble/burnbotti/animation/move.ani";
 | |
|         case 62663:
 | |
|             return "monster/event/bluemarble/bwanga/animation/move.ani";
 | |
|         case 62699:
 | |
|             return "monster/event/bluemarble/captainshured/animation/move.ani";
 | |
|         case 62761:
 | |
|             return "monster/event/bluemarble/chainbiker/animation/move.ani";
 | |
|         case 62735:
 | |
|             return "monster/event/bluemarble/confusethief/animation/move.ani";
 | |
|         case 62741:
 | |
|             return "monster/event/bluemarble/congcong/animation/move.ani";
 | |
|         case 62750:
 | |
|             return "monster/event/bluemarble/crokhan/animation/move.ani";
 | |
|         case 62751:
 | |
|             return "monster/event/bluemarble/crokhan_spearman/animation/move.ani";
 | |
|         case 62675:
 | |
|             return "monster/event/bluemarble/cutpurse/animation/move.ani";
 | |
|         case 62687:
 | |
|             return "monster/event/bluemarble/cypher/animation/move.ani";
 | |
|         case 62766:
 | |
|             return "monster/event/bluemarble/defendbody/animation/move.ani";
 | |
|         case 62638:
 | |
|             return "monster/event/bluemarble/dendroid_disguise/animation/move.ani";
 | |
|         case 62722:
 | |
|             return "monster/event/bluemarble/engineerg/animation/move.ani";
 | |
|         case 62763:
 | |
|             return "monster/event/bluemarble/enjosipho/animation/move.ani";
 | |
|         case 62777:
 | |
|             return "monster/event/bluemarble/enjosipho/animation/move.ani";
 | |
|         case 62778:
 | |
|             return "monster/event/bluemarble/enjosipho/animation/move.ani";
 | |
|         case 62779:
 | |
|             return "monster/event/bluemarble/enjosipho/animation/move.ani";
 | |
|         case 57018:
 | |
|             return "monster/event/bluemarble/fastcannon-lightning/animation/move.ani";
 | |
|         case 62740:
 | |
|             return "monster/event/bluemarble/firevictim/animation/move.ani";
 | |
|         case 62641:
 | |
|             return "monster/event/bluemarble/flare_worm/animation/move.ani";
 | |
|         case 62720:
 | |
|             return "monster/event/bluemarble/frenken/animation/move.ani";
 | |
|         case 62719:
 | |
|             return "monster/event/bluemarble/frenken_baby/animation/move.ani";
 | |
|         case 62674:
 | |
|             return "monster/event/bluemarble/gang2/animation/move.ani";
 | |
|         case 62701:
 | |
|             return "monster/event/bluemarble/gt9600/animation/move.ani";
 | |
|         case 57017:
 | |
|             return "monster/event/bluemarble/gt_proto/animation/move.ani";
 | |
|         case 62671:
 | |
|             return "monster/event/bluemarble/hydracle/animation/move.ani";
 | |
|         case 62697:
 | |
|             return "monster/event/bluemarble/incendiarysoldier/animation/move.ani";
 | |
|         case 62706:
 | |
|             return "monster/event/bluemarble/incendiarysoldier/animation/move.ani";
 | |
|         case 62712:
 | |
|             return "monster/event/bluemarble/incendiarysoldier/animation/move.ani";
 | |
|         case 62688:
 | |
|             return "monster/event/bluemarble/incendiarysoldier/animation/move.ani";
 | |
|         case 62772:
 | |
|             return "monster/event/bluemarble/lv4goblin_int/animation/move.ani";
 | |
|         case 62771:
 | |
|             return "monster/event/bluemarble/lv4goblin_str/animation/move.ani";
 | |
|         case 62770:
 | |
|             return "monster/event/bluemarble/macgee2/animation/move.ani";
 | |
|         case 62702:
 | |
|             return "monster/event/bluemarble/medic/animation/move.ani";
 | |
|         case 62713:
 | |
|             return "monster/event/bluemarble/medic/animation/move.ani";
 | |
|         case 62693:
 | |
|             return "monster/event/bluemarble/medic/animation/move.ani";
 | |
|         case 62739:
 | |
|             return "monster/event/bluemarble/mermadia_mage/animation/move.ani";
 | |
|         case 62743:
 | |
|             return "monster/event/bluemarble/mermadia_mage2/animation/move.ani";
 | |
|         case 62744:
 | |
|             return "monster/event/bluemarble/mermadia_mage3/animation/move.ani";
 | |
|         case 62745:
 | |
|             return "monster/event/bluemarble/mermadia_mage4/animation/move.ani";
 | |
|         case 62742:
 | |
|             return "monster/event/bluemarble/mermadia_warrior/animation/move.ani";
 | |
|         case 62746:
 | |
|             return "monster/event/bluemarble/merman/animation/move.ani";
 | |
|         case 62738:
 | |
|             return "monster/event/bluemarble/mermanmage/animation/move.ani";
 | |
|         case 62700:
 | |
|             return "monster/event/bluemarble/minorsoldier/animation/move.ani";
 | |
|         case 62703:
 | |
|             return "monster/event/bluemarble/minorsoldier/animation/move.ani";
 | |
|         case 62714:
 | |
|             return "monster/event/bluemarble/minorsoldier/animation/move.ani";
 | |
|         case 62694:
 | |
|             return "monster/event/bluemarble/minorsoldier/animation/move.ani";
 | |
|         case 62736:
 | |
|             return "monster/event/bluemarble/mosqueen/animation/move.ani";
 | |
|         case 62709:
 | |
|             return "monster/event/bluemarble/normalsoldier/animation/move.ani";
 | |
|         case 62711:
 | |
|             return "monster/event/bluemarble/normalsoldier/animation/move.ani";
 | |
|         case 62698:
 | |
|             return "monster/event/bluemarble/normalsoldier/animation/move.ani";
 | |
|         case 57011:
 | |
|             return "monster/event/bluemarble/oneeyedmermaid/animation/move.ani";
 | |
|         case 62717:
 | |
|             return "monster/event/bluemarble/peltshu/animation/move.ani";
 | |
|         case 62734:
 | |
|             return "monster/event/bluemarble/poisoningthief/animation/move.ani";
 | |
|         case 62780:
 | |
|             return "monster/event/bluemarble/richgoblin2/animation/move.ani";
 | |
|         case 62629:
 | |
|             return "monster/event/bluemarble/ricu/animation/move.ani";
 | |
|         case 62685:
 | |
|             return "monster/event/bluemarble/rocketman/animation/move.ani";
 | |
|         case 62684:
 | |
|             return "monster/event/bluemarble/rod_aradman/animation/move.ani";
 | |
|         case 62767:
 | |
|             return "monster/event/bluemarble/runawaybody/animation/move.ani";
 | |
|         case 62689:
 | |
|             return "monster/event/bluemarble/scasa/animation/move.ani";
 | |
|         case 62728:
 | |
|             return "monster/event/bluemarble/silkhat/animation/move.ani";
 | |
|         case 62727:
 | |
|             return "monster/event/bluemarble/silverclown_ballacrobat/animation/move.ani";
 | |
|         case 62729:
 | |
|             return "monster/event/bluemarble/silverclown_ballacrobat2/animation/move.ani";
 | |
|         case 62730:
 | |
|             return "monster/event/bluemarble/silverclown_fluent/animation/move.ani";
 | |
|         case 62718:
 | |
|             return "monster/event/bluemarble/silverclown_jugglingacrobat2/animation/move.ani";
 | |
|         case 57016:
 | |
|             return "monster/event/bluemarble/soniccannon-thunder/animation/move.ani";
 | |
|         case 62686:
 | |
|             return "monster/event/bluemarble/special_rod_aradman/animation/move.ani";
 | |
|         case 62692:
 | |
|             return "monster/event/bluemarble/specialforce/animation/move.ani";
 | |
|         case 62704:
 | |
|             return "monster/event/bluemarble/spy/animation/move.ani";
 | |
|         case 62715:
 | |
|             return "monster/event/bluemarble/spy/animation/move.ani";
 | |
|         case 62695:
 | |
|             return "monster/event/bluemarble/spy/animation/move.ani";
 | |
|         case 62759:
 | |
|             return "monster/event/bluemarble/stickban/animation/move.ani";
 | |
|         case 62723:
 | |
|             return "monster/event/bluemarble/timerunner/animation/move.ani";
 | |
|         case 62749:
 | |
|             return "monster/event/bluemarble/turtlecannon/animation/move.ani";
 | |
|         case 62753:
 | |
|             return "monster/event/bluemarble/turtlek/animation/move.ani";
 | |
|         case 62747:
 | |
|             return "monster/event/bluemarble/turtlek/animation/move.ani";
 | |
|         case 62748:
 | |
|             return "monster/event/bluemarble/turtlekdeckhand/animation/move.ani";
 | |
|         case 62665:
 | |
|             return "monster/event/bluemarble/vangelis/animation/move.ani";
 | |
|         case 62710:
 | |
|             return "monster/event/bluemarble/warjack/animation/move.ani";
 | |
|         case 62776:
 | |
|             return "monster/event/bluemarble/warjack/animation/move.ani";
 | |
|         case 62640:
 | |
|             return "monster/event/bluemarble/woody_plant/animation/move.ani";
 | |
|         case 62724:
 | |
|             return "monster/event/bluemarble/zx_5_1/animation/move.ani";
 | |
|         case 62725:
 | |
|             return "monster/event/bluemarble/zx_5_2/animation/move.ani";
 | |
|         case 62726:
 | |
|             return "monster/event/bluemarble/zx_5_3/animation/move.ani";
 | |
|         case 62731:
 | |
|             return "monster/event/bluemarble/zx_5_4/animation/move.ani";
 | |
|         case 57008:
 | |
|             return "monster/event/bluemarble/zx_5_beta/animation/move.ani";
 | |
|         case 57009:
 | |
|             return "monster/event/bluemarble/zx_5_gamma/animation/move.ani";
 | |
|         case 62732:
 | |
|             return "monster/event/bluemarble/zx_9/animation/move.ani";
 | |
|         case 62733:
 | |
|             return "monster/event/bluemarble/zx_99/animation/move.ani";
 | |
|         case 56717:
 | |
|             return "monster/mj/animation/move.ani";
 | |
|         case 64620:
 | |
|             return "monster/newmonsters/advancealtar/enemy/bloodlugaru/animation/move.ani";
 | |
|         case 64604:
 | |
|             return "monster/newmonsters/advancealtar/enemy/burninghella/animation/move.ani";
 | |
|         case 64623:
 | |
|             return "monster/newmonsters/advancealtar/enemy/darkelf_sprit_hunter/animation/move.ani";
 | |
|         case 64624:
 | |
|             return "monster/newmonsters/advancealtar/enemy/evileye/animation/move.ani";
 | |
|         case 64626:
 | |
|             return "monster/newmonsters/advancealtar/enemy/expeller_axion/animation/move.ani";
 | |
|         case 64627:
 | |
|             return "monster/newmonsters/advancealtar/enemy/expeller_lsw/animation/move.ani";
 | |
|         case 64630:
 | |
|             return "monster/newmonsters/advancealtar/enemy/goblin_chariot/animation/move.ani";
 | |
|         case 64631:
 | |
|             return "monster/newmonsters/advancealtar/enemy/goblin_fanatic/animation/move.ani";
 | |
|         case 64615:
 | |
|             return "monster/newmonsters/advancealtar/enemy/goblintaskmaster/animation/move.ani";
 | |
|         case 64603:
 | |
|             return "monster/newmonsters/advancealtar/enemy/goliath/animation/move.ani";
 | |
|         case 64622:
 | |
|             return "monster/newmonsters/advancealtar/enemy/greatgolem/animation/move.ani";
 | |
|         case 64628:
 | |
|             return "monster/newmonsters/advancealtar/enemy/hammerking/animation/move.ani";
 | |
|         case 64605:
 | |
|             return "monster/newmonsters/advancealtar/enemy/headrlessknight/animation/move.ani";
 | |
|         case 64625:
 | |
|             return "monster/newmonsters/advancealtar/enemy/keraha/animation/move.ani";
 | |
|         case 64661:
 | |
|             return "monster/newmonsters/advancealtar/enemy/mecatau_summon_robot/animation/move.ani";
 | |
|         case 64599:
 | |
|             return "monster/newmonsters/advancealtar/enemy/melee_ghoul/animation/move.ani";
 | |
|         case 64606:
 | |
|             return "monster/newmonsters/advancealtar/enemy/metacow/animation/move.ani";
 | |
|         case 64629:
 | |
|             return "monster/newmonsters/advancealtar/enemy/shauta/animation/move.ani";
 | |
|         case 64600:
 | |
|             return "monster/newmonsters/advancealtar/enemy/skullkane/animation/move.ani";
 | |
|         case 64607:
 | |
|             return "monster/newmonsters/advancealtar/enemy/tauarmy/animation/move.ani";
 | |
|         case 64601:
 | |
|             return "monster/newmonsters/advancealtar/enemy/wraith/animation/move.ani";
 | |
|         case 64621:
 | |
|             return "monster/newmonsters/advancealtar/enemy/zetes/animation/move.ani";
 | |
|         case 64602:
 | |
|             return "monster/newmonsters/advancealtar/enemy/zombie/animation/move.ani";
 | |
|         case 64597:
 | |
|             return "monster/newmonsters/advancealtar/friend/center/animation/move.ani";
 | |
|         case 64596:
 | |
|             return "monster/newmonsters/advancealtar/friend/dollmaster/animation/move.ani";
 | |
|         case 64598:
 | |
|             return "monster/newmonsters/advancealtar/friend/dollmaster2/animation/move.ani";
 | |
|         case 64611:
 | |
|             return "monster/newmonsters/advancealtar/friend/knifetooth/animation/move.ani";
 | |
|         case 64657:
 | |
|             return "monster/newmonsters/advancealtar/friend/knifetooth/animation/move.ani";
 | |
|         case 64658:
 | |
|             return "monster/newmonsters/advancealtar/friend/knifetooth/animation/move.ani";
 | |
|         case 64659:
 | |
|             return "monster/newmonsters/advancealtar/friend/knifetooth/animation/move.ani";
 | |
|         case 64618:
 | |
|             return "monster/newmonsters/advancealtar/friend/masaccio/animation/move.ani";
 | |
|         case 64645:
 | |
|             return "monster/newmonsters/advancealtar/friend/masaccio/animation/move.ani";
 | |
|         case 64646:
 | |
|             return "monster/newmonsters/advancealtar/friend/masaccio/animation/move.ani";
 | |
|         case 64647:
 | |
|             return "monster/newmonsters/advancealtar/friend/masaccio/animation/move.ani";
 | |
|         case 64595:
 | |
|             return "monster/newmonsters/advancealtar/friend/melee_goblin/animation/move.ani";
 | |
|         case 64613:
 | |
|             return "monster/newmonsters/advancealtar/friend/mermadia_mage/animation/move.ani";
 | |
|         case 64651:
 | |
|             return "monster/newmonsters/advancealtar/friend/mermadia_mage/animation/move.ani";
 | |
|         case 64652:
 | |
|             return "monster/newmonsters/advancealtar/friend/mermadia_mage/animation/move.ani";
 | |
|         case 64653:
 | |
|             return "monster/newmonsters/advancealtar/friend/mermadia_mage/animation/move.ani";
 | |
|         case 64617:
 | |
|             return "monster/newmonsters/advancealtar/friend/merman/animation/move.ani";
 | |
|         case 64639:
 | |
|             return "monster/newmonsters/advancealtar/friend/merman/animation/move.ani";
 | |
|         case 64640:
 | |
|             return "monster/newmonsters/advancealtar/friend/merman/animation/move.ani";
 | |
|         case 64641:
 | |
|             return "monster/newmonsters/advancealtar/friend/merman/animation/move.ani";
 | |
|         case 64614:
 | |
|             return "monster/newmonsters/advancealtar/friend/mermanhook/animation/move.ani";
 | |
|         case 64654:
 | |
|             return "monster/newmonsters/advancealtar/friend/mermanhook/animation/move.ani";
 | |
|         case 64655:
 | |
|             return "monster/newmonsters/advancealtar/friend/mermanhook/animation/move.ani";
 | |
|         case 64656:
 | |
|             return "monster/newmonsters/advancealtar/friend/mermanhook/animation/move.ani";
 | |
|         case 64616:
 | |
|             return "monster/newmonsters/advancealtar/friend/mermedia_w/animation/move.ani";
 | |
|         case 64636:
 | |
|             return "monster/newmonsters/advancealtar/friend/mermedia_w/animation/move.ani";
 | |
|         case 64637:
 | |
|             return "monster/newmonsters/advancealtar/friend/mermedia_w/animation/move.ani";
 | |
|         case 64638:
 | |
|             return "monster/newmonsters/advancealtar/friend/mermedia_w/animation/move.ani";
 | |
|         case 64594:
 | |
|             return "monster/newmonsters/advancealtar/friend/throw_goblin/animation/move.ani";
 | |
|         case 64619:
 | |
|             return "monster/newmonsters/advancealtar/friend/turtlecannon/animation/move.ani";
 | |
|         case 64642:
 | |
|             return "monster/newmonsters/advancealtar/friend/turtlecannon/animation/move.ani";
 | |
|         case 64643:
 | |
|             return "monster/newmonsters/advancealtar/friend/turtlecannon/animation/move.ani";
 | |
|         case 64644:
 | |
|             return "monster/newmonsters/advancealtar/friend/turtlecannon/animation/move.ani";
 | |
|         case 64612:
 | |
|             return "monster/newmonsters/advancealtar/friend/turtlekdeckhand/animation/move.ani";
 | |
|         case 64648:
 | |
|             return "monster/newmonsters/advancealtar/friend/turtlekdeckhand/animation/move.ani";
 | |
|         case 64649:
 | |
|             return "monster/newmonsters/advancealtar/friend/turtlekdeckhand/animation/move.ani";
 | |
|         case 64650:
 | |
|             return "monster/newmonsters/advancealtar/friend/turtlekdeckhand/animation/move.ani";
 | |
|         case 64610:
 | |
|             return "monster/newmonsters/advancealtar/riding/riding_turtle/animation/move.ani";
 | |
|         case 64660:
 | |
|             return "monster/newmonsters/advancealtar/tower/goblin_propeller/animation/move.ani";
 | |
|         case 64632:
 | |
|             return "monster/newmonsters/advancealtar/tower/goblin_propeller/animation/move.ani";
 | |
|         case 64633:
 | |
|             return "monster/newmonsters/advancealtar/tower/goblin_propeller/animation/move.ani";
 | |
|         case 64634:
 | |
|             return "monster/newmonsters/advancealtar/tower/goblin_propeller/animation/move.ani";
 | |
|         case 64635:
 | |
|             return "monster/newmonsters/advancealtar/tower/goblin_propeller/animation/move.ani";
 | |
|         case 61331:
 | |
|             return "monster/newmonsters/aganzo/cutpurse/animation/move.ani";
 | |
|         case 61508:
 | |
|             return "monster/newmonsters/aganzo/gang/animation/move.ani";
 | |
|         case 61509:
 | |
|             return "monster/newmonsters/aganzo/gang2/animation/move.ani";
 | |
|         case 61711:
 | |
|             return "monster/newmonsters/aganzo/pubman/animation/move.ani";
 | |
|         case 61332:
 | |
|             return "monster/newmonsters/aganzo/sinead/animation/move.ani";
 | |
|         case 61767:
 | |
|             return "monster/newmonsters/airsword/longsword/animation/move.ani";
 | |
|         case 61764:
 | |
|             return "monster/newmonsters/airsword/shortsword/animation/move.ani";
 | |
|         case 61765:
 | |
|             return "monster/newmonsters/airsword/shortsword/animation/move.ani";
 | |
|         case 61766:
 | |
|             return "monster/newmonsters/airsword/shortsword/animation/move.ani";
 | |
|         case 61262:
 | |
|             return "monster/newmonsters/albert/animation/move.ani";
 | |
|         case 61419:
 | |
|             return "monster/newmonsters/ancient/infected_ghoula/animation/move.ani";
 | |
|         case 61420:
 | |
|             return "monster/newmonsters/ancient/infected_ghoulb/animation/move.ani";
 | |
|         case 56409:
 | |
|             return "monster/newmonsters/ancient/infected_ghoulc/animation/move.ani";
 | |
|         case 61004:
 | |
|             return "monster/newmonsters/ancient/noir_dimension_gate/animation/move.ani";
 | |
|         case 63413:
 | |
|             return "monster/newmonsters/anton_awakening/phase1/blacksmoke/cloud_boss_r/animation/move.ani";
 | |
|         case 56676:
 | |
|             return "monster/newmonsters/anton_awakening/phase1/blacksmoke/fire_ulf/animation/move.ani";
 | |
|         case 63427:
 | |
|             return "monster/newmonsters/anton_awakening/phase1/blacksmoke/mist_ulf/animation/move.ani";
 | |
|         case 56675:
 | |
|             return "monster/newmonsters/anton_awakening/phase1/blacksmoke/tog/animation/move.ani";
 | |
|         case 63415:
 | |
|             return "monster/newmonsters/anton_awakening/phase1/strongleg/agnes/animation/move.ani";
 | |
|         case 63416:
 | |
|             return "monster/newmonsters/anton_awakening/phase1/strongleg/agnes_firesum/animation/move.ani";
 | |
|         case 63429:
 | |
|             return "monster/newmonsters/anton_awakening/phase1/strongleg/agnes_firesum_illu/agnes_firesum/animation/move.ani";
 | |
|         case 56681:
 | |
|             return "monster/newmonsters/anton_awakening/phase1/strongleg/agnes_illu_close/animation/move.ani";
 | |
|         case 56682:
 | |
|             return "monster/newmonsters/anton_awakening/phase1/strongleg/agnes_illu_far/animation/move.ani";
 | |
|         case 56680:
 | |
|             return "monster/newmonsters/anton_awakening/phase1/strongleg/cratek/animation/move.ani";
 | |
|         case 63430:
 | |
|             return "monster/newmonsters/anton_awakening/phase1/strongleg/cratek/cratek/animation/move.ani";
 | |
|         case 56677:
 | |
|             return "monster/newmonsters/anton_awakening/phase1/strongleg/dumfleinurs/animation/move.ani";
 | |
|         case 56678:
 | |
|             return "monster/newmonsters/anton_awakening/phase1/strongleg/dumthaioric/animation/move.ani";
 | |
|         case 56679:
 | |
|             return "monster/newmonsters/anton_awakening/phase1/strongleg/eclipse/animation/move.ani";
 | |
|         case 63428:
 | |
|             return "monster/newmonsters/anton_awakening/phase1/strongleg/tartan_archer/animation/move.ani";
 | |
|         case 63436:
 | |
|             return "monster/newmonsters/anton_awakening/phase1/strongleg/tartan_warrior/animation/move.ani";
 | |
|         case 63431:
 | |
|             return "monster/newmonsters/anton_awakening/phase1/strongleg/zombie/animation/move.ani";
 | |
|         case 56686:
 | |
|             return "monster/newmonsters/anton_awakening/phase2/blackvolcano/cress/animation/move.ani";
 | |
|         case 56688:
 | |
|             return "monster/newmonsters/anton_awakening/phase2/blackvolcano/cress_sub2/animation/move.ani";
 | |
|         case 56683:
 | |
|             return "monster/newmonsters/anton_awakening/phase2/blackvolcano/five/animation/move.ani";
 | |
|         case 56684:
 | |
|             return "monster/newmonsters/anton_awakening/phase2/blackvolcano/five_illu/animation/move.ani";
 | |
|         case 56692:
 | |
|             return "monster/newmonsters/anton_awakening/phase2/blackvolcano/kuro/animation/move.ani";
 | |
|         case 63437:
 | |
|             return "monster/newmonsters/anton_awakening/phase2/blackvolcano/mini_five/animation/move.ani";
 | |
|         case 56691:
 | |
|             return "monster/newmonsters/anton_awakening/phase2/blackvolcano/rok/animation/move.ani";
 | |
|         case 63418:
 | |
|             return "monster/newmonsters/anton_awakening/phase2/energycut/egeneu/animation/move.ani";
 | |
|         case 56696:
 | |
|             return "monster/newmonsters/anton_awakening/phase3/a-toll/animation/move.ani";
 | |
|         case 63455:
 | |
|             return "monster/newmonsters/anton_awakening/phase3/a-toll_item/animation/move.ani";
 | |
|         case 63412:
 | |
|             return "monster/newmonsters/anton_awakening/phase3/a-toll_sub/animation/move.ani";
 | |
|         case 63451:
 | |
|             return "monster/newmonsters/anton_awakening/phase3/black_fire/animation/move.ani";
 | |
|         case 56694:
 | |
|             return "monster/newmonsters/anton_awakening/phase3/eye_cell/animation/move.ani";
 | |
|         case 56697:
 | |
|             return "monster/newmonsters/anton_awakening/phase3/fear_cerebrate/animation/move.ani";
 | |
|         case 63446:
 | |
|             return "monster/newmonsters/anton_awakening/phase3/fire_turtle/animation/move.ani";
 | |
|         case 63417:
 | |
|             return "monster/newmonsters/anton_awakening/phase3/mateka/animation/move.ani";
 | |
|         case 63441:
 | |
|             return "monster/newmonsters/anton_awakening/phase3/mateka_atoll/animation/move.ani";
 | |
|         case 63442:
 | |
|             return "monster/newmonsters/anton_awakening/phase3/mateka_bug/animation/move.ani";
 | |
|         case 63440:
 | |
|             return "monster/newmonsters/anton_awakening/phase3/mateka_cell/animation/move.ani";
 | |
|         case 63439:
 | |
|             return "monster/newmonsters/anton_awakening/phase3/mateka_meltadoroc/animation/move.ani";
 | |
|         case 63444:
 | |
|             return "monster/newmonsters/anton_awakening/phase3/mateka_staff/animation/move.ani";
 | |
|         case 63443:
 | |
|             return "monster/newmonsters/anton_awakening/phase3/mateka_yung/animation/move.ani";
 | |
|         case 56685:
 | |
|             return "monster/newmonsters/anton_awakening/phase3/medel/animation/move.ani";
 | |
|         case 56695:
 | |
|             return "monster/newmonsters/anton_awakening/phase3/meltadoroc/animation/move.ani";
 | |
|         case 63448:
 | |
|             return "monster/newmonsters/anton_awakening/phase3/mini_bug/animation/move.ani";
 | |
|         case 56693:
 | |
|             return "monster/newmonsters/anton_awakening/phase3/strange_bug_r/animation/move.ani";
 | |
|         case 63449:
 | |
|             return "monster/newmonsters/anton_awakening/phase3/strange_bug_sub/animation/move.ani";
 | |
|         case 56107:
 | |
|             return "monster/newmonsters/aradman/arad_lugaru_master/animation/move.ani";
 | |
|         case 61476:
 | |
|             return "monster/newmonsters/aradman/gblrebirtharadman/animation/move.ani";
 | |
|         case 61111:
 | |
|             return "monster/newmonsters/aradman/gblrebirtharadman/animation/move.ani";
 | |
|         case 61400:
 | |
|             return "monster/newmonsters/aradman/grim_aradman/animation/move.ani";
 | |
|         case 56411:
 | |
|             return "monster/newmonsters/aradman/grim_crazy/animation/move.ani";
 | |
|         case 61405:
 | |
|             return "monster/newmonsters/aradman/grim_crazy_b/animation/move.ani";
 | |
|         case 56412:
 | |
|             return "monster/newmonsters/aradman/grim_crazy_ghost/animation/move.ani";
 | |
|         case 56405:
 | |
|             return "monster/newmonsters/aradman/grim_crazy_n/animation/move.ani";
 | |
|         case 56418:
 | |
|             return "monster/newmonsters/aradman/grim_hwaian/animation/move.ani";
 | |
|         case 61007:
 | |
|             return "monster/newmonsters/aradman/grim_hwaian/animation/move.ani";
 | |
|         case 61421:
 | |
|             return "monster/newmonsters/aradman/grim_kungfu/animation/move.ani";
 | |
|         case 56410:
 | |
|             return "monster/newmonsters/aradman/grim_kungfu_staff/animation/move.ani";
 | |
|         case 61424:
 | |
|             return "monster/newmonsters/aradman/grim_yorkshire/animation/move.ani";
 | |
|         case 61336:
 | |
|             return "monster/newmonsters/aradman/poisonhand/animation/move.ani";
 | |
|         case 56428:
 | |
|             return "monster/newmonsters/aradwoman/gbl_chief_libraian/animation/move.ani";
 | |
|         case 56406:
 | |
|             return "monster/newmonsters/aradwoman/gbl_chief_libraian/animation/move.ani";
 | |
|         case 61475:
 | |
|             return "monster/newmonsters/aradwoman/gbl_libraian/animation/move.ani";
 | |
|         case 61496:
 | |
|             return "monster/newmonsters/aradwoman/gbl_libraian/animation/move.ani";
 | |
|         case 61401:
 | |
|             return "monster/newmonsters/aradwoman/grim_aradwoma/animation/move.ani";
 | |
|         case 56037:
 | |
|             return "monster/newmonsters/bantu/_buffalomalaga/animation/move.ani";
 | |
|         case 56038:
 | |
|             return "monster/newmonsters/bantu/_buffalorari/animation/move.ani";
 | |
|         case 61700:
 | |
|             return "monster/newmonsters/bantu/buffalowoman/animation/move.ani";
 | |
|         case 56709:
 | |
|             return "monster/newmonsters/bantu/elitebuffalowoman/animation/move.ani";
 | |
|         case 61464:
 | |
|             return "monster/newmonsters/bee/bee/animation/move.ani";
 | |
|         case 56426:
 | |
|             return "monster/newmonsters/bee/bee_named/animation/move.ani";
 | |
|         case 61165:
 | |
|             return "monster/newmonsters/blood_an/agaress/animation/move.ani";
 | |
|         case 61163:
 | |
|             return "monster/newmonsters/blood_an/bow_goblin/animation/move.ani";
 | |
|         case 61156:
 | |
|             return "monster/newmonsters/blood_an/goblin_chariot/animation/move.ani";
 | |
|         case 61161:
 | |
|             return "monster/newmonsters/blood_an/goblin_chariot2/animation/move.ani";
 | |
|         case 61158:
 | |
|             return "monster/newmonsters/blood_an/goblin_fanatic1/animation/move.ani";
 | |
|         case 61159:
 | |
|             return "monster/newmonsters/blood_an/goblin_fanatic2/animation/move.ani";
 | |
|         case 61160:
 | |
|             return "monster/newmonsters/blood_an/goblin_propeller/animation/move.ani";
 | |
|         case 56126:
 | |
|             return "monster/newmonsters/blood_an/goblin_propeller/animation/move.ani";
 | |
|         case 61164:
 | |
|             return "monster/newmonsters/blood_an/morningstar_goblin/animation/move.ani";
 | |
|         case 61162:
 | |
|             return "monster/newmonsters/blood_an/spear_goblin/animation/move.ani";
 | |
|         case 62016:
 | |
|             return "monster/newmonsters/bloodbutterfly/ant/animation/move.ani";
 | |
|         case 56009:
 | |
|             return "monster/newmonsters/bloodbutterfly/antnamed/animation/move.ani";
 | |
|         case 62018:
 | |
|             return "monster/newmonsters/bloodbutterfly/ants/animation/move.ani";
 | |
|         case 61505:
 | |
|             return "monster/newmonsters/bloodbutterfly/ants/animation/move.ani";
 | |
|         case 62021:
 | |
|             return "monster/newmonsters/bloodbutterfly/bloodbutterfly/animation/move.ani";
 | |
|         case 56427:
 | |
|             return "monster/newmonsters/bloodbutterfly/bloodbutterflynamed/animation/move.ani";
 | |
|         case 62014:
 | |
|             return "monster/newmonsters/bloodbutterfly/confusethief/animation/move.ani";
 | |
|         case 62013:
 | |
|             return "monster/newmonsters/bloodbutterfly/meltman/animation/move.ani";
 | |
|         case 61481:
 | |
|             return "monster/newmonsters/bloodbutterfly/meltman_b/animation/move.ani";
 | |
|         case 64578:
 | |
|             return "monster/newmonsters/bloodbutterfly/mosqueen/animation/move.ani";
 | |
|         case 62012:
 | |
|             return "monster/newmonsters/bloodbutterfly/mosqueen/animation/move.ani";
 | |
|         case 62015:
 | |
|             return "monster/newmonsters/bloodbutterfly/poisoningthief/animation/move.ani";
 | |
|         case 56007:
 | |
|             return "monster/newmonsters/bloodmoon/zetes/animation/move.ani";
 | |
|         case 64559:
 | |
|             return "monster/newmonsters/bwanga/animation/move.ani";
 | |
|         case 61429:
 | |
|             return "monster/newmonsters/bwanga/animation/move.ani";
 | |
|         case 61814:
 | |
|             return "monster/newmonsters/bwanga/animation/move.ani";
 | |
|         case 61806:
 | |
|             return "monster/newmonsters/bwanga/animation/move.ani";
 | |
|         case 61005:
 | |
|             return "monster/newmonsters/cartel/alterationsoldier/animation/move.ani";
 | |
|         case 61174:
 | |
|             return "monster/newmonsters/cartel/alterationsoldier/animation/move.ani";
 | |
|         case 61473:
 | |
|             return "monster/newmonsters/cartel/cypher/aircrow/animation/move.ani";
 | |
|         case 61321:
 | |
|             return "monster/newmonsters/cartel/cypher/aircrow/animation/move.ani";
 | |
|         case 64568:
 | |
|             return "monster/newmonsters/cartel/cypher/cypher/animation/move.ani";
 | |
|         case 61328:
 | |
|             return "monster/newmonsters/cartel/cypher/cypher/animation/move.ani";
 | |
|         case 61335:
 | |
|             return "monster/newmonsters/cartel/cypher/cypher/animation/move.ani";
 | |
|         case 61329:
 | |
|             return "monster/newmonsters/cartel/cypher/cypherobject/animation/move.ani";
 | |
|         case 56429:
 | |
|             return "monster/newmonsters/cartel/cypher/darkcrow/animation/move.ani";
 | |
|         case 56302:
 | |
|             return "monster/newmonsters/cartel/cypher/darkcrow/animation/move.ani";
 | |
|         case 61507:
 | |
|             return "monster/newmonsters/cartel/cypher/mini_stoneswarm/animation/move.ani";
 | |
|         case 56034:
 | |
|             return "monster/newmonsters/cartel/cypher/poltergeistbookshelf/animation/move.ani";
 | |
|         case 61202:
 | |
|             return "monster/newmonsters/cartel/cypher/poltergeistchair/animation/move.ani";
 | |
|         case 61323:
 | |
|             return "monster/newmonsters/cartel/cypher/poltergeistobject/animation/move.ani";
 | |
|         case 61478:
 | |
|             return "monster/newmonsters/cartel/cypher/scarecrow/animation/move.ani";
 | |
|         case 61320:
 | |
|             return "monster/newmonsters/cartel/cypher/scarecrow/animation/move.ani";
 | |
|         case 61474:
 | |
|             return "monster/newmonsters/cartel/cypher/stoneswarm/animation/move.ani";
 | |
|         case 61325:
 | |
|             return "monster/newmonsters/cartel/cypher/stoneswarm/animation/move.ani";
 | |
|         case 56022:
 | |
|             return "monster/newmonsters/cartel/deserter/animation/move.ani";
 | |
|         case 56021:
 | |
|             return "monster/newmonsters/cartel/dismantle/animation/move.ani";
 | |
|         case 61006:
 | |
|             return "monster/newmonsters/cartel/engineer/animation/move.ani";
 | |
|         case 61181:
 | |
|             return "monster/newmonsters/cartel/engineer/animation/move.ani";
 | |
|         case 61803:
 | |
|             return "monster/newmonsters/cartel/incendiarysoldier/animation/move.ani";
 | |
|         case 61176:
 | |
|             return "monster/newmonsters/cartel/incendiarysoldier/animation/move.ani";
 | |
|         case 61494:
 | |
|             return "monster/newmonsters/cartel/medic/animation/move.ani";
 | |
|         case 61800:
 | |
|             return "monster/newmonsters/cartel/minorsoldier/animation/move.ani";
 | |
|         case 61801:
 | |
|             return "monster/newmonsters/cartel/normalsoldier/animation/move.ani";
 | |
|         case 61175:
 | |
|             return "monster/newmonsters/cartel/normalsoldier/animation/move.ani";
 | |
|         case 61458:
 | |
|             return "monster/newmonsters/cartel/peltshu/animation/move.ani";
 | |
|         case 64567:
 | |
|             return "monster/newmonsters/cartel/rocketman/animation/move.ani";
 | |
|         case 61708:
 | |
|             return "monster/newmonsters/cartel/rocketman/animation/move.ani";
 | |
|         case 63014:
 | |
|             return "monster/newmonsters/cartel/signalsoldier/animation/move.ani";
 | |
|         case 61804:
 | |
|             return "monster/newmonsters/cartel/silkhat/animation/move.ani";
 | |
|         case 61802:
 | |
|             return "monster/newmonsters/cartel/spy/animation/move.ani";
 | |
|         case 61493:
 | |
|             return "monster/newmonsters/cartel/tendersoldier/animation/move.ani";
 | |
|         case 64573:
 | |
|             return "monster/newmonsters/cartel/warjack/animation/move.ani";
 | |
|         case 61236:
 | |
|             return "monster/newmonsters/cartel/warjack/animation/move.ani";
 | |
|         case 61472:
 | |
|             return "monster/newmonsters/cartel/westcoast/junk_thrower/animation/move.ani";
 | |
|         case 61303:
 | |
|             return "monster/newmonsters/cartel/westcoast/junk_thrower/animation/move.ani";
 | |
|         case 56431:
 | |
|             return "monster/newmonsters/cartel/westcoast/macgee/animation/move.ani";
 | |
|         case 56301:
 | |
|             return "monster/newmonsters/cartel/westcoast/macgee/animation/move.ani";
 | |
|         case 61334:
 | |
|             return "monster/newmonsters/cartel/westcoast/macgee/animation/move.ani";
 | |
|         case 61469:
 | |
|             return "monster/newmonsters/cartel/westcoast/rod_aradman/animation/move.ani";
 | |
|         case 61300:
 | |
|             return "monster/newmonsters/cartel/westcoast/rod_aradman/animation/move.ani";
 | |
|         case 56434:
 | |
|             return "monster/newmonsters/cartel/westcoast/rod_boss/animation/move.ani";
 | |
|         case 56303:
 | |
|             return "monster/newmonsters/cartel/westcoast/rod_boss/animation/move.ani";
 | |
|         case 61470:
 | |
|             return "monster/newmonsters/cartel/westcoast/special_rod_aradman/animation/move.ani";
 | |
|         case 61301:
 | |
|             return "monster/newmonsters/cartel/westcoast/special_rod_aradman/animation/move.ani";
 | |
|         case 61307:
 | |
|             return "monster/newmonsters/cartel/westcoast/trashcan_thrower/animation/move.ani";
 | |
|         case 61304:
 | |
|             return "monster/newmonsters/cartel/westcoast/tree_thrower/animation/move.ani";
 | |
|         case 61279:
 | |
|             return "monster/newmonsters/cartelcommand/at_walker/animation/move.ani";
 | |
|         case 56466:
 | |
|             return "monster/newmonsters/cartelcommand/courjeep/animation/move.ani";
 | |
|         case 56049:
 | |
|             return "monster/newmonsters/cartelcommand/goro/animation/move.ani";
 | |
|         case 56402:
 | |
|             return "monster/newmonsters/cartelcommand/gunmax/animation/move.ani";
 | |
|         case 61612:
 | |
|             return "monster/newmonsters/cartelcommand/outlaw/animation/move.ani";
 | |
|         case 61613:
 | |
|             return "monster/newmonsters/cartelcommand/outlaw/animation/move.ani";
 | |
|         case 61278:
 | |
|             return "monster/newmonsters/cartelcommand/ranjerus/animation/move.ani";
 | |
|         case 61606:
 | |
|             return "monster/newmonsters/cartelcommand/robot_du1/animation/move.ani";
 | |
|         case 61607:
 | |
|             return "monster/newmonsters/cartelcommand/robot_du1/animation/move.ani";
 | |
|         case 61608:
 | |
|             return "monster/newmonsters/cartelcommand/robot_du1/animation/move.ani";
 | |
|         case 61609:
 | |
|             return "monster/newmonsters/cartelcommand/robot_du1/animation/move.ani";
 | |
|         case 61610:
 | |
|             return "monster/newmonsters/cartelcommand/robot_du1/animation/move.ani";
 | |
|         case 61611:
 | |
|             return "monster/newmonsters/cartelcommand/robot_du1/animation/move.ani";
 | |
|         case 61282:
 | |
|             return "monster/newmonsters/cartelcommand/specialarmy/animation/move.ani";
 | |
|         case 61118:
 | |
|             return "monster/newmonsters/crimebuffalo/grim_crimebuffalogeneral/animation/move.ani";
 | |
|         case 56718:
 | |
|             return "monster/newmonsters/crimebuffalo/treasurenamed/animation/move.ani";
 | |
|         case 56716:
 | |
|             return "monster/newmonsters/cyclops/animation/move.ani";
 | |
|         case 56721:
 | |
|             return "monster/newmonsters/dimensiongate/bakal/dark_dragon_nagor/animation/move.ani";
 | |
|         case 61738:
 | |
|             return "monster/newmonsters/dimensiongate/bakal/dark_spirit/animation/move.ani";
 | |
|         case 56448:
 | |
|             return "monster/newmonsters/dimensiongate/bakal/gold_dragon_main/animation/move.ani";
 | |
|         case 56447:
 | |
|             return "monster/newmonsters/dimensiongate/bakal/gold_dragon_shadow/animation/move.ani";
 | |
|         case 59009:
 | |
|             return "monster/newmonsters/dimensiongate/bakal/itrenog/animation/move.ani";
 | |
|         case 56146:
 | |
|             return "monster/newmonsters/dimensiongate/bakal/red_dragon_ashcore/animation/move.ani";
 | |
|         case 62135:
 | |
|             return "monster/newmonsters/dimensiongate/bakal/shelder/animation/move.ani";
 | |
|         case 62136:
 | |
|             return "monster/newmonsters/dimensiongate/bakal/shelder/animation/move.ani";
 | |
|         case 62137:
 | |
|             return "monster/newmonsters/dimensiongate/bakal/shelder/animation/move.ani";
 | |
|         case 62138:
 | |
|             return "monster/newmonsters/dimensiongate/bakal/shelder/animation/move.ani";
 | |
|         case 62139:
 | |
|             return "monster/newmonsters/dimensiongate/bakal/shelder/animation/move.ani";
 | |
|         case 61250:
 | |
|             return "monster/newmonsters/dimensiongate/blackearth/astaroth/animation/move.ani";
 | |
|         case 56151:
 | |
|             return "monster/newmonsters/dimensiongate/blackearth/astaroth/animation/move.ani";
 | |
|         case 56451:
 | |
|             return "monster/newmonsters/dimensiongate/blackearth/berias/animation/move.ani";
 | |
|         case 61500:
 | |
|             return "monster/newmonsters/dimensiongate/blackearth/berias_sub/animation/move.ani";
 | |
|         case 56152:
 | |
|             return "monster/newmonsters/dimensiongate/blackearth/fear/animation/move.ani";
 | |
|         case 56026:
 | |
|             return "monster/newmonsters/dimensiongate/blackearth/michaela/animation/move.ani";
 | |
|         case 56027:
 | |
|             return "monster/newmonsters/dimensiongate/blackearth/michaela/animation/move.ani";
 | |
|         case 56028:
 | |
|             return "monster/newmonsters/dimensiongate/blackearth/michaela/animation/move.ani";
 | |
|         case 56024:
 | |
|             return "monster/newmonsters/dimensiongate/blackearth/michaela/animation/move.ani";
 | |
|         case 56025:
 | |
|             return "monster/newmonsters/dimensiongate/blackearth/michaela/animation/move.ani";
 | |
|         case 62141:
 | |
|             return "monster/newmonsters/dimensiongate/blackearth/ozma/animation/move.ani";
 | |
|         case 62145:
 | |
|             return "monster/newmonsters/dimensiongate/blackearth/pincers/animation/move.ani";
 | |
|         case 62143:
 | |
|             return "monster/newmonsters/dimensiongate/blackearth/pincers/animation/move.ani";
 | |
|         case 62146:
 | |
|             return "monster/newmonsters/dimensiongate/blackearth/sawtooth/animation/move.ani";
 | |
|         case 63499:
 | |
|             return "monster/newmonsters/dimensiongate/blackearth/sawtooth/animation/move.ani";
 | |
|         case 62147:
 | |
|             return "monster/newmonsters/dimensiongate/blackearth/scissors/animation/move.ani";
 | |
|         case 63500:
 | |
|             return "monster/newmonsters/dimensiongate/blackearth/scissors/animation/move.ani";
 | |
|         case 62144:
 | |
|             return "monster/newmonsters/dimensiongate/blackearth/skewer/animation/move.ani";
 | |
|         case 61294:
 | |
|             return "monster/newmonsters/dimensiongate/blackearth/skewer/animation/move.ani";
 | |
|         case 62142:
 | |
|             return "monster/newmonsters/dimensiongate/blackearth/skewer/animation/move.ani";
 | |
|         case 56453:
 | |
|             return "monster/newmonsters/dimensiongate/blackearth/tiamat/animation/move.ani";
 | |
|         case 62140:
 | |
|             return "monster/newmonsters/dimensiongate/cosmofiend/check_trap/animation/move.ani";
 | |
|         case 56147:
 | |
|             return "monster/newmonsters/dimensiongate/cosmofiend/cocozola/animation/move.ani";
 | |
|         case 63018:
 | |
|             return "monster/newmonsters/dimensiongate/cosmofiend/crimsonreaper/animation/move.ani";
 | |
|         case 56148:
 | |
|             return "monster/newmonsters/dimensiongate/cosmofiend/garmea/animation/move.ani";
 | |
|         case 63020:
 | |
|             return "monster/newmonsters/dimensiongate/cosmofiend/gaunis/animation/move.ani";
 | |
|         case 61239:
 | |
|             return "monster/newmonsters/dimensiongate/cosmofiend/greenfetters/animation/move.ani";
 | |
|         case 61240:
 | |
|             return "monster/newmonsters/dimensiongate/cosmofiend/greenfetters/animation/move.ani";
 | |
|         case 61241:
 | |
|             return "monster/newmonsters/dimensiongate/cosmofiend/greenfetters/animation/move.ani";
 | |
|         case 56149:
 | |
|             return "monster/newmonsters/dimensiongate/cosmofiend/hernion/animation/move.ani";
 | |
|         case 56722:
 | |
|             return "monster/newmonsters/dimensiongate/cosmofiend/insent/animation/move.ani";
 | |
|         case 63019:
 | |
|             return "monster/newmonsters/dimensiongate/cosmofiend/lemonriles/animation/move.ani";
 | |
|         case 56723:
 | |
|             return "monster/newmonsters/dimensiongate/cosmofiend/light/animation/move.ani";
 | |
|         case 56724:
 | |
|             return "monster/newmonsters/dimensiongate/cosmofiend/light/animation/move.ani";
 | |
|         case 56023:
 | |
|             return "monster/newmonsters/dimensiongate/cosmofiend/swaycle/animation/move.ani";
 | |
|         case 56449:
 | |
|             return "monster/newmonsters/dimensiongate/cosmofiend/vanish/animation/move.ani";
 | |
|         case 56150:
 | |
|             return "monster/newmonsters/dimensiongate/cosmofiend/venommara/animation/move.ani";
 | |
|         case 61002:
 | |
|             return "monster/newmonsters/direzie/animation/move.ani";
 | |
|         case 61001:
 | |
|             return "monster/newmonsters/direzie/animation/move.ani";
 | |
|         case 61422:
 | |
|             return "monster/newmonsters/disguiser/disease_spirit/animation/move.ani";
 | |
|         case 61265:
 | |
|             return "monster/newmonsters/disguiser/mummy_basic/animation/move.ani";
 | |
|         case 61261:
 | |
|             return "monster/newmonsters/disguiser/mummy_basic/animation/move.ani";
 | |
|         case 61000:
 | |
|             return "monster/newmonsters/disguiser/mummy_basic/animation/move.ani";
 | |
|         case 56408:
 | |
|             return "monster/newmonsters/disguiser/mummy_ghost/animation/move.ani";
 | |
|         case 63010:
 | |
|             return "monster/newmonsters/dog/assaultdog/animation/move.ani";
 | |
|         case 61216:
 | |
|             return "monster/newmonsters/dog/doberman/animation/move.ani";
 | |
|         case 56006:
 | |
|             return "monster/newmonsters/dog/dreckdog/animation/move.ani";
 | |
|         case 61402:
 | |
|             return "monster/newmonsters/dog/grim_dog/animation/move.ani";
 | |
|         case 56404:
 | |
|             return "monster/newmonsters/dog/grim_dog_n/animation/move.ani";
 | |
|         case 61346:
 | |
|             return "monster/newmonsters/dollmaster/calamary/animation/move.ani";
 | |
|         case 61345:
 | |
|             return "monster/newmonsters/dollmaster/lobotomy/animation/move.ani";
 | |
|         case 61344:
 | |
|             return "monster/newmonsters/dollmaster/teleport/animation/move.ani";
 | |
|         case 61343:
 | |
|             return "monster/newmonsters/dollmaster/underdog/animation/move.ani";
 | |
|         case 61812:
 | |
|             return "monster/newmonsters/draconian/magneus/animation/move.ani";
 | |
|         case 61811:
 | |
|             return "monster/newmonsters/draconian/magneus/animation/move.ani";
 | |
|         case 61456:
 | |
|             return "monster/newmonsters/dragon/scasa/animation/move.ani";
 | |
|         case 62000:
 | |
|             return "monster/newmonsters/dragonknight/dragonspear/animation/move.ani";
 | |
|         case 62001:
 | |
|             return "monster/newmonsters/dragonknight/dragonsword/animation/move.ani";
 | |
|         case 62002:
 | |
|             return "monster/newmonsters/dragonknight/dragonwizard/animation/move.ani";
 | |
|         case 56423:
 | |
|             return "monster/newmonsters/dragonknight/kampera/animation/move.ani";
 | |
|         case 62782:
 | |
|             return "monster/newmonsters/dummymonster/normalsoldier/animation/move.ani";
 | |
|         case 57101:
 | |
|             return "monster/newmonsters/event/2012_thxgiving/darkcrow/animation/move.ani";
 | |
|         case 57102:
 | |
|             return "monster/newmonsters/event/2012_thxgiving/darkcrow/animation/move.ani";
 | |
|         case 57103:
 | |
|             return "monster/newmonsters/event/2012_thxgiving/darkcrow/animation/move.ani";
 | |
|         case 65101:
 | |
|             return "monster/newmonsters/event/2012_thxgiving/sparrow/animation/move.ani";
 | |
|         case 62505:
 | |
|             return "monster/newmonsters/event/clown/animation/move.ani";
 | |
|         case 62501:
 | |
|             return "monster/newmonsters/event/cricket/animation/move.ani";
 | |
|         case 62502:
 | |
|             return "monster/newmonsters/event/cricket/animation/move.ani";
 | |
|         case 62503:
 | |
|             return "monster/newmonsters/event/cricket/animation/move.ani";
 | |
|         case 62504:
 | |
|             return "monster/newmonsters/event/event_wolf/animation/move.ani";
 | |
|         case 61733:
 | |
|             return "monster/newmonsters/event/ghosts_seriea/animation/move.ani";
 | |
|         case 61497:
 | |
|             return "monster/newmonsters/event/mini_bus/animation/move.ani";
 | |
|         case 61498:
 | |
|             return "monster/newmonsters/event/mini_bus/animation/move.ani";
 | |
|         case 61499:
 | |
|             return "monster/newmonsters/event/mini_bus/animation/move.ani";
 | |
|         case 62500:
 | |
|             return "monster/newmonsters/event/present_box/animation/move.ani";
 | |
|         case 61739:
 | |
|             return "monster/newmonsters/event/seria/animation/move.ani";
 | |
|         case 61740:
 | |
|             return "monster/newmonsters/event/seria/animation/move.ani";
 | |
|         case 61736:
 | |
|             return "monster/newmonsters/event/seria/animation/move.ani";
 | |
|         case 61732:
 | |
|             return "monster/newmonsters/event/wedding_sister/animation/move.ani";
 | |
|         case 61141:
 | |
|             return "monster/newmonsters/eventbak/animation/move.ani";
 | |
|         case 61142:
 | |
|             return "monster/newmonsters/eventbak/animation/move.ani";
 | |
|         case 61459:
 | |
|             return "monster/newmonsters/eventbak/animation/move.ani";
 | |
|         case 61125:
 | |
|             return "monster/newmonsters/flydragon/looseseri/animation/move.ani";
 | |
|         case 61126:
 | |
|             return "monster/newmonsters/flydragon/serimalion/animation/move.ani";
 | |
|         case 56430:
 | |
|             return "monster/newmonsters/gbl/acidra/animation/move.ani";
 | |
|         case 56103:
 | |
|             return "monster/newmonsters/gbl/acidra/animation/move.ani";
 | |
|         case 61477:
 | |
|             return "monster/newmonsters/gbl/combinetentacle/animation/move.ani";
 | |
|         case 61805:
 | |
|             return "monster/newmonsters/gbl/combinetentacle/animation/move.ani";
 | |
|         case 64562:
 | |
|             return "monster/newmonsters/gbl/hydracle/animation/move.ani";
 | |
|         case 61108:
 | |
|             return "monster/newmonsters/gbl/hydracle/animation/move.ani";
 | |
|         case 61109:
 | |
|             return "monster/newmonsters/gbl/vangelis/animation/move.ani";
 | |
|         case 61604:
 | |
|             return "monster/newmonsters/gbl_breeding/dendroid_disguise/animation/move.ani";
 | |
|         case 56457:
 | |
|             return "monster/newmonsters/gbl_breeding/dendroid_elder/animation/move.ani";
 | |
|         case 56456:
 | |
|             return "monster/newmonsters/gbl_breeding/flare_spawn/animation/move.ani";
 | |
|         case 61601:
 | |
|             return "monster/newmonsters/gbl_breeding/flare_worm/animation/move.ani";
 | |
|         case 61602:
 | |
|             return "monster/newmonsters/gbl_breeding/new_gbl_nomal/animation/move.ani";
 | |
|         case 61600:
 | |
|             return "monster/newmonsters/gbl_breeding/new_gbl_woman/animation/move.ani";
 | |
|         case 61605:
 | |
|             return "monster/newmonsters/gbl_breeding/woody_plant/animation/move.ani";
 | |
|         case 63021:
 | |
|             return "monster/newmonsters/gbl_goddess_temple/astray_alsor/animation/move.ani";
 | |
|         case 63022:
 | |
|             return "monster/newmonsters/gbl_goddess_temple/astray_gbl_devotee/animation/move.ani";
 | |
|         case 59019:
 | |
|             return "monster/newmonsters/gbl_goddess_temple/astray_gbl_pope/animation/move.ani";
 | |
|         case 63023:
 | |
|             return "monster/newmonsters/gbl_goddess_temple/astray_gbl_w_devotee/animation/move.ani";
 | |
|         case 59018:
 | |
|             return "monster/newmonsters/gbl_goddess_temple/zookeeper/animation/move.ani";
 | |
|         case 61431:
 | |
|             return "monster/newmonsters/goblin/archer_gonlin/animation/move.ani";
 | |
|         case 61408:
 | |
|             return "monster/newmonsters/goblin/archer_gonlin/animation/move.ani";
 | |
|         case 65006:
 | |
|             return "monster/newmonsters/goblin/archer_gonlin/animation/move.ani";
 | |
|         case 61407:
 | |
|             return "monster/newmonsters/goblin/assassin_gonlin/animation/move.ani";
 | |
|         case 61409:
 | |
|             return "monster/newmonsters/goblin/bomber_gonlin/animation/move.ani";
 | |
|         case 61717:
 | |
|             return "monster/newmonsters/goblin/event_goblin/lv1goblin/animation/move.ani";
 | |
|         case 61716:
 | |
|             return "monster/newmonsters/goblin/event_goblin/lv1goblin/animation/move.ani";
 | |
|         case 61719:
 | |
|             return "monster/newmonsters/goblin/event_goblin/lv2goblin/animation/move.ani";
 | |
|         case 61718:
 | |
|             return "monster/newmonsters/goblin/event_goblin/lv2goblin/animation/move.ani";
 | |
|         case 61721:
 | |
|             return "monster/newmonsters/goblin/event_goblin/lv3goblin/animation/move.ani";
 | |
|         case 61720:
 | |
|             return "monster/newmonsters/goblin/event_goblin/lv3goblin/animation/move.ani";
 | |
|         case 61723:
 | |
|             return "monster/newmonsters/goblin/event_goblin/lv4goblin/animation/move.ani";
 | |
|         case 61722:
 | |
|             return "monster/newmonsters/goblin/event_goblin/lv4goblin/animation/move.ani";
 | |
|         case 61729:
 | |
|             return "monster/newmonsters/goblin/event_goblin/shylock/animation/move.ani";
 | |
|         case 61731:
 | |
|             return "monster/newmonsters/goblin/event_goblin/wedding_goblin/animation/move.ani";
 | |
|         case 61432:
 | |
|             return "monster/newmonsters/goblin/foreman_gonlin/animation/move.ani";
 | |
|         case 61410:
 | |
|             return "monster/newmonsters/goblin/foreman_gonlin/animation/move.ani";
 | |
|         case 65007:
 | |
|             return "monster/newmonsters/goblin/foreman_gonlin/animation/move.ani";
 | |
|         case 61127:
 | |
|             return "monster/newmonsters/goblin/guardianarcher/animation/move.ani";
 | |
|         case 56108:
 | |
|             return "monster/newmonsters/goblin/guardianmaster/animation/move.ani";
 | |
|         case 61119:
 | |
|             return "monster/newmonsters/goblin/guardiantraper/animation/move.ani";
 | |
|         case 61121:
 | |
|             return "monster/newmonsters/goblin/guardiantraper/animation/move.ani";
 | |
|         case 61122:
 | |
|             return "monster/newmonsters/goblin/guardiantraper/animation/move.ani";
 | |
|         case 56413:
 | |
|             return "monster/newmonsters/goblin/madman_gonlin/animation/move.ani";
 | |
|         case 56407:
 | |
|             return "monster/newmonsters/goblin/madman_gonlin/animation/move.ani";
 | |
|         case 65005:
 | |
|             return "monster/newmonsters/goblin/madman_gonlin/animation/move.ani";
 | |
|         case 62781:
 | |
|             return "monster/newmonsters/goblin/richgoblin/animation/move.ani";
 | |
|         case 61726:
 | |
|             return "monster/newmonsters/goblin/richgoblin/animation/move.ani";
 | |
|         case 61727:
 | |
|             return "monster/newmonsters/goblin/richgoblin/animation/move.ani";
 | |
|         case 61728:
 | |
|             return "monster/newmonsters/goblin/richgoblin/animation/move.ani";
 | |
|         case 61411:
 | |
|             return "monster/newmonsters/goblin/summon_archergoblin/animation/move.ani";
 | |
|         case 61702:
 | |
|             return "monster/newmonsters/goblin/summon_goblin/animation/move.ani";
 | |
|         case 61110:
 | |
|             return "monster/newmonsters/goblin/tentaclerider/animation/move.ani";
 | |
|         case 56705:
 | |
|             return "monster/newmonsters/goblin/throwgoblin/animation/move.ani";
 | |
|         case 61511:
 | |
|             return "monster/newmonsters/goblinkingdom/bomb_thrower/animation/move.ani";
 | |
|         case 61513:
 | |
|             return "monster/newmonsters/goblinkingdom/bombgoblin/animation/move.ani";
 | |
|         case 61714:
 | |
|             return "monster/newmonsters/goblinkingdom/elite_goblin/animation/move.ani";
 | |
|         case 61724:
 | |
|             return "monster/newmonsters/goblinkingdom/fire_goblin/animation/move.ani";
 | |
|         case 61337:
 | |
|             return "monster/newmonsters/goblinkingdom/glig/attack/animation/move.ani";
 | |
|         case 61338:
 | |
|             return "monster/newmonsters/goblinkingdom/glig/defend/animation/move.ani";
 | |
|         case 61339:
 | |
|             return "monster/newmonsters/goblinkingdom/glig/runaway/animation/move.ani";
 | |
|         case 61809:
 | |
|             return "monster/newmonsters/goblinkingdom/golgo/animation/move.ani";
 | |
|         case 61810:
 | |
|             return "monster/newmonsters/goblinkingdom/golgoserver/animation/move.ani";
 | |
|         case 61517:
 | |
|             return "monster/newmonsters/goblinkingdom/holdgoblin/animation/move.ani";
 | |
|         case 61725:
 | |
|             return "monster/newmonsters/goblinkingdom/ice_goblin/animation/move.ani";
 | |
|         case 61430:
 | |
|             return "monster/newmonsters/goblinkingdom/kinggalok/animation/move.ani";
 | |
|         case 61713:
 | |
|             return "monster/newmonsters/goblinkingdom/kinggalok/animation/move.ani";
 | |
|         case 65008:
 | |
|             return "monster/newmonsters/goblinkingdom/kinggalok/animation/move.ani";
 | |
|         case 61519:
 | |
|             return "monster/newmonsters/goblinkingdom/redgoblin/animation/move.ani";
 | |
|         case 61515:
 | |
|             return "monster/newmonsters/goblinkingdom/sleepgoblin/animation/move.ani";
 | |
|         case 61521:
 | |
|             return "monster/newmonsters/goblinkingdom/slowgoblin/animation/move.ani";
 | |
|         case 61518:
 | |
|             return "monster/newmonsters/goblinkingdom/speedgoblin/animation/move.ani";
 | |
|         case 61516:
 | |
|             return "monster/newmonsters/goblinkingdom/stonegoblin/animation/move.ani";
 | |
|         case 61514:
 | |
|             return "monster/newmonsters/goblinkingdom/stungoblin/animation/move.ani";
 | |
|         case 61715:
 | |
|             return "monster/newmonsters/goblinkingdom/throw_goblin/animation/move.ani";
 | |
|         case 61342:
 | |
|             return "monster/newmonsters/goblinkingdom/tree/leader/animation/move.ani";
 | |
|         case 61341:
 | |
|             return "monster/newmonsters/goblinkingdom/tree/rudolf/animation/move.ani";
 | |
|         case 64556:
 | |
|             return "monster/newmonsters/golem/ricu/animation/move.ani";
 | |
|         case 61705:
 | |
|             return "monster/newmonsters/golem/ricu/animation/move.ani";
 | |
|         case 56419:
 | |
|             return "monster/newmonsters/grim/grim_bogers/animation/move.ani";
 | |
|         case 61153:
 | |
|             return "monster/newmonsters/grim/grim_bogers/animation/move.ani";
 | |
|         case 61807:
 | |
|             return "monster/newmonsters/grim/grim_executive/animation/move.ani";
 | |
|         case 61808:
 | |
|             return "monster/newmonsters/grim/grim_sorcerer/animation/move.ani";
 | |
|         case 61510:
 | |
|             return "monster/newmonsters/grim/grimfiresprit/animation/move.ani";
 | |
|         case 56505:
 | |
|             return "monster/newmonsters/grim/grimhodor/animation/move.ani";
 | |
|         case 56802:
 | |
|             return "monster/newmonsters/grim_priest/grim_priest_1_2/animation/move.ani";
 | |
|         case 56803:
 | |
|             return "monster/newmonsters/grim_priest/grim_priest_1_2/animation/move.ani";
 | |
|         case 56801:
 | |
|             return "monster/newmonsters/grim_priest/grimpriest_nubelus/animation/move.ani";
 | |
|         case 61243:
 | |
|             return "monster/newmonsters/haze/axeoutlaw/animation/move.ani";
 | |
|         case 61268:
 | |
|             return "monster/newmonsters/haze/biker2/animation/move.ani";
 | |
|         case 61247:
 | |
|             return "monster/newmonsters/haze/chainbiker/animation/move.ani";
 | |
|         case 63007:
 | |
|             return "monster/newmonsters/haze/death_squad/animation/move.ani";
 | |
|         case 61269:
 | |
|             return "monster/newmonsters/haze/enjosipho/animation/move.ani";
 | |
|         case 61267:
 | |
|             return "monster/newmonsters/haze/enjosipho/animation/move.ani";
 | |
|         case 59017:
 | |
|             return "monster/newmonsters/haze/hass/animation/move.ani";
 | |
|         case 61245:
 | |
|             return "monster/newmonsters/haze/humanhunter/animation/move.ani";
 | |
|         case 56031:
 | |
|             return "monster/newmonsters/haze/irigare/animation/move.ani";
 | |
|         case 62161:
 | |
|             return "monster/newmonsters/haze/irigare/animation/move.ani";
 | |
|         case 61244:
 | |
|             return "monster/newmonsters/haze/outlaw/animation/move.ani";
 | |
|         case 56029:
 | |
|             return "monster/newmonsters/haze/peyo_piere/animation/move.ani";
 | |
|         case 59016:
 | |
|             return "monster/newmonsters/haze/poena/animation/move.ani";
 | |
|         case 61266:
 | |
|             return "monster/newmonsters/haze/stickban/animation/move.ani";
 | |
|         case 56032:
 | |
|             return "monster/newmonsters/haze/tretri/animation/move.ani";
 | |
|         case 56033:
 | |
|             return "monster/newmonsters/haze/zzjo/animation/move.ani";
 | |
|         case 56051:
 | |
|             return "monster/newmonsters/haze/zzjo/animation/move.ani";
 | |
|         case 56030:
 | |
|             return "monster/newmonsters/haze/zzjo/animation/move.ani";
 | |
|         case 56134:
 | |
|             return "monster/newmonsters/heaven/assaultmarine/animation/move.ani";
 | |
|         case 61495:
 | |
|             return "monster/newmonsters/heaven/big_soldier/animation/move.ani";
 | |
|         case 56714:
 | |
|             return "monster/newmonsters/heaven/captain_berhik/animation/move.ani";
 | |
|         case 61712:
 | |
|             return "monster/newmonsters/heaven/captain_berhik_boss/animation/move.ani";
 | |
|         case 64571:
 | |
|             return "monster/newmonsters/heaven/captainshured/animation/move.ani";
 | |
|         case 61112:
 | |
|             return "monster/newmonsters/heaven/captainshured/animation/move.ani";
 | |
|         case 56501:
 | |
|             return "monster/newmonsters/heaven/caspar/animation/move.ani";
 | |
|         case 56124:
 | |
|             return "monster/newmonsters/heaven/doctorgiselle/animation/move.ani";
 | |
|         case 56502:
 | |
|             return "monster/newmonsters/heaven/dorian/animation/move.ani";
 | |
|         case 59014:
 | |
|             return "monster/newmonsters/heaven/fastcannon-lightning/animation/move.ani";
 | |
|         case 64572:
 | |
|             return "monster/newmonsters/heaven/gt9600/animation/move.ani";
 | |
|         case 61710:
 | |
|             return "monster/newmonsters/heaven/gt9600/animation/move.ani";
 | |
|         case 59015:
 | |
|             return "monster/newmonsters/heaven/gt_proto/animation/move.ani";
 | |
|         case 56503:
 | |
|             return "monster/newmonsters/heaven/jena/animation/move.ani";
 | |
|         case 64570:
 | |
|             return "monster/newmonsters/heaven/letsburn_bentinck/animation/move.ani";
 | |
|         case 61709:
 | |
|             return "monster/newmonsters/heaven/letsburn_bentinck/animation/move.ani";
 | |
|         case 61184:
 | |
|             return "monster/newmonsters/heaven/majorcamoka/animation/move.ani";
 | |
|         case 61208:
 | |
|             return "monster/newmonsters/heaven/mechanicgiselle/zx_5_1/animation/move.ani";
 | |
|         case 61209:
 | |
|             return "monster/newmonsters/heaven/mechanicgiselle/zx_5_2/animation/move.ani";
 | |
|         case 61210:
 | |
|             return "monster/newmonsters/heaven/mechanicgiselle/zx_5_3/animation/move.ani";
 | |
|         case 61211:
 | |
|             return "monster/newmonsters/heaven/mechanicgiselle/zx_5_4/animation/move.ani";
 | |
|         case 56131:
 | |
|             return "monster/newmonsters/heaven/mechanicgiselle/zx_5_alpha/animation/move.ani";
 | |
|         case 56132:
 | |
|             return "monster/newmonsters/heaven/mechanicgiselle/zx_5_beta/animation/move.ani";
 | |
|         case 56133:
 | |
|             return "monster/newmonsters/heaven/mechanicgiselle/zx_5_gamma/animation/move.ani";
 | |
|         case 61204:
 | |
|             return "monster/newmonsters/heaven/mechanicgiselle/zx_9/animation/move.ani";
 | |
|         case 61203:
 | |
|             return "monster/newmonsters/heaven/mechanicgiselle/zx_99/animation/move.ani";
 | |
|         case 63013:
 | |
|             return "monster/newmonsters/heaven/mortar_soldier/animation/move.ani";
 | |
|         case 56713:
 | |
|             return "monster/newmonsters/heaven/nife_claese/animation/move.ani";
 | |
|         case 56136:
 | |
|             return "monster/newmonsters/heaven/quartermaster/animation/move.ani";
 | |
|         case 56135:
 | |
|             return "monster/newmonsters/heaven/sergeant/animation/move.ani";
 | |
|         case 61185:
 | |
|             return "monster/newmonsters/heaven/shadow/animation/move.ani";
 | |
|         case 56715:
 | |
|             return "monster/newmonsters/heaven/smarine/animation/move.ani";
 | |
|         case 59013:
 | |
|             return "monster/newmonsters/heaven/soniccannon-thunder/animation/move.ani";
 | |
|         case 61113:
 | |
|             return "monster/newmonsters/heaven/specialforce/animation/move.ani";
 | |
|         case 61155:
 | |
|             return "monster/newmonsters/heaven/timerunner/animation/move.ani";
 | |
|         case 56106:
 | |
|             return "monster/newmonsters/heaven/vulcherspecialforce/animation/move.ani";
 | |
|         case 56125:
 | |
|             return "monster/newmonsters/heaven/zx_camo/animation/move.ani";
 | |
|         case 62119:
 | |
|             return "monster/newmonsters/leshphon/divol/animation/move.ani";
 | |
|         case 56142:
 | |
|             return "monster/newmonsters/leshphon/duke_juris/animation/move.ani";
 | |
|         case 62126:
 | |
|             return "monster/newmonsters/leshphon/gackle/animation/move.ani";
 | |
|         case 56143:
 | |
|             return "monster/newmonsters/leshphon/hyungteo/animation/move.ani";
 | |
|         case 62117:
 | |
|             return "monster/newmonsters/leshphon/infectee/animation/move.ani";
 | |
|         case 56144:
 | |
|             return "monster/newmonsters/leshphon/isangoma_nazaloh/animation/move.ani";
 | |
|         case 56145:
 | |
|             return "monster/newmonsters/leshphon/isangoma_nazaloh/animation/move.ani";
 | |
|         case 62130:
 | |
|             return "monster/newmonsters/leshphon/melt_knight/animation/move.ani";
 | |
|         case 62118:
 | |
|             return "monster/newmonsters/leshphon/melt_knight/animation/move.ani";
 | |
|         case 62127:
 | |
|             return "monster/newmonsters/leshphon/particle/animation/move.ani";
 | |
|         case 62131:
 | |
|             return "monster/newmonsters/leshphon/particle/animation/move.ani";
 | |
|         case 62125:
 | |
|             return "monster/newmonsters/leshphon/scavenger/animation/move.ani";
 | |
|         case 62116:
 | |
|             return "monster/newmonsters/leshphon/the_wicked_disease_direzie/animation/move.ani";
 | |
|         case 61347:
 | |
|             return "monster/newmonsters/lizardman/avengers/alecto/animation/move.ani";
 | |
|         case 61349:
 | |
|             return "monster/newmonsters/lizardman/avengers/megaira/animation/move.ani";
 | |
|         case 61348:
 | |
|             return "monster/newmonsters/lizardman/avengers/tispone/animation/move.ani";
 | |
|         case 61128:
 | |
|             return "monster/newmonsters/lizardman/basilisk/animation/move.ani";
 | |
|         case 61412:
 | |
|             return "monster/newmonsters/lizardman/dragon_man/animation/move.ani";
 | |
|         case 61350:
 | |
|             return "monster/newmonsters/lizardman/gizmo/animation/move.ani";
 | |
|         case 65003:
 | |
|             return "monster/newmonsters/lizardman/gizmo/animation/move.ani";
 | |
|         case 56110:
 | |
|             return "monster/newmonsters/lizardman/kungfulizard/animation/move.ani";
 | |
|         case 61413:
 | |
|             return "monster/newmonsters/lizardman/lizard_man/animation/move.ani";
 | |
|         case 61129:
 | |
|             return "monster/newmonsters/lizardman/lizardman_guard/animation/move.ani";
 | |
|         case 61130:
 | |
|             return "monster/newmonsters/lizardman/lizardman_guard/animation/move.ani";
 | |
|         case 61131:
 | |
|             return "monster/newmonsters/lizardman/lizardman_guard/animation/move.ani";
 | |
|         case 61132:
 | |
|             return "monster/newmonsters/lizardman/lizardman_guard/animation/move.ani";
 | |
|         case 61133:
 | |
|             return "monster/newmonsters/lizardman/lizardman_guard/animation/move.ani";
 | |
|         case 62107:
 | |
|             return "monster/newmonsters/lizardman/lizardman_guard/animation/move.ani";
 | |
|         case 61351:
 | |
|             return "monster/newmonsters/lizardman/shiger/animation/move.ani";
 | |
|         case 65004:
 | |
|             return "monster/newmonsters/lizardman/shiger/animation/move.ani";
 | |
|         case 61355:
 | |
|             return "monster/newmonsters/lizardman/tiguan/animation/move.ani";
 | |
|         case 61116:
 | |
|             return "monster/newmonsters/lugaru/firelugaru/animation/move.ani";
 | |
|         case 66170:
 | |
|             return "monster/newmonsters/luke_normal/blueswings/animation/move.ani";
 | |
|         case 66183:
 | |
|             return "monster/newmonsters/luke_normal/dark_archer_(59827)/animation/move.ani";
 | |
|         case 66174:
 | |
|             return "monster/newmonsters/luke_normal/machinegolem/animation/move.ani";
 | |
|         case 66173:
 | |
|             return "monster/newmonsters/luke_normal/sparkbomb/animation/move.ani";
 | |
|         case 72642:
 | |
|             return "monster/newmonsters/luke_raid/detector/animation/move.ani";
 | |
|         case 72643:
 | |
|             return "monster/newmonsters/luke_raid/detector/animation/move.ani";
 | |
|         case 72644:
 | |
|             return "monster/newmonsters/luke_raid/detector/animation/move.ani";
 | |
|         case 72645:
 | |
|             return "monster/newmonsters/luke_raid/detector/animation/move.ani";
 | |
|         case 56674:
 | |
|             return "monster/newmonsters/luke_raid/karina/animation/move.ani";
 | |
|         case 63408:
 | |
|             return "monster/newmonsters/luke_raid/karina_slime/animation/move.ani";
 | |
|         case 63409:
 | |
|             return "monster/newmonsters/luke_raid/karina_slime_small/animation/move.ani";
 | |
|         case 59873:
 | |
|             return "monster/newmonsters/luke_raid/massp_beckey_01/animation/move.ani";
 | |
|         case 56063:
 | |
|             return "monster/newmonsters/luke_raid/metalgear/animation/move.ani";
 | |
|         case 56673:
 | |
|             return "monster/newmonsters/luke_raid/rosaura/animation/move.ani";
 | |
|         case 63406:
 | |
|             return "monster/newmonsters/luke_raid/rosaura_dark_light/animation/move.ani";
 | |
|         case 63407:
 | |
|             return "monster/newmonsters/luke_raid/rosaura_dark_small_light/animation/move.ani";
 | |
|         case 56012:
 | |
|             return "monster/newmonsters/medeia/animation/move.ani";
 | |
|         case 107001623:
 | |
|             return "monster/newmonsters/metrocenter/hell/darkghost/animation/move.ani";
 | |
|         case 65011:
 | |
|             return "monster/newmonsters/militiaman/militiaman/animation/move.ani";
 | |
|         case 61003:
 | |
|             return "monster/newmonsters/militiaman/militiaman/animation/move.ani";
 | |
|         case 56000:
 | |
|             return "monster/newmonsters/militiaman/militiamanboss/animation/move.ani";
 | |
|         case 61480:
 | |
|             return "monster/newmonsters/mimic/animation/move.ani";
 | |
|         case 61479:
 | |
|             return "monster/newmonsters/mimic/animation/move.ani";
 | |
|         case 56478:
 | |
|             return "monster/newmonsters/new_event/dual/blanka/animation/move.ani";
 | |
|         case 61644:
 | |
|             return "monster/newmonsters/new_event/dual/dual_face/animation/move.ani";
 | |
|         case 61645:
 | |
|             return "monster/newmonsters/new_event/dual/dual_face/animation/move.ani";
 | |
|         case 61641:
 | |
|             return "monster/newmonsters/new_event/dual/frenken_baby/animation/move.ani";
 | |
|         case 61643:
 | |
|             return "monster/newmonsters/new_event/dual/marine/animation/move.ani";
 | |
|         case 61642:
 | |
|             return "monster/newmonsters/new_event/dual/tank_landrunner/animation/move.ani";
 | |
|         case 61651:
 | |
|             return "monster/newmonsters/new_event/dual/tank_landrunner/animation/move.ani";
 | |
|         case 61652:
 | |
|             return "monster/newmonsters/new_event/dual/zx_5_1/animation/move.ani";
 | |
|         case 61636:
 | |
|             return "monster/newmonsters/new_event/dual/zx_5_1/animation/move.ani";
 | |
|         case 61647:
 | |
|             return "monster/newmonsters/new_event/dual/zx_5_1/animation/move.ani";
 | |
|         case 61637:
 | |
|             return "monster/newmonsters/new_event/dual/zx_5_2/animation/move.ani";
 | |
|         case 61638:
 | |
|             return "monster/newmonsters/new_event/dual/zx_5_3/animation/move.ani";
 | |
|         case 61639:
 | |
|             return "monster/newmonsters/new_event/dual/zx_5_4/animation/move.ani";
 | |
|         case 56477:
 | |
|             return "monster/newmonsters/new_event/dual/zx_5_gamma/animation/move.ani";
 | |
|         case 61656:
 | |
|             return "monster/newmonsters/new_event/dual/zx_69/animation/move.ani";
 | |
|         case 61650:
 | |
|             return "monster/newmonsters/new_event/dual/zx_69/animation/move.ani";
 | |
|         case 61646:
 | |
|             return "monster/newmonsters/new_event/dual/zx_69/animation/move.ani";
 | |
|         case 61653:
 | |
|             return "monster/newmonsters/new_event/dual/zx_77/animation/move.ani";
 | |
|         case 61654:
 | |
|             return "monster/newmonsters/new_event/dual/zx_77/animation/move.ani";
 | |
|         case 61655:
 | |
|             return "monster/newmonsters/new_event/dual/zx_77/animation/move.ani";
 | |
|         case 61649:
 | |
|             return "monster/newmonsters/new_event/dual/zx_77/animation/move.ani";
 | |
|         case 61648:
 | |
|             return "monster/newmonsters/new_event/dual/zx_99/animation/move.ani";
 | |
|         case 61640:
 | |
|             return "monster/newmonsters/new_event/dual/zx_99/animation/move.ani";
 | |
|         case 61768:
 | |
|             return "monster/newmonsters/parasite/parasite_fire/animation/move.ani";
 | |
|         case 61769:
 | |
|             return "monster/newmonsters/parasite/parasite_ice/animation/move.ani";
 | |
|         case 56055:
 | |
|             return "monster/newmonsters/powerstation/botula/animation/move.ani";
 | |
|         case 56057:
 | |
|             return "monster/newmonsters/powerstation/botula/animation/move.ani";
 | |
|         case 56058:
 | |
|             return "monster/newmonsters/powerstation/botula/animation/move.ani";
 | |
|         case 56059:
 | |
|             return "monster/newmonsters/powerstation/botula/animation/move.ani";
 | |
|         case 56060:
 | |
|             return "monster/newmonsters/powerstation/botula/animation/move.ani";
 | |
|         case 56061:
 | |
|             return "monster/newmonsters/powerstation/botula/animation/move.ani";
 | |
|         case 56470:
 | |
|             return "monster/newmonsters/powerstation/fruz_station/coward_planet/animation/move.ani";
 | |
|         case 61635:
 | |
|             return "monster/newmonsters/powerstation/fruz_station/granite/animation/move.ani";
 | |
|         case 61634:
 | |
|             return "monster/newmonsters/powerstation/fruz_station/granite_fly_b/animation/move.ani";
 | |
|         case 61632:
 | |
|             return "monster/newmonsters/powerstation/fruz_station/samuel/animation/move.ani";
 | |
|         case 61295:
 | |
|             return "monster/newmonsters/powerstation/fuhrman/animation/move.ani";
 | |
|         case 63048:
 | |
|             return "monster/newmonsters/powerstation/kohlepowerstation/fire_slime/animation/move.ani";
 | |
|         case 59038:
 | |
|             return "monster/newmonsters/powerstation/kohlepowerstation/fire_slime_big/animation/move.ani";
 | |
|         case 63045:
 | |
|             return "monster/newmonsters/powerstation/kohlepowerstation/fitz/animation/move.ani";
 | |
|         case 63047:
 | |
|             return "monster/newmonsters/powerstation/kohlepowerstation/fitz_archer/animation/move.ani";
 | |
|         case 59031:
 | |
|             return "monster/newmonsters/powerstation/kohlepowerstation/fitz_other_self/animation/move.ani";
 | |
|         case 63046:
 | |
|             return "monster/newmonsters/powerstation/kohlepowerstation/fitz_warrior/animation/move.ani";
 | |
|         case 61272:
 | |
|             return "monster/newmonsters/powerstation/rockslime/animation/move.ani";
 | |
|         case 61273:
 | |
|             return "monster/newmonsters/powerstation/rockslotor/animation/move.ani";
 | |
|         case 64016:
 | |
|             return "monster/newmonsters/powerstation/trombe/granite_b/animation/move.ani";
 | |
|         case 64019:
 | |
|             return "monster/newmonsters/powerstation/trombe/granite_fly/animation/move.ani";
 | |
|         case 58006:
 | |
|             return "monster/newmonsters/powerstation/trombe/granite_great/animation/move.ani";
 | |
|         case 64017:
 | |
|             return "monster/newmonsters/powerstation/trombe/granite_t/animation/move.ani";
 | |
|         case 64022:
 | |
|             return "monster/newmonsters/powerstation/trombe/ma_squid/animation/move.ani";
 | |
|         case 64023:
 | |
|             return "monster/newmonsters/powerstation/trombe/ma_squid2/animation/move.ani";
 | |
|         case 58007:
 | |
|             return "monster/newmonsters/powerstation/trombe/paris/animation/move.ani";
 | |
|         case 64020:
 | |
|             return "monster/newmonsters/powerstation/trombe/patris/animation/move.ani";
 | |
|         case 64018:
 | |
|             return "monster/newmonsters/powerstation/trombe/river/animation/move.ani";
 | |
|         case 64021:
 | |
|             return "monster/newmonsters/powerstation/trombe/river_map/animation/move.ani";
 | |
|         case 61704:
 | |
|             return "monster/newmonsters/queen_rosi/animation/move.ani";
 | |
|         case 61525:
 | |
|             return "monster/newmonsters/ranjerus/assaulting/animation/move.ani";
 | |
|         case 65009:
 | |
|             return "monster/newmonsters/ranjerus/assaulting/animation/move.ani";
 | |
|         case 56506:
 | |
|             return "monster/newmonsters/ranjerus/bitbusty/animation/move.ani";
 | |
|         case 61530:
 | |
|             return "monster/newmonsters/ranjerus/bombgunsoldier/animation/move.ani";
 | |
|         case 61354:
 | |
|             return "monster/newmonsters/ranjerus/dugong/animation/move.ani";
 | |
|         case 61415:
 | |
|             return "monster/newmonsters/ranjerus/fireman/animation/move.ani";
 | |
|         case 61137:
 | |
|             return "monster/newmonsters/ranjerus/g3/animation/move.ani";
 | |
|         case 61138:
 | |
|             return "monster/newmonsters/ranjerus/g3/animation/move.ani";
 | |
|         case 61139:
 | |
|             return "monster/newmonsters/ranjerus/g3/animation/move.ani";
 | |
|         case 61134:
 | |
|             return "monster/newmonsters/ranjerus/g3/animation/move.ani";
 | |
|         case 61135:
 | |
|             return "monster/newmonsters/ranjerus/gashengrigun/animation/move.ani";
 | |
|         case 56140:
 | |
|             return "monster/newmonsters/ranjerus/jeff/animation/move.ani";
 | |
|         case 61352:
 | |
|             return "monster/newmonsters/ranjerus/maryjane/animation/move.ani";
 | |
|         case 61527:
 | |
|             return "monster/newmonsters/ranjerus/medic/animation/move.ani";
 | |
|         case 61526:
 | |
|             return "monster/newmonsters/ranjerus/minesoldier/animation/move.ani";
 | |
|         case 61136:
 | |
|             return "monster/newmonsters/ranjerus/miracle_landrunner/animation/move.ani";
 | |
|         case 61416:
 | |
|             return "monster/newmonsters/ranjerus/serve_fireman/animation/move.ani";
 | |
|         case 61353:
 | |
|             return "monster/newmonsters/ranjerus/sniper/animation/move.ani";
 | |
|         case 61528:
 | |
|             return "monster/newmonsters/ranjerus/tempester/animation/move.ani";
 | |
|         case 61524:
 | |
|             return "monster/newmonsters/realsky/babydragon/animation/move.ani";
 | |
|         case 61523:
 | |
|             return "monster/newmonsters/realsky/minius/animation/move.ani";
 | |
|         case 61522:
 | |
|             return "monster/newmonsters/realsky/mirkius/animation/move.ani";
 | |
|         case 61735:
 | |
|             return "monster/newmonsters/riding/archer_goblin/animation/move.ani";
 | |
|         case 61235:
 | |
|             return "monster/newmonsters/riding/at_5t/animation/move.ani";
 | |
|         case 63008:
 | |
|             return "monster/newmonsters/riding/kartana/animation/move.ani";
 | |
|         case 62133:
 | |
|             return "monster/newmonsters/riding/masaccio/animation/move.ani";
 | |
|         case 61249:
 | |
|             return "monster/newmonsters/riding/masaccio_quest/animation/move.ani";
 | |
|         case 62132:
 | |
|             return "monster/newmonsters/riding/metacow/animation/move.ani";
 | |
|         case 63009:
 | |
|             return "monster/newmonsters/riding/zepplinex/animation/move.ani";
 | |
|         case 61783:
 | |
|             return "monster/newmonsters/risk_dungeon/cartelcommand/at_walker/animation/move.ani";
 | |
|         case 56772:
 | |
|             return "monster/newmonsters/risk_dungeon/cartelcommand/courjeep/animation/move.ani";
 | |
|         case 56775:
 | |
|             return "monster/newmonsters/risk_dungeon/cartelcommand/goro/animation/move.ani";
 | |
|         case 56768:
 | |
|             return "monster/newmonsters/risk_dungeon/cartelcommand/gunmax/animation/move.ani";
 | |
|         case 62216:
 | |
|             return "monster/newmonsters/risk_dungeon/cartelcommand/outlaw/animation/move.ani";
 | |
|         case 61780:
 | |
|             return "monster/newmonsters/risk_dungeon/cartelcommand/ranjerus/animation/move.ani";
 | |
|         case 62238:
 | |
|             return "monster/newmonsters/risk_dungeon/cartelcommand/robot_du1/animation/move.ani";
 | |
|         case 62239:
 | |
|             return "monster/newmonsters/risk_dungeon/cartelcommand/robot_du2/animation/move.ani";
 | |
|         case 62242:
 | |
|             return "monster/newmonsters/risk_dungeon/cartelcommand/robot_du3/animation/move.ani";
 | |
|         case 62243:
 | |
|             return "monster/newmonsters/risk_dungeon/cartelcommand/robot_du4/animation/move.ani";
 | |
|         case 62240:
 | |
|             return "monster/newmonsters/risk_dungeon/cartelcommand/robot_du5/animation/move.ani";
 | |
|         case 62241:
 | |
|             return "monster/newmonsters/risk_dungeon/cartelcommand/robot_du6/animation/move.ani";
 | |
|         case 61788:
 | |
|             return "monster/newmonsters/risk_dungeon/cartelcommand/rx78/animation/move.ani";
 | |
|         case 62207:
 | |
|             return "monster/newmonsters/risk_dungeon/cartelcommand/specialarmy/animation/move.ani";
 | |
|         case 61784:
 | |
|             return "monster/newmonsters/risk_dungeon/cartelcommand/warjack/animation/move.ani";
 | |
|         case 56755:
 | |
|             return "monster/newmonsters/risk_dungeon/ghosttrain/chiefmong0/animation/move.ani";
 | |
|         case 56756:
 | |
|             return "monster/newmonsters/risk_dungeon/ghosttrain/chiefmongghost0/animation/move.ani";
 | |
|         case 56758:
 | |
|             return "monster/newmonsters/risk_dungeon/ghosttrain/chiefmongghost_2nd0/animation/move.ani";
 | |
|         case 56761:
 | |
|             return "monster/newmonsters/risk_dungeon/ghosttrain/chiefmongghost_3rd0/animation/move.ani";
 | |
|         case 56767:
 | |
|             return "monster/newmonsters/risk_dungeon/ghosttrain/chiefsars/animation/move.ani";
 | |
|         case 61786:
 | |
|             return "monster/newmonsters/risk_dungeon/ghosttrain/chiefsars_crow/animation/move.ani";
 | |
|         case 61778:
 | |
|             return "monster/newmonsters/risk_dungeon/ghosttrain/dark_ghost0/animation/move.ani";
 | |
|         case 61770:
 | |
|             return "monster/newmonsters/risk_dungeon/ghosttrain/ghost_flu3/animation/move.ani";
 | |
|         case 61771:
 | |
|             return "monster/newmonsters/risk_dungeon/ghosttrain/skeleton_mermadia2/animation/move.ani";
 | |
|         case 56752:
 | |
|             return "monster/newmonsters/risk_dungeon/ghosttrain/wooden_doll1/animation/move.ani";
 | |
|         case 56754:
 | |
|             return "monster/newmonsters/risk_dungeon/ghosttrain/wooden_doll_l1/animation/move.ani";
 | |
|         case 61773:
 | |
|             return "monster/newmonsters/risk_dungeon/ghosttrain/wooden_doll_l_shadow1/animation/move.ani";
 | |
|         case 61787:
 | |
|             return "monster/newmonsters/risk_dungeon/ghosttrain/wooden_doll_nomnal/animation/move.ani";
 | |
|         case 56746:
 | |
|             return "monster/newmonsters/risk_dungeon/ghosttrain/wooden_doll_p1/animation/move.ani";
 | |
|         case 56745:
 | |
|             return "monster/newmonsters/risk_dungeon/ghosttrain/wooden_doll_t1/animation/move.ani";
 | |
|         case 61789:
 | |
|             return "monster/newmonsters/risk_dungeon/ghosttrain/woodendoll_nb/animation/move.ani";
 | |
|         case 61792:
 | |
|             return "monster/newmonsters/risk_dungeon/ghosttrain/woodendoll_ng/animation/move.ani";
 | |
|         case 61793:
 | |
|             return "monster/newmonsters/risk_dungeon/ghosttrain/woodendoll_np/animation/move.ani";
 | |
|         case 61790:
 | |
|             return "monster/newmonsters/risk_dungeon/ghosttrain/woodendoll_ny/animation/move.ani";
 | |
|         case 61785:
 | |
|             return "monster/newmonsters/risk_dungeon/ghosttrain/zombie_marine/animation/move.ani";
 | |
|         case 62286:
 | |
|             return "monster/newmonsters/risk_dungeon/leshphon/divol1/animation/move.ani";
 | |
|         case 56777:
 | |
|             return "monster/newmonsters/risk_dungeon/leshphon/doomferion/animation/move.ani";
 | |
|         case 56739:
 | |
|             return "monster/newmonsters/risk_dungeon/leshphon/duke_juris/animation/move.ani";
 | |
|         case 62320:
 | |
|             return "monster/newmonsters/risk_dungeon/leshphon/gackle/animation/move.ani";
 | |
|         case 56744:
 | |
|             return "monster/newmonsters/risk_dungeon/leshphon/hyungteo/animation/move.ani";
 | |
|         case 56759:
 | |
|             return "monster/newmonsters/risk_dungeon/leshphon/isangoma_nazaloh/animation/move.ani";
 | |
|         case 56760:
 | |
|             return "monster/newmonsters/risk_dungeon/leshphon/isangoma_nazaloh2/animation/move.ani";
 | |
|         case 56776:
 | |
|             return "monster/newmonsters/risk_dungeon/leshphon/jarojjaroo/animation/move.ani";
 | |
|         case 56778:
 | |
|             return "monster/newmonsters/risk_dungeon/leshphon/kator/animation/move.ani";
 | |
|         case 62225:
 | |
|             return "monster/newmonsters/risk_dungeon/leshphon/melt_knight/animation/move.ani";
 | |
|         case 62255:
 | |
|             return "monster/newmonsters/risk_dungeon/leshphon/particle/animation/move.ani";
 | |
|         case 62244:
 | |
|             return "monster/newmonsters/risk_dungeon/leshphon/pathogens/animation/move.ani";
 | |
|         case 61797:
 | |
|             return "monster/newmonsters/risk_dungeon/leshphon/scavenger/animation/move.ani";
 | |
|         case 62254:
 | |
|             return "monster/newmonsters/risk_dungeon/leshphon/the_wicked_disease_direzie/animation/move.ani";
 | |
|         case 61746:
 | |
|             return "monster/newmonsters/risk_dungeon/noirpera/direzie/animation/move.ani";
 | |
|         case 61749:
 | |
|             return "monster/newmonsters/risk_dungeon/noirpera/direzie_sub/animation/move.ani";
 | |
|         case 61754:
 | |
|             return "monster/newmonsters/risk_dungeon/noirpera/disease_spirit/animation/move.ani";
 | |
|         case 56751:
 | |
|             return "monster/newmonsters/risk_dungeon/noirpera/grim_priest1/animation/move.ani";
 | |
|         case 56750:
 | |
|             return "monster/newmonsters/risk_dungeon/noirpera/grim_priest2/animation/move.ani";
 | |
|         case 56753:
 | |
|             return "monster/newmonsters/risk_dungeon/noirpera/grimpriest_nubelus/animation/move.ani";
 | |
|         case 61782:
 | |
|             return "monster/newmonsters/risk_dungeon/noirpera/infected_ghoula/animation/move.ani";
 | |
|         case 61781:
 | |
|             return "monster/newmonsters/risk_dungeon/noirpera/infected_ghoulb/animation/move.ani";
 | |
|         case 56757:
 | |
|             return "monster/newmonsters/risk_dungeon/noirpera/infected_ghoulc/animation/move.ani";
 | |
|         case 61798:
 | |
|             return "monster/newmonsters/risk_dungeon/noirpera/militiaman/animation/move.ani";
 | |
|         case 56762:
 | |
|             return "monster/newmonsters/risk_dungeon/noirpera/militiamanboss/animation/move.ani";
 | |
|         case 61775:
 | |
|             return "monster/newmonsters/risk_dungeon/noirpera/mummy_basic/animation/move.ani";
 | |
|         case 56749:
 | |
|             return "monster/newmonsters/risk_dungeon/noirpera/mummy_ghost/animation/move.ani";
 | |
|         case 61759:
 | |
|             return "monster/newmonsters/risk_dungeon/noirpera/noir_dimension_gate/animation/move.ani";
 | |
|         case 61755:
 | |
|             return "monster/newmonsters/risk_dungeon/screamingcave/babynugol/animation/move.ani";
 | |
|         case 61758:
 | |
|             return "monster/newmonsters/risk_dungeon/screamingcave/babynugol2/animation/move.ani";
 | |
|         case 56726:
 | |
|             return "monster/newmonsters/risk_dungeon/screamingcave/bloodystormhardy/animation/move.ani";
 | |
|         case 61744:
 | |
|             return "monster/newmonsters/risk_dungeon/screamingcave/crimebuffalo/animation/move.ani";
 | |
|         case 61741:
 | |
|             return "monster/newmonsters/risk_dungeon/screamingcave/crimebuffalo/animation/move.ani";
 | |
|         case 61747:
 | |
|             return "monster/newmonsters/risk_dungeon/screamingcave/cursecrimebuffalo/animation/move.ani";
 | |
|         case 61743:
 | |
|             return "monster/newmonsters/risk_dungeon/screamingcave/cursecrimebuffalo/animation/move.ani";
 | |
|         case 56748:
 | |
|             return "monster/newmonsters/risk_dungeon/screamingcave/eviledge1/animation/move.ani";
 | |
|         case 56725:
 | |
|             return "monster/newmonsters/risk_dungeon/screamingcave/eviledge1/animation/move.ani";
 | |
|         case 56736:
 | |
|             return "monster/newmonsters/risk_dungeon/screamingcave/eviledge2/animation/move.ani";
 | |
|         case 56735:
 | |
|             return "monster/newmonsters/risk_dungeon/screamingcave/graverobberking/animation/move.ani";
 | |
|         case 61745:
 | |
|             return "monster/newmonsters/risk_dungeon/screamingcave/hardystorm/animation/move.ani";
 | |
|         case 56737:
 | |
|             return "monster/newmonsters/risk_dungeon/screamingcave/highspectresslene/animation/move.ani";
 | |
|         case 61757:
 | |
|             return "monster/newmonsters/risk_dungeon/screamingcave/kingnugol/animation/move.ani";
 | |
|         case 61756:
 | |
|             return "monster/newmonsters/risk_dungeon/screamingcave/nugol/animation/move.ani";
 | |
|         case 56738:
 | |
|             return "monster/newmonsters/risk_dungeon/screamingcave/skullkane/animation/move.ani";
 | |
|         case 61327:
 | |
|             return "monster/newmonsters/rosiclock/animation/move.ani";
 | |
|         case 61455:
 | |
|             return "monster/newmonsters/scasababy/animation/move.ani";
 | |
|         case 62103:
 | |
|             return "monster/newmonsters/scasababy/animation/move.ani";
 | |
|         case 61147:
 | |
|             return "monster/newmonsters/screamingcave/babynugol/animation/move.ani";
 | |
|         case 61149:
 | |
|             return "monster/newmonsters/screamingcave/babynugol/animation/move.ani";
 | |
|         case 56112:
 | |
|             return "monster/newmonsters/screamingcave/bloodystormhardy/animation/move.ani";
 | |
|         case 61144:
 | |
|             return "monster/newmonsters/screamingcave/crimebuffalo/animation/move.ani";
 | |
|         case 61145:
 | |
|             return "monster/newmonsters/screamingcave/cursecrimebuffalo/animation/move.ani";
 | |
|         case 56123:
 | |
|             return "monster/newmonsters/screamingcave/eviledge/animation/move.ani";
 | |
|         case 56436:
 | |
|             return "monster/newmonsters/screamingcave/eviledge1/animation/move.ani";
 | |
|         case 56113:
 | |
|             return "monster/newmonsters/screamingcave/eviledge1/animation/move.ani";
 | |
|         case 56114:
 | |
|             return "monster/newmonsters/screamingcave/eviledge2/animation/move.ani";
 | |
|         case 56115:
 | |
|             return "monster/newmonsters/screamingcave/graverobberking/animation/move.ani";
 | |
|         case 61148:
 | |
|             return "monster/newmonsters/screamingcave/hardystorm/animation/move.ani";
 | |
|         case 56116:
 | |
|             return "monster/newmonsters/screamingcave/highspectresslene/animation/move.ani";
 | |
|         case 61143:
 | |
|             return "monster/newmonsters/screamingcave/kingnugol/animation/move.ani";
 | |
|         case 61146:
 | |
|             return "monster/newmonsters/screamingcave/nugol/animation/move.ani";
 | |
|         case 56117:
 | |
|             return "monster/newmonsters/screamingcave/skullkane/animation/move.ani";
 | |
|         case 59024:
 | |
|             return "monster/newmonsters/shonan/biwoong/animation/move.ani";
 | |
|         case 59025:
 | |
|             return "monster/newmonsters/shonan/biwoong_mirror/animation/move.ani";
 | |
|         case 59020:
 | |
|             return "monster/newmonsters/shonan/chinchin/animation/move.ani";
 | |
|         case 56463:
 | |
|             return "monster/newmonsters/shonan/cho_lance/animation/move.ani";
 | |
|         case 56040:
 | |
|             return "monster/newmonsters/shonan/choa/animation/move.ani";
 | |
|         case 59026:
 | |
|             return "monster/newmonsters/shonan/gado/animation/move.ani";
 | |
|         case 56464:
 | |
|             return "monster/newmonsters/shonan/hajin/animation/move.ani";
 | |
|         case 56043:
 | |
|             return "monster/newmonsters/shonan/haneum/animation/move.ani";
 | |
|         case 56046:
 | |
|             return "monster/newmonsters/shonan/holyu/animation/move.ani";
 | |
|         case 56045:
 | |
|             return "monster/newmonsters/shonan/hukbichun/animation/move.ani";
 | |
|         case 56155:
 | |
|             return "monster/newmonsters/shonan/hwaho/animation/move.ani";
 | |
|         case 59021:
 | |
|             return "monster/newmonsters/shonan/hwoaryeong/animation/move.ani";
 | |
|         case 56044:
 | |
|             return "monster/newmonsters/shonan/jaunbi/animation/move.ani";
 | |
|         case 56157:
 | |
|             return "monster/newmonsters/shonan/jebi/animation/move.ani";
 | |
|         case 59022:
 | |
|             return "monster/newmonsters/shonan/jin/animation/move.ani";
 | |
|         case 56458:
 | |
|             return "monster/newmonsters/shonan/jinpie/animation/move.ani";
 | |
|         case 59023:
 | |
|             return "monster/newmonsters/shonan/kaizen/animation/move.ani";
 | |
|         case 56156:
 | |
|             return "monster/newmonsters/shonan/kinshou/animation/move.ani";
 | |
|         case 56041:
 | |
|             return "monster/newmonsters/shonan/lin/animation/move.ani";
 | |
|         case 56461:
 | |
|             return "monster/newmonsters/shonan/luck2/animation/move.ani";
 | |
|         case 56047:
 | |
|             return "monster/newmonsters/shonan/moonsu/animation/move.ani";
 | |
|         case 56042:
 | |
|             return "monster/newmonsters/shonan/orona/animation/move.ani";
 | |
|         case 56462:
 | |
|             return "monster/newmonsters/shonan/poison_lance/animation/move.ani";
 | |
|         case 56459:
 | |
|             return "monster/newmonsters/shonan/sarin/animation/move.ani";
 | |
|         case 56465:
 | |
|             return "monster/newmonsters/shonan/seorock/animation/move.ani";
 | |
|         case 59027:
 | |
|             return "monster/newmonsters/shonan/tapay/animation/move.ani";
 | |
|         case 56727:
 | |
|             return "monster/newmonsters/shonan/white/animation/move.ani";
 | |
|         case 56460:
 | |
|             return "monster/newmonsters/shonan/yang/animation/move.ani";
 | |
|         case 56729:
 | |
|             return "monster/newmonsters/shonan/yen/animation/move.ani";
 | |
|         case 56048:
 | |
|             return "monster/newmonsters/shonan/zagyu/animation/move.ani";
 | |
|         case 56728:
 | |
|             return "monster/newmonsters/shonan/zhenlun/animation/move.ani";
 | |
|         case 61017:
 | |
|             return "monster/newmonsters/silverspoon/crazyman/animation/move.ani";
 | |
|         case 56128:
 | |
|             return "monster/newmonsters/silverspoon/crazyman/animation/move.ani";
 | |
|         case 61008:
 | |
|             return "monster/newmonsters/silverspoon/fatso/animation/move.ani";
 | |
|         case 61018:
 | |
|             return "monster/newmonsters/silverspoon/gusto/animation/move.ani";
 | |
|         case 56002:
 | |
|             return "monster/newmonsters/silverspoon/gusto/animation/move.ani";
 | |
|         case 61177:
 | |
|             return "monster/newmonsters/silverspoon/silverclown/animation/move.ani";
 | |
|         case 61760:
 | |
|             return "monster/newmonsters/silverspoon/silverclown_ballacrobat/animation/move.ani";
 | |
|         case 61442:
 | |
|             return "monster/newmonsters/silverspoon/silverclown_ballacrobat/animation/move.ani";
 | |
|         case 61461:
 | |
|             return "monster/newmonsters/silverspoon/silverclown_ballacrobat/animation/move.ani";
 | |
|         case 61437:
 | |
|             return "monster/newmonsters/silverspoon/silverclown_crutches/animation/move.ani";
 | |
|         case 61441:
 | |
|             return "monster/newmonsters/silverspoon/silverclown_fluent/animation/move.ani";
 | |
|         case 61761:
 | |
|             return "monster/newmonsters/silverspoon/silverclown_jugglingacrobat/animation/move.ani";
 | |
|         case 61443:
 | |
|             return "monster/newmonsters/silverspoon/silverclown_jugglingacrobat/animation/move.ani";
 | |
|         case 61460:
 | |
|             return "monster/newmonsters/silverspoon/silverclown_jugglingacrobat/animation/move.ani";
 | |
|         case 56422:
 | |
|             return "monster/newmonsters/silverspoon/silverclown_robert/animation/move.ani";
 | |
|         case 61178:
 | |
|             return "monster/newmonsters/silverspoon/silverman/animation/move.ani";
 | |
|         case 61483:
 | |
|             return "monster/newmonsters/silverspoon/silverman/animation/move.ani";
 | |
|         case 61436:
 | |
|             return "monster/newmonsters/silverspoon/silverman/animation/move.ani";
 | |
|         case 61462:
 | |
|             return "monster/newmonsters/silverspoon/silverman/animation/move.ani";
 | |
|         case 61438:
 | |
|             return "monster/newmonsters/silverspoon/silversmallmana/animation/move.ani";
 | |
|         case 61463:
 | |
|             return "monster/newmonsters/silverspoon/silversmallmanb/animation/move.ani";
 | |
|         case 61179:
 | |
|             return "monster/newmonsters/silverspoon/silversmallmanb/animation/move.ani";
 | |
|         case 61482:
 | |
|             return "monster/newmonsters/silverspoon/silversmallmanb/animation/move.ani";
 | |
|         case 61439:
 | |
|             return "monster/newmonsters/silverspoon/silversmallmanb/animation/move.ani";
 | |
|         case 61440:
 | |
|             return "monster/newmonsters/silverspoon/silversmallmanc/animation/move.ani";
 | |
|         case 61009:
 | |
|             return "monster/newmonsters/silverspoon/transfatso/animation/move.ani";
 | |
|         case 56001:
 | |
|             return "monster/newmonsters/silverspoon/tripo/animation/move.ani";
 | |
|         case 61011:
 | |
|             return "monster/newmonsters/slime/slime_firm/animation/move.ani";
 | |
|         case 61012:
 | |
|             return "monster/newmonsters/slime/slime_frantic/animation/move.ani";
 | |
|         case 61016:
 | |
|             return "monster/newmonsters/slime/slime_king/animation/move.ani";
 | |
|         case 56004:
 | |
|             return "monster/newmonsters/slime/slime_king/animation/move.ani";
 | |
|         case 61015:
 | |
|             return "monster/newmonsters/slime/slime_mini/animation/move.ani";
 | |
|         case 61010:
 | |
|             return "monster/newmonsters/slime/slime_red/animation/move.ani";
 | |
|         case 61330:
 | |
|             return "monster/newmonsters/snake/medusasnake/animation/move.ani";
 | |
|         case 61229:
 | |
|             return "monster/newmonsters/snake/stonesnake/animation/move.ani";
 | |
|         case 56005:
 | |
|             return "monster/newmonsters/snowman/blanka/animation/move.ani";
 | |
|         case 64576:
 | |
|             return "monster/newmonsters/snowman/frenken/animation/move.ani";
 | |
|         case 61013:
 | |
|             return "monster/newmonsters/snowman/frenken/animation/move.ani";
 | |
|         case 61014:
 | |
|             return "monster/newmonsters/snowman/frenken_baby/animation/move.ani";
 | |
|         case 61180:
 | |
|             return "monster/newmonsters/snowman/frenken_baby/animation/move.ani";
 | |
|         case 61730:
 | |
|             return "monster/newmonsters/tau/event_child_tau/animation/move.ani";
 | |
|         case 56039:
 | |
|             return "monster/newmonsters/tau/event_cow/animation/move.ani";
 | |
|         case 61154:
 | |
|             return "monster/newmonsters/tau/summon_tau/animation/move.ani";
 | |
|         case 61404:
 | |
|             return "monster/newmonsters/thief/grim_marcenary/animation/move.ani";
 | |
|         case 56401:
 | |
|             return "monster/newmonsters/thief/grim_marcenary_n/animation/move.ani";
 | |
|         case 61531:
 | |
|             return "monster/newmonsters/thief/nicolas/animation/move.ani";
 | |
|         case 62519:
 | |
|             return "monster/newmonsters/timegate/beginning/angry_dragon/animation/move.ani";
 | |
|         case 56162:
 | |
|             return "monster/newmonsters/timegate/beginning/baby_hisma/animation/move.ani";
 | |
|         case 56161:
 | |
|             return "monster/newmonsters/timegate/beginning/baby_scasa/animation/move.ani";
 | |
|         case 56163:
 | |
|             return "monster/newmonsters/timegate/beginning/baby_spirazzi/animation/move.ani";
 | |
|         case 62517:
 | |
|             return "monster/newmonsters/timegate/beginning/black_dragon/animation/move.ani";
 | |
|         case 62520:
 | |
|             return "monster/newmonsters/timegate/beginning/dragon_knight/animation/move.ani";
 | |
|         case 62518:
 | |
|             return "monster/newmonsters/timegate/beginning/fire_dragon/animation/move.ani";
 | |
|         case 62112:
 | |
|             return "monster/newmonsters/timegate/beginning/young_scasa/animation/move.ani";
 | |
|         case 56475:
 | |
|             return "monster/newmonsters/timegate/black_church/astaroth/animation/move.ani";
 | |
|         case 61292:
 | |
|             return "monster/newmonsters/timegate/black_church/astaroth/animation/move.ani";
 | |
|         case 56473:
 | |
|             return "monster/newmonsters/timegate/black_church/astaroth/animation/move.ani";
 | |
|         case 56471:
 | |
|             return "monster/newmonsters/timegate/black_church/berias/animation/move.ani";
 | |
|         case 61616:
 | |
|             return "monster/newmonsters/timegate/black_church/berias_sub/animation/move.ani";
 | |
|         case 61622:
 | |
|             return "monster/newmonsters/timegate/black_church/cross_axe/animation/move.ani";
 | |
|         case 56474:
 | |
|             return "monster/newmonsters/timegate/black_church/fear/animation/move.ani";
 | |
|         case 56403:
 | |
|             return "monster/newmonsters/timegate/black_church/michaela/animation/move.ani";
 | |
|         case 61623:
 | |
|             return "monster/newmonsters/timegate/black_church/mummy/animation/move.ani";
 | |
|         case 61626:
 | |
|             return "monster/newmonsters/timegate/black_church/nillbass/animation/move.ani";
 | |
|         case 61625:
 | |
|             return "monster/newmonsters/timegate/black_church/nillbass/animation/move.ani";
 | |
|         case 61615:
 | |
|             return "monster/newmonsters/timegate/black_church/nillbass/animation/move.ani";
 | |
|         case 61624:
 | |
|             return "monster/newmonsters/timegate/black_church/ozma/animation/move.ani";
 | |
|         case 61618:
 | |
|             return "monster/newmonsters/timegate/black_church/pincers/animation/move.ani";
 | |
|         case 61619:
 | |
|             return "monster/newmonsters/timegate/black_church/sawtooth/animation/move.ani";
 | |
|         case 61620:
 | |
|             return "monster/newmonsters/timegate/black_church/scissors/animation/move.ani";
 | |
|         case 61291:
 | |
|             return "monster/newmonsters/timegate/black_church/shapirogracia/animation/move.ani";
 | |
|         case 58001:
 | |
|             return "monster/newmonsters/timegate/black_church/shapirogracia/animation/move.ani";
 | |
|         case 61617:
 | |
|             return "monster/newmonsters/timegate/black_church/skewer/animation/move.ani";
 | |
|         case 56472:
 | |
|             return "monster/newmonsters/timegate/black_church/tiamat/animation/move.ani";
 | |
|         case 61621:
 | |
|             return "monster/newmonsters/timegate/black_church/yorkshire/animation/move.ani";
 | |
|         case 63033:
 | |
|             return "monster/newmonsters/timegate/conflagration/bird/animation/move.ani";
 | |
|         case 58005:
 | |
|             return "monster/newmonsters/timegate/conflagration/dauwa/animation/move.ani";
 | |
|         case 63044:
 | |
|             return "monster/newmonsters/timegate/conflagration/eldergoblin/animation/move.ani";
 | |
|         case 63037:
 | |
|             return "monster/newmonsters/timegate/conflagration/forest_elf/animation/move.ani";
 | |
|         case 63042:
 | |
|             return "monster/newmonsters/timegate/conflagration/forest_elf/animation/move.ani";
 | |
|         case 63025:
 | |
|             return "monster/newmonsters/timegate/conflagration/forest_m/animation/move.ani";
 | |
|         case 59029:
 | |
|             return "monster/newmonsters/timegate/conflagration/forest_magician/animation/move.ani";
 | |
|         case 63039:
 | |
|             return "monster/newmonsters/timegate/conflagration/forest_oak/animation/move.ani";
 | |
|         case 63027:
 | |
|             return "monster/newmonsters/timegate/conflagration/forest_spider/animation/move.ani";
 | |
|         case 63026:
 | |
|             return "monster/newmonsters/timegate/conflagration/forest_w/animation/move.ani";
 | |
|         case 59028:
 | |
|             return "monster/newmonsters/timegate/conflagration/ghoulkawish/animation/move.ani";
 | |
|         case 63041:
 | |
|             return "monster/newmonsters/timegate/conflagration/grim_aradwoman/animation/move.ani";
 | |
|         case 59037:
 | |
|             return "monster/newmonsters/timegate/conflagration/redeyes_sinua/animation/move.ani";
 | |
|         case 63024:
 | |
|             return "monster/newmonsters/timegate/conflagration/umtara/animation/move.ani";
 | |
|         case 63043:
 | |
|             return "monster/newmonsters/timegate/conflagration/umtara_rage/animation/move.ani";
 | |
|         case 63040:
 | |
|             return "monster/newmonsters/timegate/conflagration/warrior_oak/animation/move.ani";
 | |
|         case 56054:
 | |
|             return "monster/newmonsters/timegate/consciousness/aquajello/animation/move.ani";
 | |
|         case 61288:
 | |
|             return "monster/newmonsters/timegate/consciousness/doll_fighter/animation/move.ani";
 | |
|         case 62506:
 | |
|             return "monster/newmonsters/timegate/consciousness/doll_fighter/animation/move.ani";
 | |
|         case 61289:
 | |
|             return "monster/newmonsters/timegate/consciousness/doll_priest/animation/move.ani";
 | |
|         case 62507:
 | |
|             return "monster/newmonsters/timegate/consciousness/doll_priest/animation/move.ani";
 | |
|         case 61290:
 | |
|             return "monster/newmonsters/timegate/consciousness/doll_sword/animation/move.ani";
 | |
|         case 62508:
 | |
|             return "monster/newmonsters/timegate/consciousness/doll_sword/animation/move.ani";
 | |
|         case 62509:
 | |
|             return "monster/newmonsters/timegate/consciousness/doll_whip/animation/move.ani";
 | |
|         case 62510:
 | |
|             return "monster/newmonsters/timegate/consciousness/fire_doll/animation/move.ani";
 | |
|         case 62511:
 | |
|             return "monster/newmonsters/timegate/consciousness/fire_doll/animation/move.ani";
 | |
|         case 62512:
 | |
|             return "monster/newmonsters/timegate/consciousness/fire_doll/animation/move.ani";
 | |
|         case 59035:
 | |
|             return "monster/newmonsters/timegate/consciousness/glutton_daroo/animation/move.ani";
 | |
|         case 56053:
 | |
|             return "monster/newmonsters/timegate/consciousness/ignis/animation/move.ani";
 | |
|         case 62108:
 | |
|             return "monster/newmonsters/timegate/consciousness/mareritt/animation/move.ani";
 | |
|         case 62521:
 | |
|             return "monster/newmonsters/timegate/consciousness/mareritt2/animation/move.ani";
 | |
|         case 59036:
 | |
|             return "monster/newmonsters/timegate/consciousness/mirror/animation/move.ani";
 | |
|         case 61281:
 | |
|             return "monster/newmonsters/timegate/consciousness/musicbox/animation/move.ani";
 | |
|         case 61293:
 | |
|             return "monster/newmonsters/timegate/consciousness/questmonster/animation/move.ani";
 | |
|         case 61287:
 | |
|             return "monster/newmonsters/timegate/consciousness/spacetoy/animation/move.ani";
 | |
|         case 61286:
 | |
|             return "monster/newmonsters/timegate/consciousness/timetoy/animation/move.ani";
 | |
|         case 62513:
 | |
|             return "monster/newmonsters/timegate/epidemic/darkelf_ghoul/animation/move.ani";
 | |
|         case 56159:
 | |
|             return "monster/newmonsters/timegate/epidemic/doomferion/animation/move.ani";
 | |
|         case 59034:
 | |
|             return "monster/newmonsters/timegate/epidemic/fusion_infectee/animation/move.ani";
 | |
|         case 62514:
 | |
|             return "monster/newmonsters/timegate/epidemic/gackle_warrior/animation/move.ani";
 | |
|         case 56160:
 | |
|             return "monster/newmonsters/timegate/epidemic/hogas/animation/move.ani";
 | |
|         case 59033:
 | |
|             return "monster/newmonsters/timegate/epidemic/jarojjaroo/animation/move.ani";
 | |
|         case 62515:
 | |
|             return "monster/newmonsters/timegate/epidemic/kah_divol/animation/move.ani";
 | |
|         case 59032:
 | |
|             return "monster/newmonsters/timegate/epidemic/kator/animation/move.ani";
 | |
|         case 62124:
 | |
|             return "monster/newmonsters/timegate/epidemic/melt_warrior/animation/move.ani";
 | |
|         case 62123:
 | |
|             return "monster/newmonsters/timegate/epidemic/melted_residents/animation/move.ani";
 | |
|         case 62121:
 | |
|             return "monster/newmonsters/timegate/epidemic/pathogens/animation/move.ani";
 | |
|         case 62122:
 | |
|             return "monster/newmonsters/timegate/epidemic/primary_infectee/animation/move.ani";
 | |
|         case 62516:
 | |
|             return "monster/newmonsters/timegate/epidemic/secondary_infectee/animation/move.ani";
 | |
|         case 63031:
 | |
|             return "monster/newmonsters/timegate/epidemic/skull_knight/animation/move.ani";
 | |
|         case 61274:
 | |
|             return "monster/newmonsters/timegate/formacartel/cartelvolunteer/animation/move.ani";
 | |
|         case 61276:
 | |
|             return "monster/newmonsters/timegate/formacartel/fatoutlaw/animation/move.ani";
 | |
|         case 58002:
 | |
|             return "monster/newmonsters/timegate/formacartel/gun_congcong/animation/move.ani";
 | |
|         case 61280:
 | |
|             return "monster/newmonsters/timegate/formacartel/gungoblin/animation/move.ani";
 | |
|         case 61275:
 | |
|             return "monster/newmonsters/timegate/formacartel/gunman/animation/move.ani";
 | |
|         case 56050:
 | |
|             return "monster/newmonsters/timegate/formacartel/poena/animation/move.ani";
 | |
|         case 61277:
 | |
|             return "monster/newmonsters/timegate/formacartel/verrickt/animation/move.ani";
 | |
|         case 62105:
 | |
|             return "monster/newmonsters/timegate/iris/animation/move.ani";
 | |
|         case 61629:
 | |
|             return "monster/newmonsters/timegate/oldscreamingcave/ant/animation/move.ani";
 | |
|         case 61631:
 | |
|             return "monster/newmonsters/timegate/oldscreamingcave/bee/animation/move.ani";
 | |
|         case 61630:
 | |
|             return "monster/newmonsters/timegate/oldscreamingcave/bloodbutterfly/animation/move.ani";
 | |
|         case 56468:
 | |
|             return "monster/newmonsters/timegate/oldscreamingcave/cachimo/animation/move.ani";
 | |
|         case 64001:
 | |
|             return "monster/newmonsters/timegate/oldscreamingcave/empiresoldier/animation/move.ani";
 | |
|         case 58000:
 | |
|             return "monster/newmonsters/timegate/oldscreamingcave/insectmagician/animation/move.ani";
 | |
|         case 56425:
 | |
|             return "monster/newmonsters/timegate/oldscreamingcave/kaiji/animation/move.ani";
 | |
|         case 61614:
 | |
|             return "monster/newmonsters/timegate/oldscreamingcave/kain/animation/move.ani";
 | |
|         case 61627:
 | |
|             return "monster/newmonsters/timegate/oldscreamingcave/mistgirl/animation/move.ani";
 | |
|         case 64000:
 | |
|             return "monster/newmonsters/timegate/oldscreamingcave/mistmember/animation/move.ani";
 | |
|         case 61628:
 | |
|             return "monster/newmonsters/timegate/oldscreamingcave/mistpowerman/animation/move.ani";
 | |
|         case 56476:
 | |
|             return "monster/newmonsters/timegate/oldscreamingcave/poena/animation/move.ani";
 | |
|         case 63036:
 | |
|             return "monster/newmonsters/timegate/parasite/animation/move.ani";
 | |
|         case 63035:
 | |
|             return "monster/newmonsters/timegate/parasite_fire/animation/move.ani";
 | |
|         case 64013:
 | |
|             return "monster/newmonsters/timegate/timelord/andres/animation/move.ani";
 | |
|         case 64014:
 | |
|             return "monster/newmonsters/timegate/timelord/andres_l/animation/move.ani";
 | |
|         case 64015:
 | |
|             return "monster/newmonsters/timegate/timelord/andres_r/animation/move.ani";
 | |
|         case 64007:
 | |
|             return "monster/newmonsters/timegate/timelord/basten/animation/move.ani";
 | |
|         case 64008:
 | |
|             return "monster/newmonsters/timegate/timelord/basten_l/animation/move.ani";
 | |
|         case 64009:
 | |
|             return "monster/newmonsters/timegate/timelord/basten_r/animation/move.ani";
 | |
|         case 64010:
 | |
|             return "monster/newmonsters/timegate/timelord/neymar/animation/move.ani";
 | |
|         case 64011:
 | |
|             return "monster/newmonsters/timegate/timelord/neymar_l/animation/move.ani";
 | |
|         case 64024:
 | |
|             return "monster/newmonsters/timegate/timelord/neymar_r/animation/move.ani";
 | |
|         case 64012:
 | |
|             return "monster/newmonsters/timegate/timelord/neymar_r/animation/move.ani";
 | |
|         case 64002:
 | |
|             return "monster/newmonsters/timegate/topsecretarea/bloodneck/animation/move.ani";
 | |
|         case 64006:
 | |
|             return "monster/newmonsters/timegate/topsecretarea/empire_m_fight/animation/move.ani";
 | |
|         case 64004:
 | |
|             return "monster/newmonsters/timegate/topsecretarea/empireknight/animation/move.ani";
 | |
|         case 64003:
 | |
|             return "monster/newmonsters/timegate/topsecretarea/empireresearcher/animation/move.ani";
 | |
|         case 64005:
 | |
|             return "monster/newmonsters/timegate/topsecretarea/empirespear/animation/move.ani";
 | |
|         case 56747:
 | |
|             return "monster/newmonsters/timegate/topsecretarea/hmecagoblin/animation/move.ani";
 | |
|         case 56469:
 | |
|             return "monster/newmonsters/timegate/topsecretarea/kamina/animation/move.ani";
 | |
|         case 61742:
 | |
|             return "monster/newmonsters/timegate/topsecretarea/kerberos/animation/move.ani";
 | |
|         case 58003:
 | |
|             return "monster/newmonsters/timegate/topsecretarea/rudol/animation/move.ani";
 | |
|         case 58004:
 | |
|             return "monster/newmonsters/timegate/topsecretarea/toma/animation/move.ani";
 | |
|         case 62157:
 | |
|             return "monster/newmonsters/towerofdespair/buffcheck/animation/move.ani";
 | |
|         case 62158:
 | |
|             return "monster/newmonsters/towerofdespair/buffcheck/animation/move.ani";
 | |
|         case 56154:
 | |
|             return "monster/newmonsters/towerofdespair/claris/animation/move.ani";
 | |
|         case 56454:
 | |
|             return "monster/newmonsters/towerofdespair/cross_axe/animation/move.ani";
 | |
|         case 62148:
 | |
|             return "monster/newmonsters/towerofdespair/fluore/animation/move.ani";
 | |
|         case 62149:
 | |
|             return "monster/newmonsters/towerofdespair/frost/animation/move.ani";
 | |
|         case 62154:
 | |
|             return "monster/newmonsters/towerofdespair/genie/animation/move.ani";
 | |
|         case 62155:
 | |
|             return "monster/newmonsters/towerofdespair/genie/animation/move.ani";
 | |
|         case 62156:
 | |
|             return "monster/newmonsters/towerofdespair/genie/animation/move.ani";
 | |
|         case 62152:
 | |
|             return "monster/newmonsters/towerofdespair/ixia/animation/move.ani";
 | |
|         case 62150:
 | |
|             return "monster/newmonsters/towerofdespair/jack/animation/move.ani";
 | |
|         case 62153:
 | |
|             return "monster/newmonsters/towerofdespair/ogong/animation/move.ani";
 | |
|         case 62151:
 | |
|             return "monster/newmonsters/towerofdespair/pluto/animation/move.ani";
 | |
|         case 61548:
 | |
|             return "monster/newmonsters/towerofdespair/robot_blind/animation/move.ani";
 | |
|         case 61549:
 | |
|             return "monster/newmonsters/towerofdespair/robot_confuse/animation/move.ani";
 | |
|         case 61551:
 | |
|             return "monster/newmonsters/towerofdespair/robot_freeze/animation/move.ani";
 | |
|         case 61550:
 | |
|             return "monster/newmonsters/towerofdespair/robot_hold/animation/move.ani";
 | |
|         case 61542:
 | |
|             return "monster/newmonsters/towerofdespair/rodem/animation/move.ani";
 | |
|         case 61540:
 | |
|             return "monster/newmonsters/towerofdespair/rodem/animation/move.ani";
 | |
|         case 61541:
 | |
|             return "monster/newmonsters/towerofdespair/rodem_sub/animation/move.ani";
 | |
|         case 56455:
 | |
|             return "monster/newmonsters/towerofdespair/sand_doll/animation/move.ani";
 | |
|         case 61264:
 | |
|             return "monster/newmonsters/towerofdespair/silverfox/animation/move.ani";
 | |
|         case 61547:
 | |
|             return "monster/newmonsters/towerofdespair/soccer_ball/animation/move.ani";
 | |
|         case 62159:
 | |
|             return "monster/newmonsters/towerofdespair/soldo/animation/move.ani";
 | |
|         case 62160:
 | |
|             return "monster/newmonsters/towerofdespair/soldo/animation/move.ani";
 | |
|         case 62134:
 | |
|             return "monster/newmonsters/towerofultimate/agamemnon/animation/move.ani";
 | |
|         case 56015:
 | |
|             return "monster/newmonsters/towerofultimate/coco/animation/move.ani";
 | |
|         case 61232:
 | |
|             return "monster/newmonsters/towerofultimate/darkcrow_coco/animation/move.ani";
 | |
|         case 61233:
 | |
|             return "monster/newmonsters/towerofultimate/darkcrow_coco/animation/move.ani";
 | |
|         case 56720:
 | |
|             return "monster/newmonsters/towerofultimate/darklizardman/animation/move.ani";
 | |
|         case 56016:
 | |
|             return "monster/newmonsters/towerofultimate/elise/animation/move.ani";
 | |
|         case 61734:
 | |
|             return "monster/newmonsters/towerofultimate/firezombie/animation/move.ani";
 | |
|         case 56719:
 | |
|             return "monster/newmonsters/towerofultimate/goblinunderminer/animation/move.ani";
 | |
|         case 56017:
 | |
|             return "monster/newmonsters/towerofultimate/gordic/animation/move.ani";
 | |
|         case 56437:
 | |
|             return "monster/newmonsters/towerofultimate/limit_elitebuffaloman/animation/move.ani";
 | |
|         case 56439:
 | |
|             return "monster/newmonsters/towerofultimate/limit_ladyzealot/animation/move.ani";
 | |
|         case 56441:
 | |
|             return "monster/newmonsters/towerofultimate/limit_ladyzealot_dark/animation/move.ani";
 | |
|         case 56440:
 | |
|             return "monster/newmonsters/towerofultimate/limit_ladyzealot_fire/animation/move.ani";
 | |
|         case 56442:
 | |
|             return "monster/newmonsters/towerofultimate/limit_ladyzealot_ice/animation/move.ani";
 | |
|         case 56443:
 | |
|             return "monster/newmonsters/towerofultimate/limit_marcenary/animation/move.ani";
 | |
|         case 56444:
 | |
|             return "monster/newmonsters/towerofultimate/limit_transfatso/animation/move.ani";
 | |
|         case 56438:
 | |
|             return "monster/newmonsters/towerofultimate/limit_wolfpatriarch/animation/move.ani";
 | |
|         case 61488:
 | |
|             return "monster/newmonsters/towerofultimate/mummy_dark/animation/move.ani";
 | |
|         case 61489:
 | |
|             return "monster/newmonsters/towerofultimate/mummy_dark/animation/move.ani";
 | |
|         case 56446:
 | |
|             return "monster/newmonsters/towerofultimate/mummy_dark/animation/move.ani";
 | |
|         case 56445:
 | |
|             return "monster/newmonsters/towerofultimate/mummy_light/animation/move.ani";
 | |
|         case 59011:
 | |
|             return "monster/newmonsters/towerofultimate/sniper_triker/animation/move.ani";
 | |
|         case 64579:
 | |
|             return "monster/newmonsters/witch/agarum/animation/move.ani";
 | |
|         case 64590:
 | |
|             return "monster/newmonsters/witch/agarum/animation/move.ani";
 | |
|         case 62110:
 | |
|             return "monster/newmonsters/witch/agarum/animation/move.ani";
 | |
|         case 62113:
 | |
|             return "monster/newmonsters/witch/agarum/animation/move.ani";
 | |
|         case 62109:
 | |
|             return "monster/newmonsters/witch/bat/animation/move.ani";
 | |
|         case 61230:
 | |
|             return "monster/newmonsters/witch/bat/animation/move.ani";
 | |
|         case 56435:
 | |
|             return "monster/newmonsters/witch/namak/animation/move.ani";
 | |
|         case 61226:
 | |
|             return "monster/newmonsters/witch/resident_evil/animation/move.ani";
 | |
|         case 61227:
 | |
|             return "monster/newmonsters/witch/resident_evil/animation/move.ani";
 | |
|         case 61763:
 | |
|             return "monster/newmonsters/witch/victim/animation/move.ani";
 | |
|         case 62111:
 | |
|             return "monster/newmonsters/witch/victim/animation/move.ani";
 | |
|         case 61228:
 | |
|             return "monster/newmonsters/witch/victim/animation/move.ani";
 | |
|         case 59012:
 | |
|             return "monster/spirit/animation/move.ani";
 | |
|         case 62027:
 | |
|             return "monster/twdf/tw_doblin/animation/move.ani";
 | |
|         case 62025:
 | |
|             return "monster/twdf/tw_tutorial_monster/tw_dragonspear/animation/move.ani";
 | |
|         case 62024:
 | |
|             return "monster/twdf/tw_tutorial_monster/tw_dragonsword/animation/move.ani";
 | |
|         case 62026:
 | |
|             return "monster/twdf/tw_tutorial_monster/tw_kampera/animation/move.ani";
 | |
|         case 56921:
 | |
|             return "monster/xiulianchang/rosaura/animation/move.ani";
 | |
|     }
 | |
|     return "common/training/summonmonster/nomonster.ani";
 | |
| } |