All Activity
- Past hour
-
hm maybe for now i will keep them outside function also i want to put another phase grouping like this : local phaseValues = {{171, 172, 200},{181, 182, 300},{191, 192, 400}} is it allowed to be written like that? after added that, so the full code will be this : function SET_BUFF(BUFF) gg.sleep(6000) local saved_buff = gg.getListItems() local edited_buff = {} for i, v in ipairs(saved_buff) do if v.name == "BUFF" then v.value = BUFF v.freeze = true table.insert(edited_buff, v) end end if #edited_buff > 0 then gg.setValues(edited_buff) gg.addListItems(edited_buff) else gg.toast("NO MATCHING BUFF FOUND.") end end local function createPhaseDisplayer(phaseValues, buffInfo, progressSymbol, backgroundSymbol) local phasesCount = #phaseValues local currentPhase = 0 return function () currentPhase = currentPhase + 1 if currentPhase > phasesCount then os.exit() end local indicatorFirstPart = string.rep(progressSymbol, currentPhase) local indicatorSecondPart = string.rep(backgroundSymbol, phasesCount - currentPhase) local indicator = indicatorFirstPart .. indicatorSecondPart local phaseValue = phaseValues[currentPhase] local buffInfo = buffInfo local displayMessage = string.format("\n%s : %s", buffInfo, indicator) gg.toast(displayMessage, true) end end local phaseValues = {{171, 172, 200},{181, 182, 300},{191, 192, 400}} local buffInfo = "MISSION" local symbol1 = "=" local symbol2 = "-" local displayPhase = createPhaseDisplayer(phaseValues, buffInfo, symbol1, symbol2) for i = 1, #phaseValues do SET_BUFF(phaseValues[i]) displayPhase() end
-
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
Did i missed something here? i did a single search for -1,275,068,299 but no results found. Can you be more specific. - Today
-
Jurassic World: The Game how to get a locked dinosaur?
THEGOAT313 replied to greenhairbeard's topic in Requests
hey guys be the way the id of shards any kind of shards its -1,275,068,299 just but the value first then but this (;) then but your shards value but this could just like how to collect food cash and food before you taken it then put the value and id and collect the shards with amount 999,999,99 -
Jurassic World: The Game how to get a locked dinosaur?
ivansahajay replied to greenhairbeard's topic in Requests
how to unlock buildings? what's the full code for that? like, what should i at first search for unlocking buildings? -
Jurassic World: The Game how to get a locked dinosaur?
ivansahajay replied to greenhairbeard's topic in Requests
how to get heroic shards? how to increase them? what's the code for them??? - Yesterday
-
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
i had level 40 Pteranodon but only Fuse available. no shards level up. maybe they had not yet put for it in the game..maybe later. -
Jurassic World: The Game how to get a locked dinosaur?
hemen replied to greenhairbeard's topic in Requests
And what about pteranodon shards -
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
we use what we got, for now. shards also can be edited in Jurassic Heroes showdown. for Triceratops shards : search = 15D;1,769,100,302D;1,634,887,011D;125D::29 refine to shards value (125) and use increment edit to find the correct one. for other dinos. goto address and scroll up to find the string name : replace both checked value with this for Dilophosaurus = 1,818,838,030;1,869,115,503 and with this for Postosuchus = 1,936,674,830;1,970,499,444 ------------------------------- if you not yet do any battle in Jurassic Heroes, you easily maxed out those dinos level to 6 stars by the time you finish Step 3. -
Jurassic World: The Game how to get a locked dinosaur?
hemen replied to greenhairbeard's topic in Requests
I Think it must be like mods or s-dna like resource so i check it's resource value but i can't find it like amber has 9 b-dna has 8 and s-dna has 11 but i didn't find it's value although i use the s-dna method but result is nothing -
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
also with normal Mission can change the reward into shards. easy mission but with a very complicated method. multiple values needed to be swap correctly. otherwise game will crash. -
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
according to: https://jurassicworld.wiki.gg/wiki/Heroic_Shards currently there are 4 dinos with shards replace the ID to get different dino shards. -
Jurassic World: The Game how to get a locked dinosaur?
tobiashkansson replied to greenhairbeard's topic in Requests
Thank you -
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
already update my previous comment. -
Jurassic World: The Game how to get a locked dinosaur?
tobiashkansson replied to greenhairbeard's topic in Requests
How? -
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
from Side Missions you can edit the amount and change to different dino shards. to search for it = dino ID;shards amount;5;34::13 ie: Triceratops shards = -670,191,440;50;5;34::13 refine to shards amount and use increment edit to find the correct one. change the ID to get different dino shards. -
Jurassic World: The Game how to get a locked dinosaur?
tobiashkansson replied to greenhairbeard's topic in Requests
I made it by searching for shard amount and then add shards in games and refine to that value and then edit to whatever number you want but do you have another way? Thank you. -
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
-
Jurassic World: The Game how to get a locked dinosaur?
tobiashkansson replied to greenhairbeard's topic in Requests
How to hack shards anyone? -
So useful, thank you so much, but is ther a new update?
-
The developer mod doesn't show up
-
local phaseValues = {171, 172, 200} local buffInfo = "MISSION move this outside Main() and put it at very top of the script local function createPhaseDisplayer(phaseValues, buffInfo, progressSymbol, backgroundSymbol) ... then move this function below it before function BUFF_TRIGGER()
-
Hill climb racing 2 fake Unlock Paint and Skin 32×64 bit
WilliamCC commented on Mikey-GG's file in LUA scripts
-
Hill climb racing 2 fake Unlock Paint and Skin 32×64 bit
Mikey-GG commented on Mikey-GG's file in LUA scripts
-
Hill climb racing 2 fake Unlock Paint and Skin 32×64 bit
WilliamCC commented on Mikey-GG's file in LUA scripts