Puppetmaster - Repairing It
Puppetmaster - Repairing It
So I've taken a nice read through the forums and I see a lot of people don't much care for Puppetmaster, but I Curly, shall stand up and fight for it! Puppetmaster was my very first job in FFXI and I fell in love with it, then for the next 6 years it became my love, my passion and my science. I'm from the Ultros Private Server and our Puppetmaster isn't working, it's unlocked but you can't change frames or use attachments. I'm here to figure out why and to see what diagnosis (if any) can be done to restore the glory that is Puppetmaster. I love the job because it's very unique, it functions as a fun solo job because you can build your Automaton the way you see fit. Need a tank? Build it. Need a Ranger. Build it. Need a Magic DPS? Build it! Need a Healer? Build it! Need a Support? BUILD IT! There's just so many endless possibilities and combinations with Puppetmaster and their very wide variety of parts and weapons. I just don't see why the job has to go unused and forgotten. Can we please get some people to look into this? If I knew how to code I'd do it myself. But I'm on board with any projects one might have or knowledge one might share with me to bring back to my server so we can get a fully functioning Automaton!
Re: Puppetmaster - Repairing It
i work on it when i have time
(fyi: you can change frames and attachments lol, I fixed those over a year ago :p)
(fyi: you can change frames and attachments lol, I fixed those over a year ago :p)
Re: Puppetmaster - Repairing It
Weird. It's not working on our server, any chance you could come over and give us a hand? Our GMs I think are confused just as I am as to why it's not working.kjLotus wrote:i work on it when i have time
(fyi: you can change frames and attachments lol, I fixed those over a year ago :p)
I was told the frames won't work properly with the Automaton. Any help would be appreciated! ^^ Mew mew!
Re: Puppetmaster - Repairing It
they don't work if you are a GM and didn't actually unlock the job or frames, maybe that's why they think it doesn't (all you have to do is unlock the job, then do the extra quests to unlock the frames etc, just like retail)
Re: Puppetmaster - Repairing It
mind you, the automaton is still not very useful, as it doesn't use any WS or cast any spells yet, and all attachments don't do anything
Re: Puppetmaster - Repairing It
I see. So is there anything that can be done about the attachments? My question is this, I thought that on the XI private servers they ran off the retail updates. Which must mean the Automatons on retail have to have some form of code so that they'll work yeah? It wouldn't make much sense for them to just break once they're on the private server.
Re: Puppetmaster - Repairing It
nothing to be done about attachments until me or someone scripts them
as for your question, no, the client does not do any AI - it only does what the server tells it to do (perhaps you don't understand where the separation between client and server are - retail client updates are pretty much just models and cutscenes, everything else is controlled by the server)
as for your question, no, the client does not do any AI - it only does what the server tells it to do (perhaps you don't understand where the separation between client and server are - retail client updates are pretty much just models and cutscenes, everything else is controlled by the server)
-
- Posts: 5
- Joined: Thu Aug 15, 2013 8:11 pm
Re: Puppetmaster - Repairing It
KJ so what progress has been made in the year youve been working on it. Also , what can be done to assisnt other than being a developer. I'm sure more people wish to see this and geo working
-
- Posts: 129
- Joined: Wed May 27, 2015 4:23 pm
Re: Puppetmaster - Repairing It
I've actually taken an interest in scripting some things for PUP. I've found that attachments should be fairly easy to do once the core has the proper entities to count how many effects of a certain type are up. One of the forks I saw that had RUN had this implemented into the core, so calling that function made attachments fairly straight forward to script. For example, I have Auto-Repair Kit scripted so that it looks at the amount of light maneuvers are active when a maneuver is gained. So if one Light Maneuver is up, it adds at 3 Tic/Regen mod to the automaton. When you use any other Maneuver, it will still call the function and see that one light maneuver is up, however, I have added logic to prevent Regen from stacking on itself even though only one Maneuver is up. When the effect is lost, it simply removes the effect of Regen.
Re: Puppetmaster - Repairing It
I added functions for that a few months ago, actually
you can even see the POC in scripts/globals/abilities/pets/attachments
you can even see the POC in scripts/globals/abilities/pets/attachments