![]() |
Pet System - Printable Version +- Mirage Engine (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: Resources (https://mirage-engine.uk/forums/forumdisplay.php?fid=49) +---- Thread: Pet System (/showthread.php?tid=1537) |
Pet System - franqetesh - 31-01-2008 What's up... Yeah, I know, there is a pet system in the old tutorials... But, I want the update of that Pet System (http://web.miragesource.com/old-tutoria ... 20(Updated).html) It doesn't work the file... And this's a REALLY NICE feature T_T. Anybody haves it? Re: Pet System - Stomach Pulser - 31-01-2008 http://www.sylphonline.com/enginefiles/Mirage_Tutorial_Backup/Temporary%20Archive%20(Read%20Only)/Pets.html or http://www.sylphonline.com/enginefiles/Mirage_Tutorial_Backup/Temporary%20Archive%20(Read%20Only)/Pets%20(Updated).html Re: Pet System - Cruzn - 31-01-2008 I believe he is asking if anybody has this file: http://www.codeextreme.com/petmo.zip, which no longer exists on that host. Re: Pet System - franqetesh - 31-01-2008 Yeah, that's what I say!!! Somebody haves it? T_T Re: Pet System - Stomach Pulser - 01-02-2008 Oh, well...why download when you can code yourself? Re: Pet System - franqetesh - 01-02-2008 I don't know how to code very well, I'm learning, you know T_T... And I see that amazing code... Somebody haves it? T_T (the one what it's from codextreme, or whatever xD) Re: Pet System - Robin - 01-02-2008 It's not amazing. In fact, it's very bad. Re: Pet System - franqetesh - 01-02-2008 WTF? Pet's use's spells Pet's have inventory and equipment The pet protect you And other nice things THAT its amazing -.-... The other code, not the simple, its a shit, but the one what says "Updated" its very nice... Okay, but nobody answered :S... Somebody haves it? Re: Pet System - Robin - 01-02-2008 Franqetesh, there is not working system which has all that. Re: Pet System - franqetesh - 01-02-2008 There IS ONE... But, the link doesn't seems working http://www.sylphonline.com/enginefiles/ ... ead%20Only)/Pets%20(Updated).html Check it -_- Re: Pet System - Robin - 01-02-2008 Listen to me. I was around when that was released. It doesn't work. There is no released system which meets your expectations. Re: Pet System - Rian - 01-02-2008 I think the code he's talking about, the pets could use spells, and weapons, but the spells and weapons were hard coded, and the pets couldn't really be edited. Also, the pets followed you, all the time, they never moved on their own. Re: Pet System - Robin - 01-02-2008 That was the intention, but it didn't work. I remember many people complaining about it. It might be that because I was such a noob then, I couldn't tell the good coders from the bad... but still. Re: Pet System - franqetesh - 02-02-2008 Yeah, but a good source editor It can be fixed it (and I have it lol) Re: Pet System - Robin - 02-02-2008 No, you obviously can't fix it because it would require you to know how to program. Re: Pet System - Stomach Pulser - 02-02-2008 He could always learn! Re: Pet System - franqetesh - 02-02-2008 Yeah, but a good source editor It can be fixed it (and I have it lol) I say what i have a good source editor... Re: Pet System - Coke - 02-02-2008 We'll decide if they are good or not. Who is it? Re: Pet System - franqetesh - 02-02-2008 It isn't from here... He is bone,from Eclipse... Is he good? ( i think what yeah ) But, why nobody answer my question!! >_ Re: Pet System - Anthony - 02-02-2008 I don't think anybody has it. Re: Pet System - Robin - 02-02-2008 Bone on Eclipse is a spammer who follows me around agreeing with everything I say on that forum. You're fucked. Re: Pet System - Zalos - 07-02-2008 If you truly want something like that why not look at how the aggressive npc's work make a duplicate of that for the pet so it follows you around, then maybe add a sub so that if your being attacked the pet attacks that npc, then add a new table to give the pet equipment add a sub for that that tells it what hte npc is wearing and how to calculate the damage, thenmake sure you make it so that pet can follow you through maps you can make it so that when the character is loaded it checks to see if they have a pet if so then it checks to see which it is so Pet = 0 means no pet if pet = 5 it would load pet 5 and you can make it so that pet is from your npc's or a whole new pet.ini database or a mysql database, if you trully wanted to get creative make it so that the npc can gain levels, so copy the player exp calculation and convert it over to the pet, then also change the exp so it checks if the player has a pet then figure out how much exp to give that pet also max sure you have it set so a npc has hp and mp, and that it knows how to store it. and make it so that if the pet dies it update the character's file to no pet and make it so the pet disappears... |