The Dink Network

dink smallwood allies or something

December 24th 2004, 04:35 PM
anon.gif
Trike
Ghost They/Them
 
i have question is there any dmod what let u have allied monster(they follow you and fight for you)? (I.E slayer,or the blue-gray worms) if there is something like i said contact me on email, i need that dmod, cause i getting killed about 20k times :/ i need an whats monster what help me lol
December 24th 2004, 05:19 PM
fairy.gif
Glennglenn
Peasant He/Him Norway
GlennGlenn doesn't want a custom title. 
In lynas quest will a guard named renton follow you and kill the evil guys
December 24th 2004, 05:19 PM
custom_fish.png
SabreTrout
Noble He/Him United Kingdom
Tigertigertiger. 
Umm... In Lynas Story you get a knight who fights alongside you (when you find him)... and if your really stuck, and need help in other d-mods (?), then try downloading Redinks file, Dinks Friendly Double.

Hope that helps.
December 24th 2004, 05:52 PM
anon.gif
Trike
Ghost They/Them
 
so i try them. i tried install other dmods and while i tried they says unexcepted end of archive. also i tried make own dmod with allied slayer but they did so when i comed to him, he killed me with 3-4 hits.
December 24th 2004, 05:54 PM
anon.gif
Trike
Ghost They/Them
 
i needa monster cause they is stronger than human .
December 25th 2004, 04:47 AM
custom_fish.png
SabreTrout
Noble He/Him United Kingdom
Tigertigertiger. 
I'm sorry, I can't understand you very well, let alone help you. The best advice I can offer is to use Dinks Friendly Double, and change the scripts so he is really tough.

If that is the effect you want... I'm really not sure.
December 25th 2004, 10:36 AM
anon.gif
ASItrike
Ghost They/Them
 
i cant find that dmod. :/
December 25th 2004, 10:43 AM
spike.gif
It's not a dmod, it's a misc file that creates a copy of Dink to fight for you. You can download it here.
December 25th 2004, 11:23 AM
anon.gif
ASItrike
Ghost They/Them
 
but how to i change him to slayer?
December 25th 2004, 12:21 PM
dragon.gif
Does it really need to be a slayer? What is wrong with it being another Dink?
December 25th 2004, 12:35 PM
spike.gif
** Deleted **
December 25th 2004, 12:42 PM
spike.gif
Giving you only the commands wouldn't do much good since without sufficient knowledge on DinkC you would only get stuck soon... Have you tried reading any of the tutorials? I heard that the rudiments of scripting and Dink goes boating (a tutorial dmod) are good.
December 25th 2004, 12:47 PM
anon.gif
ASItrike
Ghost They/Them
 
why i want change clone of dink to slayer? because i dont like see two dinks , i have done summthin with map editor, i put on map an about 20 slayers but they dont followed me, they just keep moving and strange sounds they making...so i want change one dink in monster slayer , or if is possible.... in dragon this dink clone is good but i want change him to slayer, you know why
December 25th 2004, 12:50 PM
anon.gif
ASItrike
Ghost They/Them
 
and second reason why i want change him in slayer. cause they looks nice (one thunder in his hand? that all)but they could be god in group, i.e having cloned 4 dinks changed to slayers , or how to change main dink to slayer. i read tutorials but my brain is too new to that game.
December 25th 2004, 12:51 PM
spike.gif
Ahh, ok, (dang communication problems) replace the lines

sp_base_walk(&follow, 70);
sp_base_attack(&follow, 100);
sp_distance(&follow, 50);

in dinkdoub.c with these:

sp_base_walk(&follow, 640);
sp_base_attack(&follow, 630);
sp_distance(&follow, 60);
sp_range(&follow, 45);

and also the single line

sp_base_walk(&follow, 70);

with

sp_base_walk(&follow, 640);