dink smallwood allies or something
December 24th 2004, 04:35 PM

Trike


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
In lynas quest will a guard named renton follow you and kill the evil guys
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.
Hope that helps.
December 24th 2004, 05:52 PM

Trike


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.
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.
If that is the effect you want... I'm really not sure.
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.
Does it really need to be a slayer? What is wrong with it being another Dink?
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

ASItrike


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

ASItrike


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.

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);
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);