Difference between revisions of "User:Teo"

From DSP Wiki
Jump to: navigation, search
(Server assistance)
m
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
Hi there. I'm Teo. Below is my current list of stuff I intend to do that relate to the DarkStar Project on github.
+
Hi there. I'm Teo.  
  
 +
Below is my current list of stuff I intend to do that relate to the DarkStar Project on github:
  
 +
However, it is increasingly difficult to motivate myself to do these things anymore and I've a lot of RL probs right now that take up my time.
  
 
----
 
----
  
== Server assistance ==
+
 
'''If you need help learning to use git, guthub, or making a pull request, you should contact me on DarkStars forum or in IRC'''
+
== Make latents able to be used anywhere modifiers can be used ==
* Help the Legion dudes prep their retail stuff for pull requests to get that in DarkStar
+
* Starting with Status effects, by copying the behavior used by armor and subbing effectID with equipSlotID. Duplicate latents/mods from multiple effects will not be a problem if this behavior is copied correctly.
* Finish getting my own work out of Annwn server into a clean copy of DarkStar so it can be pull requested.
+
  
 
== Finish Garrison like Whasf wanted ==
 
== Finish Garrison like Whasf wanted ==
 
* Tedious but easy to do, need to break this down by zone...
 
* Tedious but easy to do, need to break this down by zone...
 
* Maybe get some copy paste volunteers to speed that up... >.>
 
* Maybe get some copy paste volunteers to speed that up... >.>
 +
** <s>Needs to do same thing as what will need to be done for Confrontation status in order to emulate retail properly.</s> the battlefield effect should be usable for that now.
  
 
== Mob Stuffs: ==
 
== Mob Stuffs: ==
 
* Finish those 50+ NM's in my NM Branch, get those into DarkStar.
 
* Finish those 50+ NM's in my NM Branch, get those into DarkStar.
* Finish coding Reflect and Colibri spell mimicking
 
  
 
== Finish my ACP work: ==
 
== Finish my ACP work: ==
* Fix AI of mobs in Qu'bia Arena (Fei'Yin) BCNM (gob needs to SA his goblin rush, teleport, orc and yag need customized TP attacks, etc)
+
* <s>Fix AI of mobs in Qu'bia Arena (Fei'Yin) BCNM (gob needs to SA his goblin rush, teleport, orc and yag need customized TP attacks, etc)</s>
 +
** All done except Goblin's teleport+Sneak Attack.
 
* Commit/push the scripts for Delkfut's tower climb+lv cap
 
* Commit/push the scripts for Delkfut's tower climb+lv cap
* Code final BCNM with Seed Crystal (no idea how to do clone thing, get everything else done and leave BCNM default disabled till that works so Kj doesn't have a stroke.)
+
* Code final BCNM with Seed Crystal (Needs a new binding to copy player model for the clone thing).
* Tenshodo Treasure Coffer needs finished== need the other ACP keys handled. Someone else can worry about AMK and ASA keys.
+
* Tenshodo Treasure Coffer needs finished - needs the other ACP keys handled. Someone else can worry about AMK and ASA keys. Also the data being if/else formatted there currently eventually needs to be tabled.
* Code the battle status for Elite FoV (see effect list below.)
+
* Code the battle status for Elite FoV (see effect list below).
 
* Code Elite FoV NM shiz and augment loot.
 
* Code Elite FoV NM shiz and augment loot.
  
 
== Effects that need created: ==
 
== Effects that need created: ==
* Finish reworking ATMA effect coding (easy but tedious)
+
* Finish reworking ATMA effect coding.
 +
** UPDATE: Most of the 145 ATMA now scripted. The NPC's menu script is still giving me difficulty. Data in the ATMA global needs to eventually be tabled.
 
* Code Confrontation Status (needed for ACP,Elite FoV, and ANNM.)
 
* Code Confrontation Status (needed for ACP,Elite FoV, and ANNM.)
* See what other effects are unimplemented in DarkStar as of yet
+
** <s>Needs some sort of BattelfieldHandler type thing to prevent outside help.</s> Kj got 'er done.
 +
 
 +
----
  
== Modifiers that need made: ==
+
=Stuff you can help me with by capturing from retail:=
* Magic critical hit +%
+
* <s>cs params for a treasure box from any Elite FoV NM containing any items with more than 2 augments (need multiple aug IDs, not multiple stats, 1 augment can contain multiple stats). I was only able to guess at these enough to display 2 and I suspect we should able to show up to 4.</s> there are at least 5 augment "slots" per item, but only 2 can be obtained via fields of valor NMs.
* Elemental magic casting time -%
+
* Magian trial cs params (for onEventUpdate) where any item is displayed with more than just 2 augment "slots" in use (1 augment can contain multiple stats).
* Enfeebling magic casting time -%
+
* cs params for every menu option of those evil synergy furnaces (for onEventUpdate).
* Healing magic casting time -%
+
* <s>cs params for a treasure box in Battalia downs (nowhere else, please) containing a temp flagged item like Deadelus wing.</s> Thank you, Akatora!
* "Cure" spellcasting time -%
+
* Blue magic casting time -%
+
* Stoneskin Casting Time -%
+
* "Utsusemi" spellcasting time -%
+
* Song recast delay
+
* Conserve tp
+
* Save tp
+
* Occasionally deals severe damage
+

Latest revision as of 11:35, 1 October 2018

Hi there. I'm Teo.

Below is my current list of stuff I intend to do that relate to the DarkStar Project on github:

However, it is increasingly difficult to motivate myself to do these things anymore and I've a lot of RL probs right now that take up my time.



Make latents able to be used anywhere modifiers can be used

  • Starting with Status effects, by copying the behavior used by armor and subbing effectID with equipSlotID. Duplicate latents/mods from multiple effects will not be a problem if this behavior is copied correctly.

Finish Garrison like Whasf wanted

  • Tedious but easy to do, need to break this down by zone...
  • Maybe get some copy paste volunteers to speed that up... >.>
    • Needs to do same thing as what will need to be done for Confrontation status in order to emulate retail properly. the battlefield effect should be usable for that now.

Mob Stuffs:

  • Finish those 50+ NM's in my NM Branch, get those into DarkStar.

Finish my ACP work:

  • Fix AI of mobs in Qu'bia Arena (Fei'Yin) BCNM (gob needs to SA his goblin rush, teleport, orc and yag need customized TP attacks, etc)
    • All done except Goblin's teleport+Sneak Attack.
  • Commit/push the scripts for Delkfut's tower climb+lv cap
  • Code final BCNM with Seed Crystal (Needs a new binding to copy player model for the clone thing).
  • Tenshodo Treasure Coffer needs finished - needs the other ACP keys handled. Someone else can worry about AMK and ASA keys. Also the data being if/else formatted there currently eventually needs to be tabled.
  • Code the battle status for Elite FoV (see effect list below).
  • Code Elite FoV NM shiz and augment loot.

Effects that need created:

  • Finish reworking ATMA effect coding.
    • UPDATE: Most of the 145 ATMA now scripted. The NPC's menu script is still giving me difficulty. Data in the ATMA global needs to eventually be tabled.
  • Code Confrontation Status (needed for ACP,Elite FoV, and ANNM.)
    • Needs some sort of BattelfieldHandler type thing to prevent outside help. Kj got 'er done.

Stuff you can help me with by capturing from retail:

  • cs params for a treasure box from any Elite FoV NM containing any items with more than 2 augments (need multiple aug IDs, not multiple stats, 1 augment can contain multiple stats). I was only able to guess at these enough to display 2 and I suspect we should able to show up to 4. there are at least 5 augment "slots" per item, but only 2 can be obtained via fields of valor NMs.
  • Magian trial cs params (for onEventUpdate) where any item is displayed with more than just 2 augment "slots" in use (1 augment can contain multiple stats).
  • cs params for every menu option of those evil synergy furnaces (for onEventUpdate).
  • cs params for a treasure box in Battalia downs (nowhere else, please) containing a temp flagged item like Deadelus wing. Thank you, Akatora!