Advertisement
Guest User

constants

a guest
Oct 16th, 2017
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #initclip 10
  2. if (!dofus.Constants)
  3. {
  4.     if (!dofus)
  5.     {
  6.         _global.dofus = new Object();
  7.     } // end if
  8.     var _loc1 = (_global.dofus.Constants = function ()
  9.     {
  10.         super();
  11.     }).prototype;
  12.     (_global.dofus.Constants = function ()
  13.     {
  14.         super();
  15.     }).__get__ZONE_COLOR = function ()
  16.     {
  17.         return (dofus.utils.Api.getInstance().lang.getConfigText("ZONE_COLOR"));
  18.     };
  19.     (_global.dofus.Constants = function ()
  20.     {
  21.         super();
  22.     }).getTeamFileFromType = function (nType, nAlignment)
  23.     {
  24.         switch (nType)
  25.         {
  26.             case 0:
  27.             {
  28.                 if (nAlignment == 1)
  29.                 {
  30.                     var _loc4 = dofus.Constants.CHALLENGE_CLIP_FILE_ANGEL;
  31.                 }
  32.                 else if (nAlignment == 2)
  33.                 {
  34.                     _loc4 = dofus.Constants.CHALLENGE_CLIP_FILE_DEMON;
  35.                 }
  36.                 else
  37.                 {
  38.                     _loc4 = dofus.Constants.CHALLENGE_CLIP_FILE_NORMAL;
  39.                 } // end else if
  40.                 break;
  41.             }
  42.             case 1:
  43.             {
  44.                 if (nAlignment == 1)
  45.                 {
  46.                     _loc4 = dofus.Constants.CHALLENGE_CLIP_FILE_ANGEL;
  47.                 }
  48.                 else if (nAlignment == 2)
  49.                 {
  50.                     _loc4 = dofus.Constants.CHALLENGE_CLIP_FILE_DEMON;
  51.                 }
  52.                 else
  53.                 {
  54.                     _loc4 = dofus.Constants.CHALLENGE_CLIP_FILE_MONSTER;
  55.                 } // end else if
  56.                 break;
  57.             }
  58.             case 2:
  59.             {
  60.                 _loc4 = dofus.Constants.CHALLENGE_CLIP_FILE_NORMAL;
  61.                 break;
  62.             }
  63.             case 3:
  64.             {
  65.                 _loc4 = dofus.Constants.CHALLENGE_CLIP_FILE_TAXCOLLECTOR;
  66.                 break;
  67.             }
  68.         } // End of switch
  69.         return (_loc4);
  70.     };
  71.     (_global.dofus.Constants = function ()
  72.     {
  73.         super();
  74.     }).addProperty("ZONE_COLOR", (_global.dofus.Constants = function ()
  75.     {
  76.         super();
  77.     }).__get__ZONE_COLOR, function ()
  78.     {
  79.     });
  80.     ASSetPropFlags(_loc1, null, 1);
  81.     (_global.dofus.Constants = function ()
  82.     {
  83.         super();
  84.     }).DEBUG_AXLE_LOG = true;
  85.     (_global.dofus.Constants = function ()
  86.     {
  87.         super();
  88.     }).WG = true;
  89.     (_global.dofus.Constants = function ()
  90.     {
  91.         super();
  92.     }).WG_FORCE_TAIL = true;
  93.     (_global.dofus.Constants = function ()
  94.     {
  95.         super();
  96.     }).WG_DISABLE_SPELL_OUT_OF_TURN = true;
  97.     (_global.dofus.Constants = function ()
  98.     {
  99.         super();
  100.     }).WG_DISABLE_ITEM_OUT_OF_TURN = true;
  101.     (_global.dofus.Constants = function ()
  102.     {
  103.         super();
  104.     }).WG_DISABLE_EXTRA_BUTTONS = true;
  105.     (_global.dofus.Constants = function ()
  106.     {
  107.         super();
  108.     }).WG_DISABLE_ITEMS_AND_SPELLS_WINDOWS_IN_FIGHT = true;
  109.     (_global.dofus.Constants = function ()
  110.     {
  111.         super();
  112.     }).WG_DISABLE_HELPER = true;
  113.     (_global.dofus.Constants = function ()
  114.     {
  115.         super();
  116.     }).WG_DISABLE_COMPASS = true;
  117.     (_global.dofus.Constants = function ()
  118.     {
  119.         super();
  120.     }).WG_DISABLE_SUBCRIBE_SYSTEM = true;
  121.     (_global.dofus.Constants = function ()
  122.     {
  123.         super();
  124.     }).WG_ROLLOVERSPRITE_SHOWS_LP_IN_FIGHT = true;
  125.     (_global.dofus.Constants = function ()
  126.     {
  127.         super();
  128.     }).WG_LOADING_ONLY = false;
  129.     (_global.dofus.Constants = function ()
  130.     {
  131.         super();
  132.     }).WG_MAX_CHARACTERS_PER_ACCOUNT = 3;
  133.     (_global.dofus.Constants = function ()
  134.     {
  135.         super();
  136.     }).WG_DISABLE_TEAM_SPRITE_ON_MAP = true;
  137.     (_global.dofus.Constants = function ()
  138.     {
  139.         super();
  140.     }).WG_GFXID_BY_AREA = [10, 2, 11, 1, 12, 1];
  141.     (_global.dofus.Constants = function ()
  142.     {
  143.         super();
  144.     }).DEBUG = false;
  145.     (_global.dofus.Constants = function ()
  146.     {
  147.         super();
  148.     }).DEBUG_DATAS = true;
  149.     (_global.dofus.Constants = function ()
  150.     {
  151.         super();
  152.     }).DEBUG_ENCRYPTION = false;
  153.     (_global.dofus.Constants = function ()
  154.     {
  155.         super();
  156.     }).TEST = false;
  157.     (_global.dofus.Constants = function ()
  158.     {
  159.         super();
  160.     }).USE_JS_LOG = false;
  161.     (_global.dofus.Constants = function ()
  162.     {
  163.         super();
  164.     }).USING_PACKED_SOUNDS = true;
  165.     (_global.dofus.Constants = function ()
  166.     {
  167.         super();
  168.     }).USING_UNPACKED_OBJECTS = true;
  169.     (_global.dofus.Constants = function ()
  170.     {
  171.         super();
  172.     }).SAVING_THE_WORLD = false;
  173.     (_global.dofus.Constants = function ()
  174.     {
  175.         super();
  176.     }).VERSION = 1;
  177.     (_global.dofus.Constants = function ()
  178.     {
  179.         super();
  180.     }).SUBVERSION = 12;
  181.     (_global.dofus.Constants = function ()
  182.     {
  183.         super();
  184.     }).SUBSUBVERSION = 0;
  185.     (_global.dofus.Constants = function ()
  186.     {
  187.         super();
  188.     }).BETAVERSION = 0;
  189.     (_global.dofus.Constants = function ()
  190.     {
  191.         super();
  192.     }).ALPHA = false;
  193.     (_global.dofus.Constants = function ()
  194.     {
  195.         super();
  196.     }).BUILD_NUMBER = 1;
  197.     (_global.dofus.Constants = function ()
  198.     {
  199.         super();
  200.     }).VERSIONDATE = "June 03 16:12:00 GMT+0100 2010";
  201.     (_global.dofus.Constants = function ()
  202.     {
  203.         super();
  204.     }).LANG_SHAREDOBJECT_NAME = "ANKLANGSO";
  205.     (_global.dofus.Constants = function ()
  206.     {
  207.         super();
  208.     }).XTRA_SHAREDOBJECT_NAME = "ANKXTRASO";
  209.     (_global.dofus.Constants = function ()
  210.     {
  211.         super();
  212.     }).OPTIONS_SHAREDOBJECT_NAME = "ANKOPTIONSSO";
  213.     (_global.dofus.Constants = function ()
  214.     {
  215.         super();
  216.     }).GLOBAL_SO_LANG_NAME = "SHARED_OBJECT_LANG";
  217.     (_global.dofus.Constants = function ()
  218.     {
  219.         super();
  220.     }).GLOBAL_SO_XTRA_NAME = "SHARED_OBJECT_XTRA";
  221.     (_global.dofus.Constants = function ()
  222.     {
  223.         super();
  224.     }).GLOBAL_SO_OPTIONS_NAME = "SHARED_OBJECT_OPTIONS";
  225.     (_global.dofus.Constants = function ()
  226.     {
  227.         super();
  228.     }).GLOBAL_SO_SHORTCUTS_NAME = "SHARED_OBJECT_SHORTCUTS";
  229.     (_global.dofus.Constants = function ()
  230.     {
  231.         super();
  232.     }).GLOBAL_SO_OCCURENCES_NAME = "SHARED_OBJECT_OCCURENCES";
  233.     (_global.dofus.Constants = function ()
  234.     {
  235.         super();
  236.     }).GLOBAL_SO_TIPS_NAME = "SHARED_OBJECT_TIPS";
  237.     (_global.dofus.Constants = function ()
  238.     {
  239.         super();
  240.     }).GLOBAL_SO_IDENTITY_NAME = "SHARED_OBJECT_IDENTITY";
  241.     (_global.dofus.Constants = function ()
  242.     {
  243.         super();
  244.     }).GLOBAL_SO_DISPLAYS_NAME = "SHARED_OBJECT_DISPLAYS";
  245.     (_global.dofus.Constants = function ()
  246.     {
  247.         super();
  248.     }).GLOBAL_SO_CACHEDATE_NAME = "SHARED_OBJECT_CACHEDATE";
  249.     (_global.dofus.Constants = function ()
  250.     {
  251.         super();
  252.     }).CLIPS_PATH = "clips/";
  253.     (_global.dofus.Constants = function ()
  254.     {
  255.         super();
  256.     }).AUDIO_PATH = "audio/";
  257.     (_global.dofus.Constants = function ()
  258.     {
  259.         super();
  260.     }).MODULE_PATH = "modules/";
  261.     (_global.dofus.Constants = function ()
  262.     {
  263.         super();
  264.     }).STYLES_PATH = "styles/";
  265.     (_global.dofus.Constants = function ()
  266.     {
  267.         super();
  268.     }).GFX_ROOT_PATH = dofus.Constants.CLIPS_PATH + "gfx/";
  269.     (_global.dofus.Constants = function ()
  270.     {
  271.         super();
  272.     }).GFX_OBJECTS_PATH = dofus.Constants.GFX_ROOT_PATH + "objects/";
  273.     (_global.dofus.Constants = function ()
  274.     {
  275.         super();
  276.     }).GFX_GROUNDS_PATH = dofus.Constants.GFX_ROOT_PATH + "grounds/";
  277.     (_global.dofus.Constants = function ()
  278.     {
  279.         super();
  280.     }).CLIPS_PERSOS_PATH = dofus.Constants.CLIPS_PATH + "sprites/";
  281.     (_global.dofus.Constants = function ()
  282.     {
  283.         super();
  284.     }).ACCESSORIES_PATH = dofus.Constants.CLIPS_PERSOS_PATH + "accessories/";
  285.     (_global.dofus.Constants = function ()
  286.     {
  287.         super();
  288.     }).CHEVAUCHOR_PATH = dofus.Constants.CLIPS_PERSOS_PATH + "chevauchor/";
  289.     (_global.dofus.Constants = function ()
  290.     {
  291.         super();
  292.     }).SPELLS_PATH = dofus.Constants.CLIPS_PATH + "spells/";
  293.     (_global.dofus.Constants = function ()
  294.     {
  295.         super();
  296.     }).SPELLS_ICONS_PATH = dofus.Constants.SPELLS_PATH + "icons/";
  297.     (_global.dofus.Constants = function ()
  298.     {
  299.         super();
  300.     }).ITEMS_PATH = dofus.Constants.CLIPS_PATH + "items/";
  301.     (_global.dofus.Constants = function ()
  302.     {
  303.         super();
  304.     }).JOBS_ICONS_PATH = dofus.Constants.CLIPS_PATH + "jobs/";
  305.     (_global.dofus.Constants = function ()
  306.     {
  307.         super();
  308.     }).ARTWORKS_PATH = dofus.Constants.CLIPS_PATH + "artworks/";
  309.     (_global.dofus.Constants = function ()
  310.     {
  311.         super();
  312.     }).ILLU_PATH = dofus.Constants.ARTWORKS_PATH + "illu/";
  313.     (_global.dofus.Constants = function ()
  314.     {
  315.         super();
  316.     }).CARDS_PATH = dofus.Constants.CLIPS_PATH + "cards/";
  317.     (_global.dofus.Constants = function ()
  318.     {
  319.         super();
  320.     }).FIGHT_CHALLENGE_PATH = dofus.Constants.CLIPS_PATH + "challenges/";
  321.     (_global.dofus.Constants = function ()
  322.     {
  323.         super();
  324.     }).ALIGNMENTS_PATH = dofus.Constants.CLIPS_PATH + "alignments/";
  325.     (_global.dofus.Constants = function ()
  326.     {
  327.         super();
  328.     }).ALIGNMENTS_MINI_PATH = dofus.Constants.ALIGNMENTS_PATH + "mini/";
  329.     (_global.dofus.Constants = function ()
  330.     {
  331.         super();
  332.     }).ORDERS_PATH = dofus.Constants.ALIGNMENTS_PATH + "orders/";
  333.     (_global.dofus.Constants = function ()
  334.     {
  335.         super();
  336.     }).FEATS_PATH = dofus.Constants.ALIGNMENTS_PATH + "feats/";
  337.     (_global.dofus.Constants = function ()
  338.     {
  339.         super();
  340.     }).GUILDS_MINI_PATH = dofus.Constants.ARTWORKS_PATH + "mini/";
  341.     (_global.dofus.Constants = function ()
  342.     {
  343.         super();
  344.     }).GUILDS_FACES_PATH = dofus.Constants.ARTWORKS_PATH + "faces/";
  345.     (_global.dofus.Constants = function ()
  346.     {
  347.         super();
  348.     }).GUILDS_BIG_PATH = dofus.Constants.ARTWORKS_PATH + "big/";
  349.     (_global.dofus.Constants = function ()
  350.     {
  351.         super();
  352.     }).ARTWORKS_BIG_PATH = dofus.Constants.ARTWORKS_PATH + "big/";
  353.     (_global.dofus.Constants = function ()
  354.     {
  355.         super();
  356.     }).ARTWORKS_ULTRA_PATH = dofus.Constants.ARTWORKS_PATH + "ultra/";
  357.     (_global.dofus.Constants = function ()
  358.     {
  359.         super();
  360.     }).GUILDS_SYMBOL_PATH = dofus.Constants.ARTWORKS_PATH + "symbols/";
  361.     (_global.dofus.Constants = function ()
  362.     {
  363.         super();
  364.     }).SERVER_SYMBOL_PATH = dofus.Constants.ARTWORKS_PATH + "servers/";
  365.     (_global.dofus.Constants = function ()
  366.     {
  367.         super();
  368.     }).BREEDS_SYMBOL_PATH = dofus.Constants.ARTWORKS_PATH + "breeds/";
  369.     (_global.dofus.Constants = function ()
  370.     {
  371.         super();
  372.     }).ARTWORKS_VERSUS_PATH = dofus.Constants.ARTWORKS_PATH + "versus/";
  373.     (_global.dofus.Constants = function ()
  374.     {
  375.         super();
  376.     }).ARTWORKS_CUSTOM_PATH = dofus.Constants.ARTWORKS_PATH + "customIntro/";
  377.     (_global.dofus.Constants = function ()
  378.     {
  379.         super();
  380.     }).ARTWORKS_SPEAKING_SIGN_PATH = dofus.Constants.ARTWORKS_PATH + "speakingsign/";
  381.     (_global.dofus.Constants = function ()
  382.     {
  383.         super();
  384.     }).BREEDS_SLIDER_PATH = dofus.Constants.BREEDS_SYMBOL_PATH + "slide/";
  385.     (_global.dofus.Constants = function ()
  386.     {
  387.         super();
  388.     }).BREEDS_BACK_PATH = dofus.Constants.BREEDS_SYMBOL_PATH + "back/";
  389.     (_global.dofus.Constants = function ()
  390.     {
  391.         super();
  392.     }).CINEMATICS_PATH = dofus.Constants.CLIPS_PATH + "cinematics/";
  393.     (_global.dofus.Constants = function ()
  394.     {
  395.         super();
  396.     }).SMILEYS_ICONS_PATH = dofus.Constants.CLIPS_PATH + "smileys/";
  397.     (_global.dofus.Constants = function ()
  398.     {
  399.         super();
  400.     }).DUNGEON_STATE_ICONS_PATH = dofus.Constants.CLIPS_PATH + "dungeons/";
  401.     (_global.dofus.Constants = function ()
  402.     {
  403.         super();
  404.     }).EMOTES_ICONS_PATH = dofus.Constants.CLIPS_PATH + "emotes/";
  405.     (_global.dofus.Constants = function ()
  406.     {
  407.         super();
  408.     }).AURA_PATH = dofus.Constants.CLIPS_PATH + "auras/";
  409.     (_global.dofus.Constants = function ()
  410.     {
  411.         super();
  412.     }).EMBLEMS_BACK_PATH = dofus.Constants.CLIPS_PATH + "emblems/back/";
  413.     (_global.dofus.Constants = function ()
  414.     {
  415.         super();
  416.     }).EMBLEMS_UP_PATH = dofus.Constants.CLIPS_PATH + "emblems/up/";
  417.     (_global.dofus.Constants = function ()
  418.     {
  419.         super();
  420.     }).LOCAL_MAPS_PATH = dofus.Constants.CLIPS_PATH + "maps/";
  421.     (_global.dofus.Constants = function ()
  422.     {
  423.         super();
  424.     }).EXTRA_PATH = dofus.Constants.CLIPS_PATH + "extra/";
  425.     (_global.dofus.Constants = function ()
  426.     {
  427.         super();
  428.     }).GIFTS_PATH = dofus.Constants.CLIPS_PATH + "gifts/";
  429.     (_global.dofus.Constants = function ()
  430.     {
  431.         super();
  432.     }).XML_SPRITE_LIST = dofus.Constants.CLIPS_PERSOS_PATH + "sprites.xml";
  433.     (_global.dofus.Constants = function ()
  434.     {
  435.         super();
  436.     }).SOUND_EFFECTS_PACKAGE = dofus.Constants.AUDIO_PATH + "effects_common.swf";
  437.     (_global.dofus.Constants = function ()
  438.     {
  439.         super();
  440.     }).SOUND_EFFECTS_FR_PACKAGE = dofus.Constants.AUDIO_PATH + "effects_fr.swf";
  441.     (_global.dofus.Constants = function ()
  442.     {
  443.         super();
  444.     }).SOUND_EFFECTS_INTER_PACKAGE = dofus.Constants.AUDIO_PATH + "effects_inter.swf";
  445.     (_global.dofus.Constants = function ()
  446.     {
  447.         super();
  448.     }).SOUND_MUSICS_PACKAGE = dofus.Constants.AUDIO_PATH + "musics.swf";
  449.     (_global.dofus.Constants = function ()
  450.     {
  451.         super();
  452.     }).XML_ADMIN_MENU_PATH = "menuadmin.xml";
  453.     (_global.dofus.Constants = function ()
  454.     {
  455.         super();
  456.     }).MODULE_CORE = "core.swf";
  457.     (_global.dofus.Constants = function ()
  458.     {
  459.         super();
  460.     }).MODULE_SOUNDS = "soma.swf";
  461.     (_global.dofus.Constants = function ()
  462.     {
  463.         super();
  464.     }).MODULE_CORE_FILE = dofus.Constants.MODULE_PATH + dofus.Constants.MODULE_CORE;
  465.     (_global.dofus.Constants = function ()
  466.     {
  467.         super();
  468.     }).MODULE_SOUNDS_FILE = dofus.Constants.MODULE_PATH + dofus.Constants.MODULE_SOUNDS;
  469.     (_global.dofus.Constants = function ()
  470.     {
  471.         super();
  472.     }).MODULES_LIST = [[dofus.Constants.MODULE_CORE, dofus.Constants.MODULE_CORE_FILE, 1, false, "CORE"]];
  473.     (_global.dofus.Constants = function ()
  474.     {
  475.         super();
  476.     }).CONFIG_XML_FILE = "config.xml";
  477.     (_global.dofus.Constants = function ()
  478.     {
  479.         super();
  480.     }).GROUND_FILE = dofus.Constants.CLIPS_PATH + "ground.swf";
  481.     (_global.dofus.Constants = function ()
  482.     {
  483.         super();
  484.     }).OBJECTS_FILE = dofus.Constants.CLIPS_PATH + "objects.swf";
  485.     (_global.dofus.Constants = function ()
  486.     {
  487.         super();
  488.     }).OBJECTS_LIGHT_FILE = dofus.Constants.CLIPS_PATH + "cells.swf";
  489.     (_global.dofus.Constants = function ()
  490.     {
  491.         super();
  492.     }).CIRCLE_FILE = dofus.Constants.CLIPS_PATH + "circle.swf";
  493.     (_global.dofus.Constants = function ()
  494.     {
  495.         super();
  496.     }).EFFECTSICON_FILE = dofus.Constants.CLIPS_PATH + "effectsicons.swf";
  497.     (_global.dofus.Constants = function ()
  498.     {
  499.         super();
  500.     }).SMILEY_FILE = dofus.Constants.CLIPS_PATH + "smileys.swf";
  501.     (_global.dofus.Constants = function ()
  502.     {
  503.         super();
  504.     }).DEMON_ANGEL_FILE = dofus.Constants.CLIPS_PATH + "demonangel.swf";
  505.     (_global.dofus.Constants = function ()
  506.     {
  507.         super();
  508.     }).FALLEN_DEMON_ANGEL_FILE = dofus.Constants.CLIPS_PATH + "fallenDemonAngel.swf";
  509.     (_global.dofus.Constants = function ()
  510.     {
  511.         super();
  512.     }).DEFAULT_CC_ICON_FILE = dofus.Constants.CLIPS_PATH + "defaultcc.swf";
  513.     (_global.dofus.Constants = function ()
  514.     {
  515.         super();
  516.     }).READY_FILE = dofus.Constants.CLIPS_PATH + "ready.swf";
  517.     (_global.dofus.Constants = function ()
  518.     {
  519.         super();
  520.     }).BOOK_FILE = dofus.Constants.CLIPS_PATH + "book.swf";
  521.     (_global.dofus.Constants = function ()
  522.     {
  523.         super();
  524.     }).FORBIDDEN_FILE = dofus.Constants.CLIPS_PATH + "forbidden.swf";
  525.     (_global.dofus.Constants = function ()
  526.     {
  527.         super();
  528.     }).FORBIDDEN_CELL_FILE = dofus.Constants.CLIPS_PATH + "forbiddenCell.swf";
  529.     (_global.dofus.Constants = function ()
  530.     {
  531.         super();
  532.     }).DEFAULT_GIFT_FILE = dofus.Constants.CLIPS_PATH + "gift.swf";
  533.     (_global.dofus.Constants = function ()
  534.     {
  535.         super();
  536.     }).MAP_HINTS_FILE = dofus.Constants.LOCAL_MAPS_PATH + "hints.swf";
  537.     (_global.dofus.Constants = function ()
  538.     {
  539.         super();
  540.     }).MAP_DUNGEON_FILE = dofus.Constants.LOCAL_MAPS_PATH + "dungeon.swf";
  541.     (_global.dofus.Constants = function ()
  542.     {
  543.         super();
  544.     }).MAP_DUNGEON_HINTS_FILE = dofus.Constants.LOCAL_MAPS_PATH + "dungeonHints.swf";
  545.     (_global.dofus.Constants = function ()
  546.     {
  547.         super();
  548.     }).CRITICAL_HIT_XTRA_FILE = dofus.Constants.EXTRA_PATH + "5.swf";
  549.     (_global.dofus.Constants = function ()
  550.     {
  551.         super();
  552.     }).CRITICAL_HIT_DURATION = 5000;
  553.     (_global.dofus.Constants = function ()
  554.     {
  555.         super();
  556.     }).AUDIO_MUSICS_PATH = dofus.Constants.AUDIO_PATH + "musics/";
  557.     (_global.dofus.Constants = function ()
  558.     {
  559.         super();
  560.     }).AUDIO_EFFECTS_PATH = dofus.Constants.AUDIO_PATH + "effects/";
  561.     (_global.dofus.Constants = function ()
  562.     {
  563.         super();
  564.     }).AUDIO_ENVIRONMENT_PATH = dofus.Constants.AUDIO_PATH + "environments/";
  565.     (_global.dofus.Constants = function ()
  566.     {
  567.         super();
  568.     }).AUDIO_BACKGROUND_PATH = dofus.Constants.AUDIO_ENVIRONMENT_PATH + "backgrounds/";
  569.     (_global.dofus.Constants = function ()
  570.     {
  571.         super();
  572.     }).AUDIO_NOISE_PATH = dofus.Constants.AUDIO_ENVIRONMENT_PATH + "noises/";
  573.     (_global.dofus.Constants = function ()
  574.     {
  575.         super();
  576.     }).CHALLENGE_CLIP_FILE_NORMAL = dofus.Constants.CLIPS_PERSOS_PATH + "0.swf";
  577.     (_global.dofus.Constants = function ()
  578.     {
  579.         super();
  580.     }).CHALLENGE_CLIP_FILE_ANGEL = dofus.Constants.CLIPS_PERSOS_PATH + "1.swf";
  581.     (_global.dofus.Constants = function ()
  582.     {
  583.         super();
  584.     }).CHALLENGE_CLIP_FILE_DEMON = dofus.Constants.CLIPS_PERSOS_PATH + "2.swf";
  585.     (_global.dofus.Constants = function ()
  586.     {
  587.         super();
  588.     }).CHALLENGE_CLIP_FILE_MONSTER = dofus.Constants.CLIPS_PERSOS_PATH + "3.swf";
  589.     (_global.dofus.Constants = function ()
  590.     {
  591.         super();
  592.     }).CHALLENGE_CLIP_FILE_TAXCOLLECTOR = dofus.Constants.CLIPS_PERSOS_PATH + "4.swf";
  593.     (_global.dofus.Constants = function ()
  594.     {
  595.         super();
  596.     }).CHALLENGE_CLIP_FILE_TAXCOLLECTOR_ATTACKERS = dofus.Constants.CLIPS_PERSOS_PATH + "5.swf";
  597.     (_global.dofus.Constants = function ()
  598.     {
  599.         super();
  600.     }).LANG_LOCAL_FILE_LIST = "lang/versions.swf";
  601.     (_global.dofus.Constants = function ()
  602.     {
  603.         super();
  604.     }).HTTP_LANG_PATH = "lang/";
  605.     (_global.dofus.Constants = function ()
  606.     {
  607.         super();
  608.     }).HTTP_LANG_SWF_PATH = dofus.Constants.HTTP_LANG_PATH + "swf/";
  609.     (_global.dofus.Constants = function ()
  610.     {
  611.         super();
  612.     }).HTTP_CHECK_XTRA_FILE_NAME = "checkxtra.php";
  613.     (_global.dofus.Constants = function ()
  614.     {
  615.         super();
  616.     }).HTTP_XTRA_FILE_NAME = "getxtra.php";
  617.     (_global.dofus.Constants = function ()
  618.     {
  619.         super();
  620.     }).HTTP_LANG_FILE = dofus.Constants.HTTP_LANG_PATH + "getlang.php";
  621.     (_global.dofus.Constants = function ()
  622.     {
  623.         super();
  624.     }).HTTP_LANG_FILE_SWF = dofus.Constants.HTTP_LANG_SWF_PATH + "lang_#1.swf";
  625.     (_global.dofus.Constants = function ()
  626.     {
  627.         super();
  628.     }).HTTP_CHECK_XTRA_FILE = dofus.Constants.HTTP_LANG_PATH + dofus.Constants.HTTP_CHECK_XTRA_FILE_NAME;
  629.     (_global.dofus.Constants = function ()
  630.     {
  631.         super();
  632.     }).HTTP_XTRA_FILE = dofus.Constants.HTTP_LANG_PATH + dofus.Constants.HTTP_XTRA_FILE_NAME;
  633.     (_global.dofus.Constants = function ()
  634.     {
  635.         super();
  636.     }).HTTP_XTRA_FILE_SWF = dofus.Constants.HTTP_LANG_SWF_PATH + "xtra_#1.swf";
  637.     (_global.dofus.Constants = function ()
  638.     {
  639.         super();
  640.     }).HTTP_ALERT_PATH = "login/xml/";
  641.     (_global.dofus.Constants = function ()
  642.     {
  643.         super();
  644.     }).HTTP_ALERT_FILE = "alert.xml";
  645.     (_global.dofus.Constants = function ()
  646.     {
  647.         super();
  648.     }).AVERAGE_FRAMES_PER_SECOND = 15;
  649.     (_global.dofus.Constants = function ()
  650.     {
  651.         super();
  652.     }).CLICK_MIN_DELAY = 800;
  653.     (_global.dofus.Constants = function ()
  654.     {
  655.         super();
  656.     }).SEQUENCER_TIMEOUT = 10000;
  657.     (_global.dofus.Constants = function ()
  658.     {
  659.         super();
  660.     }).MAX_DATA_LENGTH = 1000;
  661.     (_global.dofus.Constants = function ()
  662.     {
  663.         super();
  664.     }).MAX_MESSAGE_LENGTH = 200;
  665.     (_global.dofus.Constants = function ()
  666.     {
  667.         super();
  668.     }).MAX_MESSAGE_LENGTH_MARGIN = 50;
  669.     (_global.dofus.Constants = function ()
  670.     {
  671.         super();
  672.     }).OCCURENCE_REFRESH = 9000;
  673.     (_global.dofus.Constants = function ()
  674.     {
  675.         super();
  676.     }).MAX_OCCURENCE_DELAY = 10000;
  677.     (_global.dofus.Constants = function ()
  678.     {
  679.         super();
  680.     }).GUILD_ORDER = [6, 7, 8, 9, 1, 11, 10, 2, 3, 4, 5, 12];
  681.     (_global.dofus.Constants = function ()
  682.     {
  683.         super();
  684.     }).PAYING_GUILD = [false, false, false, false, false, false, false, false, false, false, false, true];
  685.     (_global.dofus.Constants = function ()
  686.     {
  687.         super();
  688.     }).EPISODIC_GUILD = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 18];
  689.     (_global.dofus.Constants = function ()
  690.     {
  691.         super();
  692.     }).BREED_SKIN_INDEXES = [[0, 3, 0, 3, 0, 3, 3, 0, 0, 2, 3, 0], [0, 3, 0, 3, 0, 3, 3, 0, 0, 3, 3, 0]];
  693.     (_global.dofus.Constants = function ()
  694.     {
  695.         super();
  696.     }).BREED_SKIN_BASE_COLOR = [[0, 15648155, 0, 15854274, 0, 16446963, 14129488, 0, 0, 9656642, 16634268, 0], [0, 15516310, 0, 16701093, 0, 16640204, 15648155, 0, 0, 10247750, 16764573, 0]];
  697.     (_global.dofus.Constants = function ()
  698.     {
  699.         super();
  700.     }).SMILEY_DELAY = 3000;
  701.     (_global.dofus.Constants = function ()
  702.     {
  703.         super();
  704.     }).EMOTE_CHAR = "*";
  705.     (_global.dofus.Constants = function ()
  706.     {
  707.         super();
  708.     }).INFO_CHAT_COLOR = "009900";
  709.     (_global.dofus.Constants = function ()
  710.     {
  711.         super();
  712.     }).MSG_CHAT_COLOR = "111111";
  713.     (_global.dofus.Constants = function ()
  714.     {
  715.         super();
  716.     }).EMOTE_CHAT_COLOR = "222222";
  717.     (_global.dofus.Constants = function ()
  718.     {
  719.         super();
  720.     }).THINK_CHAT_COLOR = "232323";
  721.     (_global.dofus.Constants = function ()
  722.     {
  723.         super();
  724.     }).MSGCHUCHOTE_CHAT_COLOR = "0066FF";
  725.     (_global.dofus.Constants = function ()
  726.     {
  727.         super();
  728.     }).GROUP_CHAT_COLOR = "006699";
  729.     (_global.dofus.Constants = function ()
  730.     {
  731.         super();
  732.     }).ERROR_CHAT_COLOR = "C10000";
  733.     (_global.dofus.Constants = function ()
  734.     {
  735.         super();
  736.     }).GUILD_CHAT_COLOR = "663399";
  737.     (_global.dofus.Constants = function ()
  738.     {
  739.         super();
  740.     }).PVP_CHAT_COLOR = "DD7700";
  741.     (_global.dofus.Constants = function ()
  742.     {
  743.         super();
  744.     }).RECRUITMENT_CHAT_COLOR = "737373";
  745.     (_global.dofus.Constants = function ()
  746.     {
  747.         super();
  748.     }).TRADE_CHAT_COLOR = "663300";
  749.     (_global.dofus.Constants = function ()
  750.     {
  751.         super();
  752.     }).MEETIC_CHAT_COLOR = "0000CC";
  753.     (_global.dofus.Constants = function ()
  754.     {
  755.         super();
  756.     }).ADMIN_CHAT_COLOR = "FF00FF";
  757.     (_global.dofus.Constants = function ()
  758.     {
  759.         super();
  760.     }).CELL_PATH_COLOR = dofus.Constants.WG ? (1023497) : (16737792);
  761.     (_global.dofus.Constants = function ()
  762.     {
  763.         super();
  764.     }).CELL_PATH_OVER_COLOR = dofus.Constants.WG ? (1023497) : (16737792);
  765.     (_global.dofus.Constants = function ()
  766.     {
  767.         super();
  768.     }).CELL_PATH_USED_COLOR = 2385558;
  769.     (_global.dofus.Constants = function ()
  770.     {
  771.         super();
  772.     }).CELL_PATH_SELECT_COLOR = 2385558;
  773.     (_global.dofus.Constants = function ()
  774.     {
  775.         super();
  776.     }).CELL_SPELL_EFFECT_COLOR = dofus.Constants.WG ? (1023497) : (16737792);
  777.     (_global.dofus.Constants = function ()
  778.     {
  779.         super();
  780.     }).CELL_SPELL_RANGE_COLOR = 2385558;
  781.     (_global.dofus.Constants = function ()
  782.     {
  783.         super();
  784.     }).CELL_MOVE_RANGE_COLOR = 39168;
  785.     (_global.dofus.Constants = function ()
  786.     {
  787.         super();
  788.     }).LIFE_POINT_COLOR = 833730;
  789.     (_global.dofus.Constants = function ()
  790.     {
  791.         super();
  792.     }).ACTION_POINT_COLOR = 255;
  793.     (_global.dofus.Constants = function ()
  794.     {
  795.         super();
  796.     }).MAP_CURRENT_POSITION = 13369344;
  797.     (_global.dofus.Constants = function ()
  798.     {
  799.         super();
  800.     }).MAP_WAYPOINT_POSITION = 255;
  801.     (_global.dofus.Constants = function ()
  802.     {
  803.         super();
  804.     }).OVERHEAD_TEXT_CHARACTER = 16777215;
  805.     (_global.dofus.Constants = function ()
  806.     {
  807.         super();
  808.     }).OVERHEAD_TEXT_OTHER = 16777113;
  809.     (_global.dofus.Constants = function ()
  810.     {
  811.         super();
  812.     }).OVERHEAD_TEXT_TITLE = 16777215;
  813.     (_global.dofus.Constants = function ()
  814.     {
  815.         super();
  816.     }).FLAG_MAP_SEEK = 13434624;
  817.     (_global.dofus.Constants = function ()
  818.     {
  819.         super();
  820.     }).FLAG_MAP_GROUP = 26265;
  821.     (_global.dofus.Constants = function ()
  822.     {
  823.         super();
  824.     }).FLAG_MAP_PHOENIX = 16711680;
  825.     (_global.dofus.Constants = function ()
  826.     {
  827.         super();
  828.     }).FLAG_MAP_OTHERS = 16711680;
  829.     (_global.dofus.Constants = function ()
  830.     {
  831.         super();
  832.     }).TEAMS_COLOR = dofus.Constants.WG ? ([255, 16711680]) : ([16711680, 255]);
  833.     (_global.dofus.Constants = function ()
  834.     {
  835.         super();
  836.     }).CREATE_CHARACTER_COLOR = [[[10776610, 1256245, 16777215, 8220719, 9581621, 8531021], [16772831, 16440964, 16690783, 16696919, 14063418, 10836515], [8817102, 15395034, 16758298, 6048303, 10130734, 10989742], [13409617, 15122770, 15701560, 4077615, 8409395, 15590589]], [[9306626, 1256245, 14016222, 9613897, 9581621, 7821759], [16772831, 16440964, 16690783, 16696919, 14063418, 10836515], [8817102, 16774853, 16737045, 337209, 10607671, 6402984], [13409617, 16777041, 15701560, 4077615, 8409395, 15590589]]];
  837.     (_global.dofus.Constants = function ()
  838.     {
  839.         super();
  840.     }).AREA_ALIGNMENT_COLOR = [65280, 65535, 16711680];
  841.     (_global.dofus.Constants = function ()
  842.     {
  843.         super();
  844.     }).AREA_NO_ALIGNMENT_COLOR = 16777113;
  845.     (_global.dofus.Constants = function ()
  846.     {
  847.         super();
  848.     }).NPC_ALIGNMENT_COLOR = [6750105, 65535, 16737894];
  849.     (_global.dofus.Constants = function ()
  850.     {
  851.         super();
  852.     }).NIGHT_COLOR = {ra: 38, rb: 0, ga: 38, gb: 0, ba: 60, bb: 0};
  853.     (_global.dofus.Constants = function ()
  854.     {
  855.         super();
  856.     }).DIFFICULTY_COLOR_0 = 65280;
  857.     (_global.dofus.Constants = function ()
  858.     {
  859.         super();
  860.     }).DIFFICULTY_COLOR_1 = 16777215;
  861.     (_global.dofus.Constants = function ()
  862.     {
  863.         super();
  864.     }).DIFFICULTY_COLOR_2 = 16711680;
  865.     (_global.dofus.Constants = function ()
  866.     {
  867.         super();
  868.     }).NOVICE_LEVEL = 5;
  869.     (_global.dofus.Constants = function ()
  870.     {
  871.         super();
  872.     }).PLAYER_LEVEL_FOR_BOOST_SPELL_LEVEL_6 = 100;
  873.     (_global.dofus.Constants = function ()
  874.     {
  875.         super();
  876.     }).SPELL_BOOST_MAX_LEVEL = 6;
  877.     (_global.dofus.Constants = function ()
  878.     {
  879.         super();
  880.     }).SPELL_BOOST_BONUS = [0, 1, 2, 3, 4, 5];
  881.     (_global.dofus.Constants = function ()
  882.     {
  883.         super();
  884.     }).MAX_PLAYERS_IN_TEAM = 8;
  885.     (_global.dofus.Constants = function ()
  886.     {
  887.         super();
  888.     }).MAX_PLAYERS_IN_CHALLENGE = 16;
  889.     (_global.dofus.Constants = function ()
  890.     {
  891.         super();
  892.     }).MEMBERS_COUNT_IN_PARTY = 8;
  893.     (_global.dofus.Constants = function ()
  894.     {
  895.         super();
  896.     }).UPDATER_PORT = 4583;
  897.     (_global.dofus.Constants = function ()
  898.     {
  899.         super();
  900.     }).UPDATER_CONNECTION_TRY_DELAY = 500;
  901.     (_global.dofus.Constants = function ()
  902.     {
  903.         super();
  904.     }).MAX_UPDATER_CONNECTION_TRY = 5;
  905.     (_global.dofus.Constants = function ()
  906.     {
  907.         super();
  908.     }).EMBLEM_BACKS_COUNT = 17;
  909.     (_global.dofus.Constants = function ()
  910.     {
  911.         super();
  912.     }).EMBLEM_UPS_COUNT = 104;
  913.     (_global.dofus.Constants = function ()
  914.     {
  915.         super();
  916.     }).CHAT_INSERT_ITEM_KEY = Key.SHIFT;
  917. } // end if
  918. #endinitclip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement