// ==UserScript== // @name DinoRPG Faster // @namespace e78e44fc24cf93fab2271d8996cfa6fa // @description Making DinoRPG faster // @include http://en.dinorpg.com/* // @include http://www.dinorpg.com/* // @include http://es.dinorpg.com/* // @include http://www.dinorpg.de/* // @version 2.23 // @author LazyBastard (based on sunn0's script) // @downloadURL none // ==/UserScript== // Create array contains function Array.prototype.contains = function (obj) { var i = this.length; while (i--) { if (this[i] === obj) { return true; } } return false; } /* Show answers directly */ if (document.getElementById("answers")) { document.getElementById("answers").style.display = 'block'; } /* Show fightresults directly */ if (document.getElementById("debrief")) { var results = document.getElementById("debrief"); var newresult = document.createElement("div"); newresult.style = "float:left;position:relative;margin-left: 285px;margin-top:58px;"; var resultlink = document.createElement("a"); resultlink.setAttribute('href', '#'); resultlink.addEventListener("click", function () { if (document.getElementById("debrief").style.display == 'block') { document.getElementById("debrief").style.display = 'none'; } else { document.getElementById("debrief").style.display = 'block'; } }, false); var linktext = document.createTextNode('Show/Hide fight results'); resultlink.appendChild(linktext); newresult.appendChild(resultlink); results.parentNode.appendChild(newresult); } /* Hide View Image */ var views = document.getElementsByClassName("view"); if (views.length) { views[0].style.display = "none"; } /* Hide notifications */ var notification = document.getElementById("notification"); if (notification) { document.body.removeChild(notification); } /* section for status items - needed for multiple actions below */ var centerContent = document.getElementById('centerContent'); /* Water charm script */ var baofanaction = document.getElementById("act_dialog_wcharm"); if (baofanaction && baofanaction.id && centerContent.childNodes[1].childNodes[17].innerHTML.indexOf('Bao Charm') < 0) { var wnode = baofanaction.cloneNode(true); wnode.id = "act_dialog_wcharm2"; wnode.children[0].children[0].children[1].childNodes[0].nodeValue = "\n Water charm\n "; var btr = wnode.children[0].children[0]; var onclick = btr.getAttribute("onClick"); var re = /\/(\d+)\/act\/dialog\/wcharm/.exec(onclick); if (re) { dinoId = re[1]; userId = onclick.substr(-7, 5); btr.setAttribute("onClick", ""); btr.setAttribute("onMouseOver", "mt.js.Tip.show(this,'
'+ dinozRace + ' | ' + '|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
' + invoc_getat_name + ' | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
' + invoc_getat_loc + ' | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
' + invoc_name + ' | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
' + invoc_power + ' | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
' + invoc_skills + ' |
Level 1 | ' + 'Level 2 | ' + 'Level 3 | ' + 'Level 4 | ' + 'Level 5 |
---|---|---|---|---|
Strength | ' + 'Martial Arts | ' + 'Blowtorch palm | ' + '||
Vigilance | ' + 'Warlord | ' + '|||
Waikikido | ' + 'Bazalt Armor | ' + '|||
Buddha | ' + '||||
Charge | ' + 'Kamikaze | ' + 'Ram | ' + '||
Sprint | ' + '||||
Divine Propulsion | ' + 'Infernal Talons | |||
Burning Claws | ' + 'Smashroom Hunter | ' + 'Giant Hunter | ' + 'Dragon Hunter | ' + '|
Lava Flow | ' + 'Vulcan | ' + '|||
Burning Breath | ' + 'Combustion | ' + 'Torch | ' + '||
Elementary Teacher | ' + '||||
Flying Totem | ' + '||||
Fire Ball | ' + 'Armor of Ifrit | ' + '|||
Dijin | ' + '||||
Wrath | ' + 'Fury | ' + 'Incandescent Aura | ' + 'Meteors | ' + '|
Golem | ' + '||||
Vengeance | ' + 'Vendetta | ' + '|||
Odine | ' + '||||
Warm Blood | ' + 'Nap | ' + 'Self-Control | ' + 'Brave | ' + '|
Burning Heart | ' + 'Blessing of the Fairies | ' + '|||
Fire skills |
FIRE 50+ | ||||
---|---|---|---|---|
Level 1 | ' + 'Level 2 | ' + 'Level 3 | ' + 'Level 4 | ' + 'Level 5 |
Dinoz Max-Protein | ' + 'Attenuator | ' + 'Magma Shell | ' + 'Burning Fever | ' + 'Ember Country |
Artemesian Prayer | ' + 'Rocky Receptacle | |||
Phoenix Feather | ||||
Deep Red | ' + 'Battle Cry | ' + 'Flaming Armour | ' + 'Brazier Fist | |
Joker | ' + 'Frat Party | |||
Level 50 skills |
DOUBLE SKILLS | ' + '||||
---|---|---|---|---|
Basalt Armor | ' + '![]() ' + ' ![]() | ' +
'P | ' + 'Increases the armor of the Dinoz by 3. | ' + '- |
Sprint | ' + '![]() ' + ' ![]() | ' +
'P | ' + 'Increases the initiative by 6. | ' + '- |
Elementary Teacher | ' + '![]() ' + ' ![]() | ' +
'P | ' + 'Increase of 2 elements Water and Fire | ' + '- |
Vendetta | ' + '![]() ' + ' ![]() | ' +
'P | ' + 'Increases the chance of counter-attacks by 20%. | ' + '- |
INVOCATIONS | ' + '||||
---|---|---|---|---|
' + ' | Buddha | ' + '![]() ' + ' ![]() ' + ' ![]() | ' +
'+10 defense to each element on each dinoz on the team ' + 'Hippoclam only. | ' +
'very high | ' + '
' + ' | Vulcan | ' + '![]() ' + ' ![]() | ' +
'Attack all enemies with a power of 20![]() ' + 'Moueffe only. | ' +
'very high | ' + '
' + ' | Flying Totem | ' + '![]() ' + ' ![]() | ' +
'Attacks an enemy with a strength of 30![]() Kabuki only. | ' +
'very high | ' + '
' + ' | Armor of Ifrit | ' + '![]() ' + ' ![]() | ' +
'Improve ![]() ' + 'Softpig only. | ' +
'very high | ' + '
' + ' | Dijin | ' + '![]() ' + ' ![]() | ' +
'Attacks all enemies with an ![]() Pteroz only. | ' +
'very high | ' + '
' + ' | Golem | ' + '![]() ' + ' ![]() | ' +
'Increase +20![]() Rocky only. | ' +
'very high | ' + '
' + ' | Odine | ' + '![]() ' + ' ![]() | ' +
'Attacks an enemy with a strength of 30![]() Sirain only. | ' +
'very high | ' + '
' + ' | Blessing of the Fairies | ' + '![]() ' + ' ![]() | ' +
'Add 10 initiative to all dinoz in the group. ' + 'Gorilloz only. | ' +
'very high | ' + '
' + ' | Salamander | ' + '![]() or Vigilance ' + ' ![]() | ' +
'Attacks an enemy with a strength of 40![]() ' + 'Feros only. | ' +
'very high |
STRENGTH PATH | ' + '||||
---|---|---|---|---|
1 | Strength | ' + 'P | ' + 'Increase the strength of all assaults by 1 | ' + '- | ' + '
2 | Martial Arts | ' + 'P | ' + 'Increase the strength of all assaults by 2 | ' + '- | ' + '
2 | Charge | ' + 'P | ' + 'Increases the strength of the first attack by 5 | ' + '- | ' + '
2 | Divine Propulsion | ' + 'P | ' + 'Increases speed of fire attack by 30% and decreases fire element by 2 ' + 'Quetzu only. | ' +
'- | ' + '
3 | Blowtorch Palm | ' + 'A | ' + 'Attacks one enemy with a Fire power by 10 then decreases the Dinoz initiative by 15 | ' + 'weak | ' + '
3 | Vigilance | ' + 'P | ' + 'Increases the Fire defense by 5 | ' + '- | ' + '
3 | Waïkikidô | ' + 'P | ' + 'Increases the counter-attack chance by 10% and the maximum of health points by 20. Decreases the Dinoz initiative by 5 | ' + '- | ' + '
3 | Kamikaze | ' + 'A | ' + 'Attacks one enemy with a Fire power 15 then the Dinoz loses half of his life | ' + 'weak | ' + '
3 | Infernal Talons | ' + 'S | ' + 'Inflicts continuous fire damage on an adversary ' + 'Quetzu only. The black flames does damage equal the flaming dinoz' + ' element (per round like Acid Blood), but the damage is based on the target (flaming) dinoz, not on the attackers (the quetzu) fire element. | ' +
'- | ' + '
4 | Warlord | ' + 'P | ' + 'Increases the strength of all assaults of all Dinoz in the Group by 2 | ' + '- | ' + '
4 | Ram | ' + 'P | ' + 'Increases the strength of the first assault by 20 | ' + '- | ' + '
BURNING CLAWS PATH | ' + '||||
1 | Burning Claws | ' + 'P | ' + 'Increases the strength of all fire assaults by 7 | ' + '- | ' + '
2 | Smashroom hunter | ' + 'C | ' + 'Enables the Dinoz to hunt small animals in some places | ' + '- | ' + '
2 | Burning Breath | ' + 'A | ' + 'Attacks all enemies with a Fire power by 5 | ' + 'weak | ' + '
3 | Giant Hunter | ' + 'C | ' + 'Enables the Dinoz to hunt medium animals in some places | ' + '- | ' + '
3 | ' + 'Lava Flow | ' + 'A | ' + 'Attack 1 enemy with Fire strength of 12 | ' + 'normal | ' + '
3 | Fire Ball | ' + 'A | ' + 'Attacks one enemy with a Fire power 7 | ' + 'weak | ' + '
3 | Combustion | ' + 'E | ' + 'All the enemies lose health points equal to their Wood element | ' + 'weak | ' + '
4 | Dragon Hunter | ' + 'C | ' + 'Enables the Dinoz to hunt rare and dangerous animals in some places | ' + '- | ' + '
4 | Torch | ' + 'S | ' + 'The Dinoz is on fire Increases defense +10 fire (this part of the effect is not noted in the description) ' + 'When an enemy lands an attack it will loose up to 1-10' + ' ![]() | ' +
'- | ' + '
STRENGTH PATH | ' + '||||
1 | Wrath | ' + 'E | ' + 'Increases the strength of the next assault by 25% | ' + 'weak | ' + '
2 | Fury | ' + 'P | ' + 'Increases the strength of all assaults by 3 and decreases all defenses by 2 | ' + '- | ' + '
2 | Warm Blood | ' + 'P | ' + 'Increases the initiative by 4 | ' + '- | ' + '
3 | Incandescent Aura | ' + 'P | ' + 'Increases the Fire element by 2 | ' + '- | ' + '
3 | Vengeance | ' + 'P | ' + 'Increases the counter-attack chances by 5% | ' + '- | ' + '
3 | Burning Heart | ' + 'P | ' + 'Increases the strength of all assaults by 12 and increases the maximum health points by 20 | ' + '- | ' + '
3 | Nap | ' + 'A | ' + 'The Dinoz recovers up to 20 health points and falls asleep | ' + 'weak | ' + '
4 | Meteors | ' + 'A | ' + 'Attacks all enemies with a Fire power 10 | ' + 'high | ' + '
4 | Self-Control | ' + 'S | ' + 'Prevents all negative status and decreases the initiative by 3 ' + 'Makes your Dinoz unaffected by any of the enemies attack effects like slowing it down with gel,' + ' marsh, vines or getting poisoned. | ' + '- | ' + '
5 | Brave | ' + 'S | ' + 'The Dinoz wont be able to be part of a Group anymore.' + ' Increases the Fire element by 6 the maximum life by 50 and the speed by 15%. | ' + '- |
![]() | ' +
'||||
---|---|---|---|---|
1 | Brazier | ' + 'E | ' + 'Attacks all enemies with Fire at a strength of 3. | ' + 'normal | ' + '
2 | Detonation | ' + 'E | ' + 'The Dinoz loses 5 health points and gain 15 intiative. | ' + 'very high | ' + '
3 | Heart of the Phoenix | ' + 'P | ' + 'Increases the health points recovered at rest by 15%. | ' + '- |
Level 1 | Level 2 | ' + 'Level 3 | Level 4 | Level 5 | ' + '
---|---|---|---|---|
Carapace | Sympathetic | ' + 'Faroe Heritage | Gorilloz Spirit | ' + '|
Armour of Ifrit | ' + '||||
Planner | ' + ' | |||
Vines | ' + 'Precocious Spring | Forest Keeper | ' + 'Yggdrasil | |
Hive Queen | ' + '||||
Primal State | ' + 'Shock | |||
Blessing of the Fairies | ' + '||||
Endurance | ' + 'Growth | Cocoon | ' + 'Giant | Colossive | ' + '
Bazalt Armor | ||||
Wide Jaw | ' + ' | |||
Search | Detective | ' + 'Archeologist | ||
Search Expert | ' + ' | |||
Savagery | Korgon Reinforcement | ' + 'Acrobat | ' + ' | |
Wild Instinct | Earth Tremor | ' + '|||
Engineer | ' + '||||
Werewolf | ' + ' | |||
Tenacity | Charisma | ' + 'Leader | ||
Grand High Babooner | ' + ' | |||
Magic Resistance | Tireless | ' + '|||
Wood skills |
DOUBLE SKILLS | ' + '||||
---|---|---|---|---|
Shock | ' + '![]() ' + ' ![]() | ' +
'P | ' + 'Increases the elements Wood and Lightning. Adds the value of element Wood (onslaught) to Lightning and adds the value of' + ' Lightning element to the Wood element. | ' + '- | ' + '
Basalt Armor | ' + '![]() ' + ' ![]() | ' +
'P | ' + 'Increases the armor of the Dinoz by 3. | ' + '- | ' + '
Earth Tremor | ' + '![]() ' + ' ![]() | ' +
'A | ' + 'Ground attack with a power of Wood + Air at a strength of 4. | ' + 'weak | ' + '
Tireless | ' + '![]() ' + ' ![]() | ' +
'P | ' + 'Increases all defenses by 2. | ' + '- |
INVOCATIONS | ' + '||||
---|---|---|---|---|
' + ' | Armor of Ifrit | ' + '![]() ' + ' ![]() | ' +
'Improve ![]() ' + 'Softpig only. | ' +
'very high | ' + '
' + ' | Yggdrasil | ' + '![]() ' + ' ![]() | ' +
'+20 to wood defense for each dinoz on the team' +
' Wanwan only. | ' +
'very high | ' + '
' + ' | Hive Queen | ' + '![]() ' + ' ![]() | ' +
'Empty opponent dinoz endurance bar ' + 'Etherwasp only. | ' +
'very high | ' + '
' + ' | Blessing of the Fairies | ' + '![]() ' + ' ![]() | ' +
'Add 10 initiative to all dinoz in the group. ' + 'Gorilloz only. | ' +
'very high | ' + '
' + ' | Werewolf | ' + '![]() ' + ' ![]() | ' +
'Attack all enemies with a power of 30![]() ' + 'Castivorous only. | ' +
'very high | ' + '
' + ' | Grand High Babooner | ' + '![]() ' + ' ![]() | ' +
'+20% dodge to your team ' + 'Tofufu only. | ' +
'very high |
CARAPACE PATH | ' + '||||
---|---|---|---|---|
1 | Carapace | ' + 'P | ' + 'Increases the armor by 1 | ' + '- | ' + '
2 | Sympathetic | ' + 'S | ' + 'The Dinoz can be followed by an additional Dinoz | ' + '- | ' + '
2 | Vines | ' + 'E | ' + 'Decreases the initiative of one enemy by 15 | ' + 'weak | ' + '
3 | Faroe Heritage | ' + 'P | ' + 'Increases the strenght of the wood attacks by 12 and the armor by 1 | ' + '- | ' + '
3 | Planner | ' + 'C | ' + 'Enables the Dinoz to search an additional square | ' + '- | ' + '
3 | Primal State | ' + 'E | ' + 'Cancels all positive status of the enemies and all negative status of the Group | ' + 'weak | ' + '
3 | Precocious Spring | ' + 'E | ' + 'All the other Dinoz in the Group recover health points up to the Wood element of the Dinoz | ' + 'weak | ' + '
4 | Gorilloz Spirit | ' + 'E | ' + 'Calls a Gorilloz spirit to help in fight | ' + 'high | ' + '
4 | Forest Keeper | ' + 'P | ' + 'Increases the Wood defense of all Dinoz in the Group by 3 | ' + '- | ' + '
ENDURANCE PATH | ' + '||||
1 | Endurance | ' + 'P | ' + 'Increases the Wood defense by 2 | ' + '- | ' + '
2 | Growth | ' + 'P | ' + 'Increases the strength of all assaults by 1 and increase the maximum' +
' ![]() | ' +
'- | ' + '
2 | Search | ' + 'C | ' + 'Enables the Dinoz to find artifacts in some places | ' + '- | ' + '
3 | Cocoon | ' + 'S | ' + 'Increases the speed of ![]() | ' +
'- | ' + '
3 | Wide Jaw | ' + 'P | ' + 'Increases the strength of Wood assaults by 15 | ' + '- | ' + '
3 | Search Expert | ' + 'C | ' + 'Enables the Dinoz to search an additional square | ' + '- | ' + '
3 | Detective | ' + 'C | ' + 'Enables the Dinoz to find uncommon artifacts in some places | ' + '- | ' + '
4 | Giant | ' + 'P | ' + 'Increases the assaults strength by 5, the max ![]() | ' +
'- | ' + '
4 | Archeologist | ' + 'C | ' + 'Enables the Dinoz to find rare or exceptional artifacts in some places | ' + '- | ' + '
5 | Colossus | ' + 'P | ' + 'Increases the strength of all assaults by 15 and the ' +
'![]() | ' +
'- | ' + '
SAVAGERY PATH | ' + '||||
1 | Savagery | ' + 'P | ' + 'Increases the power of Wood assaults by 5 | ' + '- | ' + '
2 | Korgon Reinforcement | ' + 'E | ' + 'Calls a Korgon to help in the fight | ' + 'normal | ' + '
2 | Tenacity | ' + 'P | ' + 'Increases the minimum damage by 1 | ' + '- | ' + '
3 | Acrobat | ' + 'P | ' + 'Increases the speed by 15% | ' + '- | ' + '
3 | Wild Instinct | ' + 'P | ' + 'Increases the Wood element by 2 | ' + '- | ' + '
3 | Charisma | ' + 'S | ' + 'The Dinoz can be followed by an additional Dinoz | ' + '- | ' + '
3 | Magic Resistance | ' + 'E | ' + 'Cancels all negative status | ' + 'weak | ' + '
4 | Engineer | ' + 'U | ' + 'All Dinoz can be equipped with an additional combat gear | ' + '- | ' + '
4 | Leader | ' + 'U | ' + 'Increases the maximum Dinoz number by 3 | ' + '- |
![]() | ' +
'||||
---|---|---|---|---|
1 | Acorn Thrower | ' + 'A | ' + 'Attacks one nemy with Wood at a strenght of 5. | ' + 'normal | ' + '
2 | Scratcher | ' + 'C | ' + 'Enables the Dinoz to search anadditional square. | ' + '- | ' + '
3 | Good Whack | ' + 'E | ' + 'Double the power of the next assault. | ' + 'high |