ACP and ASA
ACP and ASA
I was playing on a private server, and I found out that soul plates were implemented on that server. Does DSP have support for soul plates now? I had done a bunch of work on ACP and ASA, and I had to stop on ASA because it required soul plates, which weren't implemented yet. If they are implemented now, is DSP far enough along that ACP and ASA can be scripted? If so, I will continue my work on them and get them reviewed and into DSP.
Re: ACP and ASA
ACP: I have a branch with everything except the seed crystal fight, the goblins sneak attack ability for the fei'yin (Q-whatever arena) BCNM, and the confrontation status done. Most of that branch has already been merged to darkstar and I will have confrontation status ready soon (which will also be enable people to scripts elite FoV and ANNM labeled crate fights). Some parts of ACP are commented out till mob AI stuff is done.
As for ASA: last person I saw do anything with it was Starlightknight.
And nobody has touched moogle expansion at all that I know of, poor neglected thing.
As for ASA: last person I saw do anything with it was Starlightknight.
And nobody has touched moogle expansion at all that I know of, poor neglected thing.
Hi, I run The Demiurge server.
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
DO NOT PRIVATE MESSAGE ME ABOUT BUGSPLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
-
- Posts: 25
- Joined: Sun Apr 06, 2014 11:43 am
Re: ACP and ASA
I coded and contributed ASA 1-4 but stopped there because I haven't had time to do soul plates
- DanteMccloud
- Posts: 25
- Joined: Wed May 04, 2016 10:53 pm
Re: ACP and ASA
any updates on Confrontation? I was planning on making these fights if they need to be made still but they would require confrontation anyways.TeoTwawki wrote:ACP: I have a branch with everything except the seed crystal fight, the goblins sneak attack ability for the fei'yin (Q-whatever arena) BCNM, and the confrontation status done. Most of that branch has already been merged to darkstar and I will have confrontation status ready soon (which will also be enable people to scripts elite FoV and ANNM labeled crate fights).
Expedition Gaming
IP Address: expeditiongaming.ddns.net
Server Forums: https://expeditiongaming.ga/forum/index.php
Discord: https://discord.gg/5kJbxCF
Facebook is https://www.facebook.com/groups/1749730585295430
I host an array of game servers from FFXI (pre Abyssea), Tera, Arma3, FFXIV, SWG (pre-CU), BDO (v491)
IP Address: expeditiongaming.ddns.net
Server Forums: https://expeditiongaming.ga/forum/index.php
Discord: https://discord.gg/5kJbxCF
Facebook is https://www.facebook.com/groups/1749730585295430
I host an array of game servers from FFXI (pre Abyssea), Tera, Arma3, FFXIV, SWG (pre-CU), BDO (v491)
Re: ACP and ASA
done a long time agoDanteMccloud wrote:
any updates on Confrontation? I was planning on making these fights if they need to be made still but they would require confrontation anyways.
- DanteMccloud
- Posts: 25
- Joined: Wed May 04, 2016 10:53 pm
Re: ACP and ASA
Oh would you mind pointing me toward the files that handle it by chance? I was trying to get the rest of ACP up and working as currently in master branch it stops at ACP 4 when trying to spawn the seed mandy it just says "confrontation isn't working yet" so I wanted to tinker with it and see about getting ACP maybe a bit further along.kjLotus wrote:done a long time agoDanteMccloud wrote:
any updates on Confrontation? I was planning on making these fights if they need to be made still but they would require confrontation anyways.
Expedition Gaming
IP Address: expeditiongaming.ddns.net
Server Forums: https://expeditiongaming.ga/forum/index.php
Discord: https://discord.gg/5kJbxCF
Facebook is https://www.facebook.com/groups/1749730585295430
I host an array of game servers from FFXI (pre Abyssea), Tera, Arma3, FFXIV, SWG (pre-CU), BDO (v491)
IP Address: expeditiongaming.ddns.net
Server Forums: https://expeditiongaming.ga/forum/index.php
Discord: https://discord.gg/5kJbxCF
Facebook is https://www.facebook.com/groups/1749730585295430
I host an array of game servers from FFXI (pre Abyssea), Tera, Arma3, FFXIV, SWG (pre-CU), BDO (v491)
Re: ACP and ASA
just give the mob and the players EFFECT_CONFRONTATION with the same power, I think that's all you need
- DanteMccloud
- Posts: 25
- Joined: Wed May 04, 2016 10:53 pm
Re: ACP and ASA
Sorry if this is a silly question but do you have any recommendations for Loops that work well in order to delay a script or function.kjLotus wrote:just give the mob and the players EFFECT_CONFRONTATION with the same power, I think that's all you need
Such as i have the entire fight and mechanics all scripted out for the Mandy fights except I need a way to set it to randomly respawn the mandy's every 1-3 minutes until the player "SEED_MANDY" count is high enough.
I tried a While loop however it crashes the player. A loop may not be the best method to do this but since I can't find any wait/pause/delay functions with LUA I'm unsure how to go about offsetting the rest of the spawns with a time delay. Suggestions would be greatly appreciated.
You were right about the Confrontation it works brilliantly. I have it set now so that once the player talks to the ??? it sets the kill count to 0, turns on CONFRONTATION, and starts spawning Mandragora's, I got the kill count to stack up and everything. Just the time delay respawn is the last piece of the puzzle.. Once I can get the spawn time delay to work like retail I'll post up the qm3.lua and Seed_Mandargora.lua ^.^
Expedition Gaming
IP Address: expeditiongaming.ddns.net
Server Forums: https://expeditiongaming.ga/forum/index.php
Discord: https://discord.gg/5kJbxCF
Facebook is https://www.facebook.com/groups/1749730585295430
I host an array of game servers from FFXI (pre Abyssea), Tera, Arma3, FFXIV, SWG (pre-CU), BDO (v491)
IP Address: expeditiongaming.ddns.net
Server Forums: https://expeditiongaming.ga/forum/index.php
Discord: https://discord.gg/5kJbxCF
Facebook is https://www.facebook.com/groups/1749730585295430
I host an array of game servers from FFXI (pre Abyssea), Tera, Arma3, FFXIV, SWG (pre-CU), BDO (v491)