Re: Downgrade Gear
Posted: Mon Jun 25, 2018 2:04 am
Yes this would be very goodArashiko wrote: Mon Jun 25, 2018 12:57 am Alternatively alter the quest to accept a +1 or +2 item in lieu of the missing +0 item.
Yes this would be very goodArashiko wrote: Mon Jun 25, 2018 12:57 am Alternatively alter the quest to accept a +1 or +2 item in lieu of the missing +0 item.
The issue with this is that +x variants have separate item IDs themselves. While coding OR arguments into Java or Smali is a simple enough task, only Compbatant knows if the FT engine could support them for quests. Also, every quest that requires gear to complete would have to be rewritten to add these changes. Not the portion that we read, but the quest mechanisms BEHIND them. A daunting task, to say the least.Arashiko wrote: Mon Jun 25, 2018 12:57 am Alternatively alter the quest to accept a +1 or +2 item in lieu of the missing +0 item.
I see your point. I think my 2 craft options might work best - less coding changes for compbatantmadmaniacal1 wrote: Mon Jun 25, 2018 2:17 pmThe issue with this is that +x variants have separate item IDs themselves. While coding OR arguments into Java or Smali is a simple enough task, only Compbatant knows if the FT engine could support them for quests. Also, every quest that requires gear to complete would have to be rewritten to add these changes. Not the portion that we read, but the quest mechanisms BEHIND them. A daunting task, to say the least.Arashiko wrote: Mon Jun 25, 2018 12:57 am Alternatively alter the quest to accept a +1 or +2 item in lieu of the missing +0 item.
There's no easy way to do this. Simple? yes. Easy? Depends on the frame of reference.Humble_M wrote: Mon Jun 25, 2018 2:45 pmI see your point. I think my 2 craft options might work best - less coding changes for compbatantmadmaniacal1 wrote: Mon Jun 25, 2018 2:17 pmThe issue with this is that +x variants have separate item IDs themselves. While coding OR arguments into Java or Smali is a simple enough task, only Compbatant knows if the FT engine could support them for quests. Also, every quest that requires gear to complete would have to be rewritten to add these changes. Not the portion that we read, but the quest mechanisms BEHIND them. A daunting task, to say the least.Arashiko wrote: Mon Jun 25, 2018 12:57 am Alternatively alter the quest to accept a +1 or +2 item in lieu of the missing +0 item.
I'm all for hard work...but why get "penalized" for good fortune?madmaniacal1 wrote: Mon Jun 25, 2018 4:11 pmThere's no easy way to do this. Simple? yes. Easy? Depends on the frame of reference.Humble_M wrote: Mon Jun 25, 2018 2:45 pmI see your point. I think my 2 craft options might work best - less coding changes for compbatantmadmaniacal1 wrote: Mon Jun 25, 2018 2:17 pm
The issue with this is that +x variants have separate item IDs themselves. While coding OR arguments into Java or Smali is a simple enough task, only Compbatant knows if the FT engine could support them for quests. Also, every quest that requires gear to complete would have to be rewritten to add these changes. Not the portion that we read, but the quest mechanisms BEHIND them. A daunting task, to say the least.
Making a quest NPC to change +x into +0 might work, but each item they can change has to be coded as a separate quest.
Making crafts accept +x variants may not even be possible, Idk.
Making a "shop" interface where the player places in a +x and gets a +0 (for a fee) may well be the easiest, if such an interface was added to FT (client update would be required, after testing).
---------
Mind you, I'm only giving these ideas on the premise that Comp would want it changed. Players grinding/questing to get hard-to-obtain items is kinda the point of an RPG. Many pets and lvls are bought to make such grinds easier, so he may well wish to leave all as it is.
Only the input of Compbatant can clarify his stance on such.
That quest uses the most basic quest mechanic:Humble_M wrote: Mon Jun 25, 2018 5:25 pm Also, FT already has at least one quest where, once completed, the NPC can "improve" a +0 item into its +1/+2 counterpart. The framework is already in place to do the reverse!
Hellooo? No. Lol that's just very simple, add a comma and one number moremadmaniacal1 wrote: Mon Jun 25, 2018 2:17 pm,only Compbatant knows if the FT engine could support them for quests.Arashiko wrote: Mon Jun 25, 2018 12:57 am Alternatively alter the quest to accept a +1 or +2 item in lieu of the missing +0 item.