Need help finding code

Epicurus

New Member
Reaction score
1
I'm trying to remake a type of kodo tag. I opened up a map which has kodos that act they way I want them to. They attack players and only attack buildings when their path is blocked from the target player. I also want them to gain an additional target type. In the template version you could add computer players and they would run around randomly would die just like any other player. I want to do this to, but with a certain computer player that dedicated to have many of these NPCs running around.

The problem that I have is that when I opened the file and looked at the triggers I found this:

Actually that is a fraction of the code. I copied the entire thing on the forum and previewed the post and it said it couldn't display it because the characters per post is 50000. The code had 179,697 characters.

I just want to find the code that makes the kodos do very specific tasks. I think I can use the normal world editor to make all the other aspects of the game. Any help on how to go about finding that bit of code would be great. If anyone thinks they can help I guess I could put the map file up so that people can look at the entire code.

Thanks


JASS:
// Map deprotected by X-deprotect (version 2006-10-02) by zibada
// <a href="http://dimon.xgm.ru/xdep/" target="_blank" class="link link--external" rel="nofollow ugc noopener">http://dimon.xgm.ru/xdep/</a>
// Visit our modmaking community at <a href="http://xgm.ru/" target="_blank" class="link link--external" rel="nofollow ugc noopener">http://xgm.ru/</a>


function InitGlobals2 takes nothing returns nothing
	local integer i=0
	set udg_timer01=CreateTimer()
	set udg_dialog01=DialogCreate()
	set udg_integer01=3
	set udg_boolean01=false
	set udg_group01=CreateGroup()
	set udg_group02=CreateGroup()
	set udg_timer02=CreateTimer()
	set udg_timer03=CreateTimer()
	set i=0
	loop
		exitwhen(i&gt;10)
		set udg_groups01<i>=CreateGroup()
		set i=i+1
	endloop
	set udg_integer02=0
	set udg_group03=CreateGroup()
	set udg_dialog02=DialogCreate()
	set udg_timer04=CreateTimer()
	set i=0
	loop
		exitwhen(i&gt;10)
		set udg_integers01<i>=&#039;uC01&#039;
		set i=i+1
	endloop
	set udg_integer03=0
	set udg_integer04=0
	set udg_group04=CreateGroup()
	set i=0
	loop
		exitwhen(i&gt;10)
		set udg_strings01<i>=&quot;&quot;
		set i=i+1
	endloop
	set udg_integer05=0
	set udg_integer06=&#039;o005&#039;
endfunction

//***************************************************************************
//*
//*Sounds
//*
//***************************************************************************
//***************************************************************************
//*
//*Unit Creation
//*
//***************************************************************************
//===========================================================================
function CreateBuildingsForPlayer0 takes nothing returns nothing
	local player p=Player(0)
	local unit u
	local integer unitID
	local trigger t
	local real life
	set u=CreateUnit(p,&#039;h00Q&#039;,1216.0,3840.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,1088.0,3840.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,960.0,3840.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,832.0,3840.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,704.0,3840.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,576.0,3840.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,448.0,3840.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,1600.0,3776.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,1728.0,3776.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,1856.0,3776.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,3392.0,4096.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,3264.0,4096.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,3136.0,4096.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,3008.0,4096.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,2880.0,4096.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,2752.0,4096.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,2624.0,4096.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,2496.0,4096.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,2368.0,4096.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4416.0,3328.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4416.0,3200.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4416.0,3072.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4416.0,2944.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4544.0,2112.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4544.0,2240.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4544.0,2368.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4544.0,2496.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4544.0,576.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4544.0,448.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4544.0,320.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4544.0,-832.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4544.0,-960.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4544.0,-1088.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4544.0,-1216.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4544.0,-1344.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4544.0,-1472.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4544.0,-1600.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4544.0,-1728.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4544.0,-1856.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4544.0,-2112.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4544.0,-2240.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4544.0,-1984.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4544.0,-2368.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4544.0,-2496.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4544.0,-2624.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4544.0,-2752.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4544.0,-2880.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4544.0,-3008.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4544.0,-3136.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4544.0,-3264.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4544.0,-3392.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4544.0,-3520.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4544.0,-3648.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4544.0,-3776.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4544.0,-3904.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4544.0,-4032.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4672.0,-4032.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,3648.0,-5184.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,3776.0,-5184.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,3904.0,-5184.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4544.0,-5184.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4288.0,-5184.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4160.0,-5184.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4032.0,-5184.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4416.0,-5184.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,4672.0,-5184.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,1216.0,-5056.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,1344.0,-5056.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,1472.0,-5056.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,1600.0,-5056.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,1728.0,-5056.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,1856.0,-5056.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,1984.0,-5056.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,2112.0,-5056.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,2240.0,-5056.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,2368.0,-5056.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,2496.0,-5056.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,2624.0,-5056.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,320.0,-5056.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,448.0,-5056.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,576.0,-5056.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-1088.0,-5056.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-960.0,-5056.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-832.0,-5056.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-2624.0,-5056.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-2496.0,-5056.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-2368.0,-5056.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-3392.0,-5056.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-3520.0,-5056.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-3648.0,-5056.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-3776.0,-5056.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-3904.0,-5056.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-4032.0,-5056.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-4160.0,-5056.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5184.0,-5056.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5312.0,-5056.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5440.0,-5056.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5568.0,-5056.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5696.0,-5056.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5824.0,-4928.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5440.0,-576.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5440.0,-448.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5440.0,-320.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5440.0,832.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5440.0,960.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5440.0,1088.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-1472.0,3520.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-1344.0,3520.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-1216.0,3520.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-1088.0,3520.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-960.0,3520.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5824.0,-4800.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5824.0,-4672.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5824.0,-4544.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5824.0,-4416.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5824.0,-4288.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5440.0,-2624.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5440.0,-2752.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5440.0,-2880.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5440.0,-3008.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5440.0,-3136.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5440.0,-3264.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5440.0,-2240.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5440.0,-2112.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5440.0,-1984.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5440.0,-1856.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5440.0,-1728.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5440.0,-1600.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5440.0,-1472.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5440.0,-1344.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-832.0,3520.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-448.0,3520.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-576.0,3520.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-704.0,3520.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-320.0,3520.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-1856.0,3520.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-1984.0,3520.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-2112.0,3520.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-2240.0,3520.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-2368.0,3520.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-2496.0,3520.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-2624.0,3520.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-3008.0,3648.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-3136.0,3648.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-3264.0,3648.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-3392.0,3648.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-3520.0,3648.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-3648.0,3648.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-3776.0,3648.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-3904.0,3648.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-4032.0,3648.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-4160.0,3648.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-4288.0,3648.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-4416.0,3648.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5440.0,1984.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5440.0,2368.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-4928.0,2752.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5056.0,2752.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5184.0,2752.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5312.0,2752.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5440.0,2752.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5440.0,2624.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5440.0,2496.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5440.0,2240.0,270.000)
	set u=CreateUnit(p,&#039;h00Q&#039;,-5440.0,2112.0,270.000)
endfunction

//===========================================================================
function CreateBuildingsForPlayer10 takes nothing returns nothing
	local player p=Player(10)
	local unit u
	local integer unitID
	local trigger t
	local real life
	set u=CreateUnit(p,&#039;h00Q&#039;,-4800.0,2752.0,270.000)
endfunction

//===========================================================================</i></i></i>
 

13lade619

is now a game developer :)
Reaction score
398
JASS:
// Map deprotected by X-deprotect (version 2006-10-02) by zibada
// <a href="http://dimon.xgm.ru/xdep/" target="_blank" class="link link--external" rel="nofollow ugc noopener">http://dimon.xgm.ru/xdep/</a>
// Visit our modmaking community at <a href="http://xgm.ru/" target="_blank" class="link link--external" rel="nofollow ugc noopener">http://xgm.ru/</a>
epic move :rolleyes:.
 

Epicurus

New Member
Reaction score
1
Yeah, I was suspecting you would say that. I got it off a hacked map. Sense I'm not trying to change the map but create a very different version of kodo I thought it would be alright. Although I guess I could see how someone could be upset about someone using their JASS code. The reason I tried to get it off another map is because I don't understand JASS at all and can't think of a good way to create the same effect with the the normal editor, but I guess that proabably isn't a very good excuse if you see this as stealling.

Anyway, if there is maybe some code that someone would let me use that would be cool. Or if theirs any data base with code that is free for everyone. I don't know I'm just going to keep working on the map, maybe something will come up.
 

wraithseeker

Tired.
Reaction score
122
What do you want the kodos to do?
A map that is unprotected gets everything ported to one trigger itself.

Or at least take the part where the kodos move.
 

Epicurus

New Member
Reaction score
1
Oh, didn't know that.

I want the kodos to:

Run randomly around the map until they
find an players hero or a peseant
attack move to that target
only attack buildings if they block the path of the unit

I think I could handle the creation of the kodos and other units and every other aspect of the map, but I don't know how to make the kodos not target buildings unless they block the kodo from the desired unit. I want the map to be focused on mazing, so I want the kodo to be forced to go the long way around, no matter how long, and only attack if it is truely blocked off.
 

wraithseeker

Tired.
Reaction score
122
Use Wander if you do not need it to be very smooth and set acquiste range to the range you want the kodos to start hitting their enemies.
For the blocking part, I don't have much of a clue but you could try making the point value of the buildings higher.
 

Epicurus

New Member
Reaction score
1
I know about the large acquistion range, but with wander, does that make them move like critters? Also, what do you mean by point value?
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • The Helper The Helper:
    I am great and it is fantastic to see you my friend!
    +1
  • The Helper The Helper:
    If you are new to the site please check out the Recipe and Food Forum https://www.thehelper.net/forums/recipes-and-food.220/
  • Monovertex Monovertex:
    How come you're so into recipes lately? Never saw this much interest in this topic in the old days of TH.net
  • Monovertex Monovertex:
    Hmm, how do I change my signature?
  • tom_mai78101 tom_mai78101:
    Signatures can be edit in your account profile. As for the old stuffs, I'm thinking it's because Blizzard is now under Microsoft, and because of Microsoft Xbox going the way it is, it's dreadful.
  • The Helper The Helper:
    I am not big on the recipes I am just promoting them - I use the site as a practice place promoting stuff
    +2
  • Monovertex Monovertex:
    @tom_mai78101 I must be blind. If I go on my profile I don't see any area to edit the signature; If I go to account details (settings) I don't see any signature area either.
  • The Helper The Helper:
    You can get there if you click the bell icon (alerts) and choose preferences from the bottom, signature will be in the menu on the left there https://www.thehelper.net/account/preferences
  • The Helper The Helper:
    I think I need to split the Sci/Tech news forum into 2 one for Science and one for Tech but I am hating all the moving of posts I would have to do
  • The Helper The Helper:
    What is up Old Mountain Shadow?
  • The Helper The Helper:
    Happy Thursday!
    +1
  • Varine Varine:
    Crazy how much 3d printing has come in the last few years. Sad that it's not as easily modifiable though
  • Varine Varine:
    I bought an Ender 3 during the pandemic and tinkered with it all the time. Just bought a Sovol, not as easy. I'm trying to make it use a different nozzle because I have a fuck ton of Volcanos, and they use what is basically a modified volcano that is just a smidge longer, and almost every part on this thing needs to be redone to make it work
  • Varine Varine:
    Luckily I have a 3d printer for that, I guess. But it's ridiculous. The regular volcanos are 21mm, these Sovol versions are about 23.5mm
  • Varine Varine:
    So, 2.5mm longer. But the thing that measures the bed is about 1.5mm above the nozzle, so if I swap it with a volcano then I'm 1mm behind it. So cool, new bracket to swap that, but THEN the fan shroud to direct air at the part is ALSO going to be .5mm to low, and so I need to redo that, but by doing that it is a little bit off where it should be blowing and it's throwing it at the heating block instead of the part, and fuck man
  • Varine Varine:
    I didn't realize they designed this entire thing to NOT be modded. I would have just got a fucking Bambu if I knew that, the whole point was I could fuck with this. And no one else makes shit for Sovol so I have to go through them, and they have... interesting pricing models. So I have a new extruder altogether that I'm taking apart and going to just design a whole new one to use my nozzles. Dumb design.
  • Varine Varine:
    Can't just buy a new heatblock, you need to get a whole hotend - so block, heater cartridge, thermistor, heatbreak, and nozzle. And they put this fucking paste in there so I can't take the thermistor or cartridge out with any ease, that's 30 dollars. Or you can get the whole extrudor with the direct driver AND that heatblock for like 50, but you still can't get any of it to come apart
  • Varine Varine:
    Partsbuilt has individual parts I found but they're expensive. I think I can get bits swapped around and make this work with generic shit though
  • Ghan Ghan:
    Heard Houston got hit pretty bad by storms last night. Hope all is well with TH.
  • The Helper The Helper:
    Power back on finally - all is good here no damage
    +2
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    New recipe is another summer dessert Berry and Peach Cheesecake - https://www.thehelper.net/threads/recipe-berry-and-peach-cheesecake.194169/

      The Helper Discord

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top